html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
    color: #5072a5;
	text-decoration: none
}
/* 文章中のリンクにカーソルを乗せた時にunderlineがでるように p a:hoverを追加 2023.7.18 */
p a:hover {
   text-decoration: underline
}
/*ここまで*/
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

:before, :after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	vertical-align: bottom
}

input, button, select, textArea {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none
}

textArea {
	resize: vertical
}

input[type=submit], input[type=button], label, button, select {
	cursor: pointer
}

select::-ms-expand {
	display: none
}

::-webkit-input-placeholder {
	color: #ccc
}

::-moz-placeholder {
	color: #ccc
}

:-ms-input-placeholder {
	color: #ccc
}

::-ms-input-placeholder {
	color: #ccc
}

::placeholder {
	color: #ccc
}

.u-block {
	display: block
}

.u-inlineBlock {
	display: inline-block
}

.u-mt {
	margin-top: 18px
}

.u-right {
	text-align: right
}

.u-left {
	text-align: left
}

.u-center {
	text-align: center
}

.u-space {
	margin-top: 18px
}

[tabindex]:focus {
	outline: -webkit-focus-ring-color auto 1px
}

.click[tabindex]:focus, .c-btn:focus {
	outline: -webkit-focus-ring-color auto 0;
	border: solid #0094ff 2px
}

html {
	line-height: 1.6;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-underline-position: under;
	overflow-x: hidden
}

body {
	overflow-x: hidden;
	font-size: 1vw;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: .05em
}

body p {
	font-size: 1vw
}

body, html {
	font-size: 10px;
	font-size: 62.5%
}

[lang=en] body, [lang=en] html {
	font-family: Roboto, sans-serif
}

[lang=ja] body, [lang=ja] html {
	font-family: Noto Sans JP, sans-serif;
	line-height: 1.8
}

body p, html p, body a, html a, body li, html li, body th, html th, body td, html td, body dd, html dd, body dt, html dt, body .caption, html .caption {
	font-size: 1.111111111111111vw
}

[lang=en] body p, [lang=en] html p, [lang=en] body a, [lang=en] html a, [lang=en] body li, [lang=en] html li, [lang=en] body th, [lang=en] html th, [lang=en] body td, [lang=en] html td, [lang=en] body dd, [lang=en] html dd, [lang=en] body dt, [lang=en] html dt, [lang=en] body .caption, [lang=en] html .caption {
	font-family: Roboto, sans-serif
}

[lang=ja] body p, [lang=ja] html p, [lang=ja] body a, [lang=ja] html a, [lang=ja] body li, [lang=ja] html li, [lang=ja] body th, [lang=ja] html th, [lang=ja] body td, [lang=ja] html td, [lang=ja] body dd, [lang=ja] html dd, [lang=ja] body dt, [lang=ja] html dt, [lang=ja] body .caption, [lang=ja] html .caption {
	font-family: Noto Sans JP, sans-serif;
	line-height: 1.8
}

@media(max-width:1440px) {
	body p, html p, body a, html a, body li, html li, body th, html th, body td, html td, body dd, html dd, body dt, html dt, body .caption, html .caption {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	body p, html p, body a, html a, body li, html li, body th, html th, body td, html td, body dd, html dd, body dt, html dt, body .caption, html .caption {
		font-size: 4.267vw;
	}
}

/*上のフォントサイズを旧4.267vwから変更20221012　20221104（3.267vwから）もどした*/

@media(max-width:767px) {
	.pc-show {
		display: none!important
	}
}

.sp-show {
	display: none!important
}

@media only screen and (max-width:767px) {
	.sp-show {
		display: block!important
	}
}

.sp-show-inb {
	display: none!important
}

@media(max-width:767px) {
	.sp-show-inb {
		display: inline-block!important
	}
}
.sp-show-b {
	display: none!important
}

@media(max-width:767px) {
	.sp-show-b {
		display: block!important
	}
}

span.inlineblock {
	display: inline-block;
	color: inherit;
	font-size: inherit
}

@media(max-width:767px) {
	.hidden {
		overflow: hidden!important
	}
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

p, li {
	line-height: 1.6
}

[lang=ja] p, [lang=ja] li {
	line-height: 1.8
}

img {
	width: 100%;
	height: auto
}

address, cite, dfn, var {
	font-style: inherit
}

img, iframe, video, audio, svg, canvas {
	vertical-align: bottom
}

img, video {
	max-width: 100%;
	height: auto
}

svg {
	fill: currentcolor
}

table {
	border-collapse: collapse
}

th {
	text-align: left
}

input, button, select, optgroup, textarea {
	padding: 0;
	font: inherit;
	color: inherit;
	background-color: transparent;
	border: 0
}

select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none
}

select::-ms-expand {
	display: none
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

[hidden] {
	display: none!important
}

.lum-lightbox {
	background: rgba(0, 0, 0, .6)
}

.lum-lightbox-inner {
	top: 2.5%;
	right: 2.5%;
	bottom: 2.5%;
	left: 2.5%
}

.lum-lightbox-inner img {
	position: relative
}

.lum-lightbox-inner .lum-lightbox-caption {
	margin: 0 auto;
	color: #fff;
	max-width: 700px;
	text-align: center
}

.lum-loading .lum-lightbox-loader {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 66px;
	height: 20px;
	-webkit-animation: lum-loader-rotate 1.8s infinite linear;
	animation: lum-loader-rotate 1.8s infinite linear
}

.lum-lightbox-loader:before, .lum-lightbox-loader:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .9)
}

.lum-lightbox-loader:before {
	left: 0;
	-webkit-animation: lum-loader-before 1.8s infinite linear;
	animation: lum-loader-before 1.8s infinite linear
}

.lum-lightbox-loader:after {
	right: 0;
	-webkit-animation: lum-loader-after 1.8s infinite linear;
	animation: lum-loader-after 1.8s infinite linear;
	-webkit-animation-delay: -900ms;
	animation-delay: -900ms
}

.lum-lightbox.lum-opening {
	-webkit-animation: lum-fade .18s ease-out;
	animation: lum-fade .18s ease-out
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
	-webkit-animation: lum-fadeZoom .18s ease-out;
	animation: lum-fadeZoom .18s ease-out
}

.lum-lightbox.lum-closing {
	-webkit-animation: lum-fade .3s ease-in;
	animation: lum-fade .3s ease-in;
	animation-direction: reverse
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
	-webkit-animation: lum-fadeZoom .3s ease-in;
	animation: lum-fadeZoom .3s ease-in;
	animation-direction: reverse
}

.lum-img {
	-webkit-transition: opacity .12s ease-out;
	transition: opacity .12s ease-out
}

.lum-loading .lum-img {
	opacity: 0
}

.lum-gallery-button {
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100px;
	max-height: 100%;
	width: 60px;
	cursor: pointer
}

.lum-close-button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
	height: 32px;
	opacity: .3
}

.lum-close-button:hover {
	opacity: 1
}

.lum-close-button:before, .lum-close-button:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 33px;
	width: 2px;
	background-color: #fff
}

.lum-close-button:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.lum-close-button:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.lum-previous-button {
	left: 12px
}

.lum-next-button {
	right: 12px
}

.lum-gallery-button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	border-top: 4px solid rgba(255, 255, 255, .8)
}

.lum-previous-button:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	border-left: 4px solid rgba(255, 255, 255, .8);
	-webkit-box-shadow: -2px 0 rgba(0, 0, 0, .2);
	box-shadow: -2px 0 rgba(0, 0, 0, .2);
	left: 12%;
	border-radius: 3px 0 0
}

.lum-next-button:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-right: 4px solid rgba(255, 255, 255, .8);
	-webkit-box-shadow: 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 2px 0 rgba(0, 0, 0, .2);
	right: 12%;
	border-radius: 0 3px 0 0
}
	
.lum-lightbox-image-wrapper {
	text-align:center;
	display: block;
	overflow: auto;
	-webkit-overflow-scrolling: auto ;

}
.lum-lightbox-caption {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
}
.lum-lightbox-position-helper {
	margin: auto
}
.lum-lightbox-inner img {
	max-width: 1080px !important;
	max-height: none !important;
	display: block;
	position: relative;
}

@media(min-width:1080px) {
	.lum-img{
		margin: 0 auto;
	}
	.lum-lightbox-inner .lum-lightbox-caption {
		margin: 0 auto;
		max-width: none;
		text-align: center
	}
}
@media(max-width:460px) {
	.lum-lightbox-image-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.lum-lightbox-caption {
		width: 100%;
		position: absolute;
		bottom: 0
	}
	.lum-lightbox-position-helper {
		margin: auto
	}
	.lum-lightbox-inner img {
		max-width: none;
		max-height: none
	}
}

@media all and (-ms-high-contrast: none) {
  .lum-lightbox-image-wrapper {
    display: block!important;
    margin-top:5vh;
    max-height:85vh!important;

  }
}

@-webkit-keyframes lum-fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes lum-fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes lum-fadeZoom {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes lum-fadeZoom {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes lum-loader-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(-180deg);
		transform: translate(-50%, -50%) rotate(-180deg)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg)
	}
}

@keyframes lum-loader-rotate {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(-180deg);
		transform: translate(-50%, -50%) rotate(-180deg)
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(-360deg);
		transform: translate(-50%, -50%) rotate(-360deg)
	}
}

@-webkit-keyframes lum-loader-before {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.2) translateX(6px);
		transform: scale(1.2) translateX(6px)
	}
	25% {
		-webkit-transform: scale(1.3) translateX(8px);
		transform: scale(1.3) translateX(8px)
	}
	40% {
		-webkit-transform: scale(1.2) translateX(6px);
		transform: scale(1.2) translateX(6px)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(.8) translateX(6px);
		transform: scale(.8) translateX(6px)
	}
	75% {
		-webkit-transform: scale(.7) translateX(8px);
		transform: scale(.7) translateX(8px)
	}
	90% {
		-webkit-transform: scale(.8) translateX(6px);
		transform: scale(.8) translateX(6px)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes lum-loader-before {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.2) translateX(6px);
		transform: scale(1.2) translateX(6px)
	}
	25% {
		-webkit-transform: scale(1.3) translateX(8px);
		transform: scale(1.3) translateX(8px)
	}
	40% {
		-webkit-transform: scale(1.2) translateX(6px);
		transform: scale(1.2) translateX(6px)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(.8) translateX(6px);
		transform: scale(.8) translateX(6px)
	}
	75% {
		-webkit-transform: scale(.7) translateX(8px);
		transform: scale(.7) translateX(8px)
	}
	90% {
		-webkit-transform: scale(.8) translateX(6px);
		transform: scale(.8) translateX(6px)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes lum-loader-after {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.2) translateX(-6px);
		transform: scale(1.2) translateX(-6px)
	}
	25% {
		-webkit-transform: scale(1.3) translateX(-8px);
		transform: scale(1.3) translateX(-8px)
	}
	40% {
		-webkit-transform: scale(1.2) translateX(-6px);
		transform: scale(1.2) translateX(-6px)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(.8) translateX(-6px);
		transform: scale(.8) translateX(-6px)
	}
	75% {
		-webkit-transform: scale(.7) translateX(-8px);
		transform: scale(.7) translateX(-8px)
	}
	90% {
		-webkit-transform: scale(.8) translateX(-6px);
		transform: scale(.8) translateX(-6px)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes lum-loader-after {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.2) translateX(-6px);
		transform: scale(1.2) translateX(-6px)
	}
	25% {
		-webkit-transform: scale(1.3) translateX(-8px);
		transform: scale(1.3) translateX(-8px)
	}
	40% {
		-webkit-transform: scale(1.2) translateX(-6px);
		transform: scale(1.2) translateX(-6px)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(.8) translateX(-6px);
		transform: scale(.8) translateX(-6px)
	}
	75% {
		-webkit-transform: scale(.7) translateX(-8px);
		transform: scale(.7) translateX(-8px)
	}
	90% {
		-webkit-transform: scale(.8) translateX(-6px);
		transform: scale(.8) translateX(-6px)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media(min-width:768px) {
	.ps__rail-x, .ps__rail-y, .ps__thumb-x, .ps__thumb-y {
		display: none
	}
}

@media(max-width:767px) {
	.ps {
		overflow: hidden!important;
		overflow-anchor: none;
		-ms-overflow-style: none;
		touch-action: auto;
		-ms-touch-action: auto
	}
	.ps__rail-x {
		display: none;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
		-webkit-transition: background-color .2s linear, opacity .2s linear;
		height: 15px;
		bottom: 0;
		position: absolute
	}
	.ps__rail-y {
		display: none;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
		-webkit-transition: background-color .2s linear, opacity .2s linear;
		width: 15px;
		right: 0;
		position: absolute;
		z-index: 10
	}
	.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
		display: block;
		background-color: transparent
	}
	.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y {
		opacity: .6
	}
	.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
		background-color: #fff;
		opacity: .9
	}
	.ps__thumb-x {
		background-color: #aaa;
		border-radius: 6px;
		transition: background-color .2s linear, height .2s ease-in-out;
		-webkit-transition: background-color .2s linear, height .2s ease-in-out;
		height: 6px;
		bottom: 2px;
		position: absolute
	}
	.ps__thumb-y {
		background-color: #ccc;
		border-radius: 6px;
		transition: background-color .2s linear, width .2s ease-in-out;
		-webkit-transition: background-color .2s linear, width .2s ease-in-out;
		width: 6px;
		right: 2px;
		position: absolute
	}
	.ps__rail-x:hover>.ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
		background-color: #999;
		height: 11px
	}
	.ps__rail-y:hover>.ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
		background-color: #999;
		width: 11px
	}
	@supports(-ms-overflow-style:none) {
		.ps {
			overflow: auto!important
		}
	}
	.ps__rail-x, .ps__rail-y {
		opacity: .6!important
	}
}

.js-scrollHint {
	overflow: hidden!important
}

@media(max-width:767px) {
	.js-scrollHint {
		overflow-x: scroll!important
	}
}

@media(min-width:768px) {
	.scroll-hint-icon-wrap {
		display: none
	}
}

@media screen and (max-width:767px) and (-ms-high-contrast:active), (max-width:767px) and (-ms-high-contrast:none) {
	.ps {
		overflow: auto!important
	}
}


@media(max-width:1180px) {
    .p-seminar .l-wrap-l {
        width: 100%
    }
}

/* ラップ（横の余白指定） */
@media only screen {
	.l-wrap {margin: 0 5%}
	.l-wrap-l {width: auto; margin: auto}
	.l-wrap-m {width: auto; margin: auto}
	.l-wrap-s {width: auto; margin: auto}
}
@media only screen and (min-width:768px) {
	.l-wrap {margin: 0 49px}
	.l-wrap-l {max-width: 810px} /* 100% */
	.l-wrap-m {max-width: 810px} /* 100% */
	.l-wrap-s {max-width: 691px} /* 85% */
}
@media only screen and (min-width:992px) {
	.l-wrap {width: 893px; margin: auto} 
	.l-wrap-l {max-width: none; width: 893px} /* 100% */ 
	.l-wrap-m {max-width: none; width: 810px} /* 91% */
	.l-wrap-s {max-width: none; width: 691px} /* 77% */
}
@media only screen and (min-width:1200px) {
	.l-wrap {width: 1080px}  /* 100% */
	.l-wrap-l {width: 918px} /* 85% */
	.l-wrap-m {width: 810px} /* 75% */
	.l-wrap-s {width: 691px} /* 64% */
}
@media only screen and (min-width:1440px) {
	.l-wrap {width: 75vw}
	.l-wrap-l {width: 85%}
	.l-wrap-m {width: 75%}
	.l-wrap-s {width: 64%}
}


.c-anime__underline:after {
	background-color: #c4c579
}

.c-anime__underline:after {
	height: 2px
}

.c-anime__underline:after {
	bottom: -.277777777777778vw
}

.c-anime__underline:after {
	-webkit-transition: .5s width;
	transition: .5s width
}

.c-anime__underline {
	display: inline-block;
	position: relative
}

.c-anime__underline:after {
	content: '';
	display: block;
	left: 0;
	position: absolute;
	width: 0
}

.c-anime__underline:hover:after, .c-anime__underline.active:after {
	width: 100%
}

.c-anime__underline.to-right:after {
	left: 0
}

.c-anime__underline.to-left:after {
	right: 0
}

.c-anime__underline.center:after, .c-anime__underline.active:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.anime__imageZoom {
	overflow: hidden;
	background-color: #fff
}

.anime__imageZoom img {
	display: block;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.anime__arrow {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

a:hover .anime__imageZoom img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .8
}

a:hover .anime__arrow {
	-webkit-transform: translateX(20%);
	transform: translateX(20%)
}

.card-long_02 a:hover .anime__arrow {
	-webkit-transform: translateX(20%) scale(.5);
	transform: translateX(20%) scale(.5)
}

.card-long_02 a:hover .anime__arrow, .-row3 a:hover .anime__arrow {
	-webkit-transform: translateX(20%) scale(.5);
	transform: translateX(20%) scale(.5)
}

.anime__container {
	overflow: hidden;
	position: relative;
	display: block
}

.anime__container__item {
	display: block;
	opacity: 0;
	position: relative;
	-webkit-transition: all .5s .3s ease;
	transition: all .5s .3s ease;
	z-index: 0
}

.anime__container__item.delay {
	-webkit-transition: all .5s .8s ease;
	transition: all .5s .8s ease
}

.anime__container:before {
	background: #c4c579;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .8s 0s ease;
	transition: all .8s 0s ease;
	width: 100%;
	z-index: 1
}

.anime__container.delay:before {
	-webkit-transition: all .8s .5s ease;
	transition: all .8s .5s ease
}

.anime__container.-black:before {
	background: $black-03
}

.anime__container.active .anime__container__item {
	opacity: 1
}

.anime__container.active:before {
	-webkit-transform: translateX(101%);
	transform: translateX(101%)
}

.anime__show {
	overflow: hidden;
	display: block
}

.anime__show__item {
	display: block;
	-webkit-transition: all .5s .3s ease;
	transition: all .5s .3s ease
}

.anime__show__item.-top {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.anime__show__item.-bottom {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.anime__show__item.-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.anime__show__item.-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.anime__show__item.-top_150 {
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%)
}

.anime__show__item.-bottom_150 {
	-webkit-transform: translateY(150%);
	transform: translateY(150%)
}

.anime__show__item.-right_150 {
	-webkit-transform: translateX(150%);
	transform: translateX(150%)
}

.anime__show__item.-left_150 {
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%)
}

.anime__show__item.delay {
	-webkit-transition: all .5s .4s ease;
	transition: all .5s .4s ease
}

.anime__show.active .anime__show__item {
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0)
}

.anime__fade {
	opacity: 0;
	-webkit-transition: all .6s 0s ease;
	transition: all .6s 0s ease
}

.anime__fade.delay {
	-webkit-transition: all .6s .6s ease;
	transition: all .6s .6s ease
}

.anime__fade.-top {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.anime__fade.-bottom {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.anime__fade.-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.anime__fade.-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.anime__fade.-top_20 {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

.anime__fade.-bottom_20 {
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.anime__fade.-right_20 {
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}

.anime__fade.-left_20 {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}

.anime__fade.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

body:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .4s ease .2s;
	transition: opacity .4s ease .2s
}

.sliceTxt {
	display: inline-block;
	opacity: 0;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
	color: #c4c579;
	-webkit-transition-duration: .4s, .4s, 1s;
	transition-duration: .4s, .4s, 1s;
	-webkit-transition-property: opacity, color, -webkit-transform;
	transition-property: opacity, color, -webkit-transform;
	transition-property: opacity, transform, color;
	transition-property: opacity, transform, color, -webkit-transform;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	will-change: opacity, transform, color;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.sliceTxt.sliceTxt-1 {
	-webkit-transition-delay: 20ms, 20ms, .42s;
	transition-delay: 20ms, 20ms, .42s
}

.sliceTxt.sliceTxt-2 {
	-webkit-transition-delay: 40ms, 40ms, .44s;
	transition-delay: 40ms, 40ms, .44s
}

.sliceTxt.sliceTxt-3 {
	-webkit-transition-delay: 60ms, 60ms, .46s;
	transition-delay: 60ms, 60ms, .46s
}

.sliceTxt.sliceTxt-4 {
	-webkit-transition-delay: 80ms, 80ms, .48s;
	transition-delay: 80ms, 80ms, .48s
}

.sliceTxt.sliceTxt-5 {
	-webkit-transition-delay: .1s, .1s, .5s;
	transition-delay: .1s, .1s, .5s
}

.sliceTxt.sliceTxt-6 {
	-webkit-transition-delay: .12s, .12s, .52s;
	transition-delay: .12s, .12s, .52s
}

.sliceTxt.sliceTxt-7 {
	-webkit-transition-delay: .14s, .14s, .54s;
	transition-delay: .14s, .14s, .54s
}

.sliceTxt.sliceTxt-8 {
	-webkit-transition-delay: .16s, .16s, .56s;
	transition-delay: .16s, .16s, .56s
}

.sliceTxt.sliceTxt-9 {
	-webkit-transition-delay: .18s, .18s, .58s;
	transition-delay: .18s, .18s, .58s
}

.sliceTxt.sliceTxt-10 {
	-webkit-transition-delay: .2s, .2s, .6s;
	transition-delay: .2s, .2s, .6s
}

.sliceTxt.sliceTxt-11 {
	-webkit-transition-delay: .22s, .22s, .62s;
	transition-delay: .22s, .22s, .62s
}

.sliceTxt.sliceTxt-12 {
	-webkit-transition-delay: .24s, .24s, .64s;
	transition-delay: .24s, .24s, .64s
}

.sliceTxt.sliceTxt-13 {
	-webkit-transition-delay: .26s, .26s, .66s;
	transition-delay: .26s, .26s, .66s
}

.sliceTxt.sliceTxt-14 {
	-webkit-transition-delay: .28s, .28s, .68s;
	transition-delay: .28s, .28s, .68s
}

.sliceTxt.sliceTxt-15 {
	-webkit-transition-delay: .3s, .3s, .7s;
	transition-delay: .3s, .3s, .7s
}

.sliceTxt.sliceTxt-16 {
	-webkit-transition-delay: .32s, .32s, .72s;
	transition-delay: .32s, .32s, .72s
}

.sliceTxt.sliceTxt-17 {
	-webkit-transition-delay: .34s, .34s, .74s;
	transition-delay: .34s, .34s, .74s
}

.sliceTxt.sliceTxt-18 {
	-webkit-transition-delay: .36s, .36s, .76s;
	transition-delay: .36s, .36s, .76s
}

.sliceTxt.sliceTxt-19 {
	-webkit-transition-delay: .38s, .38s, .78s;
	transition-delay: .38s, .38s, .78s
}

.sliceTxt.sliceTxt-20 {
	-webkit-transition-delay: .4s, .4s, .8s;
	transition-delay: .4s, .4s, .8s
}

.sliceTxt.sliceTxt-21 {
	-webkit-transition-delay: .42s, .42s, .82s;
	transition-delay: .42s, .42s, .82s
}

.sliceTxt.sliceTxt-22 {
	-webkit-transition-delay: .44s, .44s, .84s;
	transition-delay: .44s, .44s, .84s
}

.sliceTxt.sliceTxt-23 {
	-webkit-transition-delay: .46s, .46s, .86s;
	transition-delay: .46s, .46s, .86s
}

.sliceTxt.sliceTxt-24 {
	-webkit-transition-delay: .48s, .48s, .88s;
	transition-delay: .48s, .48s, .88s
}

.sliceTxt.sliceTxt-25 {
	-webkit-transition-delay: .5s, .5s, .9s;
	transition-delay: .5s, .5s, .9s
}

.sliceTxt.sliceTxt-26 {
	-webkit-transition-delay: .52s, .52s, .92s;
	transition-delay: .52s, .52s, .92s
}

.sliceTxt.sliceTxt-27 {
	-webkit-transition-delay: .54s, .54s, .94s;
	transition-delay: .54s, .54s, .94s
}

.sliceTxt.sliceTxt-28 {
	-webkit-transition-delay: .56s, .56s, .96s;
	transition-delay: .56s, .56s, .96s
}

.sliceTxt.sliceTxt-29 {
	-webkit-transition-delay: .58s, .58s, .98s;
	transition-delay: .58s, .58s, .98s
}

.sliceTxt.sliceTxt-30 {
	-webkit-transition-delay: .6s, .6s, 1s;
	transition-delay: .6s, .6s, 1s
}

.sliceTxt.sliceTxt-31 {
	-webkit-transition-delay: .62s, .62s, 1.02s;
	transition-delay: .62s, .62s, 1.02s
}

.sliceTxt.sliceTxt-32 {
	-webkit-transition-delay: .64s, .64s, 1.04s;
	transition-delay: .64s, .64s, 1.04s
}

.sliceTxt.sliceTxt-33 {
	-webkit-transition-delay: .66s, .66s, 1.06s;
	transition-delay: .66s, .66s, 1.06s
}

.sliceTxt.sliceTxt-34 {
	-webkit-transition-delay: .68s, .68s, 1.08s;
	transition-delay: .68s, .68s, 1.08s
}

.sliceTxt.sliceTxt-35 {
	-webkit-transition-delay: .7s, .7s, 1.1s;
	transition-delay: .7s, .7s, 1.1s
}

.sliceTxt.sliceTxt-36 {
	-webkit-transition-delay: .72s, .72s, 1.12s;
	transition-delay: .72s, .72s, 1.12s
}

.sliceTxt.sliceTxt-37 {
	-webkit-transition-delay: .74s, .74s, 1.14s;
	transition-delay: .74s, .74s, 1.14s
}

.sliceTxt.sliceTxt-38 {
	-webkit-transition-delay: .76s, .76s, 1.16s;
	transition-delay: .76s, .76s, 1.16s
}

.sliceTxt.sliceTxt-39 {
	-webkit-transition-delay: .78s, .78s, 1.18s;
	transition-delay: .78s, .78s, 1.18s
}

.sliceTxt.sliceTxt-40 {
	-webkit-transition-delay: .8s, .8s, 1.2s;
	transition-delay: .8s, .8s, 1.2s
}

.sliceTxt.sliceTxt-41 {
	-webkit-transition-delay: .82s, .82s, 1.22s;
	transition-delay: .82s, .82s, 1.22s
}

.sliceTxt.sliceTxt-42 {
	-webkit-transition-delay: .84s, .84s, 1.24s;
	transition-delay: .84s, .84s, 1.24s
}

.sliceTxt.sliceTxt-43 {
	-webkit-transition-delay: .86s, .86s, 1.26s;
	transition-delay: .86s, .86s, 1.26s
}

.sliceTxt.sliceTxt-44 {
	-webkit-transition-delay: .88s, .88s, 1.28s;
	transition-delay: .88s, .88s, 1.28s
}

.sliceTxt.sliceTxt-45 {
	-webkit-transition-delay: .9s, .9s, 1.3s;
	transition-delay: .9s, .9s, 1.3s
}

.sliceTxt.sliceTxt-46 {
	-webkit-transition-delay: .92s, .92s, 1.32s;
	transition-delay: .92s, .92s, 1.32s
}

.sliceTxt.sliceTxt-47 {
	-webkit-transition-delay: .94s, .94s, 1.34s;
	transition-delay: .94s, .94s, 1.34s
}

.sliceTxt.sliceTxt-48 {
	-webkit-transition-delay: .96s, .96s, 1.36s;
	transition-delay: .96s, .96s, 1.36s
}

.sliceTxt.sliceTxt-49 {
	-webkit-transition-delay: .98s, .98s, 1.38s;
	transition-delay: .98s, .98s, 1.38s
}

.sliceTxt.sliceTxt-50 {
	-webkit-transition-delay: 1s, 1s, 1.4s;
	transition-delay: 1s, 1s, 1.4s
}

.sliceTxt.sliceTxt-51 {
	-webkit-transition-delay: 1.02s, 1.02s, 1.42s;
	transition-delay: 1.02s, 1.02s, 1.42s
}

.sliceTxt.sliceTxt-52 {
	-webkit-transition-delay: 1.04s, 1.04s, 1.44s;
	transition-delay: 1.04s, 1.04s, 1.44s
}

.sliceTxt.sliceTxt-53 {
	-webkit-transition-delay: 1.06s, 1.06s, 1.46s;
	transition-delay: 1.06s, 1.06s, 1.46s
}

.sliceTxt.sliceTxt-54 {
	-webkit-transition-delay: 1.08s, 1.08s, 1.48s;
	transition-delay: 1.08s, 1.08s, 1.48s
}

.sliceTxt.sliceTxt-55 {
	-webkit-transition-delay: 1.1s, 1.1s, 1.5s;
	transition-delay: 1.1s, 1.1s, 1.5s
}

.sliceTxt.sliceTxt-56 {
	-webkit-transition-delay: 1.12s, 1.12s, 1.52s;
	transition-delay: 1.12s, 1.12s, 1.52s
}

.sliceTxt.sliceTxt-57 {
	-webkit-transition-delay: 1.14s, 1.14s, 1.54s;
	transition-delay: 1.14s, 1.14s, 1.54s
}

.sliceTxt.sliceTxt-58 {
	-webkit-transition-delay: 1.16s, 1.16s, 1.56s;
	transition-delay: 1.16s, 1.16s, 1.56s
}

.sliceTxt.sliceTxt-59 {
	-webkit-transition-delay: 1.18s, 1.18s, 1.58s;
	transition-delay: 1.18s, 1.18s, 1.58s
}

.sliceTxt.sliceTxt-60 {
	-webkit-transition-delay: 1.2s, 1.2s, 1.6s;
	transition-delay: 1.2s, 1.2s, 1.6s
}

.sliceTxt.sliceTxt-61 {
	-webkit-transition-delay: 1.22s, 1.22s, 1.62s;
	transition-delay: 1.22s, 1.22s, 1.62s
}

.sliceTxt.sliceTxt-62 {
	-webkit-transition-delay: 1.24s, 1.24s, 1.64s;
	transition-delay: 1.24s, 1.24s, 1.64s
}

.sliceTxt.sliceTxt-63 {
	-webkit-transition-delay: 1.26s, 1.26s, 1.66s;
	transition-delay: 1.26s, 1.26s, 1.66s
}

.sliceTxt.sliceTxt-64 {
	-webkit-transition-delay: 1.28s, 1.28s, 1.68s;
	transition-delay: 1.28s, 1.28s, 1.68s
}

.sliceTxt.sliceTxt-65 {
	-webkit-transition-delay: 1.3s, 1.3s, 1.7s;
	transition-delay: 1.3s, 1.3s, 1.7s
}

.sliceTxt.sliceTxt-66 {
	-webkit-transition-delay: 1.32s, 1.32s, 1.72s;
	transition-delay: 1.32s, 1.32s, 1.72s
}

.sliceTxt.sliceTxt-67 {
	-webkit-transition-delay: 1.34s, 1.34s, 1.74s;
	transition-delay: 1.34s, 1.34s, 1.74s
}

.sliceTxt.sliceTxt-68 {
	-webkit-transition-delay: 1.36s, 1.36s, 1.76s;
	transition-delay: 1.36s, 1.36s, 1.76s
}

.sliceTxt.sliceTxt-69 {
	-webkit-transition-delay: 1.38s, 1.38s, 1.78s;
	transition-delay: 1.38s, 1.38s, 1.78s
}

.sliceTxt.sliceTxt-70 {
	-webkit-transition-delay: 1.4s, 1.4s, 1.8s;
	transition-delay: 1.4s, 1.4s, 1.8s
}

.sliceTxt.sliceTxt-71 {
	-webkit-transition-delay: 1.42s, 1.42s, 1.82s;
	transition-delay: 1.42s, 1.42s, 1.82s
}

.sliceTxt.sliceTxt-72 {
	-webkit-transition-delay: 1.44s, 1.44s, 1.84s;
	transition-delay: 1.44s, 1.44s, 1.84s
}

.sliceTxt.sliceTxt-73 {
	-webkit-transition-delay: 1.46s, 1.46s, 1.86s;
	transition-delay: 1.46s, 1.46s, 1.86s
}

.sliceTxt.sliceTxt-74 {
	-webkit-transition-delay: 1.48s, 1.48s, 1.88s;
	transition-delay: 1.48s, 1.48s, 1.88s
}

.sliceTxt.sliceTxt-75 {
	-webkit-transition-delay: 1.5s, 1.5s, 1.9s;
	transition-delay: 1.5s, 1.5s, 1.9s
}

.sliceTxt.sliceTxt-76 {
	-webkit-transition-delay: 1.52s, 1.52s, 1.92s;
	transition-delay: 1.52s, 1.52s, 1.92s
}

.sliceTxt.sliceTxt-77 {
	-webkit-transition-delay: 1.54s, 1.54s, 1.94s;
	transition-delay: 1.54s, 1.54s, 1.94s
}

.sliceTxt.sliceTxt-78 {
	-webkit-transition-delay: 1.56s, 1.56s, 1.96s;
	transition-delay: 1.56s, 1.56s, 1.96s
}

.sliceTxt.sliceTxt-79 {
	-webkit-transition-delay: 1.58s, 1.58s, 1.98s;
	transition-delay: 1.58s, 1.58s, 1.98s
}

.sliceTxt.sliceTxt-80 {
	-webkit-transition-delay: 1.6s, 1.6s, 2s;
	transition-delay: 1.6s, 1.6s, 2s
}

.sliceTxt.sliceTxt-81 {
	-webkit-transition-delay: 1.62s, 1.62s, 2.02s;
	transition-delay: 1.62s, 1.62s, 2.02s
}

.sliceTxt.sliceTxt-82 {
	-webkit-transition-delay: 1.64s, 1.64s, 2.04s;
	transition-delay: 1.64s, 1.64s, 2.04s
}

.sliceTxt.sliceTxt-83 {
	-webkit-transition-delay: 1.66s, 1.66s, 2.06s;
	transition-delay: 1.66s, 1.66s, 2.06s
}

.sliceTxt.sliceTxt-84 {
	-webkit-transition-delay: 1.68s, 1.68s, 2.08s;
	transition-delay: 1.68s, 1.68s, 2.08s
}

.sliceTxt.sliceTxt-85 {
	-webkit-transition-delay: 1.7s, 1.7s, 2.1s;
	transition-delay: 1.7s, 1.7s, 2.1s
}

.sliceTxt.sliceTxt-86 {
	-webkit-transition-delay: 1.72s, 1.72s, 2.12s;
	transition-delay: 1.72s, 1.72s, 2.12s
}

.sliceTxt.sliceTxt-87 {
	-webkit-transition-delay: 1.74s, 1.74s, 2.14s;
	transition-delay: 1.74s, 1.74s, 2.14s
}

.sliceTxt.sliceTxt-88 {
	-webkit-transition-delay: 1.76s, 1.76s, 2.16s;
	transition-delay: 1.76s, 1.76s, 2.16s
}

.sliceTxt.sliceTxt-89 {
	-webkit-transition-delay: 1.78s, 1.78s, 2.18s;
	transition-delay: 1.78s, 1.78s, 2.18s
}

.sliceTxt.sliceTxt-90 {
	-webkit-transition-delay: 1.8s, 1.8s, 2.2s;
	transition-delay: 1.8s, 1.8s, 2.2s
}

.sliceTxt.sliceTxt-91 {
	-webkit-transition-delay: 1.82s, 1.82s, 2.22s;
	transition-delay: 1.82s, 1.82s, 2.22s
}

.sliceTxt.sliceTxt-92 {
	-webkit-transition-delay: 1.84s, 1.84s, 2.24s;
	transition-delay: 1.84s, 1.84s, 2.24s
}

.sliceTxt.sliceTxt-93 {
	-webkit-transition-delay: 1.86s, 1.86s, 2.26s;
	transition-delay: 1.86s, 1.86s, 2.26s
}

.sliceTxt.sliceTxt-94 {
	-webkit-transition-delay: 1.88s, 1.88s, 2.28s;
	transition-delay: 1.88s, 1.88s, 2.28s
}

.sliceTxt.sliceTxt-95 {
	-webkit-transition-delay: 1.9s, 1.9s, 2.3s;
	transition-delay: 1.9s, 1.9s, 2.3s
}

.sliceTxt.sliceTxt-96 {
	-webkit-transition-delay: 1.92s, 1.92s, 2.32s;
	transition-delay: 1.92s, 1.92s, 2.32s
}

.sliceTxt.sliceTxt-97 {
	-webkit-transition-delay: 1.94s, 1.94s, 2.34s;
	transition-delay: 1.94s, 1.94s, 2.34s
}

.sliceTxt.sliceTxt-98 {
	-webkit-transition-delay: 1.96s, 1.96s, 2.36s;
	transition-delay: 1.96s, 1.96s, 2.36s
}

.sliceTxt.sliceTxt-99 {
	-webkit-transition-delay: 1.98s, 1.98s, 2.38s;
	transition-delay: 1.98s, 1.98s, 2.38s
}

.sliceTxt.sliceTxt-100 {
	-webkit-transition-delay: 2s, 2s, 2.4s;
	transition-delay: 2s, 2s, 2.4s
}

.sliceTxt.sliceTxt-101 {
	-webkit-transition-delay: 2.02s, 2.02s, 2.42s;
	transition-delay: 2.02s, 2.02s, 2.42s
}

.sliceTxt.sliceTxt-102 {
	-webkit-transition-delay: 2.04s, 2.04s, 2.44s;
	transition-delay: 2.04s, 2.04s, 2.44s
}

.sliceTxt.sliceTxt-103 {
	-webkit-transition-delay: 2.06s, 2.06s, 2.46s;
	transition-delay: 2.06s, 2.06s, 2.46s
}

.sliceTxt.sliceTxt-104 {
	-webkit-transition-delay: 2.08s, 2.08s, 2.48s;
	transition-delay: 2.08s, 2.08s, 2.48s
}

.sliceTxt.sliceTxt-105 {
	-webkit-transition-delay: 2.1s, 2.1s, 2.5s;
	transition-delay: 2.1s, 2.1s, 2.5s
}

.sliceTxt.sliceTxt-106 {
	-webkit-transition-delay: 2.12s, 2.12s, 2.52s;
	transition-delay: 2.12s, 2.12s, 2.52s
}

.sliceTxt.sliceTxt-107 {
	-webkit-transition-delay: 2.14s, 2.14s, 2.54s;
	transition-delay: 2.14s, 2.14s, 2.54s
}

.sliceTxt.sliceTxt-108 {
	-webkit-transition-delay: 2.16s, 2.16s, 2.56s;
	transition-delay: 2.16s, 2.16s, 2.56s
}

.sliceTxt.sliceTxt-109 {
	-webkit-transition-delay: 2.18s, 2.18s, 2.58s;
	transition-delay: 2.18s, 2.18s, 2.58s
}

.sliceTxt.sliceTxt-110 {
	-webkit-transition-delay: 2.2s, 2.2s, 2.6s;
	transition-delay: 2.2s, 2.2s, 2.6s
}

.sliceTxt.sliceTxt-111 {
	-webkit-transition-delay: 2.22s, 2.22s, 2.62s;
	transition-delay: 2.22s, 2.22s, 2.62s
}

.sliceTxt.sliceTxt-112 {
	-webkit-transition-delay: 2.24s, 2.24s, 2.64s;
	transition-delay: 2.24s, 2.24s, 2.64s
}

.sliceTxt.sliceTxt-113 {
	-webkit-transition-delay: 2.26s, 2.26s, 2.66s;
	transition-delay: 2.26s, 2.26s, 2.66s
}

.sliceTxt.sliceTxt-114 {
	-webkit-transition-delay: 2.28s, 2.28s, 2.68s;
	transition-delay: 2.28s, 2.28s, 2.68s
}

.sliceTxt.sliceTxt-115 {
	-webkit-transition-delay: 2.3s, 2.3s, 2.7s;
	transition-delay: 2.3s, 2.3s, 2.7s
}

.sliceTxt.sliceTxt-116 {
	-webkit-transition-delay: 2.32s, 2.32s, 2.72s;
	transition-delay: 2.32s, 2.32s, 2.72s
}

.sliceTxt.sliceTxt-117 {
	-webkit-transition-delay: 2.34s, 2.34s, 2.74s;
	transition-delay: 2.34s, 2.34s, 2.74s
}

.sliceTxt.sliceTxt-118 {
	-webkit-transition-delay: 2.36s, 2.36s, 2.76s;
	transition-delay: 2.36s, 2.36s, 2.76s
}

.sliceTxt.sliceTxt-119 {
	-webkit-transition-delay: 2.38s, 2.38s, 2.78s;
	transition-delay: 2.38s, 2.38s, 2.78s
}

.sliceTxt.sliceTxt-120 {
	-webkit-transition-delay: 2.4s, 2.4s, 2.8s;
	transition-delay: 2.4s, 2.4s, 2.8s
}

.sliceTxt.sliceTxt-121 {
	-webkit-transition-delay: 2.42s, 2.42s, 2.82s;
	transition-delay: 2.42s, 2.42s, 2.82s
}

.sliceTxt.sliceTxt-122 {
	-webkit-transition-delay: 2.44s, 2.44s, 2.84s;
	transition-delay: 2.44s, 2.44s, 2.84s
}

.sliceTxt.sliceTxt-123 {
	-webkit-transition-delay: 2.46s, 2.46s, 2.86s;
	transition-delay: 2.46s, 2.46s, 2.86s
}

.sliceTxt.sliceTxt-124 {
	-webkit-transition-delay: 2.48s, 2.48s, 2.88s;
	transition-delay: 2.48s, 2.48s, 2.88s
}

.sliceTxt.sliceTxt-125 {
	-webkit-transition-delay: 2.5s, 2.5s, 2.9s;
	transition-delay: 2.5s, 2.5s, 2.9s
}

.sliceTxt.sliceTxt-126 {
	-webkit-transition-delay: 2.52s, 2.52s, 2.92s;
	transition-delay: 2.52s, 2.52s, 2.92s
}

.sliceTxt.sliceTxt-127 {
	-webkit-transition-delay: 2.54s, 2.54s, 2.94s;
	transition-delay: 2.54s, 2.54s, 2.94s
}

.sliceTxt.sliceTxt-128 {
	-webkit-transition-delay: 2.56s, 2.56s, 2.96s;
	transition-delay: 2.56s, 2.56s, 2.96s
}

.sliceTxt.sliceTxt-129 {
	-webkit-transition-delay: 2.58s, 2.58s, 2.98s;
	transition-delay: 2.58s, 2.58s, 2.98s
}

.sliceTxt.sliceTxt-130 {
	-webkit-transition-delay: 2.6s, 2.6s, 3s;
	transition-delay: 2.6s, 2.6s, 3s
}

.sliceTxt.sliceTxt-131 {
	-webkit-transition-delay: 2.62s, 2.62s, 3.02s;
	transition-delay: 2.62s, 2.62s, 3.02s
}

.sliceTxt.sliceTxt-132 {
	-webkit-transition-delay: 2.64s, 2.64s, 3.04s;
	transition-delay: 2.64s, 2.64s, 3.04s
}

.sliceTxt.sliceTxt-133 {
	-webkit-transition-delay: 2.66s, 2.66s, 3.06s;
	transition-delay: 2.66s, 2.66s, 3.06s
}

.sliceTxt.sliceTxt-134 {
	-webkit-transition-delay: 2.68s, 2.68s, 3.08s;
	transition-delay: 2.68s, 2.68s, 3.08s
}

.sliceTxt.sliceTxt-135 {
	-webkit-transition-delay: 2.7s, 2.7s, 3.1s;
	transition-delay: 2.7s, 2.7s, 3.1s
}

.sliceTxt.sliceTxt-136 {
	-webkit-transition-delay: 2.72s, 2.72s, 3.12s;
	transition-delay: 2.72s, 2.72s, 3.12s
}

.sliceTxt.sliceTxt-137 {
	-webkit-transition-delay: 2.74s, 2.74s, 3.14s;
	transition-delay: 2.74s, 2.74s, 3.14s
}

.sliceTxt.sliceTxt-138 {
	-webkit-transition-delay: 2.76s, 2.76s, 3.16s;
	transition-delay: 2.76s, 2.76s, 3.16s
}

.sliceTxt.sliceTxt-139 {
	-webkit-transition-delay: 2.78s, 2.78s, 3.18s;
	transition-delay: 2.78s, 2.78s, 3.18s
}

.active {
	-webkit-perspective: 1000;
	perspective: 1000
}

.active .sliceTxt {
	-webkit-perspective: 1000;
	perspective: 1000;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	color: #000
}

@-webkit-keyframes fade-inBlock {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	100% {
		display: block;
		opacity: 1
	}
}

@keyframes fade-inBlock {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	100% {
		display: block;
		opacity: 1
	}
}

.c-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2.777777777777778vw;
	height: 2.777777777777778vw;
	background-color: #c4c579
}

.c-arrow.-ring {
	border-radius: 100%
}

.c-arrow:before {
	content: '';
	display: inline-block;
	border-top: .34vw solid transparent;
	border-bottom: .34vw solid transparent;
	border-left: .4vw solid #fff
}

.c-bg.-check {
	background: -webkit-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%), -webkit-linear-gradient(225deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
	background: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%), linear-gradient(-135deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
	background-size: .8vw .8vw;
	background-position: 0 0, .4vw .4vw;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.c-bg.-check.-white {
	background: -webkit-linear-gradient(45deg, #f9f9f9 25%, transparent 25%, transparent 75%, #f9f9f9 75%), -webkit-linear-gradient(225deg, #f9f9f9 25%, transparent 25%, transparent 75%, #f9f9f9 75%);
	background: linear-gradient(45deg, #f9f9f9 25%, transparent 25%, transparent 75%, #f9f9f9 75%), linear-gradient(-135deg, #f9f9f9 25%, transparent 25%, transparent 75%, #f9f9f9 75%);
	background-size: .8vw .8vw;
	background-position: 0 0, .4vw .4vw;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.c-btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1vw 4vw;
	text-align: center;
	background-color: #232323;
	border: 2px solid #232323;
	border-radius: 1000px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #fff
}

@media(max-width:767px) {
	.c-btn {
		display: block;
		padding-top: .533333333333333vw;
		padding-bottom: .533333333333333vw;
		padding-right: 3.2vw;
		padding-left: 3.2vw;
		padding: 2% 8%
	}
}

@media(min-width:768px) {
	.c-btn+.c-btn {
		margin-left: 18px
	}
}

@media(max-width:767px) {
	.c-btn+.c-btn {
		margin-top: 18px
	}
}

.c-btn-list {
	text-align: center
}

.c-btn a {
	font-size: .972222222222222vw;
	color: #fff
}

@media(max-width:1440px) {
	.c-btn a {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.c-btn a {
		font-size: 4vw
	}
}

.c-btn:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 6%;
	display: block;
	margin: auto;
	border-top: .3vw solid transparent;
	border-bottom: .3vw solid transparent;
	border-left: .3vw solid #fff
}

@media(max-width:767px) {
	.c-btn:after {
		border-top: 1vw solid transparent;
		border-bottom: 1vw solid transparent;
		border-left: 1vw solid #fff
	}
}

.c-btn:hover {
	opacity: .8
}

.c-btn>.arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 90%;
	display: inline-block;
	width: 1.666666666666667vw;
	height: 1.666666666666667vw;
	margin: auto 0
}

.c-btn>.arrow svg {
	overflow: visible
}

@media(min-width:768px) {
	.c-btn>.arrow svg {
		width: 1.666666666666667vw;
		height: 1.666666666666667vw
	}
}

.c-btn>.arrow .arrow {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.c-colon {
	display: inline-block
}

.c-colon:before {
	display: inline-block;
	color: #c4c579;
	content: '“'
}

.c-colon:after {
	display: inline-block;
	color: #c4c579;
	content: '”'
}

.c-dotLine {
	margin-top: 2.777777777777778vw;
	margin-bottom: 2.777777777777778vw
}

@media(max-width:767px) {
	.c-dotLine {
		margin-top: 3.333333333333333vw;
		margin-bottom: 3.333333333333333vw
	}
}

.c-dotLine span {
	margin: 0 auto;
	display: block;
	width: .694444444444444vw;
	height: .694444444444444vw;
	background-color: #c4c579;
	border-radius: 50%
}

@media(max-width:767px) {
	.c-dotLine span {
		width: .466666666666667vw;
		height: .466666666666667vw
	}
}

.c-dotLine span:not(:last-child) {
	margin-bottom: 1.388888888888889vw
}

@media(max-width:767px) {
	.c-dotLine span:not(:last-child) {
		margin-bottom: .8vw
	}
}

.c-dotLine.-square span {
	border-radius: 0
}

.c-dotLine.-row {
	text-align: center;
	margin-top: 7.916666666666666vw;
	margin-bottom: 7.916666666666666vw
}

.c-dotLine.-row span {
	display: inline-block
}

@media(max-width:767px) {
	.c-dotLine.-row span {
		width: .666666666666667vw;
		height: .666666666666667vw
	}
}

.c-dotLine.-row span:not(:last-child) {
	margin-bottom: 0;
	margin-right: .694444444444444vw
}

@media(max-width:767px) {
	.c-dotLine.-row span:not(:last-child) {
		margin-right: .8vw
	}
}

.c-event {
	position: relative;
	margin: 8%
}

@media(max-width:767px) {
	.c-event {
		margin: 5% 10%
	}
}

.c-event .content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 8% auto 0;
	text-align: center
}

@media(max-width:767px) {
	.c-event .content {
		margin: 0
	}
}

.c-event .content p {
	font-size: 1.666666666666667vw;
	font-weight: 700;
	line-height: .6
}

.c-event .content p span {
	font-size: .45em;
	line-height: 1
}

.c-event .content .arrow {
	-webkit-transform: scale(.6);
	transform: scale(.6);
	margin-top: 2%
}

@media(max-width:767px) {
	.c-event .content .arrow {
		position: absolute;
		bottom: 12%;
		right: 4%;
		-webkit-transform: scale(2.5);
		transform: scale(2.5)
	}
}

.fz-s {
	font-size: .972222222222222vw
}

@media(max-width:1440px) {
	.fz-s {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.fz-s {
		font-size: 4vw
	}
}

.fz-xs {
	font-size: .833333333333333vw
}

@media(max-width:1440px) {
	.fz-xs {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.fz-xs {
		font-size: 4vw
	}
}

a, button, label, select, option {
	cursor: pointer
}

input[type=radio], input[type=checkbox] {
	cursor: pointer
}

button {
	background: none
}

ul, ol {
	list-style: none
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%
}

p, th, td, li, dt, dd {
	font-weight: 300
}

td {
	background-color: #fff;
	vertical-align: top
}

td>:first-child {
	margin-top: 0!important
}

th {
	text-align: left;
	vertical-align: top
}

h1, h2, h3, h4, h5, h6, i, small {
	font-weight: 300
}

b {
	font-style: normal;
	font-weight: 600
}

strong {
	font-style: normal;
	font-weight: 300
}

sup {
	vertical-align: top
}

sub, img {
	vertical-align: bottom
}

@media only screen and (max-width:767px) {
	img {
		max-width: 100%;
		height: auto
	}
	img+img {
		margin-top: 13px
	}
}

iframe {
	background-color: transparent;
	border: none;
	overflow: hidden;
	vertical-align: top
}

#main .container01>:first-child, .ttl>:first-child, .lytCol01>.col>:first-child, .lytBox01>:first-child {
	margin-top: 0!important
}

.lytForm01 .lytField01>.inner>:first-child, .lytForm01 .lytField02>.inner>:first-child {
	margin-top: 0!important
}

ul.listLink03 li a {
	color: #000;
}

.txtBlank01, .listLink03>li>a.current .txtCurrent, .listLink04>li>a.current .txtCurrent {
	position: absolute;
	top: -999em;
	left: -999em;
	color: #5072a5
}

.carousel01 .carouselNavi .prev>span, .carousel01 .carouselNavi .next>span, .carousel01 .carouselNavi .pause>span, .carousel01 .carouselNavi .pager>li>button>span {
	position: absolute;
	top: -999em;
	left: -999em
}

.ttlGroup:after, .lytImg03:after, .lytForm01 .lytField01:after {
	content: '';
	display: block;
	height: 0;
	clear: both
}

.listIdx02 li+li:before {
	border-top: 1px solid #e0e0e0
}

.listNews01:after, .listNews01>li:before {
	border-top: 1px solid #e0e0e0
}

.listMember01 .list:after, .listMember01 .list>div:before {
	border-top: 1px solid #e0e0e0
}

.tblCareer01:after {
	border-top: 1px solid #e0e0e0
}

.tblCareer01 tbody th:before, .tblCareer01 tbody td:before {
	border-top: 1px solid #e0e0e0
}

.tblCareer01 thead th:before, .tblCareer01 thead td:before {
	border-top: 1px solid #e0e0e0
}

.search .gsc-webResult .gsc-result:before {
	border-top: 1px solid #e0e0e0
}

.isIE .listIdx02 li+li:before, .listIdx02 .isIE li+li:before {
	border-top: 1px solid #e0e0e0
}

.isIE .listNews01:after, .isIE .listNews01>li:before {
	border-top: 1px solid #e0e0e0
}

.isIE .listMember01 .list:after {
	border-top: 1px solid #e0e0e0
}

.listMember01 .isIE .list:after, .isIE .listMember01 .list>div:before, .listMember01 .isIE .list>div:before {
	border-top: 1px solid #e0e0e0
}

.isIE .tblCareer01:after, .isIE .tblCareer01 tbody th:before {
	border-top: 1px solid #e0e0e0
}

.tblCareer01 tbody .isIE th:before, .isIE .tblCareer01 tbody td:before, .tblCareer01 tbody .isIE td:before, .isIE .tblCareer01 thead th:before, .tblCareer01 thead .isIE th:before, .isIE .tblCareer01 thead td:before, .tblCareer01 thead .isIE td:before, .isIE .search .gsc-webResult .gsc-result:before, .search .gsc-webResult .isIE .gsc-result:before {
	border-top: 1px solid #e0e0e0
}

.isIE.static .listIdx02 li+li:before, .listIdx02 .isIE.static li+li:before {
	background-color: #999
}

.isIE.static .listNews01:after, .isIE.static .listNews01>li:before {
	background-color: #999
}

.isIE.static .listMember01 .list:after {
	background-color: #999
}

.listMember01 .isIE.static .list:after, .isIE.static .listMember01 .list>div:before, .listMember01 .isIE.static .list>div:before {
	background-color: #999
}

.isIE.static .tblCareer01:after, .isIE.static .tblCareer01 tbody th:before {
	background-color: #999
}

.tblCareer01 tbody .isIE.static th:before, .isIE.static .tblCareer01 tbody td:before, .tblCareer01 tbody .isIE.static td:before, .isIE.static .tblCareer01 thead th:before, .tblCareer01 thead .isIE.static th:before, .isIE.static .tblCareer01 thead td:before, .tblCareer01 thead .isIE.static td:before, .isIE.static .search .gsc-webResult .gsc-result:before, .search .gsc-webResult .isIE.static .gsc-result:before {
	background-color: #999
}

.ttl .hdg01, .ttl .hdg02 {
	font-size: 1.666666666666667vw
}

@media(max-width:1440px) {
	.ttl .hdg01, .ttl .hdg02 {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.ttl .hdg01, .ttl .hdg02 {
		font-size: 5.066666666666666vw
	}
}

.gsc-control-cse {
	word-wrap: normal;
	overflow-wrap: normal
}

body {
	line-height: 1.85
}

a>span>.ico, a>.ico {
	position: relative;
	vertical-align: middle;
	margin: 0 5px;
	top: -.1em
}

.lytMovie02>li .txt .ico {
	position: relative;
	vertical-align: middle;
	margin: 0 5px;
	top: -.1em
}

[lang=ja] a>span>.ico.pdf, [lang=ja] a>span>.ico.word, [lang=ja] a>span>.ico.excel, [lang=ja] a>span>.ico.powerpoint, [lang=ja] a>span>.ico.txt {
	margin-left: 0
}

[lang=ja] a>.ico.pdf, [lang=ja] a>.ico.word, [lang=ja] a>.ico.excel, [lang=ja] a>.ico.powerpoint, [lang=ja] a>.ico.txt {
	margin-left: 0
}

@-moz-document url-prefix() {
	a {
		outline-color: #5072a5
	}
}

#header {
	padding: 0 20px;
	position: relative;
	border-bottom: solid 12px #c4c579
}

.top #header {
	border-bottom: 0
}

#header>.inner {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
	position: relative
}

#header .headerLogo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	bottom: 20px
}

#header #headerUtility {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#header #headerUtility:before {
	content: '';
	display: block;
	width: 246px;
	height: 88px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

#header .headerLinks01 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	width: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 4.5px 0
}

#header .headerLinks01>li+li {
	margin-left: 28px
}

#header .headerLinks02 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 65%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#header .headerLinks02>li+li {
	margin-left: 1px
}

#header .headerLinks02>li>a {
	color: #5072a5;
	background-color: #ebebeb;
	display: block;
	text-decoration: none;
	padding: 4px 20px
}

#header .headerLinks02>li>a:hover, #header .headerLinks02>li>a:focus, #header .headerLinks02>li>a:active {
	text-decoration: underline
}

#header .listSocial01 {
	margin-left: auto;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

#header #headerSearch {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin-left: 10px;
	width: 250px
}

#header #headerSearch>form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#header #headerSearch>form>.input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: solid 1px #ccc;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#header #headerSearch>form>.input input {
	display: block;
	width: 100%;
	height: 2.2em;
	padding: .2em 10px!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none!important;
	background-position: .5em 50%!important
}

#header #headerSearch>form>.search {
	background-color: #ccc;
	font-weight: 600;
	padding: 0 25px 0 10px;
	position: relative;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

#header #headerSearch>form>.search:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 2px #000;
	top: 9px;
	right: 10px
}

#header #headerSearch>form>.search:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	right: 19px;
	border-left: solid 2px #000
}

#header .btnSp01, #header .btnSearch01 {
	display: none;
	position: absolute;
	width: 44px;
	height: 44px;
	border: solid 1px #009c63;
	top: 15px;
	color: #5072a5;
	padding-top: 25px
}

#header .btnSp01>span, #header .btnSearch01>span {
	line-height: 1
}

#header .btnSp01 {
	right: 20px
}

#header .btnSp01:before, #header .btnSp01:after, #header .btnSp01>span:before {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background-color: #c4c579;
	left: 50%;
	margin-left: -14px;
	position: absolute;
	will-change: top, transform, opacity
}

#header .btnSp01:not(.isOpen):before, #header .btnSp01:not(.isOpen):after {
	-webkit-transition: top .2s .2s, -webkit-transform .2s;
	transition: top .2s .2s, -webkit-transform .2s;
	transition: top .2s .2s, transform .2s;
	transition: top .2s .2s, transform .2s, -webkit-transform .2s
}

#header .btnSp01>span:before {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	top: 16px
}

#header .btnSp01:before {
	top: 8px
}

#header .btnSp01:after {
	top: 24px
}

#header .btnSp01.isOpen:before, #header .btnSp01.isOpen:after {
	top: 16px;
	-webkit-transition: top .2s, -webkit-transform .2s .2s;
	transition: top .2s, -webkit-transform .2s .2s;
	transition: top .2s, transform .2s .2s;
	transition: top .2s, transform .2s .2s, -webkit-transform .2s .2s
}

#header .btnSp01.isOpen:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#header .btnSp01.isOpen:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#header .btnSp01.isOpen>span:before {
	opacity: 0
}

#header .btnSearch01 {
	right: 74px
}

#header .btnSearch01:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: solid 2px #c4c579;
	position: absolute;
	top: 5px;
	right: 10px
}

#header .btnSearch01:after {
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background-color: #c4c579;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	left: 14px
}

@media only screen and (max-width:860px) {
	#header {
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		padding: 74px 0 0;
		border-bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		z-index: 999
	}
	.static #header {
		height: auto;
		position: static
	}
	#header.isAnimate {
		-webkit-transition: height .4s;
		transition: height .4s
	}
	#header.typeNavi, #header.typeSearch {
		height: auto;
		max-height: 100vh;
		overflow-y: auto
	}
	#header.typeNavi.isAnimate, #header.typeSearch.isAnimate {
		height: 0;
		overflow: hidden
	}
	#header.typeNavi:after, #header.typeSearch:after {
		height: 20vh
	}
	#header.typeNavi .btnSp01, #header.typeNavi .btnSearch01, #header.typeNavi .headerLogo, #header.typeNavi:before {
		position: fixed
	}
	#header.typeSearch .btnSp01, #header.typeSearch .btnSearch01, #header.typeSearch .headerLogo, #header.typeSearch:before {
		position: fixed
	}
	#header.typeNavi.isAnimate, #header.typeSearch.isAnimate {
		height: 0
	}
	#header.typeNavi .headerLinks01, #header.typeNavi .headerLinks02, #header.typeNavi .listSocial01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.static #header .headerLinks01, .static #header .headerLinks02, .static #header .listSocial01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	#header.typeNavi #gNavi, .static #header #gNavi, #header.typeSearch #headerSearch, .static #header #headerSearch {
		display: block
	}
	#header:before {
		content: '';
		background-color: #fff;
		border-bottom: solid 1px #ccc;
		display: block;
		height: 74px;
		position: absolute;
		top: 0;
		width: 100%
	}
	#header:after {
		content: '';
		display: block;
		height: 0;
		width: 100%;
		-webkit-box-ordinal-group: 100;
		-ms-flex-order: 99;
		order: 99;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	#header>.inner {
		position: static;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	#header .headerLogo {
		top: 20px;
		left: 20px;
		bottom: auto
	}
	#header .headerLogo img {
		height: 33px;
		width: auto
	}
	#header #headerUtility {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#header #headerUtility:before {
		content: none
	}
	#header .headerLinks01 {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 14px 10px 0;
		width: 100%;
		background-color: #fff;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: none
	}
	#header .headerLinks01>li+li {
		margin-left: 16px;
		padding-left: 16px;
		position: relative
	}
	#header .headerLinks01>li+li:before {
		content: '';
		display: block;
		width: 1px;
		height: 14px;
		background-color: #ebebeb;
		position: absolute;
		top: calc(50% - 7px);
		left: 0
	}
	#header .headerLinks02 {
		text-align: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		background-color: #fff;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		display: none
	}
	#header .headerLinks02>li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	#header .headerLinks02>li>a {
		color: #fff;
		background-color: #c4c579;
		padding: 12px 6px
	}
	#header .listSocial01 {
		margin-left: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 20px 10px;
		width: 100%;
		display: none;
		background-color: #fff
	}
	#header #headerSearch {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		background-color: #f5f5f5;
		margin: 0;
		display: none
	}
	#header #headerSearch>form {
		padding: 20px 18px
	}
	#header .btnSp01, #header .btnSearch01 {
		display: block
	}
}

#gNavi {
	background-color: #f5f5f5;
	border-top: solid 1px #ccc;
	margin: 0 -20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

#gNavi>.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 960px;
	margin: 0 auto
}

#gNavi>.inner>li {
	font-weight: 600;
	border-left: solid 1px #ccc;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#gNavi>.inner>li:last-child {
	border-right: solid 1px #ccc
}

#gNavi>.inner>li>a {
	color: #5072a5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	padding: 10px 16px;
	min-width: 124px;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	will-change: background-color, color
}

#gNavi>.inner>li>a[aria-current=true] {
	background-color: #c4c579;
	color: #fff
}

#gNavi>.inner>li>a:hover:not([aria-current]), #gNavi>.inner>li>a:focus:not([aria-current]), #gNavi>.inner>li>a:active:not([aria-current]) {
	background-color: #e6eef0
}

@media only screen and (max-width:960px) {
	#gNavi>.inner>li>a {
		min-width: 116px
	}
}

@media only screen and (max-width:860px) {
	#gNavi {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		background-color: #f5f5f5;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-weight: 400;
		text-align: center;
		border-top: 0;
		margin: 0;
		display: none
	}
	#gNavi>.inner {
		display: block
	}
	#gNavi>.inner>li {
		font-weight: 300;
		border-left: 0
	}
	#gNavi>.inner>li:last-child {
		border-right: 0
	}
	#gNavi>.inner>li+li {
		border-top: solid 1px #ccc
	}
	#gNavi>.inner>li>a {
		display: block;
		padding: 15px 10px
	}
	#gNavi>.inner>li>a[aria-current=true] {
		background-color: #e6eef0;
		color: #c4c579;
		font-weight: 600
	}
}

#footer {
	padding: 30px 20px 0
}

#footer .container01 {
	background-color: #ebebeb;
	margin: 0 -20px;
	padding: 0 20px
}

#footer .container01 .footerList01 {
	max-width: 960px;
	margin: 0 auto;
	padding: 35px 0 52px
}

#footer .container01 .footerList01>dt {
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	padding-bottom: 4px
}

#footer .container01 .footerList01>dd {
	margin-top: 15px
}

#footer .container01 .footerList01>dd+dt {
	margin-top: 26px
}

#footer .container02 {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0 60px
}

#footer .container02 .footerList02>dt {
	font-weight: 600;
	line-height: 1.1
}

#footer .container02 .footerList02>dd {
	margin-top: 7px
}

#footer .container02 .address {
	margin: 0 -20px -8px 0
}

#footer .container02 .address>div {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 13px 8px 0
}

#footer .container02 .address>div>dt {
	background-color: #ccc;
	text-align: center;
	width: 60px;
	padding: 1px 4px
}

#footer .container02 .address>div>dd {
	margin-left: 10px
}

#footer .footerList03 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px
}

#footer .footerList03 .listSocial01+* {
	margin-top: 16px
}

#footer .copyright {
	background-color: #c4c579;
	color: #fff;
	padding: 0 20px;
	margin: 0 -20px
}

#footer .copyright>small {
	text-align: center;
	display: block;
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0
}

@media only screen and (max-width:767px) {
	#footer .container01 .footerList01 {
		padding: 23px 0 43px
	}
	#footer .container01 .footerList01>dd+dt {
		margin-top: 18px
	}
	#footer .container02 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 28px 0 60px
	}
	#footer .container02 .footerList02 {
		margin-top: 17px
	}
	#footer .container02 .address>div>dt {
		padding: 0;
		width: 55px
	}
	#footer .container02 .address>div>dd {
		margin-left: 5px
	}
	#footer .footerList03 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-left: 0
	}
	#footer .footerList03 .listSocial01+* {
		margin-top: 18px
	}
}

@media only screen and (max-width:860px) {
	#wrapper {
		padding-top: 74px
	}
	.static #wrapper {
		padding-top: 0
	}
	#wrapper.isAnimate:before {
		display: block;
		will-change: opacity
	}
	#wrapper.isAnimate .skipLink {
		display: none
	}
	#wrapper.isAnimate.isFixed:before {
		-webkit-animation: fadeOut .4s linear 0s forwards;
		animation: fadeOut .4s linear 0s forwards
	}
	#wrapper.isAnimate:not(.isFixed):before {
		-webkit-animation: fadeIn .4s linear 0s forwards;
		animation: fadeIn .4s linear 0s forwards
	}
	#wrapper.isFixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%
	}
	#wrapper.isFixed:before {
		display: block
	}
	#wrapper:before {
		content: '';
		background-color: rgba(0, 0, 0, .3);
		position: fixed;
		top: 73px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 998;
		display: none
	}
}

#headerPanel {
	background-color: #343881;
	color: #fff;
	line-height: 1.3;
	position: relative
}

#headerPanel:before, #headerPanel:after {
	content: '';
	display: block;
	width: calc((100% - 1366px)/2);
	background-color: #fff;
	position: absolute;
	top: 0;
	height: 460px;
	z-index: 2
}

.static #headerPanel:before, .static #headerPanel:after {
	content: none
}

#headerPanel:before {
	left: 0
}

#headerPanel:after {
	right: 0
}

#topicpath {
	padding: 10px 20px;
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#topicpath>li+li>a, #topicpath>li+li>span {
	padding-left: 30px;
	position: relative
}

#topicpath>li+li>a:before, #topicpath>li+li>span:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: solid #000;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg) skew(-15deg, -15deg);
	transform: rotate(45deg) skew(-15deg, -15deg);
	position: absolute;
	left: 10px;
	top: 5px
}

@media only screen and (max-width:767px) {
	#topicpath .container {
		padding: 6px 20px
	}
}

#main {
	padding: 0 20px
}

#main .container01 {
	padding: 30px 0 60px;
	max-width: 960px;
	margin: 0 auto
}

#main .container02 {
	margin: 0 -20px;
	padding: 0 20px;
	background-color: #e6eef0
}

#main .container02>.inner {
	padding: 34px 0 40px;
	max-width: 960px;
	margin: 0 auto
}

@media only screen and (max-width:767px) {
	#main .container01, #main .container02>.inner {
		padding: 30px 0 34px
	}
}

.ttlGroup {
	display: flow-root;
	margin-top: 40px
}

.ttlGroup+[class^=list], .ttlGroup+[class^=link], .ttlGroup+[class^=lyt], .ttlGroup+[class^=idx], .ttlGroup+[class^=tbl], .ttlGroup+p, .ttlGroup+div {
	margin-top: 24px
}

.ttlGroup+noscript+[class^=list], .ttlGroup+noscript+[class^=link], .ttlGroup+noscript+[class^=lyt], .ttlGroup+noscript+[class^=idx], .ttlGroup+noscript+[class^=tbl], .ttlGroup+noscript+p, .ttlGroup+noscript+div {
	margin-top: 24px
}

.ttlGroup .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 14px;
	width: 100%
}

.ttlGroup .ico .fb-like, .ttlGroup .ico .facebook, .ttlGroup .ico .twitter {
	line-height: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.ttlGroup .ico>p+p, .ttlGroup .ico>p+.fb-like {
	margin-top: 0;
	margin-left: 20px
}

.ttlGroup .ico .fb-like+p, .ttlGroup .ico .fb-like+.fb-like {
	margin-top: 0;
	margin-left: 20px
}

.ttlGroup .ico .fb-like>span {
	vertical-align: top!important
}

.ttlGroup .pageNavi {
	float: right
}

.ttlGroup .pageNavi>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ttlGroup .pageNavi>ul>li+li {
	margin-left: 17px
}

.ttlGroup .pageNavi>ul .prev, .ttlGroup .pageNavi>ul .return, .ttlGroup .pageNavi>ul .next {
	padding-left: 20px;
	position: relative
}

.ttlGroup .pageNavi>ul .prev:before, .ttlGroup .pageNavi>ul .return:before, .ttlGroup .pageNavi>ul .next:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/medialibrary/img/common/icon-arrow-01.png);
	background-size: 10px 10px;
	position: absolute;
	left: 0;
	top: calc(50% - 5px)
}

.ttlGroup .pageNavi>ul .prev:before {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.ttlGroup .pageNavi>ul .return:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media only screen and (max-width:767px) {
	.ttlGroup+[class^=list], .ttlGroup+[class^=link], .ttlGroup+[class^=lyt], .ttlGroup+[class^=idx], .ttlGroup+[class^=tbl], .ttlGroup+p, .ttlGroup+div {
		margin-top: 14px
	}
	.ttlGroup .ico {
		margin-top: -20px
	}
	.ttlGroup .ico>p {
		margin-top: 20px
	}
	.ttlGroup .ico .fb-like {
		margin-top: 20px
	}
	.ttlGroup .ico .fb-like+p, .ttlGroup .ico .fb-like+.fb-like {
		margin-top: 20px
	}
	.ttlGroup .ico>p+p, .ttlGroup .ico>p+.fb-like {
		margin-top: 20px
	}
	.ttlGroup .pageNavi {
		float: none
	}
	.ttlGroup .pageNavi>ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.ttlGroup .ttl {
		margin-top: 20px
	}
}

.ttl {
	border-bottom: solid 2px #c4c579;
	padding-bottom: 10px
}

.ttl+[class^=list], .ttl+[class^=link], .ttl+[class^=lyt], .ttl+[class^=idx], .ttl+[class^=tbl], .ttl+a, .ttl+p, .ttl+div {
	margin-top: 24px
}

.ttl+a {
	display: block
}

.ttl+noscript+[class^=list], .ttl+noscript+[class^=link], .ttl+noscript+[class^=lyt], .ttl+noscript+[class^=idx], .ttl+noscript+[class^=tbl], .ttl+noscript+a, .ttl+noscript+p, .ttl+noscript+div {
	margin-top: 24px
}

.ttl+noscript+a {
	display: block
}

.ttl .hdg01 {
	font-weight: 600;
	line-height: 1.5;
	margin-top: 4px
}

.ttl .hdg01+p {
	margin-top: 4px
}

.ttl .hdg01>.category {
	display: block;
	line-height: 1.1;
	width: 100%
}

.ttl .hdg02 {
	font-weight: 600;
	line-height: 1.5
}

.ttl .pubData>p+p {
	margin-top: 0
}

@media only screen and (max-width:767px) {
	.ttl .hdg01 {
		margin-top: 8px
	}
	.ttl .hdg01+p {
		margin-top: 9px
	}
}

.hdgSec01 {
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 9px;
	margin-top: 47px;
	position: relative
}

.hdgSec01:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #c4c579;
	position: absolute;
	left: 0;
	bottom: 0
}

.hdgSec01+[class^=list], .hdgSec01+[class^=link], .hdgSec01+[class^=lyt], .hdgSec01+[class^=idx], .hdgSec01+[class^=tbl], .hdgSec01+p, .hdgSec01+div {
	margin-top: 22px
}

.hdgSec01+noscript+[class^=list], .hdgSec01+noscript+[class^=link], .hdgSec01+noscript+[class^=lyt], .hdgSec01+noscript+[class^=idx], .hdgSec01+noscript+[class^=tbl], .hdgSec01+noscript+p, .hdgSec01+noscript+div {
	margin-top: 22px
}

@media only screen and (max-width:767px) {
	.hdgSec01 {
		margin-top: 40px;
		padding-bottom: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.hdgSec01+[class^=list], .hdgSec01+[class^=link], .hdgSec01+[class^=lyt], .hdgSec01+[class^=idx], .hdgSec01+[class^=tbl], .hdgSec01+p, .hdgSec01+div {
		margin-top: 13px
	}
}

.hdgSec02 {
	font-size: 2.083333333333333vw;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 0 0 15px;
	border-left: solid 3px #c4c579;
	margin-top: 46px
}

@media(max-width:1440px) {
	.hdgSec02 {
		font-size: 3rem
	}
}

@media(max-width:767px) {
	.hdgSec02 {
		font-size: 6.4vw
	}
}

[class^=hdg]+.hdgSec02 {
	margin-top: 30px
}

.hdgSec02>a {
	color: inherit
}

.hdgSec02+[class^=list], .hdgSec02+[class^=link], .hdgSec02+[class^=lyt], .hdgSec02+[class^=idx], .hdgSec02+[class^=tbl], .hdgSec02+p, .hdgSec02+img, .hdgSec02+div {
	margin-top: 24px
}

@media only screen and (max-width:767px) {
	.hdgSec02 {
		margin-top: 35px
	}
	[class^=hdg]+.hdgSec02 {
		margin-top: 20px
	}
	.hdgSec02+[class^=list], .hdgSec02+[class^=link], .hdgSec02+[class^=lyt], .hdgSec02+[class^=idx], .hdgSec02+[class^=tbl], .hdgSec02+p, .hdgSec02+img, .hdgSec02+div {
		margin-top: 13px
	}
}

/* 関連記事のセクションのタイトルの前の余白キャンセル */
#related-articles .hdgSec02 {margin-top:0; margin-bottom: 10px;}

.hdgSec03 {
	color: #98994d;
	font-size: 1.666666666666667vw;
	font-weight: 600;
	line-height: 1.75;
	margin-top: 27px;
        margin-bottom: 10px
}

@media(max-width:1440px) {
	.hdgSec03 {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.hdgSec03 {
		font-size: 5.066666666666666vw
	}
}

[class^=hdg]+.hdgSec03 {
	margin-top: 22px
}

.hdgSec03+[class^=list], .hdgSec03+[class^=link], .hdgSec03+[class^=lyt], .hdgSec03+[class^=idx], .hdgSec03+[class^=tbl], .hdgSec03+p, .hdgSec03+div:not([class]) {
	margin-top: 14px
}

@media only screen and (max-width:767px) {
	[class^=hdg]+.hdgSec03 {
		margin-top: 12px
	}
}

.hdgSec04 {
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 1.75;
	margin-top: 30px;
        margin-bottom:10px
}

@media(max-width:1440px) {
	.hdgSec04 {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.hdgSec04 {
		font-size: 4.8vw
	}
}

[class^=hdg]+.hdgSec04 {
	margin-top: 14px
}

.hdgSec04+[class^=list], .hdgSec04+[class^=link], .hdgSec04+[class^=lyt], .hdgSec04+[class^=idx], .hdgSec04+[class^=tbl], .hdgSec04+p, .hdgSec04+div:not([class]) {
	margin-top: 5px
}

@media only screen and (max-width:767px) {
	.hdgSec04 {
		line-height: 1.85
	}
}

.hdgSec05 {
	font-size: 1.111111111111111vw;
	font-weight: 600;
	line-height: 1.85;
	margin-top: 30px;
        margin-bottom: 10px
}

@media(max-width:1440px) {
	.hdgSec05 {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.hdgSec05 {
		font-size: 4.266666666666667vw
	}
}

[class^=hdg]+.hdgSec05 {
	margin-top: 7px
}

.hdgSec05+[class^=list], .hdgSec05+[class^=link], .hdgSec05+[class^=lyt], .hdgSec05+[class^=idx], .hdgSec05+[class^=tbl], .hdgSec05+p, .hdgSec05+div:not([class]) {
	margin-top: 8px
}

.hdgWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative
}

.ttl .hdgWrap01+[class^=list], .ttl .hdgWrap01+[class^=link], .ttl .hdgWrap01+[class^=lyt], .ttl .hdgWrap01+[class^=idx], .ttl .hdgWrap01+[class^=tbl], .ttl .hdgWrap01+a, .ttl .hdgWrap01+p, .ttl .hdgWrap01+div {
	margin-top: 4px
}

.ttl .hdgWrap01+a {
	display: block
}

.ttl .hdgWrap01 .hdg01 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.ttl .hdgWrap01>[class^=link], .ttl .hdgWrap01 .listBtn {
	padding-bottom: 0;
	margin-top: 9px
}

.hdgWrap01+[class^=list], .hdgWrap01+[class^=link], .hdgWrap01+[class^=lyt], .hdgWrap01+[class^=idx], .hdgWrap01+[class^=tbl], .hdgWrap01+a, .hdgWrap01+p, .hdgWrap01+div {
	margin-top: 22px
}

.hdgWrap01+a {
	display: block
}

.hdgWrap01+noscript+[class^=list], .hdgWrap01+noscript+[class^=link], .hdgWrap01+noscript+[class^=lyt], .hdgWrap01+noscript+[class^=idx], .hdgWrap01+noscript+[class^=tbl], .hdgWrap01+noscript+a, .hdgWrap01+noscript+p, .hdgWrap01+noscript+div {
	margin-top: 22px
}

.hdgWrap01+noscript+a {
	display: block
}

.hdgWrap01>[class^=link], .hdgWrap01 .listBtn {
	margin-top: 0;
	margin-left: 20px;
	padding-bottom: 9px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.hdgWrap01 .container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.hdgWrap01 .listBtn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: -10px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.hdgWrap01 .listBtn>[class^=link] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px
}

.hdgWrap01 .linkFeed01>a {
	padding: 4px 18px 4px 40px
}

.hdgWrap01 .hdgSec01 {
	margin-top: 0;
	position: static;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-bottom: 9px
}

.hdgWrap01 .hdgSec02+.listBtn02 {
	margin-left: 20px;
	line-height: 1.2
}

.hdgWrap01+.lytForm01 {
	margin-top: 40px
}

@media only screen and (max-width:767px) {
	.hdgWrap01 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.hdgWrap01>[class^=link], .hdgWrap01 .listBtn {
		margin-left: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: right
	}
	.hdgWrap01+[class^=list], .hdgWrap01+[class^=link], .hdgWrap01+[class^=lyt], .hdgWrap01+[class^=idx], .hdgWrap01+[class^=tbl], .hdgWrap01+p, .hdgWrap01+a, .hdgWrap01+div {
		margin-top: 13px
	}
	.hdgWrap01+.lytForm01 {
		margin-top: 40px
	}
}

.hdgTop01 {
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hdgTop01+[class^=list], .hdgTop01+[class^=link], .hdgTop01+[class^=lyt], .hdgTop01+[class^=idx], .hdgTop01+[class^=tbl], .hdgTop01+a, .hdgTop01+p, .hdgTop01+div {
	margin-top: 35px
}

.hdgTop01+a {
	display: block
}

.hdgTop01.release, .hdgTop01.news, .hdgTop01.video, .hdgTop01.event {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hdgTop01.release:before, .hdgTop01.news:before, .hdgTop01.video:before, .hdgTop01.event:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.hdgTop01.release:before {
	background-image: url(/medialibrary/img/common/icon-release-01.png);
	background-size: 22px 30px
}

.hdgTop01.news:before {
	background-image: url(/medialibrary/img/common/icon-news-01.png);
	background-size: 26px 30px
}

.hdgTop01.video:before {
	background-image: url(/medialibrary/img/common/icon-video01.png);
	background-size: 30px 30px
}

.hdgTop01.event:before {
	background-image: url(/medialibrary/img/common/icon-event-01.png);
	background-size: 30px 30px
}

@media only screen and (max-width:767px) {
	.hdgTop01 {
		line-height: 1.5
	}
	.hdgTop01+[class^=list], .hdgTop01+[class^=link], .hdgTop01+[class^=lyt], .hdgTop01+[class^=idx], .hdgTop01+[class^=tbl], .hdgTop01+a, .hdgTop01+p, .hdgTop01+div {
		margin-top: 25px
	}
	.hdgTop01.release, .hdgTop01.news, .hdgTop01.video, .hdgTop01.event {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.hdgTop01.release:before, .hdgTop01.news:before, .hdgTop01.video:before, .hdgTop01.event:before {
		margin-right: 0;
		margin-bottom: .3em
	}
}

.txtLead01 {
	line-height: 1.5;
	margin-top: 22px
}

.txtLead01>b {
	font-weight: inherit
}

.txtNote01, .listNote01>li {
	margin-top: 28px;
	position: relative;
	padding-left: 1.4em
}

.txtNote01.large, .listNote01>li.large {
	padding-left: 2.4em
}

.txtNote01.large+.txtNote01.large {
	margin-top: 2px
}

.listNote01>li.large+.txtNote01.large, .listNote01>.txtNote01.large+li.large, .listNote01>li.large+li.large {
	margin-top: 2px
}

.txtNote01.small, .listNote01>li.small {
	padding-left: .7em
}

.txtNote01.small+.txtNote01.small {
	margin-top: 2px
}

.listNote01>li.small+.txtNote01.small, .listNote01>.txtNote01.small+li.small, .listNote01>li.small+li.small {
	margin-top: 2px
}

.txtNote01:not(.large):not(.small)+.txtNote01:not(.large):not(.small) {
	margin-top: 2px
}

.listNote01>li:not(.large):not(.small)+.txtNote01:not(.large):not(.small), .listNote01>.txtNote01:not(.large):not(.small)+li:not(.large):not(.small), .listNote01>li:not(.large):not(.small)+li:not(.large):not(.small) {
	margin-top: 2px
}

.txtNote01>.mark, .listNote01>li>.mark {
	position: absolute;
	left: 0;
	top: 0
}

@media only screen and (max-width:767px) {
	.txtNote01, .listNote01>li {
		margin-top: 20px
	}
}

.txtIco01 {
	background-color: #c00;
	color: #fff;
	display: inline-block;
	line-height: 1.45;
	margin-left: 10px;
	font-weight: 300;
	padding: 0 12px
}

.txtIco02 {
	display: inline-block;
	line-height: 1;
	color: #fff;
	background-color: #2356a6;
	padding: .346em 20px;
	min-width: 148px;
	text-align: center
}

.txtIco02.type01 {
	background-color: #c4c579
}

.txtIco02.type02 {
	background-color: #dbedf2
}

.txtIco02.type03 {
	background-color: #f4e5de
}

.txtIco02.type04 {
	background-color: #dfe0f4
}

.txtIco02.type05 {
	background-color: #cde2da
}

.txtIco02.type06 {
	background-color: #f1efda
}

.skipLink {
	position: absolute;
	top: 0;
	left: calc(50% - (1366px/2));
	z-index: 999;
	display: block;
	border: dotted 1px;
	padding: 10px 20px;
	-webkit-transition: .2s, -webkit-transform;
	transition: .2s, -webkit-transform;
	transition: transform, .2s;
	transition: transform, .2s, -webkit-transform;
	background-color: #fff;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.skipLink:focus, .skipLink:active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media only screen and (max-width:1366px) {
	.skipLink {
		left: 0
	}
}

@media only screen and (max-width:767px) {
	.skipLink {
		padding: 10px 20px
	}
}

.pagetop {
	position: fixed;
	right: 50%;
	margin-right: -544px;
	bottom: 50px;
	z-index: 997
}

.pagetop>a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #343881;
	border: solid 2px #343881;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding-top: calc(35px - 1em);
	text-decoration: none;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	will-change: background-color, color
}

.pagetop>a:before, .pagetop>a:after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	background-color: #fff;
	position: absolute;
	top: 8px;
	left: 50%;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color
}

.pagetop>a:before {
	-webkit-transform: skewX(-38deg);
	transform: skewX(-38deg);
	margin-left: -4px
}

.pagetop>a:after {
	-webkit-transform: skewX(38deg);
	transform: skewX(38deg);
	margin-left: 2px
}

.pagetop>a:hover, .pagetop>a:focus, .pagetop>a:active {
	background-color: #fff;
	color: #343881
}

.pagetop>a:hover:before, .pagetop>a:hover:after {
	background-color: #343881
}

.pagetop>a:focus:before, .pagetop>a:focus:after {
	background-color: #343881
}

.pagetop>a:active:before, .pagetop>a:active:after {
	background-color: #343881
}

.pagetop>a:hover>span:before, .pagetop>a:focus>span:before, .pagetop>a:active>span:before {
	background-color: #343881
}

.pagetop>a>span {
	line-height: 1
}

.pagetop>a>span:before {
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -1px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color
}

@media only screen and (max-width:1146px) {
	.pagetop {
		right: 20px;
		margin-right: 0
	}
}

.linkTxt01>a, .listLink01>li>a {
	display: inline-block;
	padding-left: 15px;
	position: relative
}

.linkTxt01>a:before, .listLink01>li>a:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: solid #666;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: -1px;
	top: .65em
}
/*2023.7.18改訂。リンクの左の三角が画面サイズによっては親要素の左にはみ出して、消えてしまうのを修正。いいの古い部分を削除して、その後、パッチを当てている。
.linkTxt02>a, .listLink02>li>a {
	display: inline-table;
	position: relative;
	color: #5072a5;
	padding-left: 15px;
	text-indent: -1.2vw
}

@media(max-width:767px) {
	.linkTxt02>a, .listLink02>li>a {
		padding-left: 10px;
		text-indent: -2vw
	}
}

.linkTxt02>a:hover, .listLink02>li>a:hover {
	-webkit-text-decoration: inder;
	text-decoration: inder
}

.linkTxt02>a:before, .listLink02>li>a:before {
	content: '';
	display: inline-block;
	margin: auto;
	padding-right: 1vw;
	border-top: .35vw solid transparent;
	border-bottom: .35vw solid transparent;
	border-left: .35vw solid #000
}

@media(min-width:1440px) {
	.linkTxt02>a:before, .listLink02>li>a:before {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #000
	}
}

@media(max-width:767px) {
	.linkTxt02>a:before, .listLink02>li>a:before {
		border-top: 1.25vw solid transparent;
		border-bottom: 1.25vw solid transparent;
		border-left: 1.25vw solid #000
	}
}
<== ここまでは削除
 ここから追加2023.7.18 */
.linkTxt02>a, .listLink02>li>a {
	display: inline-table;
	position: relative;
	color: #5072a5;
	padding-left: 2em;
	text-indent: -1.35em
}

.linkTxt02>a:hover, .listLink02>li>a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline
}

.linkTxt02>a:before, .listLink02>li>a:before {
	content: '';
	display: inline-block;
	margin: auto;
	padding-right: 1em;
	border-top: .35em solid transparent;
	border-bottom: .35em solid transparent;
	border-left: .35em solid #000
}
/* <==ここまで追加 */

.linkBtn01, .listBtn01>li:not([class^=link]) {
	display: block
}

.linkBtn01>a, .listBtn01>li:not([class^=link])>a, .linkBtn01>button, .listBtn01>li:not([class^=link])>button {
	background-color: #c4c579;
	border: solid 2px #c4c579;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	color: #fff;
	display: inline-block;
	min-width: 252px;
	text-align: center;
	text-decoration: none;
	padding: 6px 16px 6px 28px;
	position: relative;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	will-change: background-color, color
}

.linkBtn01>a:before, .listBtn01>li:not([class^=link])>a:before, .linkBtn01>button:before, .listBtn01>li:not([class^=link])>button:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: calc(50% - 3px);
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
	will-change: border-color
}

.linkBtn01>a:hover, .listBtn01>li:not([class^=link])>a:hover, .linkBtn01>a:focus, .listBtn01>li:not([class^=link])>a:focus, .linkBtn01>a:active, .listBtn01>li:not([class^=link])>a:active, .linkBtn01>button:hover, .listBtn01>li:not([class^=link])>button:hover, .linkBtn01>button:focus, .listBtn01>li:not([class^=link])>button:focus, .linkBtn01>button:active, .listBtn01>li:not([class^=link])>button:active {
	background-color: #fff;
	color: #c4c579
}

@media only screen and (max-width:767px) {
	.linkBtn01>a, .listBtn01>li:not([class^=link])>a, .linkBtn01>button, .listBtn01>li:not([class^=link])>button {
		padding: 8px 16px 8px 28px;
		min-width: 0;
		width: 100%
	}
}

.linkBtn02 {
	display: block
}

.linkBtn02>a {
	font-weight: 300;
	background-color: #fff;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	display: inline-block;
	text-decoration: none;
	padding: 3.5px 18px;
	position: relative;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color
}

.linkBtn02>a:hover, .linkBtn02>a:focus, .linkBtn02>a:active {
	background-color: #ccc
}

.linkBtn03, .listBtn02>li {
	display: block
}

.linkBtn03>a, .listBtn02>li>a, .linkBtn03>button, .listBtn02>li>button {
	font-weight: 300;
	background-color: #ccc;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	display: inline-block;
	text-decoration: none;
	padding: 3.5px 18px;
	position: relative;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color;
	vertical-align: bottom
}

.linkBtn03>a:hover, .listBtn02>li>a:hover, .linkBtn03>a:focus, .listBtn02>li>a:focus, .linkBtn03>a:active, .listBtn02>li>a:active, .linkBtn03>button:hover, .listBtn02>li>button:hover, .linkBtn03>button:focus, .listBtn02>li>button:focus, .linkBtn03>button:active, .listBtn02>li>button:active {
	background-color: #fff
}

.linkFeed01 {
	display: block
}

.linkFeed01>a {
	font-weight: 600;
	background-color: #ccc;
	border: solid 2px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	display: inline-block;
	text-decoration: none;
	padding: 9px 18px 9px 40px;
	position: relative;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color
}

.linkFeed01>a:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: url(/medialibrary/img/common/icon-feed-01.png);
	background-size: 11px 11px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -5.5px
}

.linkFeed01>a:hover, .linkFeed01>a:focus, .linkFeed01>a:active {
	background-color: #fff
}

.idx01 {
	-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 12px rgba(0, 0, 0, .1);
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.idx01>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 20px 18px;
	border-bottom: solid 2px #c4c579;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color
}

@media(max-width:767px) {
	.idx01>a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.idx01>a>img {
	width: 30%
}

@media(max-width:767px) {
	.idx01>a>img {
		width: 100%
	}
}

.idx01>a .txt {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media(min-width:768px) {
	.idx01>a .txt {
		margin-left: 16px;
		width: 70%
	}
}

.idx01>a .txt:only-child {
	margin-left: 0
}

.idx01>a .txt .title {
	display: block;
	color: #5072a5
}

.idx01>a .txt .title:hover {
	text-decoration: underline
}

.idx01>a .txt>span {
	display: block
}

.idx01>a .txt>.title>span>img.ico {
	vertical-align: middle;
	background-size: 13px auto;
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 13px;
    height: 11px;
}

.idx01>a:hover, .idx01>a:focus, .idx01>a:active {
	background-color: #ebebeb
}

.idx01>a:hover .txt .title, .idx01>a:focus .txt .title, .idx01>a:active .txt .title {
	text-decoration: none
}

@media only screen and (max-width:767px) {
	.idx01>a {
		padding: 16px 16px 14px
	}
	.idx01>a>img[class^=ico] {
		width: 80px
	}
}

.listIdx01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 0 -20px -20px
}

.lytMovie02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 10px 0
}

.lytMovie02>li {
	width: calc(50% - 30px)
}

.listIdx01.col3>li {
	width: calc(33.333% - 20px)
}

.listIdx01.col4>li {
	width: calc(25% - 20px)
}

.listIdx01.type02>li.large {
	width: calc(50% - 20px)
}

.listIdx01.type02>li.large>a .img {
	height: 100%
}

.listIdx01.type02>li.large>a .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 50%;
	border-top: 1px solid #e0e0e0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff
}

.listIdx01.type02>li.large>a .txt .date, .listIdx01.type02>li.large>a .txt>b {
	color: inherit
}

.listIdx01>li {
	margin: 0 0 20px 20px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.lytMovie02>li {
	margin: 0 0 20px 20px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.listIdx01>li>a, .lytMovie02>li>a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	padding-bottom: 2px
}

.listIdx01>li>a:before, .lytMovie02>li>a:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #5072a5;
	position: absolute;
	bottom: 0;
	left: 0
}

.listIdx01>li>a:hover .img>img, .listIdx01>li>a:focus .img>img, .listIdx01>li>a:active .img>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.lytMovie02>li>a:hover .img>img, .lytMovie02>li>a:focus .img>img, .lytMovie02>li>a:active .img>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.listIdx01>li>a:hover .txt>b, .listIdx01>li>a:focus .txt>b, .listIdx01>li>a:active .txt>b {
	text-decoration: none
}

.lytMovie02>li>a:hover .txt>b, .lytMovie02>li>a:focus .txt>b, .lytMovie02>li>a:active .txt>b {
	text-decoration: none
}

.listIdx01>li>a:visited .txt>b, .lytMovie02>li>a:visited .txt>b {
	color: #610061
}

.listIdx01>li .img, .lytMovie02>li .img {
	display: block;
	overflow: hidden
}

.listIdx01>li .img>img, .lytMovie02>li .img>img {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	will-change: transform;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.listIdx01>li .txt, .lytMovie02>li .txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 18px 16px 20px
}

.listIdx01>li .txt>.date, .lytMovie02>li .txt>.date {
	color: #444
}

.listIdx01>li .txt>b, .lytMovie02>li .txt>b {
	font-weight: 400;
	line-height: 1.625;
	text-decoration: underline;
	margin-top: 7px
}

.listIdx01>li span .txt>b {
	font-weight: 400;
	line-height: 1.625;
	text-decoration: none;
	margin-top: 7px
}

.listIdx01.type02>li.large>span .img {
	height: 100%
}

.listIdx01.type02>li.large>span .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 50%;
	border-top: 1px solid #e0e0e0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff
}

.listIdx01.type02>li.large>span .txt .date, .listIdx01.type02>li.large>span .txt>b {
	color: inherit
}

.listIdx01>li>span {
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	padding-bottom: 2px
}

.listIdx01>li>span:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #5072a5;
	position: absolute;
	bottom: 0;
	left: 0
}

.listIdx01>li>span:hover .img>img, .listIdx01>li>span:focus .img>img, .listIdx01>li>span:active .img>img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.listIdx01>li>span:hover .txt>b, .listIdx01>li>span:focus .txt>b, .listIdx01>li>span:active .txt>b {
	text-decoration: none
}

.listIdx01>li>span:visited .txt>b {
	color: #610061
}

@media only screen and (max-width:767px) {
	.listIdx01.type01, .lytMovie02 {
		display: block;
		margin: 25px 0 0
	}
	.listIdx01.type01.col3>li, .listIdx01.type01.col4>li {
		width: 100%
	}
	.lytMovie02>li {
		width: 100%
	}
	.listIdx01.type01>li, .lytMovie02>li {
		margin: 0 0 15px
	}
	.listIdx01.type01>li:last-child {
		margin-bottom: 0
	}
	.listIdx01.type01>li>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.listIdx01.type01>li>a .img {
		width: 110px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.listIdx01.type01>li>a .txt {
		padding: 18px 16px 27px
	}
	.listIdx01.type01>li>a .txt>b {
		margin-top: 4px
	}
	.listIdx01.type02.col4>li, .listIdx01.type02.col3>li {
		width: calc(50% - 20px)
	}
	.listIdx01.type02>li.large {
		width: calc(100% - 20px)
	}
	.listIdx01.type02>li.large>a .img {
		height: auto
	}
	.lytMovie02>li>a .img {
		height: auto
	}
	.listIdx01.type02>li.large>a .txt {
		position: static;
		background-image: none;
		color: initial;
		min-height: 0;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch
	}
	.lytMovie02>li>a .txt, .lytMovie02>li>span .txt {
		position: static;
		background-image: none;
		color: initial;
		min-height: 0;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch
	}
	.listIdx01.type02>li.large>a .txt .date {
		color: #444
	}
	.listIdx01.type02>li.large>a .txt>b {
		color: #5072a5
	}
	.listIdx01>li>a:hover .img>img, .listIdx01>li>a:focus .img>img, .listIdx01>li>a:active .img>img {
		-webkit-transform: none;
		transform: none
	}
	.lytMovie02>li>a:hover .img>img, .lytMovie02>li>a:focus .img>img, .lytMovie02>li>a:active .img>img {
		-webkit-transform: none;
		transform: none
	}
	.listIdx01.type01>li>span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.listIdx01.type01>li>span .img {
		width: 110px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.listIdx01.type01>li>span .txt {
		padding: 18px 16px 27px
	}
	.listIdx01.type01>li>span .txt>b {
		margin-top: 4px
	}
	.listIdx01.type02>li.large>span .img {
		height: auto
	}
	.listIdx01.type02>li.large>span .txt {
		position: static;
		background-image: none;
		color: initial;
		min-height: 0;
		-webkit-box-pack: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch
	}
	.listIdx01.type02>li.large>span .txt .date {
		color: #444
	}
	.listIdx01.type02>li.large>span .txt>b {
		color: #5072a5
	}
	.lytMovie02>li>a .txt>b, .lytMovie02>li>span .txt>b {
		color: #5072a5
	}
	.listIdx01>li>span:hover .img>img, .listIdx01>li>span:focus .img>img, .listIdx01>li>span:active .img>img {
		-webkit-transform: none;
		transform: none
	}
	.lytMovie02>li>span:hover .img>img, .lytMovie02>li>span:focus .img>img, .lytMovie02>li>span:active .img>img {
		-webkit-transform: none;
		transform: none
	}
}

@media only screen and (max-width:512px) {
	.listIdx01.type02 {
		display: block;
		margin: 25px 0 0
	}
	.listIdx01.type02.col3>li, .listIdx01.type02.col4>li {
		width: 100%
	}
	.listIdx01.type02>li {
		margin: 0 0 15px
	}
	.listIdx01.type02>li:nth-child(n+5) {
		display: none
	}
	.listIdx01.type02>li:last-child {
		margin-bottom: 0
	}
}

.listIdx02 {
	margin-top: 35px
}

.listIdx02 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.listIdx02 li+li {
	margin-top: 20px;
	padding-top: 20px;
	position: relative
}

.listIdx02 li+li:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0
}

.listIdx02 li .img {
	width: 82px;
	border: solid 1px #ccc;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.listIdx02 li .txt {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.listIdx02 li .txt>p+p {
	margin-top: 8px
}

.listIdx02 li .txt .date {
	color: #444
}

.listIdx02 li .txt [class^=txtIco]+.date {
	margin-left: 18px
}

@media only screen and (max-width:767px) {
	.listIdx02 {
		margin-top: 25px
	}
}

[class^='list']>li>[class^='list'] {
	margin-top: 4px;
	margin-bottom: 2px
}

[class^='list']>li>[class^='lyt'] {
	margin-top: 0
}

@media only screen and (max-width:767px) {
	[class^='list']>li>[class^='lyt'] {
		margin-top: 10px
	}
}

.listBullet01 {
	margin-top: 18px
}

.listBullet01.col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -2px
}

.listBullet01.col>li {
	margin-right: 16px
}

.listBullet01+p {
	margin-top: 18px
}

.listBullet01>li {
	padding-left: 2.8em;
	position: relative;
	margin-bottom: 2px
}

.listBullet01>li:last-child {
	margin-bottom: 0
}

.listBullet01>li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 0.8em;
	left: 2em
}

.listBullet01>li:before {
	width: 4px;
	height: 4px;
	background-color: #444;
	border-radius: 100%
}

.listBullet01>li>.listBullet01>li:before {
	width: 4px;
	height: 4px;
	background-color: #444;
	border-radius: 100%
}

@media only screen and (max-width:767px) {
	.listBullet01 {
		margin-top: 18px
	}
	.listBullet01>li {
		margin-bottom: 14px
	}
}

.listNum01 {
	margin-top: 18px
}

.listNum01+p {
	margin-top: 18px
}

.listNum01>li {
	margin-bottom: 2px;
	position: relative;
	padding-left: 2.8em
}

.listNum01>li:last-child {
	margin-bottom: 0
}

.listNum01>li>.num {
	width: 2.4em;
	text-align: right;
	position: absolute;
	left: 0;
	top: 0
}

@media only screen and (max-width:767px) {
	.listNum01 {
		margin-top: 18px
	}
	.listNum01>li {
		margin-bottom: 14px
	}
}

.listDesc01 {
	margin-top: 18px
}

.listDesc01+p {
	margin-top: 18px
}

[class^=list]>li>p+dl.listDesc01 {
	margin-top: 18px
}

.listDesc01.col>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.listDesc01.col>div+div {
	margin-top: 2px
}

.listDesc01.col>div>dt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 7.2em
}

.listDesc01.col>div>dd {
	margin-top: 0
}

.listDesc01>div+div {
	margin-top: 18px
}

.listDesc01>div>dt {
	font-weight: 600
}

.listDesc01>div>dd {
	margin-top: 6px
}

.listDesc01 dd>[class^=list], .listDesc01 dd>[class^=link], .listDesc01 dd>[class^=lyt], .listDesc01 dd>[class^=idx], .listDesc01 dd>[class^=tbl] {
	margin-top: 10px
}

@media only screen and (max-width:767px) {
	.listDesc01 {
		margin-top: 18px
	}
	.listDesc01>li {
		margin-bottom: 14px
	}
	.listDesc01>div+div {
		margin-top: 9px
	}
}

.listBtn01 {
	margin-top: 30px;
	margin-bottom: -16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.listBtn01.taC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.listBtn01+p {
	margin-top: 18px
}

.listBtn01.feed {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}

.listBtn01.feed:before {
	content: '';
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%
}

.listBtn01.feed>li {
	margin-right: 0;
	margin-bottom: 0
}

.listBtn01.feed>li:not([class^=link]) {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.listBtn01.feed>.linkFeed01 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	text-align: right
}

.listBtn01.feed>.linkFeed01>a {
	margin-left: 20px
}

.listBtn01>li {
	margin-right: 20px;
	margin-bottom: 16px
}

.listBtn01>li:last-child {
	margin-right: 0
}

@media only screen and (max-width:767px) {
	.listBtn01:not(.feed) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.listBtn01:not(.feed)>li {
		margin-right: 0;
		width: 100%
	}
	.listBtn01:not(.feed)>li>a {
		min-width: 0;
		width: 100%
	}
	.listBtn01.feed:before {
		content: none
	}
	.listBtn01.feed>li:not([class^=link]) {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.listBtn01.feed>li:not([class^=link])>a {
		width: 100%;
		min-width: 0
	}
	.listBtn01.feed>.linkFeed01 {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

.listBtn02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -10px 0
}

.listBtn02>li {
	margin: 0 10px 10px 0
}

.listNews01 {
	line-height: 1.625
}

.listNews01:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px
}

.listNews01>li:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px
}

.listNews01>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 8px 22px;
	text-decoration: none
}

.listNews01>li>a:hover .txt, .listNews01>li>a:focus .txt, .listNews01>li>a:active .txt {
	text-decoration: none
}

.listNews01>li>a:visited .txt {
	color: #610061
}

.listNews01>li>a .date {
	color: #444;
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 10px
}

.listNews01>li>a .txt {
	text-decoration: underline
}

.listNews01>li>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 8px 22px;
	text-decoration: none
}

.listNews01>li>span:hover .txt, .listNews01>li>span:focus .txt, .listNews01>li>span:active .txt {
	text-decoration: none
}

.listNews01>li>span:visited .txt {
	color: #610061
}

.listNews01>li>span .date {
	color: #444;
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 10px
}

@media only screen and (max-width:767px) {
	.listNews01>li>a, .listNews01>li>span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 0
	}
	.listNews01>li>a .txt, .listNews01>li>span .txt {
		width: 100%;
		margin-top: 8px
	}
}

.listLink01 {
	margin: 15px 0 -10px -16px
}

.listLink01.col3, .listLink01.col4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.listLink01.col3>li {
	width: calc(33.333% - 16px)
}

.listLink01.col4>li {
	width: calc(25% - 16px)
}

.listLink01>li {
	margin: 0 0 10px 16px
}

@media only screen and (max-width:767px) {
	.listLink01 {
		margin: 15px 0 -10px -6px
	}
	.listLink01.col3>li, .listLink01.col4>li {
		width: calc(50% - 6px)
	}
	.listLink01>li {
		margin: 0 0 10px 6px
	}
	.listLink01>li>a {
		padding-left: 10px
	}
}

.listLink02 {
	margin-top: 28px;
	margin-bottom: -6px
}

.listLink02.anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.listLink02.anchor>li {
	margin-right: 20px
}

.listLink02.anchor>li>a {
	padding-left: 20px
}

.listLink02.anchor>li>a:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 2px;
	top: .5em
}

.listLink02>li {
	margin-bottom: 6px
}

@media only screen and (max-width:767px) {
	.listLink02 {
		margin-top: 18px
	}
	.listLink02.anchor {
		margin-bottom: -12px
	}
	.listLink02.anchor>li {
		margin-bottom: 12px
	}
	.listLink02.anchor>li>a:before {
		left: 1px;
		top: .6em
	}
}

.listLink03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0 -3px -3px
}

.listLink03.col2>li {
	width: calc(50% - 3px)
}

.listLink03.col3>li {
	width: calc(33.333% - 3px)
}

.listLink03.col4>li {
	width: calc(25% - 3px)
}

.listLink03.col5>li {
	width: calc(20% - 3px)
}

.listLink03.col10>li {
	width: calc(10% - 3px)
}

.listLink03+[class^=list], .listLink03+[class^=link], .listLink03+[class^=lyt], .listLink03+[class^=idx], .listLink03+[class^=tbl], .listLink03+p, .listLink03+div:not([class]) {
	margin-top: 24px
}

.listLink03>li {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 3px 3px;
	width: calc(16.666% - 3px)
}

.listLink03>li+li {
	margin-left: 3px
}

.listLink03>li>a {
	background-color: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	will-change: background-color, color
}

.listLink03>li>a.current {
	background-color: #c4c579;
	color: #fff;
	font-weight: 600
}

.listLink03>li>a:hover, .listLink03>li>a:focus, .listLink03>li>a:active {
	background-color: #c4c579;
	color: #fff
}

@media only screen and (max-width:767px) {
	.listLink03 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px 0 -3px -3px
	}
	.listLink03>li, .listLink03.col3>li, .listLink03.col4>li, .listLink03.col5>li {
		width: calc(50% - 3px)
	}
	.listLink03.col10>li {
		width: calc(25% - 3px)
	}
	.listLink03+[class^=list], .listLink03+[class^=link], .listLink03+[class^=lyt], .listLink03+[class^=idx], .listLink03+[class^=tbl], .listLink03+p, .listLink03+div:not([class]) {
		margin-top: 30px
	}
}

.listLink04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0 0 -12px;
	position: relative;
	padding-bottom: 2px
}

.listLink04:before {
	content: '';
	display: block;
	left: 12px;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #c4c579;
	position: absolute
}

.listLink04>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.listLink04>li>a,.listLink04>li>p{
	display: block;
	text-align: center;
	width: 100%;
	padding: 5px 10px;
	text-decoration: none;
	border: solid #ccc;
	border-width: 1px 1px 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s
}

.listLink04>li>a:hover, .listLink04>li>a:focus, .listLink04>li>a:active, .listLink04>li>a.current,
.listLink04>li>p:hover, .listLink04>li>p:focus, .listLink04>li>p:active, .listLink04>li>p.current {
	background-color: #c4c579;
	color: #fff;
	font-weight: 600;
	border-color: #c4c579
}

@media only screen and (max-width:767px) {
	.listLink04 {
		padding-bottom: 0;
		margin: 20px 0 -8px -8px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.listLink04:before {
		content: none
	}
	.listLink04>li {
		width: calc(50% - 8px);
		margin: 0 0 8px 8px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.listLink04>li>a ,.listLink04>li>p{
		border-width: 1px
	}
}

.listLink05 {
	margin-top: 28px;
	margin-bottom: -6px
}

.listLink05.col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.listLink05.col>li {
	margin-right: 20px
}

.listLink05.col>li>a {
	padding-left: 20px
}

.listLink05>li {
	margin-bottom: 6px
}

.listLink05 li+li {
	margin-top: 0;
	padding-top: 0;
	position: static
}

@media only screen and (max-width:767px) {
	.listLink05 {
		margin-top: 0
	}
	.listLink05.col {
		margin-bottom: -12px
	}
	.listLink05.col>li {
		margin-bottom: 12px
	}
	.listLink05.col>li>a:before {
		left: 1px;
		top: .6em
	}
}

.listBanner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 88px 0 -20px -20px
}

.listBanner01>li {
	width: calc(25% - 20px);
	margin: 0 0 20px 20px
}

.listBanner01>li>a {
	display: block;
	position: relative
}

.listBanner01>li>a:hover>img, .listBanner01>li>a:focus>img, .listBanner01>li>a:active>img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.listBanner01>li>a>img {
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

@media only screen and (max-width:860px) {
	.listBanner01>li {
		width: calc(50% - 20px)
	}
	.listBanner01>li:nth-child(odd) {
		text-align: right
	}
}

@media only screen and (max-width:430px) {
	.listBanner01 {
		display: block;
		margin: 58px 0 -20px
	}
	.listBanner01>li {
		width: 100%;
		text-align: center;
		margin: 0 0 20px
	}
	.listBanner01>li:nth-child(odd) {
		text-align: center
	}
}

.listMember01 {
	margin-top: 30px
}

.listMember01 .hdg01 {
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 1.45
}

@media(max-width:1440px) {
	.listMember01 .hdg01 {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.listMember01 .hdg01 {
		font-size: 4.8vw
	}
}

.listMember01 .list {
	margin-top: 10px
}

.listMember01 .list:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px
}

.listMember01 .list>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.listMember01 .list>div:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0
}

.listMember01 .list>div>dt, .listMember01 .list>div>dd {
	padding: 10px 0;
	width: 50%
}

.listMember01 .list>div>dt {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.listMember01 .list>div>dt+dd {
	padding-left: 20px
}

.listMember01 .list>div>dd+dd {
    padding-left: 20px;
    margin-left: 50%;
}

.listMember01 .list>div>.inner {
	width: 100%;
	padding: 0
}

.listMember01 .list>div>.inner>.list {
	margin-top: 0
}

.listMember01 .list>div>.inner>.list:after {
	content: none
}

.listMember01 .list>div>.inner>.list>div>dt {
	padding-left: 20px
}

.listMember01 .list>div>.inner>.list>div>.inner>.list>div>dt {
	padding-left: 40px
}

.listImg01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0 -20px -20px
}

.listImg01>li {
	width: calc(25% - 20px);
	margin: 0 0 20px 20px;
	text-align: center
}

.listImg01>li>a>span {
	display: block;
	text-align: center
}

.listImg01>li .ico {
	position: relative;
	top: -.2em;
	margin: 0 5px
}

[lang=ja] .listImg01>li .ico.pdf, [lang=ja] .listImg01>li .ico.word, [lang=ja] .listImg01>li .ico.excel, [lang=ja] .listImg01>li .ico.powerpoint {
	margin-left: 0
}

.listImg01>li .img img:not(.ico) {
	margin-bottom: 8px
}

.listImg01>li .txt {
	max-width: 100%
}

.listImg01>li .txt .ico {
	top: -.5em
}

.listImg01>li .txt>b {
	text-align: center;
	display: block
}

@media only screen and (max-width:767px) {
	.listImg01 {
		margin: 20px 0 -20px -20px
	}
	.listImg01>li {
		margin: 0 0 20px 20px;
		width: calc(50% - 20px)
	}
}

.listSocial01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.listSocial01>li+li {
	margin-left: 20px
}

.listSocial01>li>a {
	display: block
}

.listSocial01>li>a:hover>img, .listSocial01>li>a:focus>img, .listSocial01>li>a:active>img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.listSocial01>li>a>img {
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

.listSocial01 .mail>a {
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 37px;
	position: relative;
	background-color: #c4c579;
	border: solid 1px #c4c579;
	color: #fff;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

.listSocial01 .mail>a:before {
	content: '';
	display: block;
	width: 22px;
	height: 15px;
	background-color: #fff;
	position: absolute;
	left: 9px;
	top: 50%;
	margin-top: -7.5px
}

.listSocial01 .mail>a:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(45deg) skew(-10deg, -10deg);
	transform: rotate(45deg) skew(-10deg, -10deg);
	border: solid #c4c579;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -13px
}

.listSocial01 .mail>a:hover, .listSocial01 .mail>a:focus, .listSocial01 .mail>a:active {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

@media only screen and (max-width:860px) {
	.listSocial01 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.listNote01 {
	margin-top: 18px;
	margin-bottom: -2px
}

.listNote01>li {
	margin-top: 0;
	margin-bottom: 2px
}

.lytCol01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
	margin: 40px 0 -20px -20px
}

.lytCol01.col2>.col {
	width: calc(50% - 20px)
}

.lytCol01.col3>.col {
	width: calc(33.333% - 20px)
}

.lytCol01.col4>.col {
	width: calc(25% - 20px)
}

.lytCol01.sticky>.col>:only-child {
	height: 100%
}

.lytCol01>.col {
	margin: 0 0 20px 20px
}

@media only screen and (max-width:767px) {
	.lytCol01 {
		display: block;
		margin: 30px 0 0
	}
	.lytCol01.col2>.col, .lytCol01.col3>.col, .lytCol01.col4>.col {
		width: 100%
	}
	.lytCol01.col2>.col:last-child, .lytCol01.col3>.col:last-child, .lytCol01.col4>.col:last-child {
		/*margin-bottom: 0 20240531不活化*/
	}
	.lytCol01>.col {
		margin: 0 0 16px
	}
}

.lytAlert01 {
	background-color: #f5ebe6;
	padding: 0 20px;
	line-height: 1.625
}

.lytAlert01>.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	color: inherit;
	border-bottom: 0
}

.lytAlert01 .title {
	width: 145px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	-ms-flex-item-align: center;
	align-self: center
}

.lytAlert01 .title:before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: url(/medialibrary/img/common/icon-alert-01.png) center no-repeat;
	background-size: 30px 29px;
	margin-bottom: 5px
}

.lytAlert01 .txt {
	font-weight: 400;
	padding-left: 28px;
	border-left: solid 1px #ccc
}

@media only screen and (max-width:767px) {
	.lytAlert01 {
		line-height: 1.428;
		padding: 0 20px 0 0
	}
	.lytAlert01>.inner {
		padding: 18px 0
	}
	.lytAlert01 .title {
		width: 116px;
		padding: 0 10px 0 20px
	}
	.lytAlert01 .txt {
		padding-left: 20px
	}
}

.lytAlert02 {
	padding: 0 20px;
	line-height: 1.625
}

.lytAlert02>.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	color: inherit;
	border-bottom: 0
}

.lytAlert02 .txt {
	font-weight: 400
}

@media only screen and (max-width:767px) {
	.lytAlert02 {
		line-height: 1.428;
		padding: 0 20px 0 0
	}
	.lytAlert02>.inner {
		padding: 18px 0
	}
	.lytAlert02 .txt {
		padding-left: 20px
	}
}

.lytBox01, .lytBox02 {
	padding: 24px 30px;
	margin-top: 40px
}

.lytBox01 {
	border: solid 1px #ccc
}

.lytBox02 {
	background-color: #ebebeb
}

.lytBox01 .hdg01, .lytBox02 .hdg01 {
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 1.75
}

@media(max-width:1440px) {
	.lytBox01 .hdg01, .lytBox02 .hdg01 {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.lytBox01 .hdg01, .lytBox02 .hdg01 {
		font-size: 4.8vw
	}
}

.lytBox01 .hdg01+[class^=list], .lytBox01 .hdg01+[class^=link], .lytBox01 .hdg01+[class^=lyt], .lytBox01 .hdg01+[class^=idx], .lytBox01 .hdg01+[class^=tbl], .lytBox01 .hdg01+p {
	margin-top: 5px
}

.lytBox01 .hdg01+div:not([class]) {
	margin-top: 5px
}

.lytBox01>:first-child {
	margin-top: 5px
}

.lytBox02 .hdg01+[class^=list], .lytBox02 .hdg01+[class^=link], .lytBox02 .hdg01+[class^=lyt], .lytBox02 .hdg01+[class^=idx], .lytBox02 .hdg01+[class^=tbl], .lytBox02 .hdg01+p, .lytBox02 .hdg01+div:not([class]) {
	margin-top: 5px
}

.lytBox02>:first-child {
	margin-top: 5px
}

@media only screen and (max-width:767px) {
	.lytBox01, .lytBox02 {
		padding: 12px 18px;
		margin-top: 30px
	}
	.lytBox01 .hdg01+[class^=list], .lytBox01 .hdg01+[class^=link], .lytBox01 .hdg01+[class^=lyt], .lytBox01 .hdg01+[class^=idx], .lytBox01 .hdg01+[class^=tbl], .lytBox01 .hdg01+p {
		margin-top: 10px
	}
	.lytBox01 .hdg01+div:not([class]) {
		margin-top: 10px
	}
	.lytBox01>:first-child {
		margin-top: 10px
	}
	.lytBox02 .hdg01+[class^=list], .lytBox02 .hdg01+[class^=link], .lytBox02 .hdg01+[class^=lyt], .lytBox02 .hdg01+[class^=idx], .lytBox02 .hdg01+[class^=tbl], .lytBox02 .hdg01+p, .lytBox02 .hdg01+div:not([class]) {
		margin-top: 10px
	}
	.lytBox02>:first-child {
		margin-top: 10px
	}
}

.lytImg01 {
	background-color: #ebebeb;
	padding: 30px;
	margin-top: 40px;
	text-align: center
}

.lytImg01 p, .lytImg01 div {
	margin-top: 12px
}

@media only screen and (max-width:767px) {
	.lytImg01 {
		padding: 30px 20px;
		margin-top: 30px
	}
}

.lytImg02 {
	margin-top: 40px;
	text-align: center
}

.lytImg02 .caption {
	display: block;
	margin-top: 7px
}

.lytImg02 img+p, .lytImg02 img+div, .lytImg02 img+img {
	margin-top: 12px
}

.lytImg02>.taL {
	margin-top: 12px
}

@media only screen and (max-width:767px) {
	.lytImg02 {
		margin-top: 30px
	}
}

.lytImg03 {
	display: flow-root;
	margin-top: 28px
}

.lytImg03 .lytImg03 {
	margin-top: 0
}

.lytImg03.right .img {
	float: right;
	margin-left: 20px
}

.lytImg03.left .img {
	float: left;
	margin-right: 20px
}

.lytImg03.right>.img>.lytImg03.left>.img:first-child {
	margin-right: 5px
}

.lytImg03.right>.img>.lytImg03.left>.img+.img {
	margin-left: 5px;
	margin-right: 5px
}

.lytImg03.right>.img>.lytImg03.left>.img:last-child {
	margin-right: 0
}

.lytImg03.parallel .txt {
	overflow: hidden
}

.lytImg03 .img {
	max-width: calc(50% - 20px)
}

.lytImg03 .img .caption {
	display: block;
	text-align: left;
	margin-top: 7px
}

.lytImg03 .img img+img, .lytImg03 .img img+.caption+img {
	margin-top: 13px
}

.lytImg03 a.img .caption {
	color: inherit
}

.lytImg03 a.img .caption .ico {
	position: relative;
	top: -.3em;
	margin: 0 5px
}

[lang=ja] .lytImg03 a.img .caption .ico.pdf, [lang=ja] .lytImg03 a.img .caption .ico.word, [lang=ja] .lytImg03 a.img .caption .ico.excel, [lang=ja] .lytImg03 a.img .caption .ico.powerpoint {
	margin-left: 0
}

.lytImg03>.txt>.nowa>:first-child, .lytImg03>.txt>:not(.nowa):first-child {
	margin-top: 0!important
}

@media only screen and (max-width:767px) {
	.lytImg03 {
		margin-top: 30px
	}
	.lytImg03:not(.fixed) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.lytImg03:not(.fixed).right .img, .lytImg03:not(.fixed).left .img {
		margin: 0 auto
	}
	.lytImg03:not(.fixed).reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.lytImg03:not(.fixed).reverse .img {
		margin-top: 18px
	}
	.lytImg03:not(.fixed).reverse .txt {
		margin-top: 0
	}
	.lytImg03:not(.fixed) .img {
		float: none;
		width: 100%;
		max-width: none;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: center
	}
	.lytImg03:not(.fixed) .img .caption {
		text-align: center
	}
	.lytImg03:not(.fixed) .txt {
		margin-top: 18px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.lytImg03:not(.fixed) .img+.img {
		margin-top: 13px
	}
	.lytImg03.right>.img>.lytImg03:not(.fixed).left .img {
		margin-left: auto;
		margin-right: auto
	}
}

.lytImg04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	margin: 30px -10px 0;
	padding: 10px;
	background-color: #f5f5f5
}

.lytImg04>.img {
	display: inline;
	text-align: center;
	max-width: auto;
	margin: 0 10px 12px
}

.lytImg04:not([class*=col])>.img {
	margin: 0 20px 12px 0
}

.lytImg04.col2>.img {
	width: calc(50% - 20px)
}

.lytImg04.col3>.img {
	width: calc(33.333% - 20px)
}

.lytImg04.col4>.img {
	width: calc(25% - 20px)
}

.lytImg04.col5>.img {
	width: calc(20% - 20px)
}

.lytImg04.sticky>.img>:only-child {
	height: 100%
}

.lytImg04 .caption, .lytImg04 .img img+p {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0
}

.lytImg04>.img>.caption, .lytImg04>.img>img+p {
	margin-top: 7px
}

.lytImg04:not([class*=col])>.img>.caption, .lytImg04:not([class*=col])>.img>img+p {
	text-align: left
}

.lytImg04 .caption, .lytImg04 a.img img+p {
	color: inherit
}

.lytImg04 .caption .ico, .lytImg04 a.img img+p .ico {
	position: relative;
	top: -.3em;
	margin: 0 5px
}

[lang=ja] .lytImg04 .caption .ico.pdf, [lang=ja] .lytImg04 img+p .ico.pdf, [lang=ja] .lytImg04 .caption .ico.word, [lang=ja] .lytImg04 img+p .ico.word, [lang=ja] .lytImg04 .caption .ico.excel, [lang=ja] .lytImg04 img+p .ico.excel, [lang=ja] .lytImg04 .caption .ico.powerpoint, [lang=ja] .lytImg04 img+p .ico.powerpoint {
	margin-left: 0
}

@media only screen and (max-width:767px) {
	.lytImg04 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 30px 0 0
	}
	.lytImg04>.img {
		float: none;
		width: 100%;
		max-width: none!important;
		margin: 0 0 13px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: center
	}
	.lytImg04.col2>.img, .lytImg04.col3>.img, .lytImg04.col4>.img, .lytImg04.col5>.img {
		width: 100%
	}
	.lytImg04:not([class*=col])>.img>.caption, .lytImg04:not([class*=col])>.img>img+p {
		text-align: center
	}
	.lytImg04.col2>.img:last-child, .lytImg04.col3>.img:last-child, .lytImg04.col4>.img:last-child, .lytImg04.col5>.img:last-child {
		margin-bottom: 0
	}
}

.lytScroll01 {
	overflow-x: auto;
	margin-top: 40px;
	position: relative
}

.lytScroll01 .note {
	padding-left: 28px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	color: #c4c579;
	display: none;
	margin-bottom: 8px;
	min-height: 1.85em
}

.lytScroll01 .note .ico {
	width: 21px;
	height: 12px;
	position: absolute;
	left: 0;
	top: .5em
}

.lytScroll01 table {
	margin-top: 0
}

@media only screen and (max-width:767px) {
	.lytScroll01 table {
		min-width: 900px
	}
}

@media only screen and (max-width:767px) {
	.lytScroll01 {
		margin-top: 30px
	}
	.lytScroll01 .note {
		display: block
	}
}

.lytPager01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px
}

.lytPager01.isOmit>.inner:before {
	content: '';
	border-top: 1px solid #e0e0e0;
	background-size: 5px 2px;
	display: block;
	width: 12px;
	height: 2px;
	text-align: center;
	margin: 0 10px 0 16px;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.lytPager01>.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px -6px 16px
}

.lytPager01>.inner>li {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin: 0 6px 6px 0
}

.lytPager01>.inner>li:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.lytPager01>.inner>li:nth-child(2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.lytPager01>.inner>li:nth-child(3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.lytPager01>.inner>li>button, .lytPager01>.inner>li>a, .lytPager01>.inner>li>b {
	display: block;
	padding: 5px;
	text-align: center;
	min-width: 36px;
	border: solid 1px #ccc;
	color: #000;
	-webkit-transition: background-color .2s, border-color .2s, color .2s;
	transition: background-color .2s, border-color .2s, color .2s
}

.lytPager01>.inner>li>button:hover, .lytPager01>.inner>li>button:focus, .lytPager01>.inner>li>button:active {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-weight: 600
}

.lytPager01>.inner>li>a:hover, .lytPager01>.inner>li>a:focus, .lytPager01>.inner>li>a:active {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-weight: 600
}

.lytPager01>.inner>li>b:hover, .lytPager01>.inner>li>b:focus, .lytPager01>.inner>li>b:active {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-weight: 600
}

.lytPager01>.inner>li>button.current, .lytPager01>.inner>li>a.current, .lytPager01>.inner>li>b.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-weight: 600
}

.lytPager01 .next, .lytPager01 .prev {
	position: relative;
	display: block
}

.lytPager01 .next:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: solid #5072a5;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	margin-top: -3px
}

.lytPager01 .prev {
	padding-left: 14px
}

.lytPager01 .prev:before {
	display: block;
	width: 7px;
	height: 7px;
	border: solid #5072a5;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	content: '';
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 2px
}

.lytPager01 .next {
	padding-right: 14px
}

.lytPager01 .next:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px
}

.lytPager01 button.next, .lytPager01 button.prev {
	text-decoration: none;
	color: #5072a5
}

.lytPager01 a.next, .lytPager01 a.prev {
	text-decoration: none;
	color: #5072a5
}

.lytPager01 button.next:hover, .lytPager01 button.next:focus, .lytPager01 button.next:active {
	text-decoration: none
}

.lytPager01 button.prev:hover, .lytPager01 button.prev:focus, .lytPager01 button.prev:active {
	text-decoration: none
}

.lytPager01 a.next:hover, .lytPager01 a.next:focus, .lytPager01 a.next:active {
	text-decoration: underline
}

.lytPager01 a.prev:hover, .lytPager01 a.prev:focus, .lytPager01 a.prev:active {
	text-decoration: underline
}

.tblData01 {
	margin-top: 30px
}

.tblData01 caption {
	margin-bottom: 12px;
	font-weight: 600
}

.tblData01 th, .tblData01 td {
	border: solid 1px #ccc;
	padding: 10px 14px
}

.tblData01 thead th, .tblData01 thead td {
	font-weight: 600;
	background-color: #ebebeb;
	text-align: center;
	vertical-align: middle
}

.tblData01 tbody th {
	background-color: #f5f5f5;
	width: 25%;
	font-weight: 600
}

@media only screen and (max-width:767px) {
	.tblData01 {
		margin-top: 30px
	}
	.tblData01 {
		border: solid #ccc;
		border-width: 0 1px 1px
	}
	:not(.lytScroll01)>:not(.js-scrollHint)>.tblData01 thead tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	:not(.lytScroll01)>:not(.js-scrollHint)>.tblData01 thead td, :not(.lytScroll01)>:not(.js-scrollHint)>.tblData01 thead th {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%!important;
		border-width: 1px 0 0
	}
	:not(.lytScroll01)>:not(.js-scrollHint)>.tblData01 tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	
	:not(.lytScroll01)>:not(.js-scrollHint)>.tblData01 tbody th, :not(.lytScroll01)>:not(.js-scrollHint)>.tblData01 tbody td {
		display: block;
		width: 100%!important;
		border-width: 1px 0 0
	}
	
	.tblData01 tbody th:only-of-type, .tblData01 tbody td:only-of-type {
		width: 100%!important
	}
	.tblData01 tbody th:not(:only-of-type)+th, .tblData01 tbody th:not(:only-of-type)+td {
		border-width: 1px 0 0 1px
	}
	.tblData01 tbody td:not(:only-of-type)+th, .tblData01 tbody td:not(:only-of-type)+td {
		border-width: 1px 0 0 1px
	}
	.lytScroll01>.js-scrollHint>.tblData01 thead tr {
		-ms-flex-wrap: initial;
		flex-wrap: initial
	}
	.lytScroll01>.js-scrollHint>.tblData01 thead tr th {
		border-width: 1px 1px 0 0
	}
}

.tblCareer01 {
	margin-top: 30px;
	position: relative
}

.tblCareer01 caption {
	margin-bottom: 12px;
	font-weight: 600
}

.tblCareer01:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0
}

.tblCareer01 tbody .hide, .tblCareer01 thead .hide {
	display: none
}

.tblCareer01 tbody th, .tblCareer01 tbody td {
	position: relative;
	padding: 10px
}

.tblCareer01 thead th, .tblCareer01 thead td {
	position: relative;
	padding: 10px
}

.tblCareer01 tbody th:before, .tblCareer01 tbody td:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0
}

.tblCareer01 thead th:before, .tblCareer01 thead td:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0
}

.tblCareer01 tbody th, .tblCareer01 thead th {
	font-weight: 600
}

@media only screen and (max-width:767px) {
	.tblCareer01 {
		margin-top: 30px
	}
}

.tblPlain01 {
	margin-top: 30px;
	background-color: transparent
}

.tblPlain01 caption {
	margin-bottom: 12px;
	font-weight: 300
}

.tblPlain01 th, .tblPlain01 td {
	border: none;
	padding: 10px 14px
}

.tblPlain01 thead th, .tblPlain01 thead td {
	font-weight: 600;
	background-color: #fff;
	text-align: center;
	vertical-align: middle
}

.tblPlain01 tbody th {
	background-color: #fff;
	width: 25%;
	font-weight: 600
}

@media only screen and (max-width:767px) {
	.tblPlain01 {
		margin-top: 30px
	}
	:not(.lytScroll01)>.tblPlain01 {
		border: none
	}
	:not(.lytScroll01)>.tblPlain01 thead tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	:not(.lytScroll01)>.tblPlain01 thead td, :not(.lytScroll01)>.tblPlain01 thead th {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%!important;
		border-width: 1px 0 0
	}
	:not(.lytScroll01)>.tblPlain01 tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
	:not(.lytScroll01)>.tblPlain01 tbody th, :not(.lytScroll01)>.tblPlain01 tbody td {
		display: block;
		border-width: 1px 0 0
	}
	:not(.lytScroll01)>.tblPlain01 tbody th:only-of-type, :not(.lytScroll01)>.tblPlain01 tbody td:only-of-type {
		width: 100%!important
	}
	:not(.lytScroll01)>.tblPlain01 tbody th:not(:only-of-type)+th, :not(.lytScroll01)>.tblPlain01 tbody th:not(:only-of-type)+td {
		border-width: 1px 0 0 1px
	}
	:not(.lytScroll01)>.tblPlain01 tbody td:not(:only-of-type)+th, :not(.lytScroll01)>.tblPlain01 tbody td:not(:only-of-type)+td {
		border-width: 1px 0 0 1px
	}
}

.carousel01 {
	margin: 0 auto;
	max-width: 1366px;
	background-color: #343881;
	position: relative;
	z-index: 1
}

.carousel01 .carouselPanel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.carousel01 .carouselPanel.isAnimate {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	z-index: 0
}

.carousel01 .carouselPanel.isAnimate>li>a .txt, .carousel01 .carouselPanel.isAnimate>li>span .txt {
	opacity: 0
}

.static .carousel01 .carouselPanel {
	display: block
}

.carousel01 .carouselPanel>li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}

.carousel01 .carouselPanel>li[aria-hidden=true]>a .txt>span, .carousel01 .carouselPanel>li[aria-hidden=true]>span .txt>span {
	opacity: 0
}

.carousel01 .carouselPanel>li>a, .carousel01 .carouselPanel>li>span {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	height: 100%
}

.carousel01 .carouselPanel>li>a .img, .carousel01 .carouselPanel>li>span .img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}

.carousel01 .carouselPanel>li>a .img>img, .carousel01 .carouselPanel>li>span .img>img {
	max-width: none;
	width: 100%;
	max-height: 460px
}

.carousel01 .carouselPanel>li>a .txt, .carousel01 .carouselPanel>li>span .txt {
	font-weight: 600;
	display: block;
	max-width: 1366px;
	margin: 0 auto;
	padding: 10px 290px 10px 20px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.carousel01 .carouselPanel>li>a .txt>span, .carousel01 .carouselPanel>li>span .txt>span {
	display: block;
	padding-left: 37px;
	position: relative
}

.carousel01 .carouselPanel>li>a .txt>span:before, .carousel01 .carouselPanel>li>span .txt>span:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: .4em
}

.carousel01 .carouselNavi {
	bottom: 16px;
	right: 50%;
	color: #fff;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -673px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 280px;
	z-index: 4;
	background-color: #343881
}

.carousel01 .carouselNavi .prev, .carousel01 .carouselNavi .next, .carousel01 .carouselNavi .pause {
	overflow: hidden;
	width: 20px;
	height: 20px;
	position: relative;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color
}

.carousel01 .carouselNavi .prev:hover, .carousel01 .carouselNavi .prev:focus, .carousel01 .carouselNavi .prev:active {
	background-color: #0b0c41
}

.carousel01 .carouselNavi .next:hover, .carousel01 .carouselNavi .next:focus, .carousel01 .carouselNavi .next:active {
	background-color: #0b0c41
}

.carousel01 .carouselNavi .pause:hover, .carousel01 .carouselNavi .pause:focus, .carousel01 .carouselNavi .pause:active {
	background-color: #0b0c41
}

.carousel01 .carouselNavi .prev+*, .carousel01 .carouselNavi .next+*, .carousel01 .carouselNavi .pause+* {
	margin-left: 12px
}

.carousel01 .carouselNavi .prev:before, .carousel01 .carouselNavi .next:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 7px
}

.carousel01 .carouselNavi .prev:before {
	left: 8px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.carousel01 .carouselNavi .next:before {
	left: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.carousel01 .carouselNavi .pause {
	background-color: rgba(255, 255, 255, .2)
}

.carousel01 .carouselNavi .pause:before {
	content: '';
	display: block;
	width: 8px;
	height: 10px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 5px;
	left: 6px;
	-webkit-transition: width .2s, background-color .2s, border-width .2s;
	transition: width .2s, background-color .2s, border-width .2s
}

.carousel01 .carouselNavi .pause:after {
	content: '';
	display: block;
	width: 8px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0;
	-webkit-transition: width .2s, opacity .2s;
	transition: width .2s, opacity .2s
}

.carousel01 .carouselNavi .pause.isAuto:before {
	width: 2px;
	background-color: #fff;
	border-width: 0
}

.carousel01 .carouselNavi .pause.isAuto:after {
	width: 2px;
	opacity: 1
}

.carousel01 .carouselNavi .pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.carousel01 .carouselNavi .pager+* {
	margin-left: 12px
}

.carousel01 .carouselNavi .pager>li {
	width: 20px;
	height: 20px;
	position: relative
}

.carousel01 .carouselNavi .pager>li+li {
	margin-left: 12px
}

.carousel01 .carouselNavi .pager>li>button {
	position: absolute;
	overflow: hidden;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	will-change: background-color;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.carousel01 .carouselNavi .pager>li>button:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: solid 2px;
	-webkit-transition: border-width .2s;
	transition: border-width .2s;
	will-change: border-width;
	position: absolute;
	top: 5px;
	left: 5px
}

.carousel01 .carouselNavi .pager>li>button.isCurrent:before {
	border-width: 5px
}

.carousel01 .carouselNavi .pager>li>button:hover, .carousel01 .carouselNavi .pager>li>button:focus, .carousel01 .carouselNavi .pager>li>button:active {
	background-color: #0b0c41
}

@media only screen and (max-width:1366px) {
	.carousel01 .carouselNavi {
		right: 10px;
		margin-right: 0
	}
}

@media only screen and (max-width:767px) {
	.carousel01 .carouselPanel>li>a .txt, .carousel01 .carouselPanel>li>span .txt {
		line-height: 1.625;
		padding: 6px 15px
	}
	.carousel01 .carouselPanel>li>a .txt>span, .carousel01 .carouselPanel>li>span .txt>span {
		padding-left: 26px
	}
	.carousel01 .carouselNavi {
		position: relative;
		padding: 12px 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: none;
		right: 0;
		bottom: 0
	}
	.carousel01 .carouselNavi:before {
		content: '';
		display: block;
		height: 1px;
		background-color: rgba(255, 255, 255, .2);
		position: absolute;
		top: 0;
		left: 20px;
		right: 20px
	}
	.carousel01 .carouselNavi .prev+*, .carousel01 .carouselNavi .next+*, .carousel01 .carouselNavi .pause+* {
		margin-left: 18px
	}
	.carousel01 .carouselNavi .pager+* {
		margin-left: 18px
	}
	.carousel01 .carouselNavi .pager>li+li {
		margin-left: 18px
	}
	.carousel01 .carouselNavi .pager>li>button:before {
		width: 14px;
		height: 14px;
		top: 3px;
		left: 3px
	}
	.carousel01 .carouselNavi .pager>li>button.isCurrent:before {
		border-width: 7px
	}
}

.lytForm01+[class^=list], .lytForm01+[class^=link], .lytForm01+[class^=lyt], .lytForm01+[class^=idx], .lytForm01+[class^=tbl], .lytForm01+p, .lytForm01+div:not([class]) {
	margin-top: 40px
}

.lytForm01 form>.inner {
	border: solid 1px #ccc;
	padding: 15px
}

.lytForm01 .lytField01 {
	position: relative;
	margin-top: 12px
}

.lytForm01 .lytField01+[class^=list], .lytForm01 .lytField01+[class^=link], .lytForm01 .lytField01+[class^=lyt], .lytForm01 .lytField01+[class^=idx], .lytForm01 .lytField01+[class^=tbl], .lytForm01 .lytField01+p, .lytForm01 .lytField01+div:not([class]) {
	margin-top: 40px
}

.lytForm01 .lytField01+.lytField01 {
	margin-top: 0
}

.lytForm01 .lytField01+.lytField01>legend, .lytForm01 .lytField01+.lytField01>.inner {
	border-top: 0
}

.lytForm01 .lytField01>legend {
	width: 240px;
	background-color: #f5f5f5;
	border: solid #ccc;
	border-width: 1px 0 1px 1px;
	padding: 10px 14px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0
}

.lytForm01 .lytField01>.inner {
	padding: 10px 14px;
	margin-left: 240px;
	border: solid 1px #ccc
}

.lytForm01 .lytField01>.inner .listRadio01 {
	margin-top: 10px
}

.lytForm01 .lytField02 {
	display: flow-root;
	position: relative;
	border: solid 1px #ccc;
	background-color: #ebebeb;
	padding: 0 15px
}

.lytForm01 .lytField02+.lytField02 {
	margin-top: 0;
	border-top: 0
}

.lytForm01 .lytField02>legend {
	background-color: #ebebeb;
	float: left;
	padding: 15px 0;
	margin-right: 20px
}

.lytForm01 .lytField02>.inner {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: solid 1px #ccc;
	background-color: #fff;
	padding: 15px;
	margin: 0 -15px
}

.lytForm01 .lytField02>.inner .listRadio01 {
	margin-left: 20px
}

.lytForm01 .lytField02 .listBtn02 {
	padding: 15px 0
}

.lytForm01 .listCheck01, .lytForm01 .listRadio01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -4px 0
}

.lytForm01 .listCheck01+[class^=list], .lytForm01 .listCheck01+[class^=link], .lytForm01 .listCheck01+[class^=lyt], .lytForm01 .listCheck01+[class^=idx], .lytForm01 .listCheck01+[class^=tbl], .lytForm01 .listCheck01+p, .lytForm01 .listCheck01+div:not([class]) {
	margin-top: 15px
}

.lytForm01 .listRadio01+[class^=list], .lytForm01 .listRadio01+[class^=link], .lytForm01 .listRadio01+[class^=lyt], .lytForm01 .listRadio01+[class^=idx], .lytForm01 .listRadio01+[class^=tbl], .lytForm01 .listRadio01+p, .lytForm01 .listRadio01+div:not([class]) {
	margin-top: 15px
}

.lytForm01 .listCheck01>li, .lytForm01 .listRadio01>li {
	margin: 0 20px 4px 0
}

.lytForm01 .listCheck01>li>label, .lytForm01 .listRadio01>li>label {
	padding-left: 18px;
	position: relative;
	display: block
}

.lytForm01 .listCheck01>li>label>input, .lytForm01 .listRadio01>li>label>input {
	position: absolute;
	left: 0;
	top: .5em;
	width: 12px;
	height: 12px
}

.lytForm01 .inputTxt01 {
	max-width: 520px;
	border: solid 1px #ccc;
	width: 100%;
	padding: .2em 10px
}

.lytForm01 .hdgWrap01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.lytForm01 .hdgWrap01 .hdgSec02 {
	margin-top: 0
}

.lytForm01 .hdgWrap01 .hdgSec02+.listBtn02 {
	margin: 8px -10px -2px 10px
}

.lytForm01 .hdgWrap01+.inner {
	margin-top: 20px
}

.lytForm01 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}

.lytForm01 .container .listRadio01 {
	margin-left: 20px
}

@media only screen and (max-width:767px) {
	.lytForm01 .lytField01>legend {
		position: static;
		width: 100%;
		border-width: 1px
	}
	.lytForm01 .lytField01>.inner {
		margin-left: 0;
		border-width: 0 1px 1px
	}
	.lytForm01 .container {
		display: block
	}
	.lytForm01 .container .listRadio01 {
		margin: 10px -20px -4px 0
	}
	.lytForm01 .listBtn01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.lytForm01 .listBtn01 .small {
		width: 106px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-left: 20px
	}
	.lytForm01 .listBtn01>li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.lytMovie01 {
	margin: 40px auto 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 768px
}

.lytMovie01 .movie {
	position: relative;
	padding-top: 56.25%
}

.lytMovie01 .caption {
	display: block;
	margin-top: 7px;
	text-align: center
}

.lytMovie01 .movie>iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

@media only screen and (max-width:767px) {
	.lytMovie01 {
		margin: 30px auto 0
	}
}

.search .cse .gsc-control-cse, .search .gsc-control-cse {
	padding: 0
}

.search .gsc-table-cell-thumbnail {
	width: 90px;
	padding-right: 10px
}

.search .gs-image-box.gs-web-image-box.gs-web-image-box-landscape, .search .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
	width: auto;
	height: auto;
	max-height: 70px
}

.search .gs-web-image-box-landscape img.gs-image, .search .gs-web-image-box-portrait img.gs-image {
	max-width: 100%;
	width: 100%!important
}

.search .gsc-table-cell-snippet-close {
	width: auto
}

.search .gsc-selected-option-container:focus {
	-webkit-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 4px #444
}

.search .gsc-result .gs-title {
	height: auto;
	color: #5072a5
}

.search .gsc-result .gs-title * {
	color: #5072a5
}

.search .gsc-result .gs-title:hover, .search .gsc-result .gs-title:focus, .search .gsc-result .gs-title:active, .search .gsc-result .gs-title:hover *, .search .gsc-result .gs-title:focus *, .search .gsc-result .gs-title:active * {
	text-decoration: none
}

.search .gsc-results .gsc-cursor-box {
	margin: 0
}

.search .gsc-resultsRoot {
	padding-top: 20px
}

.search .gsc-control-cse .gsc-table-result {
	margin: 0 8px
}

.search .gsc-webResult .gsc-result {
	padding: 16px 0;
	position: relative
}

.search .gsc-webResult .gsc-result:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0
}

.search .gcsc-branding-clickable img {
	vertical-align: middle
}

.search .gsc-tabsArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -12px;
	padding-bottom: 2px;
	position: relative;
	height: auto;
	border-bottom: 0
}

.search .gsc-tabsArea:before {
	background-color: #c4c579;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 12px;
	position: absolute;
	right: 0
}

.search .gsc-tabsArea .gsc-tabHeader {
	border: solid #ccc;
	border-width: 1px 1px 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	width: calc(50% - 12px);
	height: auto;
	overflow: hidden;
	margin-left: 12px;
	font-weight: 400
}

.search .gsc-tabsArea .gsc-tabHeader:hover, .search .gsc-tabsArea .gsc-tabHeader:focus, .search .gsc-tabsArea .gsc-tabHeader:active {
	background-color: #c4c579;
	border-color: #c4c579;
	color: #fff;
	font-weight: 600
}

.search .gsc-tabsArea .gsc-tabhActive {
	background-color: #c4c579;
	border-color: #c4c579;
	color: #fff;
	font-weight: 600
}

.search .gsc-results>.gsc-webResult:first-child:before {
	content: none
}

.search .gsc-results .gsc-cursor {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px 10px 0;
	padding-top: 20px
}

.search .gsc-results .gsc-cursor .gsc-cursor-page {
	border: solid 1px #ccc;
	color: #5072a5;
	display: block;
	min-width: 36px;
	padding: 5px;
	text-align: center;
	-webkit-transition: background-color .2s, border-color .2s, color .2s;
	transition: background-color .2s, border-color .2s, color .2s;
	margin: 0 6px 6px 0
}

.search .gsc-results .gsc-cursor .gsc-cursor-page:hover, .search .gsc-results .gsc-cursor .gsc-cursor-page:focus, .search .gsc-results .gsc-cursor .gsc-cursor-page:active {
	background-color: #c4c579;
	color: #fff;
	border-color: #c4c579;
	font-weight: 600;
	text-decoration: none
}

.search .gsc-results .gsc-cursor .gsc-cursor-current-page {
	background-color: #c4c579;
	color: #fff;
	border-color: #c4c579
}

@media only screen and (max-width:767px) {
	.search .gsc-tabsArea {
		margin-left: -8px
	}
	.search .gsc-tabsArea:before {
		content: none
	}
	.search .gsc-tabsArea .gsc-tabHeader {
		width: calc(50% - 8px);
		margin-left: 8px
	}
}

.taL {
	text-align: left!important
}

.taC {
	text-align: center!important
}

.taR {
	text-align: right!important
}

.taL th, .taL td {
	text-align: inherit
}

.taC th, .taC td {
	text-align: inherit
}

.taR th, .taR td {
	text-align: inherit
}

.vaT {
	vertical-align: top!important
}

.vaM {
	vertical-align: middle!important
}

.vaB {
	vertical-align: bottom!important
}

.fontItalic {
	font-style: italic!important
}

.w5 {
	width: 5%!important
}

.w10 {
	width: 10%!important
}

.w15 {
	width: 15%!important
}

.w20 {
	width: 20%!important
}

.w25 {
	width: 25%!important
}

.w30 {
	width: 30%!important
}

.w35 {
	width: 35%!important
}

.w40 {
	width: 40%!important
}

.w45 {
	width: 45%!important
}

.w50 {
	width: 50%!important
}

.w33 {
	width: 33.333%!important
}

.mt0 {
	margin-top: 0!important
}

.mt5 {
	margin-top: 5px!important
}

.mt10 {
	margin-top: 10px!important
}

.mt15 {
	margin-top: 15px!important
}

.mt20 {
	margin-top: 20px!important
}

.mt25 {
	margin-top: 25px!important
}

.mt30 {
	margin-top: 30px!important
}

.mt35 {
	margin-top: 35px!important
}

.mt40 {
	margin-top: 40px!important
}

.mt45 {
	margin-top: 45px!important
}

.mt50 {
	margin-top: 50px!important
}

.mt55 {
	margin-top: 55px!important
}

.mt60 {
	margin-top: 60px!important
}

.mt65 {
	margin-top: 65px!important
}

.mt70 {
	margin-top: 70px!important
}

.mt75 {
	margin-top: 75px!important
}

.mt80 {
	margin-top: 80px!important
}

.ml0 {
	margin-left: 0!important
}

.ml5 {
	margin-left: 5px!important
}

.ml10 {
	margin-left: 10px!important
}

.ml15 {
	margin-left: 15px!important
}

.ml20 {
	margin-left: 20px!important
}

.ml25 {
	margin-left: 25px!important
}

.ml30 {
	margin-left: 30px!important
}

.ml35 {
	margin-left: 35px!important
}

.ml40 {
	margin-left: 40px!important
}

.ml45 {
	margin-left: 45px!important
}

.ml50 {
	margin-left: 50px!important
}

.mb0 {
margin-bottom: 0!important;
}

.wordBreak {
	word-break: break-all
}

@media only screen and (max-width:767px) {
	.noBreak {
		display: none
	}
}

.attention, .notice {
	font-weight: 600;
	color: #d00
}

hr {
	border: 0 none;
	border-bottom: 1px solid #999;
	margin: 20px 0;
	height: 1px;
	clear: both
}

.nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nav-tabs:after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px solid #e0e0e0
}

.nav-tabs li {
	border: 1px solid #e0e0e0;
	padding: 1%
}

.nav-tabs li:not(:last-child) {
	border-right: 0 solid #000
}

.nav-tabs li:hover a {
	text-decoration: underline
}

.nav-tabs li.is-active {
	border-bottom: 0 solid #000
}

.nav-tabs li:not(.is-active) {
	background: #f8f8f8
}

blockquote {
	margin: 3% 0;
	padding: 3% 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center
}

blockquote .text {
	font-size: 1.666666666666667vw;
	margin-bottom: 2%
}

@media(max-width:1440px) {
	blockquote .text {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	blockquote .text {
		font-size: 5.066666666666666vw
	}
}

.lytImg03.right.parallel blockquote {
	margin-top: 0
}

@media(min-width:768px) {
	.lytImg03.right.parallel blockquote {
		width: 50%;
		float: right;
		margin-left: 1%
	}
}

.lightbox {
	display: block
}

.lightbox .lightbox_wrap {
	position: relative
}

.lightbox .lightbox_wrap:after {
	content: url("/common/img/common/search02.png");
	position: absolute;
	bottom: 1vw;
	right: 1vw
}

.tblPlain01 a, .tblCareer01 a {
	color: #5072a5
}

.tblPlain01 a:hover, .tblCareer01 a:hover {
	text-decoration: underline
}

.tblPlain01 a, .tblCareer01 a {
	color: #5072a5
}

.tblPlain01 a:hover, .tblCareer01 a:hover {
	text-decoration: underline
}

a>span>.ico, a>.ico, .lytMovie02>li .txt .ico, [class*="link"]>.ico{
	position: relative;
	top: -.1em;
	width: 14px!important;
	margin: 0 5px;
	vertical-align: middle
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.c-anchorList {
	margin-bottom: 3%
}

.c-anchorList .item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	white-space: nowrap;
	padding-right: 1%;
	color: #5072a5
}

.c-anchorList .no-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	white-space: nowrap;
	padding-right: 1%;
}

.c-anchorList .item:hover {
	text-decoration: underline
}

.c-anchorList .item:not(:last-child),.no-link:not(:last-child) {
	margin-right: 5%
}

@media(min-width:1440px) {
	.c-anchorList .item:not(:last-child),.no-link:not(:last-child) {
		margin-right: 40px
	}
}

@media(max-width:767px) {
	.c-anchorList .item:not(:last-child),.no-link:not(:last-child) {
		margin-right: 6%
	}
}

.c-anchorList .item:before,.no-link:before {
	content: '';
	left: 0;
	display: inline-table;
	margin: .8em 0;
	margin-right: 10%;
	border-top: .35vw solid #000;
	border-right: .35vw solid transparent;
	border-left: .35vw solid transparent
}

@media(min-width:1440px) {
	.c-anchorList .item:before,.no-link:before {
		margin-right: 15px;
		border-top: 5px solid #000;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent
	}
}

@media(max-width:767px) {
	.c-anchorList .item:before,.no-link:before {
		margin-right: 10%;
		border-top: 1.25vw solid #000;
		border-right: 1.25vw solid transparent;
		border-left: 1.25vw solid transparent
	}
}

.c-blockCenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-btnList {
	margin-bottom: 3%
}

.c-btnList .item {
	display: inline-block;
	padding: .5% 2%;
	color: #fff;
	background-color: #000;
	border-radius: 5px
}
.c-btnList .item.-active {
	color: #fff;
	background-color: #000;
	pointer-events: none;
}
.c-btnList .item.-not-active {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
}
.c-btnList .item.-not-active:hover {
  background: #f0f0f0;
}
.c-btnList .item.-not-active:focus {
  outline: 2px solid #005fcc;
}
@media(max-width:767px) {
	.c-btnList .item {
		padding: 0 3.5%
	}
}

.c-btnList .item:not(:last-child) {
	margin-right: 1%
}

@media(max-width:767px) {
	.c-btnList .item:not(:last-child) {
		margin-right: 3%;
		margin-bottom: 3%;
	}
}

.c-img {
	width: 75%;
	margin: 8% auto
}

.c-img .caption {
	margin-top: 4%
}

@media(max-width:767px) {
	.c-list {
		width: 85%;
		margin: auto
	}
}

.c-list__item {
	text-indent: -1em
}

.c-list__item:not(:last-child) {
	margin-bottom: 5%
}

.c-list__item:before {
	content: '';
	display: inline-block;
	width: .4vw;
	height: .4vw;
	margin-bottom: .8%;
	margin-right: .6em;
	background-color: #000;
	border-radius: 100%
}

@media(max-width:767px) {
	.c-list__item:before {
		width: 1vw;
		height: 1vw;
		margin-bottom: 1.2%
	}
}

.c-list__item a {
	color: #5072a5
}

.c-list__item a:hover {
	text-decoration: underline
}

.c-paragraph {
	margin-bottom: 4%
}

[lang=ja] .c-paragraph {
	line-height: 2;
}

/*上のラインハイを旧1.8から変更20221012*/


.p-breadcrumb+.c-section {
	margin-top: 20px
}

/* セクション（縦の余白指定）*/
.c-section {margin: 6% 0}
.c-section-bg {padding: 6% 0}
.c-section-cb {margin: 0 0 4%}
.c-section .c-section,  .c-section-bg .c-section {margin: 0 0}
.c-section-cb .c-section-cb {margin: 0 0 4%}
.c-section-bg.-yellow {background-color: #f0f1be}
@media(min-width:768px) {
	.c-section {margin: 40px 0}
	.c-section-bg {padding: 40px 0}
	.c-section-cb {margin: 0 0 15px}
}

.c-youtube {
	width: 75%;
	margin: 8% auto
}

.c-youtube .caption {
	margin-top: 4%
}

.c-ribbon {
	position: relative;
	display: inline-block;
	padding: 1rem 2rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #c4c579
}

@media(max-width:767px) {
	.c-ribbon {
		font-size: 1.6vw;
		padding: 2vw 3.5vw
	}
}

.c-ribbon:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 1.5vw solid transparent;
	border-right: 1.5vw solid #5d192c
}

@media(max-width:767px) {
	.c-ribbon:before {
		border-bottom: 4.5vw solid transparent;
		border-right: 4.5vw solid #5d192c
	}
}

.c-svg {
	font-size: 0
}

.c-title-left {
	display: block;
	font-size: 2.083333333333333vw;
	margin-bottom: 4%
}

@media(max-width:1440px) {
	.c-title-left {
		font-size: 3rem
	}
}

@media(max-width:767px) {
	.c-title-left {
		font-size: 6.4vw
	}
}

[lang=en] .c-title-left {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .c-title-left {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

@media(min-width:768px) {
	.p-main .c-title-left {
		width: 25%
	}
}

@media(max-width:767px) {
	.c-title-left {
		margin-bottom: 12%
	}
}

.c-title-left:after {
	content: "";
	display: block;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6ec0), to(#61ceff));
	background-image: -webkit-linear-gradient(left, #ff6ec0 0, #61ceff 100%);
	background-image: linear-gradient(90deg, #ff6ec0 0, #61ceff 100%);
	background-image: -webkit-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	background-image: -ms-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	width: 80px;
	height: 4px;
	margin-top: 2%
}

.p-main .c-title-left:after {
	margin-top: 5%
}

.c-title-left a:hover{
	text-decoration: underline
}

.c-title-leftMini {
	display: block;
	font-size: 1.666666666666667vw;
	font-weight: 700;
	margin-bottom: 4%;
	line-height: 1.4
}

@media(max-width:1440px) {
	.c-title-leftMini {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.c-title-leftMini {
		font-size: 5.066666666666666vw
	}
}

@media(min-width:768px) {
	.c-title-leftMini {
		width: 100%
	}
}

@media(max-width:767px) {
	.c-title-leftMini {
		margin-bottom: 12%
	}
}

.c-title-leftMini:after {
	content: "";
	display: block;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6ec0), to(#61ceff));
	background-image: -webkit-linear-gradient(left, #ff6ec0 0, #61ceff 100%);
	background-image: linear-gradient(90deg, #ff6ec0 0, #61ceff 100%);
	background-image: -webkit-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	background-image: -ms-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	width: 80px;
	height: 4px;
	margin-top: 5%;
	width: 40px;
	height: 2px;
	margin-top: 16px;
	margin-bottom: 16px
}

.c-title-center {
	display: block;
	margin: auto;
	font-size: 2.083333333333333vw;
	text-align: center;
	margin-bottom: 1em
}

@media(max-width:1440px) {
	.c-title-center {
		font-size: 3rem
	}
}

@media(max-width:767px) {
	.c-title-center {
		font-size: 6.4vw
	}
}

[lang=en] .c-title-center {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .c-title-center {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

/*@media(max-width:767px) {
	.c-title-center {
		margin-bottom: 12%
	}
}*/

.c-title-center:after {
	content: "";
	display: block;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6ec0), to(#61ceff));
	background-image: -webkit-linear-gradient(left, #ff6ec0 0, #61ceff 100%);
	background-image: linear-gradient(90deg, #ff6ec0 0, #61ceff 100%);
	background-image: -webkit-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	background-image: -ms-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	width: 80px;
	height: 4px;
	margin: 0 auto;
	margin-top: 1%
}

.c-title-lineR {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.25vw;
	margin-bottom: 3%
}

@media(max-width:1440px) {
	.c-title-lineR {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.c-title-lineR {
		font-size: 4.8vw
	}
}

.c-title-lineR:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	width: auto;
	height: 1px;
	margin-left: 3%;
	background-color: #000
}

.p-acceptBox {
	padding: 4%;
	border: solid 1px #ccc
}

@media(min-width:768px) {
	.p-acceptBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media(min-width:768px) {
	.p-acceptBox .left {
		width: 70%
	}
}

.p-acceptBox .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-acceptBox .right .btn {
	margin-left: auto;
	padding: 6% 14%
}

@media(max-width:767px) {
	.p-acceptBox .right .btn {
		margin-top: 10px;
		margin-right: auto
	}
}

.p-acceptBox .right .btn:after {
	top: 45%
}

.p-breadcrumb .list {
	display: inline-block;
	margin: auto;
	padding: 1vw 2vw
}

@media(max-width:767px) {
	.p-breadcrumb .list {
		padding: 3vw 0
	}
}

.p-breadcrumb .item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}

.p-breadcrumb .item.-current, .p-breadcrumb .item:hover {
	text-decoration: underline
}

.p-breadcrumb .item:not(:last-child) {
	padding: 0 .1vw
}

.p-breadcrumb .item:not(:last-child):after {
	content: "";
	display: block;
	width: .4vw;
	height: .4vw;
	margin: 0 .2vw;
	border-top: solid .1vw #000;
	border-left: solid .1vw #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

@media(max-width:767px) {
	.p-breadcrumb .item:not(:last-child):after {
		width: 1.5vw;
		height: 1.5vw;
		margin: 0 1.5vw;
		border-top: solid .3vw #000;
		border-left: solid .3vw #000
	}
}

.p-breadcrumb .item p, .p-breadcrumb .item a {
	font-size: .972222222222222vw
}

@media(max-width:1440px) {
	.p-breadcrumb .item p, .p-breadcrumb .item a {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.p-breadcrumb .item p, .p-breadcrumb .item a {
		font-size: 4vw
	}
}

.p-breadcrumb .link {
	display: block;
	color: #5072a5
}

.p-breadcrumb .link.-current {
	color: #000
}

/* フッターとの間隔 
main > div > *:last-child {margin-bottom: 8%}
main > div > .c-section-bg:last-child {margin-bottom:0}
@media(min-width:768px) {
	main > div >  *:last-child {margin-bottom: 40px}	
}*/
.p-footer {margin-top:0}

.p-footer {
	background-color: #232323;
	padding: 50px 0 20px
}

@media(max-width:767px) {
	.p-footer {
		padding: 10% 0 4%
	}
}

.p-footer p, .p-footer a, .p-footer div {
	color: #fff
}

.p-footer__content {
	width: 65%;
	margin: auto
}

@media(max-width:767px) {
	.p-footer__content {
		width: 80%
	}
}

.p-footer__top {
	margin-bottom: 10%
}

@media(min-width:768px) {
	.p-footer__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.p-footer__nav {
	width: 30%
}

@media(max-width:767px) {
	.p-footer__nav {
		width: 100%;
		margin-left: auto
	}
}

.p-footer__navList {
	text-align: right
}

.p-footer__navList:not(:last-child) {
	margin-bottom: 12%;
	padding-bottom: 12%;
	border-bottom: 1px solid #333
}

.p-footer__navLink {
	display: block
}

.p-footer__navLink:not(:last-child) {
	margin-bottom: 6%
}

.p-footer__navLink:hover {
	text-decoration: underline
}

.p-footer__navLink[target=_blank]:after {
	content: url("/common/img/common/ico_blank02.png");
	display: inline-block;
	margin: auto;
	-webkit-transform: scale(.5) translateY(20%);
	transform: scale(.5) translateY(20%)
}

.p-footer__navLink[target=_blank] img {
	display: none
}

@media(min-width:768px) {
	.p-footer__info {
		width: 70%
	}
}

@media(max-width:767px) {
	.p-footer__info {
		width: 110%;
		margin-top: 18%;
		margin-left: -5%
	}
}

.p-footer__logo {
	width: 25%;
	margin-bottom: 3%
}

@media(max-width:767px) {
	.p-footer__logo {
		width: 50%
	}
}

.p-footer__logoText {
	margin-bottom: 6%;
	font-size: 1.111111111111111vw
}

@media(max-width:1440px) {
	.p-footer__logoText {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-footer__logoText {
		font-size: 4.266666666666667vw
	}
}

.p-footer__location {
	margin-bottom: 6%
}

.p-footer__icon {
	margin-bottom: 6%;
	width: 6%
}

@media(max-width:767px) {
	.p-footer__icon {
		width: 10%
	}
}

.p-footer__address {
	font-size: .972222222222222vw
}

@media(max-width:1440px) {
	.p-footer__address {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.p-footer__address {
		font-size: 4vw
	}
}

.p-footer__copyRight {
	text-align: center
}

.p-footer__copyRight p {
	font-size: .694444444444444vw
}

@media(max-width:1440px) {
	.p-footer__copyRight p {
		font-size: 1rem
	}
}

@media(max-width:767px) {
	.p-footer__copyRight p {
		font-size: 3.2vw
	}
}

/* グローバル・ナビ */
.p-nav {
	position: relative;
	text-align: center
}

@media(max-width:767px) {
	.p-nav {
		position: absolute;
		right: 0;
		left: 0;
		display: none;
		background-color: #1b1b1b;
		opacity: 0;
		z-index: 100
	}
	.l-siteHeader {
		position: relative
	}
	.p-nav.is-active {
		display: block;
		opacity: 1;
		-webkit-animation-name: fade-inBlock;
		animation-name: fade-inBlock;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
		height: 91vh;
		padding: 0 0 30%;
		overflow-y: scroll
	}
	.p-nav .list {
		width: 100vw;
		height: 100vh;
		padding-top: 35vw;
		text-align: center;
		background-color: #fff;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		-webkit-transition: all .2s ease;
		transition: all .2s ease
	}
	.is-active.p-nav .list {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	.p-nav .list .item {
		display: block
	}
	.p-nav .list .item:not(:last-child) {
		margin-bottom: 4.5vw
	}
	.p-nav .list .item .c-btn {
		margin-top: 14vw
	}
}

.p-nav a, .p-nav p, .p-nav div {
	color: #fff
}

.p-nav__links {
	margin-left: auto
}

@media(min-width:768px) {
	.p-nav__links {
		position: absolute;
		top: 0;
		right: 30%;
		line-height: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: nowrap;
		margin-top: -30px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

@media(max-width:767px) {
	.p-nav__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 4% 0 5%
	}
}

.p-nav__links .link:not(:last-child) {
	margin-right: 20%
}

@media(max-width:767px) {
	.p-nav__links .link:not(:last-child) {
		margin-right: 8%
	}
}

.p-nav__links .link a:hover {
	text-decoration: underline
}

.p-nav__searchArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20vw;
	top: 0
}

@media(min-width:768px) {
	.p-nav__searchArea {
		position: absolute;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		margin-top: -30px;
		right: 6%;
		margin-left: 4%
	}
}

@media(max-width:767px) {
	.p-nav__searchArea {
		width: 80%;
		margin-left: 5%;
		padding-bottom: 1%
	}
}

.p-nav__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 4% 0;
	padding: 0;
	padding-left: 6%;
	background-color: #fff;
	border-radius: 100px
}

.p-nav__search input {
	width: 100%;
	font-size: 1.111111111111111vw;
	color: #000
}

@media(max-width:1440px) {
	.p-nav__search input {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-nav__search input {
		font-size: 4.266666666666667vw
	}
}

.p-nav__search button img {
	width: 50%
}

.p-nav__list {
	position: relative;
	display: inline-block;
	margin: auto
}

@media(max-width:767px) {
	.p-nav__list {
		width: 100%;
		border-top: 1px solid #232323
	}
}

.p-nav__item {
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	z-index: 10
}

@media(min-width:768px) {
	.p-nav__item {
		display: inline-block
	}
}

@media(max-width:767px) {
	.p-nav__item {
		position: relative;
		padding: 0;
		text-align: left;
		border-bottom: 1px solid #000
	}
}

.p-nav__item.-current, .p-nav__item.is-active-sp {
	color: #000;
	background-color: #c4c579
}

.p-nav__item.-current a, .p-nav__item.is-active-sp a {
	color: #000
}

@media(min-width:768px) {
	.p-nav__item:hover {
		background-color: #ddde8b
	}
	.p-nav__item:hover>a {
		color: #000;
		text-decoration: underline
	}
}

.p-nav__link {
	position: relative;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 1.388888888888889vw;
	padding-left: 1.388888888888889vw
}


@media(min-width:1440px) {
	.p-nav__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 15px 20px
	}
}

@media(max-width:767px) {
	.p-nav__link {
		width: 70%;
		display: inline-block;
		padding: 6% 0;
		padding-left: 10%;
		white-space: nowrap
	}
	.p-nav__link:after {
		content: ''
	}
}

.p-nav__link.-current {
	color: #000
}

.p-nav__itemChild {
	text-align: left;
	background-color: #ddde8b;
	display: none
}

@media(min-width:768px) {
	.p-nav__itemChild {
		position: absolute;
		right: -2.5%;
		left: -2.5%;
		bottom: 1px;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
		font-size: 5%;
		-webkit-box-shadow: 0 1.6em 1.2em 1em rgba(0, 0, 0, .017), 0 3.4em 2.7em 1em rgba(0, 0, 0, .027), 0 5.8em 4.6em 1em rgba(0, 0, 0, .036), 0 8.7em 6.9em 1em rgba(0, 0, 0, .045), 0 12.5em 10em 1em rgba(0, 0, 0, .051), 0 17.7em 14.2em 1em rgba(0, 0, 0, .058), 0 25.1em 20.1em 1em rgba(0, 0, 0, .068);
		box-shadow: 0 1.6em 1.2em 1em rgba(0, 0, 0, .017), 0 3.4em 2.7em 1em rgba(0, 0, 0, .027), 0 5.8em 4.6em 1em rgba(0, 0, 0, .036), 0 8.7em 6.9em 1em rgba(0, 0, 0, .045), 0 12.5em 10em 1em rgba(0, 0, 0, .051), 0 17.7em 14.2em 1em rgba(0, 0, 0, .058), 0 25.1em 20.1em 1em rgba(0, 0, 0, .068);
		z-index: 9
	}
}

@media(min-width:768px) {
	.p-nav__itemChild.is-active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		-webkit-animation-name: fade-inBlock;
		animation-name: fade-inBlock;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease
	}
}

@media(max-width:767px) {
	.p-nav__itemChild.is-active-sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		-webkit-animation-name: fade-inBlock;
		animation-name: fade-inBlock;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
		-webkit-animation-duration: .5s;
		animation-duration: .5s
	}
}

.p-nav__itemChild a, .p-nav__itemChild p, .p-nav__itemChild div {
	color: #000!important
}

.p-nav__childBlock01 {
	width: 30%;
	padding: 5%
}

[lang=ja] .p-nav__childBlock01 {
	padding: 5% 2.5%
}

@media(max-width:767px) {
	.p-nav__childBlock01 {
		display: none
	}
}

.p-nav__childBlock01 .title {
	margin-bottom: 3%;
	font-size: 2.083333333333333vw
}

@media(max-width:1440px) {
	.p-nav__childBlock01 .title {
		font-size: 3rem
	}
}

@media(max-width:767px) {
	.p-nav__childBlock01 .title {
		font-size: 6.4vw
	}
}

[lang=en] .p-nav__childBlock01 .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .p-nav__childBlock01 .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

[lang=ja] .p-nav__childBlock01 .title {
	font-size: 1.666666666666667vw
}

@media(max-width:1440px) {
	[lang=ja] .p-nav__childBlock01 .title {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	[lang=ja] .p-nav__childBlock01 .title {
		font-size: 5.066666666666666vw
	}
}

.p-nav__childBlock02 {
	padding: 6.5% 10%;
	background-color: #f0f1be
}

@media(min-width:768px) {
	.p-nav__childBlock02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media(max-width:767px) {
	.p-nav__childBlock02 {
		width: 100%
	}
}

@media(min-width:768px) {
	.p-nav__listChild {
		text-indent: -1vw
	}
}

@media(max-width:767px) {
	.p-nav__listChild {
		display: block
	}
}

.p-nav__listChild:not(:last-child) {
	margin-bottom: 2%
}

@media(max-width:767px) {
	.p-nav__listChild:not(:last-child) {
		margin-bottom: 8%
	}
}

.p-nav__listChild .childLink:hover {
	text-decoration: underline
}

.p-nav__listChild .childLink:before {
	content: '';
	display: inline-block;
	margin: auto;
	padding-right: 4%;
	border-top: .35vw solid transparent;
	border-bottom: .35vw solid transparent;
	border-left: .35vw solid #000
}

@media(min-width:1440px) {
	.p-nav__listChild .childLink:before {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #000
	}
}

@media(max-width:767px) {
	.p-nav__listChild .childLink:before {
		border-top: 1.25vw solid transparent;
		border-bottom: 1.25vw solid transparent;
		border-left: 1.25vw solid #000
	}
}

.p-nav__childBlock03 {
	width: 50%
}

@media(max-width:767px) {
	.p-nav__childBlock03 {
		width: 100%
	}
}

.p-nav__childBlock03:not(:last-child) {
	margin-bottom: 8%
}

.p-nav__btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15vw;
	height: 15vw;
	background-color: rgba(255, 255, 255, .6);
	cursor: pointer;
	z-index: 1000;
	-webkit-transform: translate(0, 120%);
	transform: translate(0, 120%);
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}

@media(min-width:768px) {
	.p-nav__btn {
		display: none
	}
}

.p-nav__btn .line {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 8.666666666666668vw;
	height: .533333333333333vw;
	background: #000;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.p-nav__btn .line:nth-child(1) {
	-webkit-transform: translateY(-2.4vw);
	transform: translateY(-2.4vw)
}

.p-nav__btn .line:nth-child(3) {
	-webkit-transform: translateY(2.4vw);
	transform: translateY(2.4vw)
}

.p-nav__btn.is-active {
	background-color: #1b1b1b
}

.p-nav__btn.is-active .line {
	background: #fff
}

.p-nav__btn.is-active .line:nth-child(1) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.p-nav__btn.is-active .line:nth-child(2) {
	opacity: 0
}

.p-nav__btn.is-active .line:nth-child(3) {
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

@media(min-width:768px) {
	.p-nav__arrow {
		display: none
	}
}

@media(max-width:767px) {
	.p-nav__arrow {
		position: absolute;
		top: 5vw;
		right: 5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		width: 10vw;
		height: 10vw;
		border-radius: 100%;
		align-items: center
	}
	.p-nav__arrow:before, .p-nav__arrow:after {
		content: "";
		position: absolute;
		background-color: #c4c579;
		width: .5vw;
		height: 5vw;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}
	.p-nav__arrow:before {
		-webkit-transform: translate(0, 0) rotate(0deg);
		transform: translate(0, 0) rotate(0deg)
	}
	.p-nav__arrow:after {
		-webkit-transform: translate(0, 0) rotate(90deg);
		transform: translate(0, 0) rotate(90deg)
	}
	.-current .p-nav__arrow:before, .-current .p-nav__arrow:after {
		background-color: #000
	}
	.p-nav__arrow.is-active-sp {
		border-color: #000
	}
	.p-nav__arrow.is-active-sp:before, .p-nav__arrow.is-active-sp:after {
		background-color: #000
	}
	.p-nav__arrow.is-active-sp:before {
		-webkit-transform: translate(0, 0) rotate(90deg);
		transform: translate(0, 0) rotate(90deg)
	}
}

.p-nav02 {
	background-color: #eee;
	border-top: 4px solid #c4c579
}

@media(min-width:768px) {
	.p-nav02 {
		text-align: center;
		border-bottom: 1px solid #e0e0e0
	}
}

.p-nav02 .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(min-width:768px) {
	.p-nav02 .links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:767px) {
	.p-nav02 .links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.p-nav02 .list {
	display: inline-block;
	margin: auto
}

.p-nav02 .item {
	display: inline-block;
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}

@media(min-width:768px) {
	.p-nav02 .item {
		border-left: 1px solid #e0e0e0
	}
}

@media(max-width:767px) {
	.p-nav02 .item {
		width: 50%;
		border-bottom: 1px solid #e0e0e0
	}
}

.p-nav02 .item.-current, .p-nav02 .item:hover {
	background-color: #fff
}

@media(min-width:768px) {
	.p-nav02 .item:last-child {
		border-right: 1px solid #e0e0e0
	}
}

@media(max-width:767px) {
	.p-nav02 .item:nth-child(2n-1) {
		border-right: 1px solid #e0e0e0
	}
}

.p-nav02 .link {
	display: block;
	/*padding: 1.4vw;*/
	padding:.8em;
	color: #000
	
}

@media(max-width:767px) {
	.p-nav02 .link {
		padding: 5% 10%
	}
}

.p-nav02 .link.-current {
	color: #000
}

.p-siteHeader {
	background-color: #000
}

.p-siteHeader p, .p-siteHeader a {
	color: #fff
}

.p-siteHeader__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3.6% 5%
}

@media(min-width:768px) {
	.p-siteHeader__top {padding: 8px 12px}
}

@media(min-width:768px) {
	.p-siteHeader__block01 {
		width: 30%
	}
}

.p-siteHeader__block02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
	

@media(min-width:768px) {
	.p-siteHeader__block02 {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

.p-siteHeader__logo {
	position: relative;
	z-index: 10
}

@media(max-width:1375px) {
	.p-siteHeader__logo {
		width: 400px
	}
}

@media(max-width:767px) {
	.p-siteHeader__logo {
		width: 95%
	}
}

.p-siteHeader__logo img+img {
	margin: 0
}

[lang=en] .p-siteHeader__logo .en {
	display: block
}

[lang=ja] .p-siteHeader__logo .en {
	display: none
}

[lang=en] .p-siteHeader__logo .jp {
	display: none
}

[lang=ja] .p-siteHeader__logo .jp {
	display: block
}



.p-siteHeader__ico {width: 100%; margin: auto;}

@media(min-width:768px) {
	.p-siteHeader__ico {width:21px; margin:7px 0 0 auto;}
}

.p-siteHeader__nav {
	background-color: #1b1b1b
}
/* ヘッダー部分 l-wrapの無効化 */
.p-siteHeader__nav .l-wrap, .p-siteHeader .l-wrap {width: auto; margin: auto}

/* 概要ページ＆ニュースページ・タイトルとキャッチ部 */
.p-subHeaderContent {
	position: relative; 
	display: block; 
	-webkit-box-align: normal;
	-ms-flex-align: normal; 
	align-items: normal}
.p-subHeaderContent .img {width: 200%; margin-left: -50%}
@media(min-width:768px) {
	.p-subHeaderContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.p-subHeaderContent .img {
		width: 100%;
		height: 445px;
		margin-left: auto;
		overflow: hidden;
	}
	.p-subHeaderContent img {
		height: 445px;
		object-fit: cover
	}
}
@media(min-width:1440px) {
	.p-subHeaderContent .img {height: 30.9vw}
	.p-subHeaderContent img {height: 30.9vw}
}

/*テキストエリアの枕の位置と透過度を調整*/
.p-subHeaderContent .textarea { 
	position: absolute;
	bottom: 5%;
	right: auto;
	left: 0;
    width: auto;
	padding: 1% 10% 1% 5%;
	color: #fff;
	background-color: transparent;
	background-image: linear-gradient(90deg,rgba(0, 0, 0, .65) 70%,rgba(0, 0, 0, 0))
}
@media(min-width:768px) {
	.p-subHeaderContent .textarea {padding: 1.6em 16em 1.6em 8em;}
}

[lang=ja] .p-subHeaderContent .textarea p {
	line-height: 1.7
}

.p-subHeaderContent .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2;
	font-size: 8vw
}

@media (min-width:768px) {
	.p-subHeaderContent .title {
		font-size: 4.8rem
	}
}
@media(min-width:1440px) {
	.p-subHeaderContent .title {
	font-size: 3.333vw}
}

[lang=ja] .p-subHeaderContent .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.6;
	font-size: 6.4vw
}

@media(min-width:768px) {
	[lang=ja] .p-subHeaderContent .title {
		font-size: 3.84rem
	}
}

@media(min-width:1440px) {
	[lang=ja] .p-subHeaderContent .title {
		font-size: 2.664vw
	}
}

.p-subHeaderContent .title .sub {
	display: block;
	line-height: 1.7;
	font-size: 5.733vw
}
@media(min-width:768px) {
	.p-subHeaderContent .title .sub {
		font-size: 3rem
	}
}
@media(min-width:1440px) {
	.p-subHeaderContent .title .sub {
		font-size: 2.08333vw
	}
}

[lang=ja] .p-subHeaderContent .title .sub {
	font-size: 5.066vw
}
@media(min-width:768px) {
	[lang=ja] .p-subHeaderContent .title .sub {
		font-size: 2.4rem
	}
}
@media(min-width:1440px) {
	[lang=ja] .p-subHeaderContent .title .sub {
		font-size: 1.666vw
	}
}


.p-subHeaderContent .data {
	font-size: 1.25vw;
	margin-top: 2%
}

@media(max-width:1440px) {
	.p-subHeaderContent .data {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-subHeaderContent .data {
		font-size: 4.8vw
	}
}

[lang=ja] .p-subHeaderContent .data {
	line-height: 1.7
}

.p-subHeader.-noImg .p-subHeaderContent {
	background: #eee
}

@media(min-width:768px) {
	.p-subHeader.-noImg .p-subHeaderContent {min-height: 270px}
}

.p-subHeader.-noImg .p-subHeaderContent .textarea {
    position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto 5%;
    padding: 40px 0 20px;
    background-color: initial;
    background-image: initial;
    color: #000
}

[lang=ja] .p-subHeader.-noImg .p-subHeaderContent p {
	line-height: 1.7
}

[lang=ja] .p-subHeader.-noImg .p-subHeaderContent .title {
	line-height: 1.7
}
.p-main__sectionBtn {
	margin-top: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width:767px) {
	.p-main__sectionBtn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(min-width:768px) {
	.p-main__sectionBtn .item:not(:last-child) {
		margin-right: 5%
	}
}

@media(max-width:767px) {
	.p-main__sectionBtn .item:not(:last-child) {
		margin-bottom: 5%
	}
}

.p-main__visual {
	position: relative
}

.p-main__visual .particles-js-canvas-el {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1
}

.p-main__visualContent {
	padding: 0 8%
}

@media(min-width:768px) {
	.p-main__visualContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(max-width:767px) {
	.p-main__visualContent {
		padding-top: 25%
	}
}

.p-main__visualContent .textarea {
	margin-bottom: 10%;
	background-color: #fff;
	padding: 5%;
	margin-left: -5%;
        width: 75%;
}

@media(max-width:767px) {
.p-main__visualContent .textarea {
        width: 100%;
}
}
.p-main__visualContent .title {
	margin-bottom: 4%;
	font-size: 4.166666666666666vw
}

@media(max-width:1440px) {
	.p-main__visualContent .title {
		font-size: 6rem
	}
}

@media(max-width:767px) {
	.p-main__visualContent .title {
		font-size: 8.8vw;
padding-bottom: 20px;
	}
}



[lang=en] .p-main__visualContent .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .p-main__visualContent .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

.p-main__visualContent .text {
	font-size: 1.25vw
}

@media(max-width:1440px) {
	.p-main__visualContent .text {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-main__visualContent .text {
		font-size: 4.8vw
	}
}

.p-main__visualContent .img {
	width: 25%;
	margin-top: 5%;
	margin-bottom: -8%;
	margin-left: auto
}

@media(max-width:767px) {
	.p-main__visualContent .img {
		width: 40%;
		margin-top: 10%;
		margin-bottom: -20%;
		margin-left: auto
	}
}

.p-main__visualContent .animeBtn {
	cursor: pointer;
	/* position: absolute; */
	/* bottom: 5%; */
	display: inline-block;
	width: 2.5vw;
	/* margin-top: 2%; */
	color: #fff;
	font-size: .694444444444444vw;
        margin-right: 1rem
}

@media(max-width:1440px) {
	.p-main__visualContent .animeBtn {
		font-size: 1rem
	}
}

@media(max-width:767px) {
	.p-main__visualContent .animeBtn {
		font-size: 3.2vw
	}
}

@media(max-width:767px) {
	.p-main__visualContent .animeBtn {
		width: 7.5vw;
		bottom: 10%
	}
}
.p-main__visualContent .animeBtn:hover,
.p-main__visualContent .animeBtn:focus {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	transform: translateY(-0.3rem);
}

.p-main__section.-sec01 {
	background-color: #f0f1be
}

.p-main__section.-sec02 {
	background-image: url(/common/img/home/bg_dot01.png);
	background-position: 0 60%;
	background-size: 40%;
	background-repeat: no-repeat
}

@media(max-width:767px) {
	.p-main__section.-sec02 {
		background-position: -100% 0;
		background-size: 90%
	}
}

.p-main__section.-sec03 {
	background-color: #f9f9f9
}

.p-main__section.-sec04 {
	background-image: url(/common/img/home/bg_dot02.png);
	background-position: 100% 90%;
	background-size: 50%;
	background-repeat: no-repeat
}

@media(max-width:767px) {
	.p-main__section.-sec04 {
		background-position: 120% 100%;
		background-size: 90%
	}
}

@media(min-width:768px) {
	.p-main__sectionContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.p-main__sectionContent .title {
	display: block;
	font-size: 2.083333333333333vw
}

@media(max-width:1440px) {
	.p-main__sectionContent .title {
		font-size: 3rem
	}
}

@media(max-width:767px) {
	.p-main__sectionContent .title {
		font-size: 6.4vw
	}
}

[lang=en] .p-main__sectionContent .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .p-main__sectionContent .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

@media(min-width:768px) {
	.p-main__sectionContent .title {
		width: 25%
	}
}

@media(max-width:767px) {
	.p-main__sectionContent .title {
		margin-bottom: 12%
	}
}

.p-main__sectionContent .title:after {
	content: "";
	display: block;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6ec0), to(#61ceff));
	background-image: -webkit-linear-gradient(left, #ff6ec0 0, #61ceff 100%);
	background-image: linear-gradient(90deg, #ff6ec0 0, #61ceff 100%);
	background-image: -webkit-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	background-image: -ms-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	width: 80px;
	height: 4px;
	margin-top: 5%
}

.p-main__sectionItem {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.p-lineBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.p-lineBlock+.p-lineBlock {
	margin-top: 5%
}

.c-anchorList+.p-lineBlock__title {
	margin-top: 8%
}

.p-lineBlock__title {
	width: 100%;
	margin: 6% 0 1.5%;
	padding: .5% 2% 0;
	font-size: 1.666666666666667vw;
	border: 1px solid #e0e0e0;
	background-color: #f8f8f8
}

@media(max-width:1440px) {
	.p-lineBlock__title {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.p-lineBlock__title {
		font-size: 5.066666666666666vw
	}
}

@media(max-width:767px) {
	.p-lineBlock__title {
		margin: 10% 1% 3%;
		padding: 1% 4%
	}
}

.p-lineBlock__table {
	width: 100%
}

.p-lineBlock__table .p-lineBlock__item:nth-child(1) {
	border-top: 0 solid #000
}

@media(max-width:767px) {
	.p-lineBlock__table .p-lineBlock__item:nth-child(1) {
		display: none
	}
}

a.p-lineBlock__item p {
    color: #000;
}

.p-lineBlock__table .p-lineBlock__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media(max-width:767px) {
	.p-lineBlock__table .p-lineBlock__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 8% 0
	}
}

.p-lineBlock__table .p-lineBlock__category {
	text-align: center
}

@media(min-width:768px) {
	.p-lineBlock__tableTh, .p-lineBlock__tableTd {
		margin-right: 2%
	}
	.p-lineBlock__tableTh:nth-child(1), .p-lineBlock__tableTd:nth-child(1) {
		width: 14%;
		min-width: 90px;
		margin-right:20px;
	}
	.p-lineBlock__tableTh:nth-child(2), .p-lineBlock__tableTd:nth-child(2) {
		width: 195px
	}
	.p-lineBlock__tableTh:nth-child(3), .p-lineBlock__tableTd:nth-child(3) {
		width: 95px
	}
	.p-lineBlock__tableTh:nth-child(4), .p-lineBlock__tableTd:nth-child(4) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.p-lineBlock__tableTh:nth-child(5), .p-lineBlock__tableTd:nth-child(5) {
		width: 16%
	}
}

.p-lineBlock__tableTh {
	font-weight: 700
}

.p-lineBlock__list {
	width: 100%
}

.p-lineBlock__item {
	width: 100%;
	padding: 2rem 0;
	border-top: 1px solid #e0e0e0;
	display: block
}

@media(max-width:767px) {
	.p-lineBlock__item {
		padding: 6% 0
	}
}

@media(min-width:768px) {
	.p-lineBlock__item.-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media(max-width:767px) {
	.p-lineBlock__item.-flex {
		display: block
	}
}

.p-lineBlock__item:last-child {
	border-bottom: 1px solid #e0e0e0
}

.p-lineBlock__item.-person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-lineBlock__item.-person:before {
	content: url("/common/img/common/ico_menber.png");
	display: inline-block;
	margin-right: 2%;
	-webkit-transform: scale(.6);
	transform: scale(.6)
}

.p-lineBlock__item .column, .p-lineBlock__item .column02 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(max-width:767px) {
	.p-lineBlock__item .column, .p-lineBlock__item .column02 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.p-lineBlock__item .column p+p, .p-lineBlock__item .column02 p+p {
	margin-top: 2%
}

.p-lineBlock__item .column .left, .p-lineBlock__item .column02 .left {
	font-weight: 700
}

@media(min-width:768px) {
	.p-lineBlock__item .column .left, .p-lineBlock__item .column02 .left {
		width: 40%;
		max-width: 300px
	}
}

@media(min-width:768px) {
	.p-lineBlock__item .column .right, .p-lineBlock__item .column02 .right {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media(max-width:767px) {
	.p-lineBlock__item .column02 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.p-lineBlock__item .column02 .left p {
	font-weight: 700
}

.p-lineBlock__item .column02 .right a {
	display: inline-table;
	color: #5072a5;
	text-indent: -1.2vw;
	padding-left: 15px
}

@media(max-width:767px) {
	.p-lineBlock__item .column02 .right a {
		padding-left: 10px;
		text-indent: -2vw
	}
}

.p-lineBlock__item .column02 .right a:hover {
	text-decoration: underline
}

.p-lineBlock__item .column02 .right a:before {
	content: '';
	display: inline-block;
	margin: auto;
	padding-right: 1vw;
	border-top: .35vw solid transparent;
	border-bottom: .35vw solid transparent;
	border-left: .35vw solid #000
}

@media(min-width:1440px) {
	.p-lineBlock__item .column02 .right a:before {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #000
	}
}

@media(max-width:767px) {
	.p-lineBlock__item .column02 .right a:before {
		border-top: 1.25vw solid transparent;
		border-bottom: 1.25vw solid transparent;
		border-left: 1.25vw solid #000
	}
}

@media(min-width:768px) {
	.p-lineBlock__img {
		width: 30%;
		margin-right: 3%;
	}
}

@media(max-width:767px) {
	.p-lineBlock__img {
		margin-bottom: 5%
	}
}

.p-lineBlock__textarea {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.p-lineBlock__textarea .p-lineBlock__link,
.q-tile01__textarea .p-lineBlock__link {
	color: #000
}

.p-lineBlock__textarea .p-lineBlock__link:after,
.q-tile01__textarea .p-lineBlock__link:after {
	display: none
}

.p-lineBlock__textarea .p-lineBlock__link:hover,
.q-tile01__textarea .p-lineBlock__link:hover{
	text-decoration: none
}

a .p-lineBlock__textarea .p-lineBlock__link,
a .q-tile01__textarea .p-lineBlock__link {
	color: #5072a5
}

a .p-lineBlock__textarea .p-lineBlock__link:hover,
a .q-tile01__textarea .p-lineBlock__link:hover {
	text-decoration: underline
}

.p-lineBlock__info {
	margin-bottom: 1%
}

.p-lineBlock__data, .p-lineBlock__subtitle, .q-lineBlock__data {
	font-size: 1.111111111111111vw;
	color:#000;
}

@media(max-width:1440px) {
	.p-lineBlock__data, .p-lineBlock__subtitle, .q-lineBlock__data {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-lineBlock__data, .p-lineBlock__subtitle, .q-lineBlock__data {
		font-size: 4.266666666666667vw
	}
}
a .p-lineBlock__subtitle {
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
}

.p-lineBlock__data:after {
	content: '';
	display: inline-block;
	margin: 0 .5em;
	height: 1em;
	border-left: #aaa 1px solid;
}

.p-lineBlock__category {
	display: inline-block;
	padding: .2em .5em;
	color: #fff;
	font-size: .8342vw
}

@media(max-width:1440px) {
	.p-lineBlock__category {
		font-size: 1.2rem
	}
}

@media(max-width:767px) {
	.p-lineBlock__category {
		font-size: 3.44vw
	}
}

.p-lineBlock__category.-research {
	background-color: #039;
}

.p-lineBlock__category.-bdrNews,
.p-lineBlock__category.-labNews{
	background-color: #660;
}

.p-lineBlock__category.-other {
	background-color: #660;
}

.p-lineBlock__category.-seminar {
	background-color: #060;
}

.p-lineBlock__category.-symposium {
	background-color: #906;
}

.p-lineBlock__category.-student {
	background-color: #930;
}

.p-lineBlock__category.-public {
	background-color: #690
}

@media(min-width:768px) {
.p-lineBlock__category.-seminar,
.p-lineBlock__category.-symposium,
.p-lineBlock__category.-student,
.p-lineBlock__category.-public {
	font-size: 14px;
}

}

.p-lineBlock__link {
	color: #5072a5;
	font-weight: 700;
	line-height: 1.6
}

.p-lineBlock__link:hover {
	text-decoration: underline
}

#p-pageTop {
	position: fixed;
	bottom: 5vw;
	right: 0;
	padding: .4vw;
	font-size: 80%;
	background-color: rgba(255, 255, 255, .6)
}

@media(max-width:767px) {
	#p-pageTop {
		padding: 1.4vw
	}
}

#p-pageTop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	text-align: center;
	text-decoration: none
}

#p-pageTop a:before {
	content: "";
	display: block;
	border-top: solid 4px #000;
	border-left: solid 4px #000;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 8px
}

#p-pageTop a:hover {
	opacity: .9;
	text-decoration: none
}

#p-pageTop a span {
	font-size: .972222222222222vw
}

@media(max-width:767px) {
	#p-pageTop a span {
		font-size: 2.133333333333333vw;
		font-weight: 700
	}
}

.p-member .note {
	margin-left: auto;
	font-size: .972222222222222vw
}

@media(max-width:1440px) {
	.p-member .note {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.p-member .note {
		font-size: 4vw
	}
}

.p-member__professor {
	margin-bottom: 4%
}

@media(min-width:768px) {
	.p-member__professor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.p-member__title {
	width: 100%;
	margin: 0 1% 1.5%;
	padding: .5% 2% 0;
	font-size: 1.666666666666667vw;
	border: 1px solid #e0e0e0;
	background-color: #f8f8f8
}

@media(max-width:1440px) {
	.p-member__title {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.p-member__title {
		font-size: 5.066666666666666vw
	}
}

@media(max-width:767px) {
	.p-member__title {
		margin: 0 1% 3%;
		padding: 1% 4%
	}
}

.p-member__img {
	width: 30%
}

@media(min-width:768px) {
	.p-member__img {
		margin-right: 5%
	}
}

@media(max-width:767px) {
	.p-member__img {
		width: 100%;
		margin: auto
	}
}

.p-member__textarea {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.p-member__textareaItem {
	padding: 1vw 0;
	border-bottom: 1px solid #e0e0e0
}

@media(max-width:767px) {
	.p-member__textareaItem {
		padding: 6% 0
	}
}

.p-member__textareaItem:last-child {
	border-bottom: 0 solid #e0e0e0
}

.p-member__textareaItem .list {
	padding-left: 4em
}

@media(max-width:767px) {
	.p-member__textareaItem .list {
		padding-left: 5.5vw
	}
}

.p-member__textareaItem a {
	color: #5072a5
}

.p-member__textareaItem a:hover {
	text-decoration: underline
}

.p-member__textareaItem .mail:before {
	content: url("/common/img/common/ico_mail.png");
	display: inline-block;
	margin-top: .1vw;
	text-indent: -1.8em;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	float: left
}

@media(max-width:767px) {
	.p-member__textareaItem .mail:before {
		margin-top: .4vw;
		text-indent: -1.8em
	}
}

.p-member__textareaItem .name {
	font-size: 2.083333333333333vw
}

@media(max-width:1440px) {
	.p-member__textareaItem .name {
		font-size: 3rem
	}
}

@media(max-width:767px) {
	.p-member__textareaItem .name {
		font-size: 6.4vw
	}
}

.p-member__textareaItem .name-l {
	font-size: 1.25vw;
	font-weight: 700
}

@media(max-width:1440px) {
	.p-member__textareaItem .name-l {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-member__textareaItem .name-l {
		font-size: 4.8vw
	}
}

.p-member__textareaItem .position {
	display: block;
	font-size: 1.111111111111111vw
}

@media(max-width:1440px) {
	.p-member__textareaItem .position {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-member__textareaItem .position {
		font-size: 4.266666666666667vw
	}
}

@media(max-width:767px) {
	.p-member__textareaItem .position {
		margin-bottom: 3%
	}
}

@media(min-width:768px) {
	.p-member__career .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.p-member__career .block:not(:last-child) {
	margin-bottom: 1%
}

@media(max-width:767px) {
	.p-member__career .block:not(:last-child) {
		margin-bottom: 4%
	}
}

.p-member__career .item {
	line-height: 1.2
}

@media(max-width:767px) {
	.p-member__career .item {
		line-height: 1.4
	}
}

@media(min-width:768px) {
	.p-member__career .time {
		min-width: 30%
	}
}

@media(max-width:767px) {
	.p-member__career .time {
		margin-bottom: 1%
	}
}

.p-member__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1%
}

.p-member__list:not(:last-child) {
	margin-bottom: 3%
}

.p-member__item {
	width: 23%;
	margin: 1%
}

@media(max-width:767px) {
	.p-member__item {
		width: 48%
	}
}

a.p-member__item {
	display: block
}

.p-member__item .name {
	font-size: 1.25vw
}

@media(max-width:1440px) {
	.p-member__item .name {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-member__item .name {
		font-size: 4.8vw
	}
}

@media(max-width:767px) {
	.p-member__item .name {
		line-height: 1.2
	}
}
a.p-member__item p {
	color: #000
}

a.p-member__item .name {
	color: #5072a5
}

a.p-member__item:hover .name {
	text-decoration: underline
}

.p-member__item .position {
	display: block;
	font-size: .972222222222222vw
}

@media(max-width:1440px) {
	.p-member__item .position {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.p-member__item .position {
		font-size: 4vw
	}
}

.p-member__item .links {
	border-top: 1px solid #e0e0e0
}

@media(min-width:768px) {
	.p-research__visualContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.p-research__visualContent .img {
	width: 50%
}

@media(max-width:767px) {
	.p-research__visualContent .img {
		width: 100%
	}
}

.p-research__visualContent .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45%;
	margin-left: auto;
	background-color: #fff
}

@media(max-width:930px) {
	.p-research__visualContent .block {
		width: 60%;
		margin-left: -10%;
		padding-left: 4%
	}
}

@media(max-width:767px) {
	.p-research__visualContent .block {
		width: 100%;
		margin: auto;
		padding: 8% 5%
	}
}

.p-research__visualContent .textarea {
	width: 100%
}

.p-research__visualContent .name {
	margin-bottom: 4%;
	font-size: 2.5vw;
	line-height: 1.2
}

@media(max-width:1440px) {
	.p-research__visualContent .name {
		font-size: 3.6rem
	}
}

@media(max-width:767px) {
	.p-research__visualContent .name {
		font-size: 6.4vw
	}
}

.p-research__visualContent .name .position {
	font-size: 1.111111111111111vw
}

@media(max-width:1440px) {
	.p-research__visualContent .name .position {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-research__visualContent .name .position {
		font-size: 4.266666666666667vw
	}
}

.p-research__visualContent .name .sm {
	font-size: 1.25vw
}

@media(max-width:1440px) {
	.p-research__visualContent .name .sm {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-research__visualContent .name .sm {
		font-size: 4.8vw
	}
}

.p-research__visualContent .read {
	font-size: 1.666666666666667vw;
	line-height: 1.4
}

@media(max-width:1440px) {
	.p-research__visualContent .read {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.p-research__visualContent .read {
		font-size: 5.066666666666666vw
	}
}

.p-research__visualContent .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2
}

.p-research__visualContent .info span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 16%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-research__visualContent .info span:after {
	content: '：';
	display: inline-block;
	margin-right: 5%
}

@media(max-width:767px) {
	.p-research__visualContent .info span {
		min-width: 25%
	}
}

.p-research__visualContent .info a {
	color: #5072a5;
	line-height: 1.2
}

.p-research__visualContent .info a:hover {
	text-decoration: underline
}

.p-research__subVisualContent {
	position: relative
}

@media(min-width:768px) {
	.p-research__subVisualContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.p-research__subVisualContent .img {
	width: 100%
}

@media(max-width:767px) {
	.p-research__subVisualContent .img {
		width: 200%;
		margin-left: -50%
	}
}

.p-research__subVisualContent .textarea {
	position: absolute;
	bottom: 15%;
	right: 0;
	left: 0;
	padding: 1% 5%;
	color: #fff;
	background-color: rgba(0, 0, 0, .75)
}

.p-research__subVisualContent .title {
	font-size: 4.166666666666666vw
}

@media(max-width:1440px) {
	.p-research__subVisualContent .title {
		font-size: 6rem
	}
}

@media(max-width:767px) {
	.p-research__subVisualContent .title {
		font-size: 9.6vw
	}
}

[lang=en] .p-research__subVisualContent .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .p-research__subVisualContent .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

.p-research__section.-bg {
	padding: 8% 0;
	background-image: url(/common/img/research/bg01.jpg);
	background-size: cover
}

@media(max-width:767px) {
	.p-research__section.-bg {
		padding: 12% 0
	}
}

.p-research__section.-bg .content {
	margin: 0 5%
}

.p-research__section.-bg .title {
	font-size: 2.5vw
}

@media(max-width:1440px) {
	.p-research__section.-bg .title {
		font-size: 3.6rem
	}
}

@media(max-width:767px) {
	.p-research__section.-bg .title {
		font-size: 6.4vw
	}
}

[lang=en] .p-research__section.-bg .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .p-research__section.-bg .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

.p-research__section.-bg .title span:not(:last-child) {
	margin-bottom: -1px
}

@media(min-width:768px) {
	.p-research__section.-bg .title span {
		padding: 1%;
		padding-top: .5%;
		background-color: #fff;
		display: inline-block
	}
	.p-research__section.-bg .title span:not(:last-child) {
		padding-bottom: .5%
	}
}

@media(max-width:767px) {
	.p-research__section.-bg .title span {
		line-height: 1.2;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #fff));
		background: -webkit-linear-gradient(transparent 0, #fff 0);
		background: linear-gradient(transparent 0, #fff 0)
	}
}

.p-research__section.-sec03 {
	background-color: #f9f9f9
}

.p-research__sectionContent .title {
	display: block;
	font-size: 2.083333333333333vw
}

@media(max-width:1440px) {
	.p-research__sectionContent .title {
		font-size: 3rem
	}
}

@media(max-width:767px) {
	.p-research__sectionContent .title {
		font-size: 6.4vw
	}
}

[lang=en] .p-research__sectionContent .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .p-research__sectionContent .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

@media(min-width:768px) {
	.p-research__sectionContent .title {
		width: 25%
	}
}

@media(max-width:767px) {
	.p-research__sectionContent .title {
		margin-bottom: 12%
	}
}

.p-research__sectionContent .title:after {
	content: "";
	display: block;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6ec0), to(#61ceff));
	background-image: -webkit-linear-gradient(left, #ff6ec0 0, #61ceff 100%);
	background-image: linear-gradient(90deg, #ff6ec0 0, #61ceff 100%);
	background-image: -webkit-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	background-image: -ms-linear-gradient(0deg, #ff6ec0 0, #61ceff 100%);
	width: 80px;
	height: 4px;
	margin-top: 5%
}

.p-research__sectionItem {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 4% 0
}

@media(max-width:767px) {
	.link-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.linkbox {
	display: inline-block;
	padding: 1.2% 3% .8%;
	color: #5072a5;
	font-size: .972222222222222vw;
	border: 1px solid #e0e0e0
}

@media(max-width:1440px) {
	.linkbox {
		font-size: 1.4rem
	}
}

@media(max-width:767px) {
	.linkbox {
		font-size: 4vw
	}
}

.linkbox:hover {
	text-decoration: underline
}

.linkbox:not(:last-child) {
	margin-right: 2%
}

@media(max-width:767px) {
	.linkbox:not(:last-child) {
		margin-bottom: 2%
	}
}

@media(min-width:768px) {
	.p-tile01 {
		margin-right: 5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media(max-width:767px) {
	.p-tile01 {
		margin: 0 5%
	}
}

.p-tile01__item {
	display: block;
	padding: 0 2%;
	margin-bottom: 4%
}

@media(min-width:768px) {
	.p-tile01__item {
		width: 46%
	}
}

@media(max-width:767px) {
	.p-tile01__item:not(:last-child) {
		margin-bottom: 10%
	}
}

.p-tile01__item:hover .p-tile01__link {
	text-decoration: underline
}

@media(min-width:768px) {
	.p-tile01.-column04 {
		margin-right: 0
	}
}

@media(min-width:768px) {
	.p-tile01.-column04 .p-tile01__item {
		padding: 0 1%;
		width: 23%
	}
}

.p-tile01__img {
	position: relative;
	display: block;
	margin-bottom: 4%
}

.p-tile01__img+.p-lineBlock__category {
	margin-bottom: 2%
}

.p-tile01__data {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 1% 2%;
	font-size: 1.111111111111111vw;
	background-color: #000
}

@media(max-width:1440px) {
	.p-tile01__data {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-tile01__data {
		font-size: 4.266666666666667vw
	}
}

.p-tile01__link {
	display: inline-block;
	margin-bottom: 3%;
	color: #5072a5;
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.25vw
}

@media(max-width:1440px) {
	.p-tile01__link {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-tile01__link {
		font-size: 4.8vw
	}
}

@media(min-width:768px) {
	.p-tile02 {
		margin-right: 5%
	}
}

.p-tile02__item {
	position: relative;
	padding: 0 2%;
	margin-bottom: 4%
}

@media(min-width:768px) {
	.p-tile02__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.p-tile02__item:hover .p-tile02__link {
	text-decoration: underline
}

.p-tile02__item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.p-tile02__img {
	position: relative;
	display: block;
	width: 70%
}

@media(max-width:767px) {
	.p-tile02__img {
		width: 90%
	}
}

@media(max-width:767px) {
	.p-tile02__item:nth-child(2n) .p-tile02__img {
		margin-left: auto
	}
}

.p-tile02__data {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 1% 2%;
	font-size: 1.111111111111111vw;
	background-color: #000
}

@media(max-width:1440px) {
	.p-tile02__data {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-tile02__data {
		font-size: 4.266666666666667vw
	}
}

.p-tile02__textarea {
	position: relative;
	bottom: 10%;
	right: 0;
	width: 60%;
	display: block;
	margin-top: 10%;
	margin-left: -20%;
	padding: 6%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 10
}

@media(max-width:767px) {
	.p-tile02__textarea {
		width: 80%;
		margin-top: -30%;
		margin-left: 20%;
		padding: 10% 5%
	}
}

.p-tile02__item:nth-child(2n) .p-tile02__textarea {
	margin-right: -20%;
	margin-left: 0
}

@media(max-width:767px) {
	.p-tile02__item:nth-child(2n) .p-tile02__textarea {
		margin-right: 20%
	}
}

.p-tile02__link,.p-tile02__nolink {
	display: inline-block;
	margin-bottom: 3%;
	color: #fff;
	font-size: 1.666666666666667vw;
	font-weight: 700;
	line-height: 1.6
}

@media(max-width:1440px) {
	.p-tile02__link,.p-tile02__nolink {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.p-tile02__link,.p-tile02__nolink {
		font-size: 5.066666666666666vw
	}
}

.p-tile02__text {
	color: #fff;
	font-size: 1.111111111111111vw
}

@media(max-width:1440px) {
	.p-tile02__text {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-tile02__text {
		font-size: 4.266666666666667vw
	}
}

.p-tile03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(min-width:768px) {
	.p-tile03__itemLarge {
		-webkit-box-flex: 1.09;
		-ms-flex: 1.09;
		flex: 1.09
	}
}

@media(max-width:767px) {
	.p-tile03__itemLarge {
		width: 100%
	}
}

.p-tile03__itemLarge .p-tile03__item {
	width: auto;
	height: 100%
}

@media(min-width:768px) {
	.p-tile03__itemLarge .p-tile03__item {
		padding: 0 3% 4%
	}
}

@media(min-width:768px) {
	.p-tile03__itemMedium {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media(max-width:767px) {
	.p-tile03__itemMedium {
		width: 100%
	}
}

.p-tile03__itemMedium .p-tile03__item {
	width: auto
}

@media(min-width:768px) {
	.p-tile03__itemMedium .p-tile03__item {
		padding: 0 3% 4%
	}
}

.p-tile03__item {
	position: relative;
	display: block;
	width: calc(100%/3.3);
	padding: 0 1.5% 3%
}

@media(max-width:767px) {
	.p-tile03__item {
		width: 100%
	}
}

.p-tile03__item:hover .p-tile03__link {
	text-decoration: underline
}

.p-tile03__img {
	position: relative;
	display: block
}

.p-tile03__textarea {
	background-color: rgba(0, 0, 0, .8)
}

.p-tile03__link {
	display: block;
	padding: 5%;
	font-size: 1.25vw;
	color: #fff
}

@media(max-width:1440px) {
	.p-tile03__link {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-tile03__link {
		font-size: 4.8vw
	}
}

.p-tile03__link:hover {
	text-decoration: underline
}

.p-tile04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(min-width:768px) {
	.p-tile04 {
		margin: 0 -2%
	}
}

.p-tile04 .item {
	position: relative;
	overflow: hidden;
	display: block;
	width: 46%;
	background-color: #fff
}

@media(min-width:768px) {
	.p-tile04 .item {
		margin: 2%
	}
}

@media(max-width:767px) {
	.p-tile04 .item {
		width: 100%;
		margin-bottom: 5%
	}
}

@media(min-width:768px) {
	.p-tile04 .img.-bg {
		position: relative
	}
	.p-tile04 .img.-bg .textarea {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 50%
	}
}

@media(max-width:1000px) {
	.p-tile04 .img.-bg .textarea {
		position: relative
	}
}

.p-tile04 .textarea {
	padding: 3.5vw;
	background-color: #fff
}

@media(min-width:768px) {
	.p-tile04 .textarea {
		position: relative;
		padding-bottom: 16%;
		position: static
	}
}

@media(max-width:767px) {
	.p-tile04 .textarea {
		padding: 8%;
		padding-bottom: 24%
	}
}

.p-tile04 .read {
	position: absolute;
	bottom: 4%;
	right: 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	color: #5072a5
}

.p-tile04 .item:hover .p-tile04 .read {
	text-decoration: underline
}

.p-tile04 .read p {
	margin-left: auto
}

.p-tile04 .read:after {
	content: url("/common/img/common/arrow.png");
	display: block;
	margin-top: 2%;
	margin-left: 16px
}

.p-tile04 .click {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 98%;
	margin-top: 4%;
	margin: 0 auto 1%;
	padding: 2% 0;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 100px
}

.p-tile04 .item:hover .p-tile04 .click {
	text-decoration: underline
}

.p-tile04 .click p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	speak: none
}

.p-tile04 .click p:after {
	content: url("/common/img/common/arrow.png");
	display: grid;
	margin: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.p-tile04.-large .item {
	width: 100%
}

.p-tile04.-large .item .textarea {
	padding: 4%
}

@media(min-width:768px) {
	.p-tile04.-large .item .textarea {
		padding-bottom: 8%
	}
}

@media(max-width:767px) {
	.p-tile04.-large .item .textarea {
		padding: 8%;
		padding-bottom: 24%
	}
}

@media(min-width:768px) {
	.p-tile04.-right .textarea, .p-tile04.-left .textarea {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0
	}
}

@media(max-width:1000px) {
	.p-tile04.-right .textarea, .p-tile04.-left .textarea {
		position: static;
		bottom: auto
	}
}

.p-tile04.-right .item:nth-child(1) {
	width: 52%
}

@media(max-width:767px) {
	.p-tile04.-right .item:nth-child(1) {
		width: 100%
	}
}

.p-tile04.-right .item:nth-child(2) {
	width: 40%
}

@media(max-width:767px) {
	.p-tile04.-right .item:nth-child(2) {
		width: 100%
	}
}

.p-tile04.-left .item:nth-child(1) {
	width: 40%
}

@media(max-width:767px) {
	.p-tile04.-left .item:nth-child(1) {
		width: 100%
	}
}

.p-tile04.-left .item:nth-child(2) {
	width: 52%
}

@media(max-width:767px) {
	.p-tile04.-left .item:nth-child(2) {
		width: 100%
	}
}

.p-tile04 .grad .textarea {
	overflow: hidden;
	height: 20vw;
	padding-bottom: 0
}

@media(max-width:900px) {
	.p-tile04 .grad .textarea {
		height: 30vw
	}
}

@media(max-width:767px) {
	.p-tile04 .grad .textarea {
		height: 70vw
	}
}

.p-tile04 .grad.is-active .textarea {
	height: 100%
}

.p-tile04 .grad.is-active .click p:after {
	-webkit-transform: rotate(-90deg) translate(0, 15%);
	transform: rotate(-90deg) translate(0, 15%)
}

@media(min-width:768px) {
	.p-topNews__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.p-topNews__content:not(:last-child) {
	margin-bottom: 5%
}

@media(max-width:767px) {
	.p-topNews__content:not(:last-child) {
		margin-bottom: 10%
	}
}

.p-topNews__title {
	font-size: 1.666666666666667vw
}

@media(max-width:1440px) {
	.p-topNews__title {
		font-size: 2.4rem
	}
}

@media(max-width:767px) {
	.p-topNews__title {
		font-size: 5.066666666666666vw
	}
}

[lang=en] .p-topNews__title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .p-topNews__title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

@media(min-width:768px) {
	.p-topNews__title {
		width: 30%
	}
}

@media(max-width:767px) {
	.p-topNews__title {
		display: inline-block;
		margin-bottom: 4%;
		padding-bottom: 2%
	}
}

.p-topNews__textarea {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 5%;
	border-left: 4px solid #c4c579
}

.p-topNews__item {
	display: block
}

.p-topNews__item:not(:last-child) {
	margin-bottom: 5%
}

.p-topNews .link {
	color: #5072a5
}

.p-topNews .link:hover {
	text-decoration: underline
}

.fontItalic {
  font-style: italic !important;
}

p .link-text {
	color: #5072a5
}

p .link-text:hover {
	text-decoration: underline
}



a.p-tile01__item p.p-tile01__text,a.item h3.c-title-leftMini,a.item p.text,a div.txt span,ul.nav-tabs li a.text-uppercase {
	color: #000
}

a.p-lineBlock__item .p-lineBlock__data,a.p-topNews__item .p-lineBlock__data {
        color: #000
}

a.lightbox span.caption,.lytImg03 a.img span.caption {
	color: #000
}

div.p-margin > p+p {
    margin-top: 20px
}

ul.li-margin > li+li {
    margin-top: 10px !important;
}

div.div-margin {
    margin: 0 6% 20px;
    margin-top: 10px;
}
/* div-margin 無効化 */
div.div-margin {
    margin: 0 0 20px;
    margin-top: 10px;
}

.lytPager01 a{
    box-sizing: border-box;
}


/* チェックボックス用　2021/7/27追加 */

.MDGRAPE-4A .on{
    position: relative;
    padding-left: 25px;
  }
 
.MDGRAPE-4A .on:before {
    content: "";
    position: absolute;
    top: .20em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 13px;
    border-right: 2px solid #ff7200;
    border-bottom: 2px solid #ff7200;
  }
 
.MDGRAPE-4A .on:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid ;
    border-radius: 2px;
  }

.MDGRAPE-4A .off{
    position: relative;
    padding-left: 25px;
  }
 
.MDGRAPE-4A .off:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid ;
    border-radius: 2px;
  }

@media screen and (max-width: 768px){
	.yokonarabi,
	.yokonarabi:nth-child(odd)  {
		flex-direction: column;
	}	
	.yokonarabi-box {
		width: 100%;
	}
	.yokonarabi-box img {
		width: 100%; /*flex: 1;*/
	}
	.yokonarabi-box p {
	text-align: center;
}
}

/* セミナー名、シンポジウム名　2022/4/14追加 */
.seminar-name, .symposium-name {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    text-decoration: underline;
    line-height:1.5;
    color: #4F4F4F;
    display: block;
}
h1 .seminar-name,  h1 .symposium-name {
    font-size: 70%;
    margin-bottom: 1.5rem;
}
/*トップページの注目のイベントに表示の際の色調整 2023/1/20 */
.p-tile02__link .seminar-name, .p-tile02__nolink .seminar-name, .p-tile02__link .symposium-name, .p-tile02__nolink .symposium-name{
	color:#fff;
}
/* フッターの上のスペースに余裕を持たせるため　2022/6/1追加、2024/05/31不活化 
.p-footer {
	margin-top: 4%;
}*/

/* SNSアイコンの配置のため　2022/6/3追加, 6/9改訂 6/14修正*/
.p-footer__icon.sns {
    display: inline-block;
    margin: 8% 8% 8% 0;
}
@media screen and (max-width: 766px){
    .p-footer__icon.sns {
        width: 12%;
        margin-right:13%;
    }
}

/*SNSアイコンをスマホ用にheaderの中に配置 2022/6/7追加、6/14修正*/
.p-nav__links .link.sns {
	display:none;
}
@media screen and (max-width: 766px){
    .p-nav__links .link.sns {
    	display: block;
        width: 8%;
    }
    .p-nav__links .link.sns .ico.blank {
    	display: none;
    }
}
/*トップページの注目のイベント、スポットライトの文字の大きさ調整 2022/06/23追加*/
.p-tile02__link,.p-tile02__nolink {
	font-size: 1.25vw;
}

@media(max-width:1440px) {
	.p-tile02__link,.p-tile02__nolink {
		font-size: 1.8rem
	}
}

@media(max-width:767px) {
	.p-tile02__link,.p-tile02__nolink {
		font-size: 4.8vw
	}
}


.p-tile03__link {
	font-size: 1.111111vw;
}

@media(max-width:1440px) {
	.p-tile03__link {
		font-size: 1.6rem
	}
}

@media(max-width:767px) {
	.p-tile03__link {
		font-size: 4.2666666vw
	}
}
/* フッターの幅 */
.p-footer__content {
	width: 80%;
	margin: auto
}

/*Former Piのテーブル 2022/6/26追加 6/28改訂*/
@media(min-width:768px) {
	.former_pi_table .p-lineBlock__tableTh, .former_pi_table .p-lineBlock__tableTd {
		margin-right: 2%
	}
	.former_pi_table .p-lineBlock__tableTh:nth-child(1), .former_pi_table .p-lineBlock__tableTd:nth-child(1) {
		width: 8%;
	}
	.former_pi_table .p-lineBlock__tableTh:nth-child(2), .former_pi_table .p-lineBlock__tableTd:nth-child(2) {
		width: 16%;
	}
	.former_pi_table .p-lineBlock__tableTh:nth-child(3), .former_pi_table .p-lineBlock__tableTd:nth-child(3) {
		width: 16%;
	}
	.former_pi_table .p-lineBlock__tableTh:nth-child(4), .former_pi_table .p-lineBlock__tableTd:nth-child(4) {
		width: 23%;
	}
	.former_pi_table .p-lineBlock__tableTh:nth-child(5), .former_pi_table .p-lineBlock__tableTd:nth-child(5) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media(max-width:767px) {
	.former_pi_table .p-lineBlock__tableTh {
		display: none;
	}
	.former_pi_table .p-lineBlock__tableTd:nth-child(1) {
		width: 30%;
		margin-right:20px;
	}
	.former_pi_table .p-lineBlock__tableTd:nth-child(2) {
		margin-left:34%;
		margin-top: -30%;
	}
	.former_pi_table .p-lineBlock__tableTd:nth-child(3) {
		margin-left:34%;
	}
	.former_pi_table .p-lineBlock__tableTd:nth-child(4) {
		margin-left:34%;
	}
	.former_pi_table .p-lineBlock__tableTd:nth-child(5) {
		margin-left:34%;
	}
}
/*キャッチ画像の上に乗っている枕の縦位置調整 2022/6/28追加*/
.p-subHeaderContent .textarea {
	bottom:5%;
}

/*イベントのためのキャッチvisual content 2022/06/29追加*/
@media(min-width:768px) {
	.p-event__visualContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.p-event__visualContent .img {
	width: 50%
}

@media(max-width:767px) {
	.p-event__visualContent .img {
		width: 100%
	}
}

.p-event__visualContent .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45%;
	margin-left: auto;
	background-color: #fff
}

@media(max-width:767px) {
	.p-event__visualContent .block {
		width: 100%;
		margin: auto;
		padding: 8% 5%
	}
}

.p-event__visualContent .textarea {
	width: 100%
}
/*ラボのニュース：右側にサムネール 2022/07/05追加*/
@media(min-width:768px) {
	.p-lineBlock__img_right {
		width: 30%;
		margin-left: 3%;
	}
}

@media(max-width:767px) {
	.p-lineBlock__img_right {
		margin-bottom: 5%
	}
}
/*ラボメンバーの丸写真バージョン。PCでは横２つ、スマホでは横１つ配置。既存のp-member__itemをp-member__panelに置き換えるだけ 2022/07/08追加、PCで見た時にtextitemが右にfloatするように、また、スマホファーストに2023/5/2修正 */
.p-member__panel {
	width: 100%;
	padding: 6% 0 0;
	border-bottom: 1px solid #e0e0e0
}
.p-member__panel .img {
	float:left;
	width: 30%;
	margin-right:5%
}
.p-member__panel .p-member__textareaItem {
	float: none;
	overflow: hidden;
	border-bottom: none
	}

   /*ORCIDIDなどのアイコン表示をクラスで指定*/
.p-member__textareaItem .orcid:before {content: url("/common/img/common/ico_orcidid20.png")}
.p-member__textareaItem .researchmap:before {content: url("/common/img/common/ico_researchmap.gif")}
.p-member__textareaItem .twitter:before {content: url("/common/img/common/ico_twitter20.png")}
.p-member__textareaItem .orcid:before, .p-member__textareaItem .researchmap:before, .p-member__textareaItem .twitter:before {
	display: inline-block;
	margin-top: .4vw;
	text-indent: -1.8em;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	float: left
}

@media(min-width:768px) {
	.p-member__panel {
		width: 46%;
		padding: 2% 0;
		margin: 0 2%
	}
	.p-member__panel .p-member__textareaItem {width:63%; float: right}
	.p-member__textareaItem .orcid:before, .p-member__textareaItem .researchmap:before, .p-member__textareaItem .twitter:before {margin-top: .1vw}
}

/*↓202302新規追加↓*/
@media(min-width:768px) {
	.-imgRight .p-lineBlock__item.-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction:row-reverse;
	}

	.-imgRight .p-lineBlock__img{
		width: 30%;
		margin-left: 3%;
	}
}

@media(max-width:767px) {
	.-imgRight .p-lineBlock__img {
		margin-bottom: 5%
	}
}
		
.p-lineBlock__tag {	
	display: inline-block;
	position:relative;
	padding-left: 1em;
	color: #333;
	margin-top: 0.2em; 
	line-height: 1.7;  
	font-size: 3.7333vw
}


@media(min-width:768px) {
	.p-lineBlock__tag{
		font-size: 1.4rem
	}
}

@media(min-width:1440px) {
	.p-lineBlock__tag {
		font-size: 0.97222vw
	}
}

.p-lineBlock__tag:before {	
	content:'';
	position:absolute;
	top: .5em;
	left:0;
	width: 0.7em;
	height:0.7em;
	background-color:#555;
}

.p-lineBlock__tag.-grad-student:before,
.p-lineBlock__tag.-ten-colors:before,
.p-lineBlock__tag.-sankei:before,
.p-lineBlock__tag.-note:before {
	background-color:#00ff00;
}

.p-lineBlock__tag.-public-event:before,
.p-lineBlock__tag.-meeting:before,
.p-lineBlock__tag.-student-event:before {
	background-color:#ffa500;
}

.p-lineBlock__tag.-close-up:before,
.p-lineBlock__tag.-book:before,
.p-lineBlock__tag.-face:before,
.p-lineBlock__tag.-people:before,
.p-lineBlock__tag.-riken-hakase:before {
	background-color:#4169e1;
}
.p-lineBlock__tag.-nehori-hahori:before,
.p-lineBlock__tag.-nehori-hahori-student:before,
.p-lineBlock__tag.-zoom-in:before,
.p-lineBlock__tag.-zoom-in-student:before,
.p-lineBlock__tag.-essay:before,
.p-lineBlock__tag.-trial-week:before,
.p-lineBlock__tag.-spotlight:before {
	background-color:#ff00ff;
}
.p-lineBlock__tag.-video:before {
	background-color:#ff0000;
}


@media(max-width:767px) {
	.q-tile01 {
		margin: 0 5%
	}
}

.q-tile01__item{
    position:relative;
    overflow:auto;
    /*max-width:280px;*/
    background-color:#fff;
    border-radius:10px;
    box-shadow:3px 3px 3px 0 rgba(63, 63, 63, 0.172);
   
}
@media(min-width:768px) {
	.q-tile01 {
		margin-right: 5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.q-tile01__item{
	width:31%;
	margin:0 1%;   
	        position: relative;
        /*max-width: 230px;*/
        min-height: 300px;
	}
}		
.q-tile01__item {
	display: block;
	padding: 0 0;
	margin-bottom: 4%
}
@media(min-width:768px){
	.q-tile01.-column04 {
		margin:auto
	}
}

@media(min-width:768px) {
	.q-tile01.-column04 .q-tile01__item {
		padding: 0 0;
		width: 23%
	}
}
.q-tile01__img{
	position: relative;
	display: block;
	margin-bottom: 4%;
    border-radius:10px 10px 0 0;
    overflow: hidden;
}
.q-tile01__img img{
    border-radius:10px 10px 0 0;
}

@media(min-width:768px) {
	.q-tile01.-column03 {
		margin: auto
	}
}

@media(min-width:768px) {
	.q-tile01.-column03 .q-tile01__item {
		padding: 0 0 20px 0;
		width: 31%
	}
}
/*@media(min-width:1080px){
    .q-tile01{
        max-width:1100px;
        padding: 20px 40px;
    }
    .q-tile01__item{*/
       /* max-width:300px;
        min-height: 400px;*/
        /*background-color:#fff;
        border-radius:10px;
    }
}*/

.q-tile01__textarea{
    padding:0 4%;
}

.q-tile01__subtitle {
	font-size:3vw;
	line-height:1.7em;
	color:#555;
    height: 5.1em;
    font-weight: 300;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
}
.listLink04.dropLink:before {
	left: 0px;
}
.dropLink {
	margin: 0 auto;
}
.dropLink li.js_cat {
	position: relative;
}
.dropLink li.js_cat.tag_list,
.dropLink li.js_cat.year_list {
	position: relative;
}

@media screen and (max-width: 766px) {
	.dropLink li.js_cat.tag_list,
	.dropLink li.js_cat.year_list {
		width: 100%;
		margin-left: auto;
		display: flex;
		flex-direction: column;
	}
}

.dropLink li.js_cat p:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 40%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
}

.dropLink li.js_cat ul {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 100%;
	left: 0;
}

.dropLink li.js_cat ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
@media screen and (max-width: 766px) {
.dropLink li.js_cat p:after {
	top: 4.3vw;
}
.dropLink li.js_cat ul {
	position: static;
}
}
.dropLink li.js_cat ul li a{
	border-top: 1px solid #dddddd;
	background: #efefef;
	color: #333333;
	display: block;
	margin: 0;
	padding: 13px 15px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.dropLink li.js_cat ul li a:after {
	content: none;
}

.dropLink li.js_cat ul li:first-child a{
	border-top: none;
}
@media screen and (min-width: 767px) {
    .dropLink li.js_cat:hover p:after,
    .dropLink li.js_cat.-active p:after {
    	transform: rotate(180deg);
    	transition: .1s;
    	border-color: #FFFFFF transparent transparent transparent;
    }
	.dropLink li.js_cat:hover ul li{
		overflow: visible;
		height: 40px;
	}
	.dropLink li.js_cat ul li a:hover {
		background: #c4c579;
		transition: .5s;
	}
}

.dropLink li.js_cat:focus p:after,
.dropLink li.js_cat.-active p:after {
	transform: rotate(180deg);
	transition: .1s;
	border-color: #FFFFFF transparent transparent transparent;
}

.dropLink li.js_cat:focus-within ul li,
.dropLink li.js_cat.-active ul li{
	overflow: visible;
	height: 40px;
}

.dropLink li.js_cat ul li a:focus {
	background: #c4c579;
	transition: .5s;
}
.dropLink li.js_cat ul li.-current a {
	background: #c4c579;
	transition: .5s;
}
.dropLink li.js_cat.-active p{
	background: #c4c579;
	background-color: #c4c579;
    color: #fff;
    font-weight: 600;
    border-color: #c4c579;
}
@media screen and (max-width: 766px) {
    .dropLink li.js_cat p{
	background: #fff;
	background-color: #fff;
    color: #000;
    font-weight: 300;
    border-color: #ccc;
    }
}
.q-btn {
	display:block;
	border:1px solid #000; /* わかりやすいように線を引く */
	border-radius: 10px;
  	position: relative; /* 基準位置とする */
	padding:1em 7em 1em .5em;
	margin:1em;
}

.q-btn::before,
.q-btn::after {
	content: ""; /* 疑似要素に指定必須 */
	width: 20px; /* 線の長さを指定 */
	height: 3px; /* 線の幅を指定 */
	display: inline-block; /* インラインブロックにする */
	border-radius: 2px; /* 線を角丸にする */
	background: #aaa;   /* 線の色を指定 */
	position: absolute; /* 絶対位置に指定 */
	right: 20px; /* 右から10pxの位置に配置 */
	
}

.q-btn::before {
 	top: calc(50% - 7px);     /* 数値は微調整してください */
  	transform: rotate(30deg); /* 45度回転させる */
}
.q-btn::after {
  	bottom: calc(50% - 6px);   /* 数値は微調整してください */
  	transform: rotate(-30deg); /* -45度回転させる */
}

@media(min-width:768px) {
	.q-btn {border:none;box-shadow:none;margin:auto;padding:.5em 3.5em .5em .5em;}
	.q-btn-list {margin-top: -4%}
}

@media(min-width:1080px) {
	.q-btn-list {padding:0 50px 0 0;}
}
/*↑202202新規追加↑*/
/* 20231006追加　学生募集のバナー表示のためのcss*/
.lab-banner {width: 45vw; margin: 2em auto 0; box-shadow: 3px 3px 3px 0 rgba(0,0,0, 0.45)}
.p-research__section .lab-banner {margin: 2em auto}
@media (min-width: 768px) {
.lab-banner {width: 150px; margin: 1em 1em; }
.p-research__section .lab-banner {width: 192px; margin-left: auto; margin-right: 0}
}

@media(min-width:992px) {
.lab-banner {width: 192px; margin: 3em 1em}
}

@media (min-width: 1440px) {
.lab-banner, .p-research__section .lab-banner {width: 13.3333vw}
}

/* 20240403追加 */
/* 概要ページ＆ニュースページ・タイトルとキャッチ部 */
.q-subHeaderContent {
	position: relative;
}
.q-subHeaderContent .img {
	height: 58vw;
}
.q-subHeaderContent .img img {
	height: 58vw;
	object-fit: cover;
}

@media(min-width:768px) {
	.q-subHeaderContent .img {
		height:auto;
		width: 100%;
		overflow: hidden
	}

	.q-subHeaderContent .img img {
		height: 445px;
		object-fit: none;
		object-position: top;
	}
	.q-subHeaderContent .img.-left img {
		object-position: left;
	}
	.q-subHeaderContent .img.-right img {		
		object-position: right;
	}

}
@media(min-width:1440px) {
	.q-subHeaderContent .img img {
		height: 30.9vw;
		object-fit: cover
	}
	.q-subHeaderContent .img.-left img, .q-subHeaderContent .img.-right img {
		object-fit: contain
	}
}

.l-textarea, .r-textarea, .c-textarea {position: absolute;
	bottom: 0; color: #fff;}
.l-textarea { 
	left: 0;
	padding: 1% 10% 1% 5%;	
	background: linear-gradient(90deg,rgba(0, 0, 0, .65) 70%,rgba(0, 0, 0, 0));

}
.r-textarea { 
	right: 0;
	padding: 1% 5% 1% 10%;
	background: linear-gradient(270deg,rgba(0, 0, 0, .65) 70%,rgba(0, 0, 0, 0))
}

.r-textarea.-white {	
	background: none;
	color: #000;
}
@media(min-width:768px) {
	.l-textarea {bottom: 4em; padding: 1.6em 16em 1.6em 8em;}
	.r-textarea {bottom: 4em; padding: 1.6em 8em 1.6em 16em;}
	.c-textarea {bottom: 4em; padding: 1.6em 16em 1.6em 16em;}
}


.interview-title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .interview-title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.7
}
.interview-title {font-size: 5vw;}
[lang=ja] .interview-title {font-size: 5vw;}

@media(min-width: 768px) {
	.interview-title {font-size: 3rem;}
	[lang=ja] .interview-title {font-size: 3rem}
}
@media(min-width:1440px) {
	.interview-title {font-size: 2.083vw;}
	[lang=ja] .interview-title {font-size: 2.083vw;}
}

.interviewee-name {display: block; font-size:4.5vw;}
@media(min-width:768px) {
	.interviewee-name {font-size: 2.4rem;}
}
@media(min-width:1440px) {
	.interviewee-name {font-size: 1.667vw;}
}

.q-subHeader-title {
	font-family: Marcellus SC, serif;
	line-height: 1.2;
	font-size: 8vw
}

@media (min-width:768px) {
	.q-subHeader-title {
		font-size: 4.8rem
	}
}
@media(min-width:1440px) {
	.q-subHeader-title {
	font-size: 3.333vw}
}

[lang=ja] .q-subHeader-title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.6;
	font-size: 6.4vw
}

@media(min-width:768px) {
	[lang=ja] .q-subHeader-title {
		font-size: 3.84rem
	}
}

@media(min-width:1440px) {
	[lang=ja] .q-subHeader-title {
		font-size: 2.664vw
	}
}

.q-subHeader-title .sub {
	display: block;
	line-height: 1.7;
	font-size: 5.733vw
}
@media(min-width:768px) {
	.q-subHeader-title .sub {
		font-size: 3rem
	}
}
@media(min-width:1440px) {
	.q-subHeader-title .sub {
		font-size: 2.08333vw
	}
}

[lang=ja] .q-subHeader-title .sub {
	font-size: 5.066vw
}
@media(min-width:768px) {
	[lang=ja] .q-subHeader-title .sub {
		font-size: 2.4rem
	}
}
@media(min-width:1440px) {
	[lang=ja] .q-subHeader-title .sub {
		font-size: 1.666vw
	}
}

/************ 研究室・設備受託サービス共通ビジュアル *********/
/************** q-research__visualContent  q-research__subVisualContent ****************/

@media(min-width:768px) {
	.q-research__visualContent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	
	.q-research__visualContent .img {
		width: 470px;
		margin-left: -40px;
		flex-shrink: 0
	}
}
@media(min-width:992px) {
	.q-research__visualContent .img {
		width: 644px;		
	}
}

@media(min-width:1440px) {
	.q-research__visualContent .img {
		width: 44.72vw;
	}
}
.q-research__visualContent .block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	padding: 1em 3em 2em;
	background-color: #fff
}

.q-research__visualContent.-black {
	background-color: #000;
}
.q-research__visualContent.-black .block {
	background-color: #000;
	color: #fff
}
@media(min-width:768px) {
	.q-research__visualContent .block {
		padding: 0 2em 0 0;
		margin-left: 0;

	}
}
@media(min-width:992px) {
	.q-research__visualContent .block {
		/*margin-left: 10px;*/
	}
}
@media(min-width:1200px) {
	.q-research__visualContent .block {
		margin-left: 60px;
	}
}

.q-research__visualContent .textarea {
	width: 100%
}

.q-research__visualContent .name {
	margin-bottom: .1em;
	font-size: 6.4vw;
	line-height: 1.2
}
@media(min-width:768px) {
	.q-research__visualContent .name {
		font-size: 3.2rem
	}
}
@media(min-width:992px) {
	.q-research__visualContent .name {
		font-size: 3.6rem
	}
}

@media(min-width:1440px) {
	.q-research__visualContent .name {
		font-size: 2.5vw;
	}
}

.q-research__visualContent .name .position {
	font-size: 4.266666666666667vw
}
@media(min-width:768px) {
	.q-research__visualContent .name .position {
		font-size: 1.6rem
	}
}
@media(min-width:1440px) {
	.q-research__visualContent .name .position {
		font-size: 1.111111111111111vw
	}
}

.q-research__visualContent .name .sm {
	font-size: 4.8vw
}
@media(min-width:768px) {
	.q-research__visualContent .name .sm {
		font-size: 1.8rem
	}
}
@media(min-width:1440px) {
	.q-research__visualContent .name .sm {
		font-size: 1.25vw
	}
}

.q-research__visualContent .read {
	font-size: 5.066666666666666vw;
	line-height: 1.2
}
@media(min-width:768px) {
	.q-research__visualContent .read {
		font-size: 2.4rem
	}
}
@media(min-width:1440px) {
	.q-research__visualContent .read {
		font-size: 1.666666666666667vw;
	}
}

.q-research__visualContent .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2
}

.q-research__visualContent .info span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 5em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.q-research__visualContent .info span:after {
	content: ':';
	display: inline-block;
	margin-right: .5em
}

@media(max-width:767px) {
	.q-research__visualContent .info span {
		min-width: 25%
	}
}

.q-research__visualContent .info a {
	color: #5072a5;
	line-height: 1.2
}

.q-research__visualContent .info a:hover {
	text-decoration: underline
}


.q-research__visualContent .info.fz-xs {
	margin-left: 5.5em;
}

/*****20250905 見直し　研究室サブページのキャッチ部分 ******/

.q-research__subVisualContent {
	position: relative
}
.q-research__subVisualContent .img {
	width: 120%;
	margin-left: -10%
}
@media(min-width:768px) {
	.q-research__subVisualContent .img {
		width: 100%;
		margin-left: 0;
	}
	.q-research__subVisualContent .img img {
		height: 275px;
		object-fit: cover;
	}
}
@media(min-width:992px) {
	.q-research__subVisualContent .img img {
		height: 400px;
		object-fit: cover;
	}
}
@media(min-width:1440px) {
	.q-research__subVisualContent .img img {
		height: 27.777vw;
	}
}

.q-research__subVisualContent.-right .img {
	margin-left: -20%;
}
@media(min-width:768px) {
	.q-research__subVisualContent.-right .img {
		margin-left: 0;
	}
	.q-research__subVisualContent.-right .img img {
		object-position: right;
	}
}

.q-research__subVisualContent .textarea {
		position: relative;
		padding: 2em;
		color: #fff;
		background-color: rgba(0, 0, 0, 1)
	}
@media(min-width:768px) {
	.q-research__subVisualContent .textarea {
		position: absolute;
		bottom: 20px;
		left: 0;
		padding: 2em 5em;
		background-color: rgba(0, 0, 0, .6)
	}
}
.q-research__subVisualContent .title {
	font-size: 5.73vw
}

@media(min-width:768px) {
	.q-research__subVisualContent .title {
		font-size: 3rem
	}
}

@media(min-width:1440px) {
	.q-research__subVisualContent .title {
		font-size: 2.08333vw
	}
}

[lang=en] .q-research__subVisualContent .title {
	font-family: Marcellus SC, serif;
	line-height: 1.2
}

[lang=ja] .q-research__subVisualContent .title {
	font-family: Noto Serif JP, serif;
	font-weight: 600;
	line-height: 1.4
}

.q-research__subVisualContent .title .sub {
	display: block;
	font-size: 4.8vw
}

@media(min-width:768px) {
	.q-research__subVisualContent .title .sub {
		font-size: 2.4rem
	}
}

@media(min-width:1440px) {
	.q-research__subVisualContent .title .sub {
		font-size: 1.6666vw
	}
}
/*****20250905 見直し　ここまで******/

a>span>.ico, a>.ico, .lytMovie02>li .txt .ico, [class*="link"]>.ico{
	position: relative;
	top: -.1em;
	width: .8em!important;
	margin: 0 5px;
	vertical-align: middle
}


.p-research__visualContent .info a {
	color: #5072a5;
	line-height: 1.2;
	flex-grow: 1
}

.q-research__visualContent .info a {
	color: #5072a5;
	line-height: 1.2;
	flex-grow: 1
}

.p-nav02 {
	background-color: #eee;
	border-top: 4px solid #c4c579
}

@media(min-width:768px) {
	.p-nav02 {
		text-align: center;
		border-bottom: 1px solid #e0e0e0
	}
}

.p-nav02 .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media(min-width:768px) {
	.p-nav02 .links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:767px) {
	.p-nav02 .links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.p-nav02 .item {
	/*display: inline-block;*/
	display: block;
	padding:.8em;
	-webkit-transition: all .1s ease;
	transition: all .1s ease
}

@media(min-width:768px) {
	.p-nav02 .item {
		border-left: 1px solid #e0e0e0
	}
}

@media(max-width:767px) {
	.p-nav02 .item {
		width: 50%;
		border-bottom: 1px solid #e0e0e0
	}
}

.p-nav02 .item.-current, .p-nav02 .item:hover {
	background-color: #fff
}

@media(min-width:768px) {
	.p-nav02 .item:last-child {
		border-right: 1px solid #e0e0e0
	}
}

@media(max-width:767px) {
	.p-nav02 .item:nth-child(2n-1) {
		border-right: 1px solid #e0e0e0
	}
}

.p-nav02 .link {
	/*display: block;*/
	display: inline;
	/*padding: 1.4vw;*/
	padding: 0;
	color: #000
	
}

@media(max-width:767px) {
	.p-nav02 .link {
		padding: 0
	}
}

.p-nav02 .link.-current {
	color: #000
}

/* 20251225 ニュース一覧においてBDR主導の項目が強調されるようにスタイル追加、*/
/* 20260326 研究室のニュースに影響が出ないように、また、フォントサイズがレスポンシブ対応するように改訂*/
.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) {padding: 1rem 0}
.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) .p-lineBlock__img {display: none;}
.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) img {display: none;}
.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) .p-lineBlock__textarea {}
.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) .p-lineBlock__data {font-size: 1.4rem;}
.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) p {display: inline; font-size: 1.4rem;}
.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) .p-lineBlock__category {
	display: none;
	font-size: .9rem; 
	border-radius: .5em; 
	background-color: #333;
}
@media (max-width: 767px) {
	.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) {
		padding: 3% 0;
	}
	.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) p, .dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) .p-lineBlock__data {
		font-size: 3.73vw;
	}
}
@media (min-width: 1440px) {
	.dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) p, .dropLink ~ .p-lineBlock a.p-lineBlock__item:has(img[src="/common/img/common/dummy.jpg"]) .p-lineBlock__data {
		font-size: .97222vw;
	}
}
/* **************** 20260216追加 **************** */
.p-member__item .round-img {
  width: 70%;           /* ← メンバー枠に対して70% */
  margin: 0 auto;       /* 中央寄せ */
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.sns-list .sns-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* アイコンの「箱」 */
.sns-list .sns-item::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sns-item.mail::before {
  background-image: url("/common/img/common/ico_mail.png");
}
.sns-item.researchmap::before {
  background-image: url("/common/img/common/ico_researchmap.gif");
}

/*.sns-item.orcid::before {
  background-image: url("/common/img/common/ico_orcidid20.png");
  transform: scale(1.05);
}*/
.sns-item.orcid::before {
  background-image: url("data:image/svg+xml,%3C!--%20License%3A%20CC0.%20Made%20by%20SVG%20Repo%3A%20https%3A%2F%2Fwww.svgrepo.com%2Fsvg%2F331522%2Forcid%20--%3E%3Csvg%20width%3D%221024px%22%20height%3D%221024px%22%20viewBox%3D%220%200%201024%201024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%22512%22%20cy%3D%22512%22%20r%3D%22512%22%20style%3D%22fill%3A%23a6ce39%22%2F%3E%3Cpath%20d%3D%22M373.7%20709.3h-50.4V358.5h50.4v350.8zm74-350.8h136.2c129.7%200%20186.7%2092.7%20186.7%20175.5%200%2090.1-70.4%20175.5-186%20175.5H447.7v-351zm50.4%20305.6h80.2c114.3%200%20140.5-86.8%20140.5-130%200-70.4-44.9-130-143.1-130h-77.6v260zM381.6%20285.5c0%2018-14.7%2033.1-33.1%2033.1-18.3%200-33.1-15.1-33.1-33.1%200-18.3%2014.7-33.1%2033.1-33.1%2018.3%200%2033.1%2015.1%2033.1%2033.1z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  transform: scale(0.95);
}
.sns-item.twitter::before {
  background-image: url("/common/img/common/ico_twitter20.png");
}

.sns-item.x-twitter::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3ccircle%20cx='20'%20cy='20'%20r='20'%20fill='%232C231C'%20/%3e%3cpath%20d='M23.2833%2018.1624L32.2178%208H30.1006L22.3427%2016.8238L16.1466%208H9L18.3698%2021.3432L9%2032H11.1173L19.3098%2022.6817L25.8534%2032H33L23.2827%2018.1624H23.2833ZM20.3833%2021.4608L19.4339%2020.1321L11.8802%209.55962H15.1323L21.2282%2018.0919L22.1776%2019.4206L30.1016%2030.5113H26.8495L20.3833%2021.4613V21.4608Z'%20fill='white'%20/%3e%3c/svg%3e");
  transform: scale(0.85);
}

.sns-item.bluesky::before {
  background-image: url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20%3e%3cpath%20d='M15%2030C23.2843%2030%2030%2023.2843%2030%2015C30%206.71573%2023.2843%200%2015%200C6.71573%200%200%206.71573%200%2015C0%2023.2843%206.71573%2030%2015%2030Z'%20fill='%231185FE'%20/%3e%3cpath%20d='M9.90169%209.07706C11.9654%2010.6412%2014.1849%2013.8126%2015%2015.5143C15.8151%2013.8126%2018.0346%2010.6412%2020.0983%209.07706C21.5874%207.94835%2024%207.07527%2024%209.85385C24%2010.4089%2023.6847%2014.5155%2023.4999%2015.1823C22.8576%2017.5001%2020.5163%2018.0914%2018.4333%2017.7337C22.0739%2018.3591%2022.9999%2020.431%2020.9999%2022.5029C17.2015%2026.4377%2015.5406%2021.5156%2015.115%2020.2544C15.0371%2020.0231%2015.0006%2019.915%2015%2020.0071C14.9994%2019.915%2014.9629%2020.0234%2014.885%2020.2544C14.4594%2021.5156%2012.7985%2026.4377%209.00011%2022.5029C7.00014%2020.431%207.92613%2018.3591%2011.5667%2017.7337C9.48401%2018.0914%207.14275%2017.5005%206.50007%2015.1823C6.31532%2014.5158%206%2010.4089%206%209.85417C6%207.07527%208.41257%207.94867%209.90169%209.07706Z'%20fill='white'%20/%3e%3c/svg%3e");
  transform: scale(0.95);
}
.sns-item.github::before {
background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20Apache.%20Made%20by%20Iconscout%3A%20https%3A%2F%2Fgithub.com%2FIconscout%2Funicons%20--%3E%3Csvg%20fill%3D%22%23000000%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20d%3D%22M12%2C2.2467A10.00042%2C10.00042%2C0%2C0%2C0%2C8.83752%2C21.73419c.5.08752.6875-.21247.6875-.475%2C0-.23749-.01251-1.025-.01251-1.86249C7%2C19.85919%2C6.35%2C18.78423%2C6.15%2C18.22173A3.636%2C3.636%2C0%2C0%2C0%2C5.125%2C16.8092c-.35-.1875-.85-.65-.01251-.66248A2.00117%2C2.00117%2C0%2C0%2C1%2C6.65%2C17.17169a2.13742%2C2.13742%2C0%2C0%2C0%2C2.91248.825A2.10376%2C2.10376%2C0%2C0%2C1%2C10.2%2C16.65923c-2.225-.25-4.55-1.11254-4.55-4.9375a3.89187%2C3.89187%2C0%2C0%2C1%2C1.025-2.6875%2C3.59373%2C3.59373%2C0%2C0%2C1%2C.1-2.65s.83747-.26251%2C2.75%2C1.025a9.42747%2C9.42747%2C0%2C0%2C1%2C5%2C0c1.91248-1.3%2C2.75-1.025%2C2.75-1.025a3.59323%2C3.59323%2C0%2C0%2C1%2C.1%2C2.65%2C3.869%2C3.869%2C0%2C0%2C1%2C1.025%2C2.6875c0%2C3.83747-2.33752%2C4.6875-4.5625%2C4.9375a2.36814%2C2.36814%2C0%2C0%2C1%2C.675%2C1.85c0%2C1.33752-.01251%2C2.41248-.01251%2C2.75%2C0%2C.26251.1875.575.6875.475A10.0053%2C10.0053%2C0%2C0%2C0%2C12%2C2.2467Z%22%2F%3E%3C%2Fsvg%3E");
}
.sns-item.linkedin::before {
background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20MIT.%20Made%20by%20Mehdi%20Namvar%3A%20https%3A%2F%2Fgitlab.com%2Famir_habibzadeh%2Ficons%20--%3E%3Csvg%20fill%3D%22%23000000%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20%20viewBox%3D%220%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M20%2C2H4C2.9%2C2%2C2%2C2.9%2C2%2C4v16c0%2C1.1%2C0.9%2C2%2C2%2C2h16c1.1%2C0%2C2-0.9%2C2-2V4C22%2C2.9%2C21.1%2C2%2C20%2C2z%20M8.1%2C18H5V9.4h3.1V18z%20M6.5%2C8.4L6.5%2C8.4C5.6%2C8.4%2C5%2C7.8%2C5%2C7s0.6-1.4%2C1.6-1.4c0.9%2C0%2C1.5%2C0.6%2C1.5%2C1.4S7.5%2C8.4%2C6.5%2C8.4z%20M19%2C18h-3.1v-4.7c0-1.3-0.8-1.6-1.1-1.6s-1.3%2C0.2-1.3%2C1.6c0%2C0.2%2C0%2C4.7%2C0%2C4.7h-3.1V9.4h3.1v1.2c0.4-0.7%2C1.2-1.2%2C2.7-1.2s2.7%2C1.2%2C2.7%2C3.9L19%2C18L19%2C18z%22%2F%3E%3Crect%20class%3D%22st0%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%3C%2Fsvg%3E");
}
/* 20260714追加　ニュース一覧のサブメニュー「いきもんタイムズ」のスタイル  */
.p-nav02 .item.-ikimon img {
  width:8em;
  height: auto;
  vertical-align: center;
}
