@charset "utf-8";


/* reset and base ----------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, b, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
ol,ul {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
figure {
	margin: 0;
	padding: 0;
}


/* base --------------------------- */
html {
	cursor: auto;
	font-size: 62.5%;
}

body {
	margin: 92px 0 0;
	padding: 0 0 0;
	font-size: 1.3rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

input[type="radio"] {
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	vertical-align: middle;
	cursor: pointer;
}

input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	width: 7px;
	height: 7px;
	background: #000;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.pc_show {
	display: none;
}


/* header ------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 20;
}
header .head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* -ms-font-feature-settings: "normal"; */
}
header .head .logo {
	padding: 18px 0 0 15px;
}
header .head .logo a {
	display: block;
	width: 184px;
	height: 57px;
	background: url(../img/common/logo2.png) center top / contain no-repeat;
	text-indent: -9999px;
}
header .head .text p {
	padding: 15px 0 0 15px;
	font-size: 1.1rem;
	/* -ms-font-feature-settings: "normal"; */
	letter-spacing: 0.01em;
	line-height: 1.75;
}

header .btn_spnavi {
	position: absolute;
	top: 30px;
	right: 15px;
}
header .btn_spnavi a,
header .btn_spnavi a span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header .btn_spnavi a {
	position: relative;
	width: 30px;
	height: 26px;
}
header .btn_spnavi a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #7d7d7d;
}
header .btn_spnavi.sp_close a span {
	background-color: #666;
}
header .btn_spnavi a span:nth-of-type(1) {
	top: 0;
}
header .btn_spnavi a span:nth-of-type(2) {
	top: 11px;
}
header .btn_spnavi a span:nth-of-type(3) {
	bottom: 0;
}
header .btn_spnavi.sp_close a span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
header .btn_spnavi.sp_close a span:nth-of-type(2) {
	opacity: 0;
}
header .btn_spnavi.sp_close a span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}



/* #gnavi ------------------------- */
#gnavi {
	position: fixed;
	top: 92px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 0;
	margin: 0 0 0 calc((750 - 624) / 750 * 100%);
	padding: 0 calc(95 / 750 * 100vw) 0 0;
	padding: 0 0 0;
	background: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	transition: all 333ms ease 0s;
}
#gnavi.active {
	height: calc(100vh - 92px);
	padding: calc(95 / 750 * 100vw) 0 0;
}
#gnavi ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#gnavi ul li {
	width: 100%;
	padding: 3.0em 0 0;
	text-align: center;
	opacity: 0;
	transition: all 500ms ease 300ms;
}
#gnavi.active ul li {
	opacity: 1;
}
#gnavi ul li:nth-of-type(1) {order: 2;}
#gnavi ul li:nth-of-type(2) {order: 3;}
#gnavi ul li:nth-of-type(3) {order: 1;}
#gnavi ul li:nth-of-type(4) {order: 4;}
#gnavi ul li:nth-of-type(5) {order: 5;}

#gnavi.active ul li:nth-of-type(1) {
	transition-delay: 200ms;
}
#gnavi.active ul li:nth-of-type(2) {
	transition-delay: 250ms;
}
#gnavi.active ul li:nth-of-type(3) {
	transition-delay: 300ms;
}
#gnavi.active ul li:nth-of-type(4) {
	transition-delay: 350ms;
}
#gnavi.active ul li:nth-of-type(5) {
	transition-delay: 400ms;
}
#gnavi.active ul li:nth-of-type(6) {
	transition-delay: 450ms;
}
#gnavi ul li a {
	color: #000;
	font-size: 1.8rem;
	/* -ms-font-feature-settings: "normal"; */
	letter-spacing: 0.25em;
}
#gnavi ul li a img {
	height: calc(34 / 750 * 100vw);
	height: 17px;
	width: auto;
}
#gnavi ul li.active:not(.sns) a,
#gnavi ul li:not(.sns) a.active,
#gnavi ul li:not(.sns) a:hover {
	color: #8a545b;
}
#gnavi ul li a .ja {
	font-size: 75%;
	letter-spacing: 0;
}
#gnavi ul li.sns a {
	padding: 0 7px;
	font-size: 3.6rem;
}
#gnavi .sns a span {
	display: none;
}
#gnavi .sns a.facebook {
	color: #3b5998;
	color: #333;
}
#gnavi .sns a.instagram {
	color: #333;
}


/* footer ------------------------- */
/*
footer {
	width: 100%;
	margin: calc(40 / 750 * 100vw) 0 0;
	background: #efefef;
	color: #333;
}
footer::after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: #d7d7d7;
}
footer a {
	color: #333;
}
footer .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 calc(18 / 750 * 100vw);
}
*/

footer {
	width: 100%;
	margin: calc(40 / 750 * 100vw) 0 0;
	background: #efefef;
	color: #333;
}
footer::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(120 / 750 * 100vw);
	background: #d7d7d7;
}
footer a {
	color: #333;
}
footer .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
footer .fcontent {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	letter-spacing: 0.1em;
}

footer .fcontent {
	display: flex;
	justify-content: space-between;
	padding: 28px 0 33px;
}

footer .logo {
	display: none;
}

footer .sns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 2;
}
footer .sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .sns > a {
	display: inline-block;
	margin: 0 8px 0;
}
footer .sns > a i {
	font-size: 2.8rem;
}

#fnavi {
	width: 100%;
	margin-bottom: calc(80 / 750 * 100vw);
	order: 1;
}
#fnavi ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#fnavi li + li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 10px;
	margin: 0 1em;
	background: url(../img/sp/common/fnavi_slash.png) center center / contain no-repeat;
}
#fnavi ul a {
	color: #333;
}
#fnavi ul a {
	height: 9px;
}
#fnavi ul a img {
	height: 9px;
	width: auto;
}


footer .ffoot {
	position: absolute;
	left: 0;
	bottom: -60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 25px;
	letter-spacing: 0.1em;
}
footer .copyright {
	width: 100%;
	text-align :center;
	font-size: 1.0rem;
}
footer .copyright img {
	height: calc(17 / 750 * 100vw);
	width: auto;
}



/* main --------------------------- */
main {
	margin: 0 0 40px;
	line-height: 1.75;
}
main p .en {
	/* -ms-font-feature-settings: "normal"; */
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, main p .en,
  *::-ms-backdrop, main p .en {
		margin: 0 0.25em 0.4em 0;
	}
}
@supports (-ms-ime-align:auto) { /* Edge */
	main p .en,
	main p .en {
		margin: 0 0.25em 0.25em 0;
	}
}


/* module ------------------------- */
/* category label */
span.category.press_release {
	background: #915a60;
	color: #fff;
}
span.category.news_release {
	background: #5b5a91;
	color: #fff;
}
span.category.information {
	background: #5a9171;
	color: #fff;
}
span.category.other,
span.category.others {
	background: rgb(117, 117, 117);
	color: #fff;
}
/* button */
/* button - btn_more */
.btn_more a {
	position: relative;
	display: block;
	width: 75px;
	height: 24px;
	margin: 35px auto 40px;
	padding: 5px 8px;
	background: #915a60;
	background: url(../img/sp/common/btn_more.png) center center / contain no-repeat;
	opacity: 1;
	transition: all 333ms ease;
	text-indent: -9999px;
}
/* button - btn_link2 */
.btn_link2 {
	display: flex;
	justify-content: center;
}
.btn_link2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(534 / 750 * 100vw);
	max-width: 100%;
	height: calc(84 / 750 * 100vw);
	padding: 0 46px 0 0;
	border: 1px solid #000;
	background: #fff url(../img/sp/common/btn_arrow1b.png) calc(410 / 750 * 100vw) center / calc(66 / 750 * 100vw) auto no-repeat;
	font-size: calc(30 / 750 * 100vw);
	line-height: 1;
	animation: btn_link-out 250ms linear 0ms 1 normal forwards;
}
/* button - btn_submit */
.btn_submit {
	display: flex;
	justify-content: center;
}
.btn_submit button {
	width: 100%;
	height: 56px;
	margin: 0 auto;
	border: 1px solid #8a545b;
	background: #8a545b;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
.btn_submit button span {
	display: inline-block;
}
.btn_submit.edit {
	margin-top: 20px;
}
.btn_submit.edit button {
	background: #fff;
	color: #8a545b;
}
.btn_submit.send {
	margin-top: 20px;
}


/* items */
.items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.items > .item > a {
	display: block;
}

/* items sp1 */
.items.sp1 > .item {
	width: 100%;
	margin: 0 0 calc(56 / 750 * 100vw);
}

/* items sp2 */
.items.sp2 > .item {
	width: calc((100% - (20 / 750 * 100vw)) / 2);
	margin: 0 0 calc(56 / 750 * 100vw);
}

/* items sp3 */
.items.sp3 > .item {
	width: calc((100% - (40 / 750 * 100vw)) / 3);
	margin: 0 0 calc(56 / 750 * 100vw);
}


/* unit --------------------------- */
/* unit - block_logo */
.block_logo .inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 25px 0;
}
.block_logo .item {
	padding: 0 calc(10 / 750 * 100vw) 25px;
}
.block_logo .item a {
	position: relative;
	display: block;
}
.block_logo .item img {
	width: 100%;
	height: auto;
}
.block_logo .item.logo1 {
	width: calc(219 / 750 * 100vw);
}
.block_logo .item.logo2 {
	width: calc(280 / 750 * 100vw);
}



/* unit - block_logo2 */
.block_logo2 .inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0;
	padding: calc(100 / 750 * 100vw) 0 0;
}
.block_logo2 .item {
	padding: 0 calc(20 / 750 * 100vw) calc(50 / 750 * 100vw);
}
.block_logo2 .item a {
	position: relative;
	display: block;
}
.block_logo2 .item img {
	width: 100%;
	height: auto;
}
.block_logo2 .item.logo1 {
	width: calc(260 / 750 * 100vw);
}
.block_logo2 .item.logo2 {
	width: calc(290 / 750 * 100vw);
}




/* individual setting ------------- */

/* top */
body#top {
	margin-top: 0;
}
#top header {
	background-color: transparent;
}
#top header .head .logo a {
	display: block;
	width: 184px;
	height: 57px;
	background: none;
	text-indent: -9999px;
}
#gnavi {
	top: 0;
}
#gnavi.active {
	height: 100vh;
	padding: calc(185 / 750 * 100vw) 0 0;
}
#top .main_img {
	position: relative;
	width: 100%;
	margin: 0 0 0;
	padding: calc(80 / 750 * 100vw) 0 0;
	padding: 0;
}
#top h1 {
	position: absolute;
	top: calc(487 / 750 * 100vw);
	text-indent: -9999px;
	width: 100%;
	height: 70px;
	background: url(../img/common/logo2.png) center center / contain no-repeat;
	z-index: 2;
}

/* top - block_news */
#top .block_news {
	padding: 45px 25px 0;
}
#top .block_news h2 {
	margin-bottom: 40px;
	text-align: center;
}
#top .block_news h2 img {
	height: 17.5px;
	width: auto;
}
#top .block_news .list_news {
	width: 100%;
	height: 105px;
	overflow-y: auto;
}
#top .block_news .list_news::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
#top .block_news .list_news::-webkit-scrollbar-track-piece {
  background: #eee;
}
#top .block_news .list_news::-webkit-scrollbar-thumb {
  background: #8a545b;
  border-radius: 10px;
}
#top .block_news .list_news dl dt {
	width: 100%;
	margin:0 0 4px 0;
}
#top .block_news .list_news dl dt > span {
	display: inline-block;
	line-height: 1;
}
#top .block_news .list_news dl dt .date {
	margin-right: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}
#top .block_news .list_news dl dt .category {
	display: inline-block;
	padding: 3px 5px;
	font-size: 92%;
}
#top .block_news .list_news dl dd {
	width: 100%;
	padding: 0 0 2em;
	font-size: 1.55rem;
}
#top .block_news .btn_more {
}


/* about */
#about h1 {
	display: none;
}
#about .block_concept {
	min-height: 615.5px;
	margin: 0 auto 100px;
	background: #f3f3f3 url(../img/sp/about/main_visual_01.jpg) right top / auto 90% no-repeat;
}
#about .block_concept > .inner {
	width: 100%;
	margin: 0 auto 0;
	padding: 45px 20px 20px;
}
#about .block_concept h2 {
	width: 124.5px;
	height: 17.5px;
	margin: 0 auto 45px;
	text-align: center;
	line-height: 1;
}
#about .block_concept h3 {
	width: 100%;
	margin: 0 0 1em;
	text-align: center;
	font-size: 1.9rem;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	line-height: 1.8;
}
#about .block_concept p {
	margin-bottom: 2.0em;
	text-align: center;
	font-size: 1.55rem;
	line-height: 1.85;
	font-weight: normal;
	/* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); */
}
#about .block_concept p:last-of-type {
	margin-bottom: 0;
}



/* company_profile */
.block_detail > .inner {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 29px 0;
}
.block_detail h2 {
	margin-bottom: calc(80 / 750 * 100vw);
	text-align: center;
	color: #666;
}
.block_detail h2 img {
	width: 248.5px;
	height: 17.5px;
}
.block_detail h2 .ja {
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.block_detail dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.block_detail dt {
	width: 100%;
	padding: 18px 0 9px;
	border-bottom: 2px solid #8e908f;
	color: #666;
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 1.5rem;
}
.block_detail dd {
	width: 100%;
	padding: 18px 0 30px;
	line-height: 2.2;
	color: #666;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
}
#about .block_detail .inner {
	margin-bottom: 60px;
}



/* contact */
#contact main {
	padding: calc(60 / 750 * 100vw) 0 0;
}
#contact h1 {
	position: relative;
	width: 248.5px;
	height: 17.5px;
	margin: 0 auto calc(79 / 750 * 100vw);
	text-align: center;
}
#contact h1 img {
	width: auto;
	height: 17.5px;
}
#contact h1.inViewBox-out::before {
	width: 0;
}
#contact h1.inViewBox-in::before {
	width: 100%;
	transition: width 333ms ease 750ms;
}


/* contact_block */
#contact .contact_block .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 calc(29 / 750 * 100vw) 0;
}
#contact .contact_block p {
	margin: 0 0 1.25em;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.75;
}
#contact .contact_block p .att {
	display: inline-block;
	margin: 1em 0 0;
	font-size: 85%;
	line-height: 1.75;
}
#contact .contact_block span.req {
	color: #f00;
}
#contact .contact_block table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
#contact .contact_block table th {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 0 0 0;
	font-size: 1.5rem;
	text-align: left;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 50px;
}
#contact .contact_block table td {
	display: block;
	width: 100%;
}
#contact .contact_block table td label {
	display: inline-block;
	margin: 0 1.5em 0 0;
	padding: 7px 0 10px;
}
#contact .contact_block table td label.error {
	margin: 0 0 0 0;
	padding: 0;
	color: #f80;
}
#contact .contact_block table input[type="radio"] {
	display: inline-block;
	margin: 0 5px 0 0;
}
#contact .contact_block table tbody tr:nth-of-type(2) td input[type="radio"] {
	float: left;
	display: inline-block;
	margin: 3px 5px 0 0;
}
#contact .contact_block table tbody tr:nth-of-type(2) td span.label {
	display: block;
	padding-left: 25px;
}
#contact .contact_block table tbody tr:nth-of-type(2) td strong {
	display: inline-block;
	width: 100%;
}
#contact .contact_block table input[type="text"] {
	width: 100%;
	height: 50px;
	margin: 0 0 calc(30 / 750 * 100vw);
	padding: 5px;
	border: 1px solid #dadfe5;
}
#contact .contact_block table textarea {
	width: 100%;
	height: 10em;
	margin: 0;
	padding: 5px;
	border: 1px solid #dadfe5;
}
#contact .block_complete h2 {
	margin: 0 0 2em;
}
#contact .block_complete p:last-of-type {
	margin: 0 0 20em;
}
#contact .block_logo {
	margin-top: 80px;
}



/* news */
#news main > article {
	margin-bottom: 75px;
	padding-top: 45px;
}
#news.news_under .path {
	width:95%;
	margin:0 0 25px 8px;
	padding:7px 0 7px 2px;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	font-size: 1.1rem;
}
#news h1 {
	width: 68px;
	height: 17.5px;
	margin: 0 auto 40px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1;
}
#news .news_boxlist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0;
	line-height: 1.5;
}
#news .news_boxlist .item {
	width: calc(680 / 750 * 100vw);
	margin: 0 0 25px calc(35 / 750 * 100vw);
}
#news .news_boxlist .item a {
	display: block;
}
#news .news_boxlist .item .img {
	width: 100%;
	height: calc(484 / 750 * 100vw);
	margin-bottom: 1.1em;
}
#news .news_boxlist .item .date_category {
	width: 100%;
	margin-bottom: 0.25em;
}
#news .news_boxlist .item .date {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 8px  5px 0 ;
}
#news.news_under p {
	font-size: 1.5rem;
}
#news .news_boxlist .item .category {
	display: inline-block;
	padding: 3px 5px;
	font-size: 92%;
	font-weight: 100;
	line-height: 1;
}
#news .news_boxlist .item h2 {
	font-size: 1.65rem;
	font-weight: normal;
	line-height: 1.5;
	margin:0 0 10px 0;
}
#news .news_boxlist .item a h2 {
	transition: all 333ms ease;
}
#news .news_boxlist .item a:hover h2 {
	text-decoration: underline;
}
#news .pagination {
	padding-top: 25px;
}
#news .pagination ul {
	display: flex;
	justify-content: center;
}
#news .pagination ul li a {
	display: block;
	text-align: center;
	width: 31px;
	height: 27px;
	margin: 0 7px 0;
	padding-top: 3px;
	font-size: 1.5rem;
	line-height: 1;
}
#news .pagination ul li a:hover {
	text-decoration: underline;
}
#news .pagination ul li a.current,
#news .pagination ul li a.active {
	background: url(../img/common/page_bg.png) center top / contain no-repeat;
	color: #fff;
	text-decoration: none !important;
}




/* invew */
.inViewSec-out {
	opacity: 0;
	-webkit-transform: translate(0, 40px);
	transform: translate(0, 40px);
	transition: all 500ms ease 0ms;
}
.inViewSec-in {
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}



.inViewNewsList-out .item {
	opacity: 0;
	transition: all 500ms ease;
}
.inViewNewsList-in .item {
	opacity: 1;
}
.inViewNewsList-out .item:nth-of-type(1) {transition-delay: 0ms;}
.inViewNewsList-out .item:nth-of-type(2) {transition-delay: 50ms;}
.inViewNewsList-out .item:nth-of-type(3) {transition-delay: 100ms;}
.inViewNewsList-out .item:nth-of-type(4) {transition-delay: 150ms;}
.inViewNewsList-out .item:nth-of-type(5) {transition-delay: 200ms;}
.inViewNewsList-out .item:nth-of-type(6) {transition-delay: 250ms;}
.inViewNewsList-out .item:nth-of-type(7) {transition-delay: 300ms;}
.inViewNewsList-out .item:nth-of-type(8) {transition-delay: 350ms;}
.inViewNewsList-out .item:nth-of-type(9) {transition-delay: 400ms;}
.inViewNewsList-out .item:nth-of-type(10) {transition-delay: 450ms;}
.inViewNewsList-out .item:nth-of-type(11) {transition-delay: 500ms;}
.inViewNewsList-out .item:nth-of-type(12) {transition-delay: 550ms;}
.inViewNewsList-out .item:nth-of-type(13) {transition-delay: 600ms;}
.inViewNewsList-out .item:nth-of-type(14) {transition-delay: 650ms;}
.inViewNewsList-out .item:nth-of-type(15) {transition-delay: 700ms;}
.inViewNewsList-out .item:nth-of-type(16) {transition-delay: 750ms;}
.inViewNewsList-out .item:nth-of-type(17) {transition-delay: 800ms;}
.inViewNewsList-out .item:nth-of-type(18) {transition-delay: 850ms;}
.inViewNewsList-out .item:nth-of-type(19) {transition-delay: 900ms;}
.inViewNewsList-out .item:nth-of-type(20) {transition-delay: 950ms;}


/* about only */
.inViewConcept-out h2 {
	opacity: 0;
	transition: all 500ms ease 500ms;
}
.inViewConcept-in h2{
	opacity: 1;
}
.inViewConcept-out h3 {
	opacity: 0;
	transition: all 500ms ease 750ms;
}
.inViewConcept-in h3 {
	opacity: 1;
}
.inViewConcept-out p {
	opacity: 0;
	transition: all 500ms ease 1000ms;
}
.inViewConcept-in p {
	opacity: 1;
}
.inViewConcept-out .block_logo2 {
	opacity: 0;
	transition: all 500ms ease 1000ms;
}
.inViewConcept-in .block_logo2 {
	opacity: 1;
}


.inViewMainImg-out h1 {
	opacity: 0;
	transition: all 500ms ease 1000ms;
}
.inViewMainImg-in h1 {
	opacity: 1;
}



