@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


@font-face {
	font-family: NotoSans;
	src: url('font/NotoSansCJKjp-Light.otf');
}


*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #333;
	background-color: #f5f5f5;
	font-family: NotoSans!important;
	word-wrap: break-word;
	font-size: 15px;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 3.7vw;
	}
}

h1, h2, h3, h4, h5, h6, caption, address, th {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

ul, ol, li, dl, dt, dd {
	list-style: none;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
img {
	width: 100%;
	height: auto;
}
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
}

a {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	color: #333;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
}

button, fieldset, form, input, label, legend, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
}

input, select {
	vertical-align: middle;
}

input, button, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	border-radius: 0;
}

select::-ms-expand {
    display: none;
}

p {
	line-height: 1.8!important;
}
@media only screen and (max-width: 768px) {
p {
	font-size: 3.7vw;
}
}

@font-face {
	font-family: NotoSans;
	font-style: normal;
	font-weight: 300;
	/*src: url("font/kumesans-light-jp.woff");*/
}

@font-face {
	font-family: NotoSans;
	font-style: normal;
	font-weight: 700;
	/*src: url("font/kumesans-bold-jp.woff");*/
}


/* ==========================================================================
   Layout
   ========================================================================== */
.l-wrapper {
}
@media print{
.l-wrapper {
    position: static!important;
    transform: none!important;
}
}
/*l-header ---------------*/
.l-header {
	width: 100%;
	min-width: 1000px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
@media only screen and (max-width: 768px) {
.l-header  {
	min-width: 100%;
	height: 100%;
	top: -100%;
}
.l-header.is-slideIn  {
	overflow: visible;
}
}
.is-home .l-header {
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-home.is-loadEnd .l-header {
	opacity: 1;
}
		
.l-header__logo {
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
.l-header__logo {
	width: 21.1vw;
	height: 9.4vw;
	top: calc(100% + 7.1vw);
	left: 7.1vw;
}
}
.is-slideIn .l-header__logo {
	fill: #000;
}
@media only screen and (max-width: 768px) {
.is-slideIn .l-header__logo {
	top: calc(100% + 7.1vw);
}
}
.is-home .l-header__logo svg {
	fill: #fff;
}
@media only screen and (max-width: 768px) {
.is-home .is-slideIn .l-header__logo svg {
	fill: #000;
}
}

/*l-gnav ---------------*/
.l-gnav {
	transform: translate(0px, -100px);
}
@media only screen and (max-width: 768px) {
.l-gnav {
	background-color: #000;
	position: absolute;
    width: 100%;
    top: 100%;
	transform: translate(100vw, 0);
}
}
@media print{
.l-gnav {
	display: none;
}
}
.is-menuAnimate .l-gnav {
	transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 768px) {
.is-menuAnimate .l-gnav {
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
}
.is-slideIn .l-gnav {
	transform: translate(0px, 0px);
}
@media only screen and (max-width: 768px) {
.is-slideIn .l-gnav {
	height: 100%;
    overflow-y: scroll;
}
}
@media only screen and (max-width: 768px) {
.is-menuAnimate .l-gnav {
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
}


.l-gnav--top {
	background-color: rgba(255,255,255,.8);
}
@media only screen and (max-width: 768px) {
.l-gnav--top {
	width: calc(100% - (14vw + 24px));
	min-height: 100vh;
    margin-right: calc(14vw + 24px);
    background-color: #fff;
}
}

.l-gnav--top__inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 80px 0 130px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__inner {
	max-width: none;
    padding: 0;
    flex-direction: column;
}
}

.l-gnav--top__menu {
	width: 72%;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu {
	width: 100%;
	padding-top: 25.556vw;
	flex-direction: column;
}
}

.l-gnav--top__menu1 {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu1 {
	width: 100%;
	margin-bottom: 10vw;
}
}

.l-gnav--top__menu1__list {
	display: flex;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu1__list {
	font-size: 4vw;
	flex-direction: column;
}
}
.l-gnav--top__menu1__list li {
	height: 85px;
	line-height: 85px;
	/*flex-grow: 1;*/
}
.l-gnav--top__menu1__list li a {
	padding: 0 30px;
	font-size: 16px;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu1__list li {
	height: 13.333vw;
	line-height: 13.333vw;
	padding-left: 35px;
}
}

.l-gnav--top__menu2 {
	width: 30%;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu2 {
	width: 100%;
	margin-bottom: 15.111vw;
}
}

.l-gnav--top__menu2__list {
	display: flex;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu2__list {
	font-size: 3.111vw;
	flex-direction: column;
}
}
.l-gnav--top__menu2__list li {
	height: 85px;
	line-height: 85px;
	flex-grow: 1;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu2__list li {
	height: 12.889vw;
	line-height: 12.889vw;
}
}

.l-gnav__language {
	width: 12%;
}
@media only screen and (max-width: 768px) {
.l-gnav__language {
	width: auto;
}
}

.l-gnav__language__list {
	display: flex;
}
.l-gnav__language__list li {
	height: 85px;
	line-height: 85px;
	text-align: center;
	position: relative;
	flex-grow: 1;
}
@media only screen and (max-width: 768px) {
.l-gnav__language__list li {
	flex-grow: 0;
}
}
.l-gnav__language__list li:first-child:after {
	content: "";
	height: 15px;
	margin-top: -8px;
	display: block;
	border-right: #111 1px solid;
	position: absolute;
	top: 50%;
	right: 0;
}

.l-gnav--top__menu__item {
	background-color: rgba(255,255,255,0);
	display: block;
	text-align: center;
	transition: background-color .3s;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu__item {
	padding-left: 7vw;
	text-align: left;
}
}
.l-gnav--top__menu__item:hover {
	background-color: rgba(255,255,255,.7);
}

.l-gnav--top__menu__item--lang {
	background-color: rgba(255,255,255,0);
	display: block;
	text-align: center;
	transition: background-color .3s;
}
@media only screen and (max-width: 768px) {
.l-gnav--top__menu__item--lang {
	padding: 0 7vw;
	text-align: left;
}
}
.l-gnav--top__menu__item--lang:hover {
	background-color: rgba(255,255,255,.7);
}

.l-gnav__contact {
	width: 11%;
}
@media only screen and (max-width: 768px) {
.l-gnav__contact {
	width: 100%;
	margin-bottom: 7.111vw;
	padding: 0 7vw;
}
}

.l-gnav__contact__link {
	margin-top: 25px;
}

.l-gnav__contact__button {
	width: 100%;
	height: 35px;
	background-color: rgba(102,102,102,1);
	color: #fff;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	transition: background-color .3s;
}
.l-gnav__contact__button:hover {
	background-color: rgba(102,102,102,.6);
}

.l-gnav__button {
	position: absolute;
	top: 31px;
	right: 25px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
.l-gnav__button {
	top: calc(100% + 7.1vw);
	right: 7vw;
}
}
.is-slideIn .l-gnav__button {
	fill: #000;
}
@media only screen and (max-width: 768px) {
.is-slideIn .l-gnav__button {
	fill: #fff;
	top: calc(100% + 7.1vw);
}
}

.l-gnav__button--icon {
	width: 24px;
	height: 24px;
	position: relative;
}
.is-home .l-gnav__button--icon {
	fill: #fff;
}

.l-gnav__button--icon--animate1,
.l-gnav__button--icon--animate2,
.l-gnav__button--icon--animate3,
.l-gnav__button--icon--animate4 {
	transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-slideIn .l-gnav__button--icon--animate1 {
	transform: translate(5px, 5px);
}

.is-slideIn .l-gnav__button--icon--animate2 {
	transform: translate(5px, -5px);
}

.is-slideIn .l-gnav__button--icon--animate3 {
	transform: translate(-5px, 5px);
}

.is-slideIn .l-gnav__button--icon--animate4 {
	transform: translate(-5px, -5px);
}

/*l-footer ---------------*/
.l-footer {
	padding-top: 100px;
	background-color: #f9f9f9;
}
@media only screen and (max-width: 768px) {
.l-footer {
	padding-top: 8.889vw;
}
}

.l-footer__nav {
	width: 614px;
}
@media only screen and (max-width: 768px) {
.l-footer__nav {
	width: auto;
}
}

.l-footer__nav__list {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.l-footer__nav__list {
	display: block;
}
}

.l-footer__nav__link--title {
	margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
.l-footer__nav__link--title {
	margin-bottom: 0;
	position: relative;
}
.l-footer__nav__link--title:after {
	content: "";
    width: 2.489vw;
    height: 2.489vw;
	border-right: #414141 1px solid;
	border-bottom: #414141 1px solid;
	position: absolute;
	top: 5.333vw;
	right: .5vw;
	display: block;
	transform: rotate(45deg);
}
.l-footer__nav__link--title.is-open:after {
	transform: rotate(-135deg);
}
}

.l-footer__nav__link--title--noItem {
	margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
.l-footer__nav__link--title--noItem {
	margin-bottom: 0;
	position: relative;
}
.l-footer__nav__link--title--noItem:after {
	content: "";
    width: 2.489vw;
    height: 2.489vw;
	border-right: #414141 1px solid;
	border-bottom: #414141 1px solid;
	position: absolute;
	top: 6.333vw;
	right: 1.5vw;
	display: block;
	transform: rotate(-45deg);
}
}

.l-footer__nav__title {
	display: inline-block;
}
@media only screen and (max-width: 768px) {
.l-footer__nav__title {
	margin-bottom: 0;
	padding: 5.333vw 0;
	border-bottom: #c6c6c6 1px solid;
	font-size: 3.733vw;
	display: block;
}
}

@media only screen and (max-width: 768px) {
.l-footer__nav__items {
	display: none;
}
}

@media only screen and (max-width: 768px) {
.l-footer__nav__items__inner {
	padding: 4.444vw 0 9.778vw;
	display: flex;
	flex-wrap: wrap;
}
}

.l-footer__nav__link {
	margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
.l-footer__nav__link {
	width: 50%;
	margin-bottom: 6.222vw;
}
}

.l-footer__nav__item {
	font-size: 12px;
	display: inline-block;
}
.l-footer__nav__link:last-of-type .l-footer__nav__item {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.l-footer__nav__item {
	font-size: 3.2vw;
}
}

.l-footer__logo {
	width: 165px;
	height: 75px;
	padding-top: 0;
	border-left: #000 1px solid;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	fill: #000;
}
@media only screen and (max-width: 768px) {
.l-footer__logo {
	display: none;
}
}


.p-home__footer .l-footer__logo {
	border-left: #fff 1px solid;
	fill: #fff;
}

/*l-footerBottom ---------------*/
.l-footerBottom {
	height: 50px;
	margin-top: 50px;
	background-color: #333;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.l-footerBottom {
	height: 24vw;
	margin-top: 14.222vw;
	font-size: 2.667vw;
	position: relative;
	display: block;
}
}
.is-searchMargin .l-footerBottom {
	height: 110px;
	align-items: stretch;
	padding-top: 20px;
}
@media only screen and (max-width: 768px) {
.is-searchMargin .l-footerBottom {
	height: calc(24vw + 8vw + (3.822vw * 2));
	padding-top: 0;
}
}

.l-footerBottom__copy {
	margin-left: 50px;
	color: #fff;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.l-footerBottom__copy {
	width: 100%;
    margin-left: 0;
    position: absolute;
    text-align: center;
    bottom: 4.444vw;
}
}
@media only screen and (max-width: 768px) {
.is-searchMargin .l-footerBottom__copy {
	bottom: calc(4.444vw + 8vw + (3.822vw * 2));
}
}

.l-footerBottom__nav {
	margin-right: 50px;
}
@media only screen and (max-width: 768px) {
.l-footerBottom__nav {
	margin-right: 0;
	padding-top: 7.111vw;
}
}

.l-footerBottom__nav__list {
	display: flex;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.l-footerBottom__nav__list {
	justify-content: center;
}
}

.l-footerBottom__nav__link:not(:last-of-type) {
	margin-right: 12px;
	padding-right: 12px;
	position: relative;
}
.l-footerBottom__nav__link:not(:last-of-type):after {
	content: "";
	height: 10px;
	border-right: #fff 1px solid;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.l-footerBottom__nav__item {
	color: #fff;
}


/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-description {
	line-height: 2em;
}

.c-mainframe--w1000 {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.c-mainframe--w1000 {
	width: auto;
	margin: 0 7vw;
}
}

.c-mainframe--w1400 {
	width: 100%;
	max-width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.c-mainframe--w1400 {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 7vw;
}
}

/*c-twoColumn ---------------*/
.c-twoColumn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (max-width:768px){
	.c-twoColumn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.c-twoColumn__item {
	width:calc(100% / 2 - 15px);
}
@media only screen and (max-width:768px){
	.c-twoColumn__item {
		width: 100%;
	}
}



/*c-threeColumn ---------------*/
@media only screen and (max-width: 768px) {
.c-threeColumn {
	padding-bottom: 3vw;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.c-threeColumn::-webkit-scrollbar{
  display: none;
}
}
.c-threeColumn__inner {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
.c-threeColumn__inner {
	width: calc(100vw * 3 - (7vw * 4));
    padding: 0 calc(7vw / 2);
	justify-content: space-between;
}
}
.c-threeColumn__item {
	width: calc(100% / 3 - 14px);
}
.c-threeColumn__item:nth-child(3n+1),
.c-threeColumn__item:nth-child(3n+2) {
	margin-right: 21px;
}
.c-threeColumn__item:nth-child(n+4) {
	margin-top: 21px;
}
@media only screen and (max-width: 768px) {
.c-threeColumn__item {
	width: calc(100vw - 14vw);
}
.c-threeColumn__item:nth-child(3n+1),
.c-threeColumn__item:nth-child(3n+2) {
	margin-right: 0;
}
.c-threeColumn__item:nth-child(n+5) {
	margin-top: 0;
}
}

/*c-linkItemWithImg ---------------*/
@media only screen and (max-width: 768px) {
.c-linkItemWithImg--slider {
	margin: 0 7vw;
}
}

.c-linkItemWithImg--slider .c-linkItemWithImg {
	padding: 0 10px;
}
@media only screen and (max-width: 768px) {
.c-linkItemWithImg--slider .c-linkItemWithImg {
	padding: 0 3.5vwpx;
}
}

@media only screen and (max-width: 768px) {
.c-linkItemWithImg--slider .slick-list {
	overflow: visible;
}
}

.c-linkItemWithImg__link {
	display: block;
}

.c-linkItemWithImg__link img {
	transform: scale(1.001);
	transition: transform 0.5s ease-out;
}

.c-linkItemWithImg__link:hover img {
	transform: scale(1.05);
}
.c-linkItemWithImg__link:hover img.c-defaultScale {
	transform: scale(1);
}

.c-linkItemWithImg__image {
	height: 180px;
	margin-bottom: 20px;
	display: flex;
    /*align-items: center;*/
	justify-content: center;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
.c-linkItemWithImg__image {
	height: 45.511vw;
	margin-bottom: 5.778vw;
}
}

.c-linkItemWithImg__image img {
	width: 100%;
}

.c-linkItemWithImg__date {
	margin-bottom: 10px;
	font-size: 12px;
}
@media only screen and (max-width: 768px) {
.c-linkItemWithImg__date {
	margin-bottom: 2.667vw;
	font-size: 3.2vw;
	text-align: center;
}
}

.c-linkItemWithImg__date span {
	margin-right: 10px;
	display: inline-block;
}
.c-linkItemWithImg__date span:last-of-type {
	margin-right: 0;
}

.c-linkItemWithImg__title {
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.c-linkItemWithImg__title {
	margin-bottom: 3.556vw;
	font-size: 3.733vw;
	text-align: center;
}
}

.c-linkItemWithImg__text {
	line-height: 1.8;
	margin-bottom: 15px;
}
@media only screen and (max-width:768px){
.c-linkItemWithImg__text {
	margin-bottom: 4.4vw;
}
}

.c-linkItemWithImg__copy {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.c-linkItemWithImg__copy {
	margin-bottom: 1.778vw;
	font-size: 4.622vw;
}
}

@media only screen and (max-width: 768px) {
.c-linkItemWithImg__link {
	text-align: center;
}
}

/*c-loadingImg ---------------*/
.c-loadingImg {
	width: 50px;
	position: absolute;
	z-index: -1;
}

/*c-lorading--scroll ---------------*/
.c-lorading--scroll {
	margin-top: 20px;
}

.c-lorading--scroll__inner {
	width: 40px;
    height: 40px;
    margin: 0 auto;
}

/*c-search--fadeIn ---------------*/
.c-search--fadeIn {
	opacity: 1;
	/*transform: translate(0, 60px);*/
	/*transition: all 1s;*/
}
.c-search--fadeIn.is-fadeIn {
	opacity: 1;
	/*transform: translate(0, 0);*/
}
@media print{
.c-search--fadeIn {
	opacity: 1;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
.c-search--fadeIn.is-fadeIn {
	opacity: 1;
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
}

/*c-searchModal ---------------*/
.c-searchBar {
	width: 100%;
	padding: 16px 0 14px;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	bottom: -60px;
	z-index: 999;
	transition: opacity 0.5s, bottom 1s;
}
@media only screen and (max-width: 768px) {
.c-searchBar {
	padding: 3.822vw 0;
	bottom: -80px;
}
}
.mfp-wrap ~ div .c-searchBar {
	opacity: 0;
}
.mfp-wrap.mfp-removing ~ div .c-searchBar {
	opacity: 1;
}
.is-scroll.c-searchBar {
	bottom: 0;
}

.c-searchBar__inner {
	width: 1000px;
    margin: 0 auto;
    display: flex;
	font-size: 101%;
}
@media only screen and (max-width: 768px) {
.c-searchBar__inner {
	width: auto;
	margin: 0 7vw;
	font-size: 100%;
}
}

.c-searchBar__refine {
	width: 360px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	display: block;
}
@media only screen and (max-width: 768px) {
.c-searchBar__refine {
	width: 100%;
	height: 8vw;
	font-size: 3.022vw;
	line-height: 8vw;
}
}

.c-searchBar__word {
	margin-left: 22px;
	position: relative;
}
@media only screen and (max-width: 768px) {
.c-searchBar__word {
	display: none;
}
}

.c-searchBar__word__text {
	width: 360px;
	height: 30px;
	padding: 0 40px 0 10px;
	border: none;
	border-bottom: 1px #989898 solid;
	background-color: transparent;
	text-align: center;
	color: #fff;
}
.c-searchBar__word__text:focus {
	outline: 0;
}
.c-searchBar__word__text::placeholder {
	color: #fff;
	text-align: center;
}

.c-searchBar__word--submit {
	width: 19px;
	height: 19px;
	border: none;
	background: none;
	position: absolute;
	top: 6px;
	right: 13px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.c-searchBar__word--submit:before {
	content: "";
	width: 11px;
	height: 11px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
}
.c-searchBar__word--submit:after {
	content: "";
	width: 8px;
	height: 6px;
	border-top: solid 2px #fff;
	position: absolute;
	bottom: 0;
    right: 1px;
	transform: rotate(45deg);
}
.c-searchBar__word--submit:focus {
	outline: 0;
}

.c-searchBar__resultItem {
	width: calc(100% - (360px * 2) - 22px);
	color: #fff;
	justify-content: flex-end;
	display: flex;
	align-items: flex-end;
}
@media only screen and (max-width: 768px) {
.c-searchBar__resultItem {
	display: none;
}
}

.c-searchBar__itemNum {
	height: 30px;
	margin: 0 5px;
	font-size: 36px;
	display: inline-block;
	transform: translate(0px, -3px);
}

.c-searchModal {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.c-searchModal {
	width: 100%;
	height: calc(100% - 44px);
	background-color: #fff;
	position: absolute;
	top: 44px;
	overflow: visible;
}
}

@media (min-width: 769px) {
.c-searchModal__scroll {
	width: 1000px;
	height: 90vh;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
}

.c-searchModal__inner {
	padding: 60px 60px 50px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 768px) {
.c-searchModal__inner {
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
}

.c-searchModal__word__text {
	width: 495px;
	height: 35px;
	padding: 0 13px;
	border: #ccc 1px solid;
}
@media only screen and (max-width: 768px) {
.c-searchModal__word__text {
	width: 100%;
	font-size: 3.5vw;
	border: #ccc 1px solid;
}
}

.c-searchModal__word--sp {
	padding: 8.889vw 8.622vw 8vw;
	background-color: #eee;
	display: block;
	position: relative;
	display: none;
}
@media only screen and (max-width: 768px) {
.c-searchModal__word--sp {
	display: block;
}
}

.c-searchModal__word__text--sp {
	width: 100%;
	height: 8vw;
	padding: 0 3.556vw 0 0.889vw;
	background-color: #fff;
	border: 1px #909090 solid;
	text-align: center;
}
.c-searchModal__word__text--sp:focus {
	outline: 0;
}
.c-searchModal__word__text--sp::placeholder {
	text-align: center;
}

.c-searchModal__word--submit--sp {
	width: 4.089vw;
	height: 4.089vw;
	border: none;
	background: none;
	position: absolute;
	top: 10.6vw;
	right: 11vw;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.c-searchModal__word--submit--sp:before {
	content: "";
	width: 2.3vw;
	height: 2.3vw;
	position: absolute;
	top: 0.5vw;
	left: 0.5vw;
	border-radius: 50%;
	box-shadow: 0 0 0 0.5vw #979797;
}
.c-searchModal__word--submit--sp:after {
	content: "";
	width: 2vw;
	height: 1.2vw;
	border-top: solid 0.5vw #979797;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(45deg);
}
.c-searchModal__word--submit--sp:focus {
	outline: 0;
}

@media only screen and (max-width: 768px) {
.c-searchModal__content {
	padding: 11.889vw 8.622vw 17.778vw;
}
}

.c-searchModal__title {
	margin-bottom: 80px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.c-searchModal__title {
	display: none;
}
}

.c-searchModal__menu {
	margin-bottom: 40px;
	display: flex;
}
@media only screen and (max-width: 768px) {
.c-searchModal__menu {
	margin-bottom: 10.667vw;
	display: block;
}
}

.c-searchModal__menu--year {
	margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
.c-searchModal__menu--year {
	margin-bottom: 10.667vw;
}
}

.c-searchModal__menu__title {
	width: 180px;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
.c-searchModal__menu__title {
	width: 100%;
	font-size: 4.3vw;
}
}
.c-searchModal__menu__title span {
	margin-top: 10px;
	color: #ccc;
    font-size: 14px;
	font-weight: normal;
	display: block;
}
@media only screen and (max-width: 768px) {
.c-searchModal__menu__title span {
	padding-left: 1.778vw;
	font-size: 3vw;
	color: #999;
	display: inline-block;
}
}
.c-searchModal__menu__title.is-alignCenter {
	display: flex;
    align-items: center;
}

.c-searchModal__menu__content {
	width: 700px;
}
@media only screen and (max-width: 768px) {
.c-searchModal__menu__content {
	width: 100%;
	margin-top: 4.444vw;
}
}

.c-searchModal__year {
	height: 32px;
	position: relative;
}
@media only screen and (max-width: 768px) {
.c-searchModal__year {
	height: 6vw;
}
}

.c-searchModal__year--line {
	height: 2px;
	background-color: #c4c4c4;
	overflow: hidden;
	transform: translate(0, 15px);
}
@media only screen and (max-width: 768px) {
.c-searchModal__year--line {
	transform: translate(0, 2.5vw);
}
}

.c-searchModal__year__line--active {
	width: 100%;
	height: 100%;
	background-color: #333;
	position: absolute;
}

.c-searchModal__year--before {
	width: 100px;
	height: 32px;
	background-color: #333;
	color: #fff;
    text-align: center;
    line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 16px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 768px) {
.c-searchModal__year--before {
	width: 17.778vw;
	height: 5.689vw;
	font-size: 3vw;
	line-height: 5.689vw;
	border-radius: 2.844vw;
}
}

.c-searchModal__year--after {
	width: 100px;
	height: 32px;
	background-color: #333;
	color: #fff;
    text-align: center;
    line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 16px;
	transform: translate(600px, 0);
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 768px) {
.c-searchModal__year--after {
	width: 17.778vw;
	height: 5.689vw;
	font-size: 3vw;
	line-height: 5.689vw;
	border-radius: 2.844vw;
	transform: translate(calc(100vw - (8.622vw*2 + 3.8vw*2 + 17.778vw)), 0);
}
}

.c-searchModal__list {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
.c-searchModal__list {
	width: 100%;
	margin-top: 6.222vw;
}
}
.c-searchModal__list li {
	width: calc(100% / 3);
	margin-top: 15px;
}
.c-searchModal__list li:nth-child(-n+3) {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
.c-searchModal__list li {
	width: 50%;
	margin-top: 5.333vw;
	font-size: 3vw;
	display: flex;
	align-items: center;
}
.c-searchModal__list li:nth-child(3) {
	margin-top: 5.333vw;
}
}

.c-searchModal__action {
	padding-top: 50px;
	border-top: #c4c4c4 1px solid;
}
@media only screen and (max-width: 768px) {
.c-searchModal__action {
	padding-top: 3vw;
}
}

.c-searchModal__refine {
	width: 300px;
	height: 45px;
	margin: 0 auto 5px;
	background-color: #333;
	color: #FFF;
	display: flex;
    align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
.c-searchModal__refine {
	display: none;
}
}

.c-searchModal__reset {
	width: 300px;
	height: 45px;
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	display: flex;
    align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
.c-searchModal__reset {
	width: 100%;
}
}

.c-searchModal__reset span {
	font-size: 10px;
	position: relative;
	margin: 4px 0 0 5px;
	width: 1.2em;
	height: 1.2em;
	border-top: 0.1em solid #333;
	border-left: 0.1em solid transparent;
	border-right: 0.1em solid #333;
	border-bottom: 0.1em solid #333;
	border-radius: 100% 100% 100% 100%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
.c-searchModal__reset span {
	font-size: 2.3vw;
}
}
.c-searchModal__reset span:before {
	content: "";
	position: absolute;
	top: -0.5px;
	left: -1px;
	width: 0;
	height: 0;
	border-top: 0.2em solid transparent;
	border-right: 0.3em solid #333;
	border-bottom: 0.2em solid transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-searchModal__action--sp {
	padding: 3.822vw 0;
    width: 100%;
    padding: 16px 0 14px;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
	display: none;
}
@media only screen and (max-width: 768px) {
.c-searchModal__action--sp {
	display: block;
}
}

.c-searchModal__submit {
	display: none;
}

.c-searchModal__inner--sp {
	width: auto;
    margin: 0 7vw;
	display: flex;
	justify-content: space-between;
}

.c-searchModal__allCase--sp {
	width: 35%;
	padding-top: 1vw;
	color: #fff;
	text-align: center;
}

.c-searchModal__allCase--sp span {
	font-size: 6.067vw;
}

.c-searchModal__refine--sp {
    width: 60%;
    height: 8vw;
    background-color: #fff;
	font-size: 3.022vw;
    text-align: center;
    line-height: 8vw;
    display: block;
}

.c-searchModal .mfp-close {
	position: absolute;
	top: 15px;
	left: 50%;
	opacity: 1;
	text-indent: 10000%;
	transform: translate(440px, 0);
}
@media only screen and (max-width:768px){
.c-searchModal .mfp-close {
	top: -44px;
	left: auto;
	right: -2.556vw;
	transform: none;
}
}
.c-searchModal .mfp-close:before {
	content: "";
	width: 30px;
	border-top: #b2b2b2 1px solid;
	position: absolute;
	top: 31px;
	left: 2px;
	display: block;
	transform: rotate(45deg);
	transform-origin: right top;
}
.c-searchModal .mfp-close:after {
	content: "";
	width: 30px;
	border-top: #b2b2b2 1px solid;
	position: absolute;
	top: 10px;
	left: 2px;
	display: block;
	transform: rotate(-45deg);
	transform-origin: right top;
}

/*c-checkbox ---------------*/
.c-checkbox {
	display: none;
}
.c-checkbox:checked + .c-checkbox__label:before {
	border: 1px solid #333;
	background-color: #333;
}
.c-checkbox:checked + .c-checkbox__label:after {
	opacity: 1;
}

.c-checkbox__label {
	height: 25px;
	padding-left: 40px;
	line-height: 25px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
@media only screen and (max-width:768px){
.c-checkbox__label {
	height: auto;
	padding-left: 7.111vw;
	line-height: 1.8;
}
}
.c-checkbox__label:before {
    content: "";
    width: 23px;
    height: 23px;
    border: 1px solid #bbb;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
@media only screen and (max-width:768px){
.c-checkbox__label:before {
    width: 4.444vw;
    height: 4.444vw;
	margin-top: -2.222vw;
    top: 50%;
}
}
.c-checkbox__label:after {
	content: "";
	width: 6px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 5px;
	left: 9px;
	display: block;
	opacity: 0;
	transform: rotate(45deg);
}
@media only screen and (max-width:768px){
.c-checkbox__label:after {
	width: 0.889vw;
	height: 1.778vw;
	margin-top: -1.2vw;
	top: 50%;
    left: 1.75vw;
}
}

/*c-radio ---------------*/
.c-radio {
	display: none;
}
.c-radio:checked + .c-radio__label:before {
	border: 1px solid #333;
	background-color: #333;
}
.c-radio:checked + .c-radio__label:after {
	opacity: 1;
}

.c-radio__label {
	height: 25px;
	padding-left: 40px;
	line-height: 25px;
	position: relative;
	display: inline-block;

	cursor: pointer;
}
@media only screen and (max-width:768px){
.c-radio__label {
	height: auto;
	padding-left: 7.111vw;
	line-height: 1.8;
}
}
.c-radio__label:before {
    content: "";
    width: 23px;
    height: 23px;
    border: 1px solid #bbb;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
@media only screen and (max-width:768px){
.c-radio__label:before {
    width: 4.444vw;
    height: 4.444vw;
	margin-top: -2.222vw;
    top: 50%;
}
}
.c-radio__label:after {
	content: "";
	width: 6px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 5px;
	left: 9px;
	display: block;
	opacity: 0;
	transform: rotate(45deg);
}
@media only screen and (max-width:768px){
.c-radio__label:after {
	width: 0.889vw;
	height: 1.778vw;
	margin-top: -1.2vw;
	top: 50%;
    left: 1.75vw;
}
}

/*c-inputText ---------------*/
.c-inputText {
	width: 100%;
    padding: 18px 30px;
    background-color: #eee;
    border: none;
}
@media only screen and (max-width:768px){
.c-inputText {
	padding: 4.889vw 3.555vw;
}
}

.c-inputText::placeholder {
	color: #ccc;
}
.c-inputText:-ms-input-placeholder { /*IE*/
	color: #ccc;
}
.c-inputText::-ms-input-placeholder { /*Edge*/
	color: #ccc;
}

.c-inputText.is_formError,
.c-inputText.is_formErrorMail {
	border: solid 1px #81191b;
}

/*c-inputTextarea ---------------*/
.c-inputTextarea {
	resize: vertical;
	width: 100%;
	min-height: 150px;
    padding: 18px 30px;
    background-color: #eee;
    border: none;
}
@media only screen and (max-width:768px){
.c-inputTextarea {
	padding: 4.889vw 3.555vw;
	min-height: 44.444vw;
}
}

.c-inputTextarea::placeholder {
	color: #ccc;
}
.c-inputTextarea:-ms-input-placeholder { /*IE*/
	color: #ccc;
}
.c-inputTextarea::-ms-input-placeholder { /*Edge*/
	color: #ccc;
}

.c-inputTextarea.is_formError {
	border: solid 1px #81191b;
}

@media only screen and (max-width:768px){
.c-placeholderL::placeholder {
	font-size: 2.755vw;
}
}

/*c-select ----------------------*/
.c-select__label {
	display: block;
	position: relative;
}
.c-select__label::after {
	position: absolute;
	top: 50%;
    right: 1em;
    width: 0;
    height: 0;
    margin-top: -2px;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #666666;
	pointer-events: none;
}
@media only screen and (max-width:768px){
.c-select__label::after {
	right: 2.667vw;
	margin-top: -0.533vw;
	border-left: 1.067vw solid transparent;
	border-right: 1.067vw solid transparent;
	border-top: 1.778vw solid #666666;
}
}

.c-select {
	width: 100%;
	padding: 18px 30px;
	background-color: #eee;
	cursor: pointer;
}
@media only screen and (max-width:768px){
.c-select {
	padding: 4.889vw 3.555vw;
}
}

.c-select.is_formError {
	border: solid 1px #81191b;
}

.c-select option:first-child {
	color: #ccc;
}

/*c-noResult ---------------*/
.c-noResult {
	margin: 120px 0 50px;
	padding: 65px 0;
	background-color: #fff;
	text-align: center;
	display: none;
}
@media only screen and (max-width:768px){
.c-noResult {
	margin: 4.444vw 0;
	padding: 15.111vw 0.889vw;
}
}

.c-noResult__title {
	margin-bottom: 40px;
	font-size: 27px;
}
@media only screen and (max-width:768px){
.c-noResult__title {
	margin-bottom: 4.711vw;
	font-size: 5.7vw;
}
}

@media only screen and (max-width:768px){
.c-noResult__text {
	font-size: 3.6vw;
	line-height: 1.8;
}
}

/*c-slider ---------------*/
.is-noslider .c_slider__item {
	width: 50%;
}
.is-noslider a {
	width: 100%;
	height: 100%;
	display: block;
}
@media only screen and (max-width:768px){
.is-noslider .c_slider__item {
	width: 100%;
}
}

.c-slider__dots {
	margin-top: 20px;
	display: flex;
    align-items: center;
	justify-content: center;
}
.c-slider__dots li {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	cursor: pointer;
}
.c-slider__dots li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #dcdcdc;
	border-radius: 4px;
	display: block;
}
.c-slider__dots li.slick-active:before {
	background-color: #333;
}
.c-slider__dots.c-slider__dots--white li:before {
	background-color: #747678;
}
.c-slider__dots.c-slider__dots--white li.slick-active:before {
	background-color: #fff;
}
.c-slider__dots.c-slider__dots--darkgray li:before {
	background-color: #b0aeab;
}
.c-slider__dots.c-slider__dots--darkgray li.slick-active:before {
	background-color: #333;
}
.c-slider__dots button {
	display: none;
}

.c_slider__zoom {
	position: relative;
	display: block;
}
/*.c_slider__zoom span {
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	border-radius: 15px;
}
.slick-active .c_slider__zoom span {
	display: block;
}
.is-noslider .c_slider__zoom span {
	display: block;
}
.c_slider__zoom span:before {
	content: "";
	width: 9px;
	border-top: #fff 1px solid;
	display: block;
	position: absolute;
	top: 14px;
	left: 10px;
}
.c_slider__zoom span:after {
	content: "";
	height: 9px;
	border-left: #fff 1px solid;
	display: block;
	position: absolute;
	top: 10px;
	left: 14px;
}*/


/*c-udrlineLink ---------------*/
.c-udrlineLink {
	display: inline-block;
	border-bottom: 1px solid #c4c4c4;
	transition: .3s;
}
.c-udrlineLink:hover {
	border-bottom: transparent 1px solid;
}
@media only screen and (max-width:768px){
.c-udrlineLink:hover {
	border-bottom: 1px solid #c4c4c4;
}
}
.c-udrlineLink--pdf {
	display: inline-block;
	border-bottom: 1px solid #c4c4c4;
	position: relative;
	padding-right: 20px;
	transition: .3s;
}
.c-udrlineLink--pdf:hover {
	border-bottom: transparent 1px solid;
}
@media only screen and (max-width:768px){
.c-udrlineLink--pdf:hover {
	border-bottom: 1px solid #c4c4c4;
}
}
.c-udrlineLink--pdf:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 11px;
	position: absolute;
	background-image: url('../image/common/link-icon_pdf_blk.svg');
	background-size: 9px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -5px;
}

/*c-btn ---------------*/
.c-btn {
	background-color: rgba(51,51,51,1);
	color: #FFF;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	line-height: 1em;
	padding: 10px 27px;
	min-width: 200px;
	position: relative;
	transition: .3s;
}
@media only screen and (max-width:768px){
	.c-btn {
		font-size: 3.2vw;
		line-height: 1.5;
		padding: 2vw 6.6vw;
		min-width: 53.3vw;
	}
	.is-tablet .p-home .c-btn {
		font-size: 2.2vw;
		padding: 2vw 6.6vw;
		min-width: 40.3vw;
	}
}
.c-btn:after {
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: rotate(-45deg);
	transform-origin: right top;
	margin-top: -7px;
}
@media only screen and (max-width:768px){
.c-btn:after {
	width: 2.4vw;
	height: 2.4vw;
	right: 4.6vw;
	margin-top: -1.5vw;
}
}
.c-btn:hover {
	background-color: rgba(51,51,51,0.8);
}

.c-btn--clear1 {
	border: #fff 1px solid;
    background-color: transparent;
    color: #fff;
}
.c-btn--clear1:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.c-btn--clear2 {
	border: #fff 1px solid;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}
.c-btn--clear2:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.c-btn--clear2:hover {
	background-color: rgba(255,255,255,0.5);
}

.c-btn--gray {
    background-color: rgba(102, 102, 102, 1);
}
.c-btn--gray:hover {
	background-color: rgba(102, 102, 102, 0.8);
}

.c-btn--large {
    min-width: 300px;
    padding: 15px 30px;
    font-size: 14px;
}
@media only screen and (max-width:768px){
.c-btn--large {
	min-width: 64.889vw;
	padding: 2vw 6.6vw;
	font-size: 3.2vw;
	line-height: 1.5;
}
}

.c-btn--pdf {
	background-color: rgba(51,51,51,1);
	color: #FFF;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	line-height: 1em;
	padding: 18px;
	min-width: 248px;
	position: relative;
	transition: .3s;
}
.c-btn--pdf:hover {
	background-color: rgba(51,51,51,0.8);
}
/*.c-btn--pdf:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
	right: 38px;
    background-image: url(/image/common/link-icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 9px;
	width: 9px;
	height: 11px;
	margin-top: -4px;
}*/
.c-btn--pdf:after {
    content: "";
    display: inline-block;
    background-image: url(../image/common/link-icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 9px;
	width: 9px;
	height: 11px;
	margin-left: 10px;
}
@media only screen and (max-width:768px){
	.c-btn--pdf {
		font-size: 3.2vw;
		/*padding: 4vw 14vw;*/
		padding: 4vw;
		min-width: 53.3vw;
	}
	.c-btn--pdf:after {
		width: 2.4vw;
		height: 2.95vw;
		background-size: 2.4vw;
		/*right: 8.5vw;
		margin-top: -1.45vw;*/
	}
}

/*c-heading ---------------*/
.c-icon--list {
	width: 12px;
    height: 12px;
    border-top: 2px #fff solid;
    position: absolute;
    display: block;
}
@media only screen and (max-width:768px){
.c-icon--list {
	width: 4vw;
	height: 4vw;
	margin-top: 0.5vw;
	border-top: 0.5vw #fff solid;
}
.is-tablet .c-icon--list {
	width: 3vw;
	height: 3vw;
	margin-top: 0.3vw;
	border-top: 0.4vw #fff solid;
}
}
.c-icon--list:before {
	content: "";
	width: 9px;
	margin-top: 3px;
	border-bottom: 2px #fff solid;
	display: block;
}
@media only screen and (max-width:768px){
.c-icon--list:before {
	width: 3vw;
	margin-top: 1.2vw;
	border-bottom: 0.5vw #fff solid;
}
.is-tablet .c-icon--list:before {
	width: 2vw;
	margin-top: 0.9vw;
	border-bottom: 0.4vw #fff solid;
}
}
.c-icon--list:after {
	content: "";
	width: 6px;
	margin-top: 3px;
	border-bottom: 2px #fff solid;
	display: block;
}
@media only screen and (max-width:768px){
.c-icon--list:after {
	width: 2vw;
	margin-top: 1vw;
	border-bottom: 0.5vw #fff solid;
}
.is-tablet .c-icon--list:after {
	width: 1vw;
	margin-top: 0.9vw;
	border-bottom: 0.4vw #fff solid;
}
}

/*c-heading ---------------*/
.c-heading2 {
	font-size: 28px;
}
@media only screen and (max-width:768px){
	.c-heading2 {
		font-size: 6.2vw;
	}
}

/*c-contact ---------------*/
.c-contact {
}
@media only screen and (max-width: 768px) {
.c-contact {
	margin: 0;
}
}

.c-contact__inner {
	padding: 45px 0 38px;
	background-color: #666;
}
@media only screen and (max-width: 768px) {
.c-contact__inner {
	padding: 12vw 7vw 12.444vw;
}
}

.c-contact__title {
	margin-bottom: 35px;
	text-align: center;
	font-size: 28px;
	color: #fff;
}
@media only screen and (max-width: 768px) {
.c-contact__title {
	margin-bottom: 8vw;
	font-size: 6.222vw;
}
}

.c-contact__text {
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}
@media only screen and (max-width: 768px) {
.c-contact__text {
	margin-bottom: 9.778vw;
	font-size: 3.733vw;
}
}

.c-contact__link {
	text-align: center;
}

/*c-relatedLinkBnr ---------------*/
.c-relatedLinkBnr {
	padding: 100px 0;
}
@media only screen and (max-width:768px) {
.c-relatedLinkBnr {
	padding: 16vw 0;
}
}

.c-relatedLinkBnr__image {
	display: block;
}

.c-relatedLinkBnr__link {
	position: relative;
	display: block;
	width: 485px;
	height: 180px;
}
@media only screen and (max-width:768px) {
.c-relatedLinkBnr__link {
	width: 100%;
	height: auto;
	margin-bottom: 2.6vw;
}
}

.c-relatedLinkBnr__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}
@media only screen and (max-width:768px) {
.c-relatedLinkBnr__title {
    font-size: 4.8vw;
}
}

.c-relatedLinkBnr__title span {
	display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
@media only screen and (max-width:768px){
.c-relatedLinkBnr__title span {
    margin-bottom: 1.778vw;
    font-size: 2.844vw;;
}
}

/*c-gradientCover ---------------*/
.c-darkCover:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .5;
}

/*c-gradientCover ---------------*/
.c-gradientCover:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #000, transparent);
	opacity: .5;
}

/*c-pageLoadWrapper ---------------*/
.c-pageLoadWrapper {
	width: 100%;
	height: 100%;
	/*background-color: #FFF;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

/*c-newsDetail__solialBtn ---------------*/
.c-newsDetail__solialBtn--twitter a,
.c-newsDetail__solialBtn--facebook a {
	display: block;
	background-color: #FFF;
	font-size: 12px;
	line-height: 30px;
	width: 190px;
	text-align: center;
	letter-spacing: normal;
}
@media only screen and (max-width:768px){
	.c-newsDetail__solialBtn--twitter a,
	.c-newsDetail__solialBtn--facebook a {
		font-size: 3.2vw;
		width: 35.5vw;
		line-height: 7.1vw;
	}
}
.c-newsDetail__solialBtn--twitter a {
	border: 1px solid #55acee;
	color: #55acee;
}
.c-newsDetail__solialBtn--facebook a {
	border: 1px solid #3b5998;
	color: #3b5998;
}

/*c-movie ---------------*/
.c-movie__wrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width:768px){
.c-movie__wrap {
	height: 100%;
	position: absolute;
	/*display: none;*/
}
}

.c-movie {
	position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
.c-movie {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
}
@media (max-aspect-ratio: 16/9) {
.c-movie {
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
}

/*c-loader ---------------*/
.c-page--loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-loadEnd .c-page--loading {
	opacity: 0;
}
.c-loader,
.c-loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.c-loader {
	margin: 60px 0 0 -15px;
	font-size: 10px;
	position: fixed;
	top: 50%;
	left: 51%;
	text-indent: -9999em;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-left: 2px solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Project
   ----------------------------------------------------------------- */
/*p-home ---------------*/
.p-home {
	width: 100%;
	height: 100%;
	background-color: #842c2c;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
.p-home.is-footerSpShow {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
}

.p-home--pageLoadWrapper.is-opacity0 {
	opacity: 0;
}

.p-home__indicator {
	width: 80px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: -1;
	opacity: 0;
	transform: translateY(-9px);
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 768px) {
.p-home__indicator {
	display: none;
}
}
.p-home__indicator.is-show {
	z-index: 10;
	opacity: 1;
}
.p-home__indicator__inner {
	transition: transform .4s ease-in-out;
}
.p-home__indicator__item {
	width: 100%;
	height: 19px;
	position: relative;
	cursor: pointer;
}
.p-home__indicator__item:before {
	content: "";
	width: 50px;
	height: 1px;
	margin-top: 9px;
	background-color: #fff;
	display: block;
	float: right;
	opacity: .75;
	transition: width .4s ease-in-out, opacity .4s ease-in-out;
}
.p-home__indicator__item:hover:before {
	opacity: 1;
}
.p-home__indicator__item.is-active:before {
	width: 80px;
	opacity: 1;
}

.p-home__list {
	opacity: 1;
	transition: opacity .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-home__list.is-loadEnd {
	opacity: 1;
}

.p-home__logo {
	margin: -31px 0 0 -70px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-loadEnd .p-home__logo {
	opacity: 0;
}
.p-home__logo svg {
	fill: #fff;
}

.p-home__scroll {
	width: 115px;
	color: #fff;
	font-size: 12px;
	position: fixed;
	right: -15px;
    bottom: 80px;
	display: none;
	z-index: 1000;
	transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
.p-home__scroll {
	right: -10vw;
	bottom: 20vw;
}
}

.p-home__scroll--arrow {
	margin-top: 4px;
	animation: sa 2s infinite;
}

@keyframes sa {
  0% {
	opacity: 0;
    transform: translate(-30px, 0);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(30px, 0);
  }
}

.p-home__scroll--arrow:before {
	content: "";
	border-bottom: #fff 1px solid;
	display: block;
}

.p-home__scroll--arrow:after {
	content: "";
	width: 10px;
	border-bottom: #fff 1px solid;
	position: absolute;
	right: -1px;
	bottom: 4px;
	display: block;
	transform: rotate(45deg);
}

.p-home__item {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 1;
}
.p-home__item.is-noactive {
	visibility: hidden;
}
.p-home__item.is-active {
	visibility:visible;
	z-index: 2;
}

.p-home__item__summary {
	height: 223px;
	color: #fff;
	position: absolute;
	left: 200px;
	bottom: 0;
}
@media only screen and (max-width: 768px) {
.p-home__item__summary {
	width: calc(100% - 14vw);
	height: auto;
	left: 7vw;
	bottom: 7.778vw;
}
@media (orientation: landscape){
.p-home__item__summary {
	display: none;
}
}
}

.p-home__item__subtitle {
	margin-bottom: 10px;
	font-size: 16px;
}
@media only screen and (max-width: 768px) {
.p-home__item__subtitle {
	margin-bottom: 5.333vw;
	font-size: 4.267vw;
}
.is-tablet .p-home__item__subtitle {
	margin-bottom: 2.333vw;
	font-size: 3.267vw;
}
}

.p-home__item__title {
	margin-bottom: 35px;
	font-size: 48px;
}
@media only screen and (max-width: 768px) {
.p-home__item__title {
	margin-bottom: 8.889vw;
	font-size: 8vw;
}
.is-tablet .p-home__item__title {
	margin-bottom: 4.889vw;
    font-size: 6vw;
}
}

.p-home__item__lead {
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
.p-home__item__lead {
	margin-bottom: 16vw;
}
}

.p-home__keyVisual {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1, 1);
	transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-home__keyVisual.is-scaleDown {
	transform: scale(.9, .9);
}

/*.p-home--hero {
	top: 0;
	transform: translate(0, 100%);
	transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-loadEnd .p-home--hero {
	transform: translate(0, 0);
}*/

.p-home__keyVisual--hero {
	top: 0;
	/*background-image: url(/image/home/movie/weekday_movie001.jpg);*/
}

.p-home--hero {
	opacity: 0;
	top: 0;
}
.is-loadEnd .p-home--hero {
	opacity: 1;
	top: 100%;
}

.p-home--hero__logo {
	position: absolute;
	width: 68%;
    min-width: 680px;
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: opacity .5s linear;
}
@media only screen and (max-width: 768px) {
.p-home--hero__logo {
	width: calc(100% - 14vw);
	min-width: auto;
	margin: 0 7vw;
	transform: translate(-7vw, 0);
}	
}
.is-logoFadeIn .p-home--hero__logo {
	opacity: 1;
}

.p-home--hero__logo__image {
	width: 100%;
	transform: translate(-50%, -50%);
}

.p-home__keyVisual--features {
	/*background-image: url(../features/image/main_visual6354.jpg?20191023_1);*/
}

/*.p-home__keyVisual--features {
	display: flex;
}
@media only screen and (max-width: 768px) {
.p-home__keyVisual--features {
	flex-direction: column;
}
}

.p-home--features__image01 {
	width: calc(100% / 3);
	background-image: url(/image/home/features01.jpg);
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 768px) {
.p-home--features__image01 {
	width: 100%;
    height: calc(100vh / 3);
}
}

.p-home--features__image02 {
	width: calc(100% / 3);
	background-image: url(/image/home/features02.jpg);
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 768px) {
.p-home--features__image02 {
	width: 100%;
    height: calc(100vh / 3);
}
}

.p-home--features__image03 {
	width: calc(100% / 3);
	background-image: url(/image/home/features03.jpg);
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 768px) {
.p-home--features__image03 {
	width: 100%;
    height: calc(100vh / 3);
}
}*/

.p-home__keyVisual--project {
	/*background-image: url(/project/image/0001/main_visual.jpg);*/
}

.p-home--project__item {
	width: 100%;
	height: 100vh;
	position: relative;
}

.p-home--project__item__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

.p-home--project__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p-home--project__btn {
	z-index: 2;
}

.p-home__project--name {
	width: calc(100vw - 200px);
	color: #fff;
	text-align: right;
	position: absolute;
	left: -200px;
	bottom: 80px;
	z-index: -1;
}
@media only screen and (max-width: 1000px) {
.p-home__project--name {
	width: calc(1000px - 200px);
}
}
@media only screen and (max-width: 768px) {
.p-home__project--name {
	width: calc(100% - 7vw);
	margin-top: 8vw;
	text-align: left;
	font-size: 3.2vw;
	position: static;
}
.is-tablet .p-home__project--name {
	margin-top: 5vw;
	font-size: 3.2vw;
}
}

.p-home__project__dots {
	width: 100%;
	position: absolute;
	bottom: 35px;
}
@media only screen and (max-width: 768px) {
.p-home__project--name {
	bottom: 8.889vw;
}
}

.p-home__keyVisual--history {
	/*background-image: url(../image/home/history6354.jpg?20191023_1);*/
}

.p-home__keyVisual--designStory {
	/*background-image: url(../image/home/desing_story1ee2.jpg?20191023_2);*/
	transition: 
	transform .5s cubic-bezier(0.23, 1, 0.32, 1), 
	left 1s cubic-bezier(0.23, 1, 0.32, 1), 
	margin-left 1s cubic-bezier(0.23, 1, 0.32, 1),
	background-position 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 768px) {
.p-home__keyVisual--designStory {
	background-position: right 0% bottom 0;
}
}
.is-smallKeyVisual .p-home__keyVisual--designStory {
	margin-left: 500px;
    background-position: right -230px center;
	left: -100%;
}
@media only screen and (max-width: 768px) {
.is-smallKeyVisual .p-home__keyVisual--designStory {
	margin-left: 0;
	background-position: right 0% bottom 35vh;
	left: 0;
	top: calc(100% - 55vw) !important;
}
.is-tablet .is-smallKeyVisual .p-home__keyVisual--designStory {
	top: calc(100% - 40vw) !important;
}
}
@media only screen and (max-width: 768px) {
.is-transitionSp .p-home__keyVisual--designStory {
	transition: 
	top 1s cubic-bezier(0.215, 0.61, 0.355, 1),
	background-position 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
}
.is-active.is-smallWidth .p-home__keyVisual--designStory {
	transition: transform .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-home--designStory__slider {
	background-color: #000;
	z-index: -1;
	opacity: 0;
}
.is-sliderShow .p-home--designStory__slider {
	opacity: 1;
}

.p-home--designStory__item {
	width: 100%;
	height: 100vh;
	position: relative;
}

.p-home--designStory__item__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: right center;
	transition: transform 10s linear;
}
.is-active .slick-active .p-home--designStory__item__image {
	transform: translate(100px, 0);
}
@media only screen and (max-width: 768px) {
.is-active .slick-active .p-home--designStory__item__image {
	transform: translate(0, 0);
	transition: transform 0s linear;
}
}

.p-home--designStory__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p-home--designStory__link--keyVisual {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.is-smallKeyVisual .p-home--designStory__link--keyVisual {
	margin-left: 500px;
    background-position: right -400px center;
	left: -100%;
}
@media only screen and (max-width: 768px) {
.is-smallKeyVisual .p-home--designStory__link--keyVisual {
	margin-left: 0;
	background-position: center;
	left: 0;
	top: calc(100% - 55vw) !important;
}
.is-tablet .is-smallKeyVisual .p-home--designStory__link--keyVisual {
	top: calc(100% - 40vw) !important;
}
}

.p-home--designStory__btn {
	z-index: 2;
	position: absolute;
	top: 137px;
}
@media only screen and (max-width: 768px) {
.p-home--designStory__btn {
	position: static;
	top: 0;
}
}

.p-home--designStory__item__summary {
	height: 244px;
	color: #fff;
	position: absolute;
	left: 530px;
	bottom: 0;
	opacity: 0;
	transition: opacity .5s linear;
}
@media only screen and (max-width: 768px) {
.p-home--designStory__item__summary {
	width: calc(100% - 14vw);
	height: auto;
	padding: 0 7vw 0 0;
	left: 7vw;
	bottom: 8vw;
}
}
.is-active .slick-active .p-home--designStory__item__summary {
	opacity: 1;
}

.p-home__summary--designStory {
	height: 215px;
	left: 140px;
}
@media only screen and (max-width: 768px) {
.p-home__summary--designStory {
	height: auto;
	left: 7vw;
}
}

.p-home--designStory__title {
	margin: -.6em 0 30px;
	font-size: 30px;
	line-height: 1.6;
}
@media only screen and (max-width: 768px) {
.p-home--designStory__title {
	margin: 0 0 2.667vw;
	font-size: 8vw;
}
.is-tablet .p-home--designStory__title {
	margin: 0 0 2.667vw;
    font-size: 5vw;
}
}
.p-home--designStory__title span {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1;
	display: block;
}
@media only screen and (max-width: 768px) {
.p-home--designStory__title span {
	margin-bottom: 10.333vw;
    font-size: 4.267vw;
}
.is-tablet .p-home--designStory__title span {
	margin-top: 2.5vw;
	margin-bottom: 5.333vw;
	font-size: 3.267vw;
}
}

.p-home--designStory__slider__arrow {
	display: flex;
}

.p-home--designStory__slider--prev {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border: #fff 1px solid;
	background-color: rgba(255,255,255,0.1);
	position: relative;
	display: block;
	z-index: 2;
	transition: .3s;
}
.p-home--designStory__slider--prev:hover {
	background-color: rgba(255,255,255,0.5);
}
.p-home--designStory__slider--prev span {
	width: 0;
	height: 100%;
	background-color: #8a2d30;
	position: absolute;
	top: 0;
	right: 0;
}
.p-home--designStory__slider--prev:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 11px;
	transform: rotate(-225deg);
	transform-origin: right top;
}

.p-home--designStory__slider--next {
	width: 30px;
	height: 30px;
	border: #fff 1px solid;
	background-color: rgba(255,255,255,0.1);
	position: relative;
	display: block;
	z-index: 2;
	transition: .3s;
}
.p-home--designStory__slider--next:hover {
	background-color: rgba(255,255,255,0.5);
}
.p-home--designStory__slider--next span {
	width: 0;
	height: 100%;
	background-color: #8a2d30;
	position: absolute;
	top: 0;
	left: 0;
}
.p-home--designStory__slider--next:after {
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: rotate(-45deg);
	transform-origin: right top;
}

@media only screen and (max-width: 768px) {
.p-homeBottom {
	/*display: none;*/
}
}

.p-homeBottom--sp {
	display: none;
}
@media only screen and (max-width: 768px) {
.p-homeBottom--sp {
	display: block;
	position: relative;
}
}

.p-homeBottom__inner--sp {
	position: relative;
    padding: 0 7vw;
}

.p-homeBottom__list {
	width: 1000px;
	margin-top: -95px;
	position: absolute;
	top: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: margin-top 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 768px) {
	.p-home__logo {
		left: 30%!important;
	}
.p-homeBottom__list {
	width: 85%!important;
}
.p-homeBottom__list--sp {
	padding: 17.778vw 0 8.889vw;
}
}
.is-footerShow .p-homeBottom__list {
	margin-top: -230px;
}

.p-homeBottom__item {
	width: 295px;
	height: 190px;
	border: rgba(255,255,255,.7) 1px solid;
}
@media only screen and (max-width: 768px) {
.p-homeBottom__item {
	width: 100%;
	height: 36.267vw;
	margin-bottom: 8.889vw;
	position: relative;
}
.is-tablet .p-homeBottom__item {
	height: 16.267vw;
}
}
.is-slideIn .p-homeBottom__item {
	transform: translate(0, 0);
}

.p-homeBottom__item--link {
	background-color: rgba(255,255,255,0.1);
	display: block;
	transition: .3s;
}
.p-homeBottom__item--link:hover {
	background-color: rgba(255,255,255,0.5);
}

.p-homeBottom--conpany {
	transform: translate(0, calc(100vh + 200px));
	transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 768px) {
.p-homeBottom--conpany {
	transform: none;
	transition: none;
}
}

.p-homeBottom--service {
	transform: translate(0, calc(100vh + 300px));
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 768px) {
.p-homeBottom--service {
	transform: none;
	transition: none;
}
}

.p-homeBottom--recruit {
	transform: translate(0, calc(100vh + 400px));
	transition: transform .8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 768px) {
.p-homeBottom--recruit {
	transform: none;
	transition: none;
}
}

.p-homeBottom--information {
	transform: translate(0, calc(100vh + 500px));
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 768px) {
.p-homeBottom--information {
	transform: none;
	transition: none;
}
}

.p-homeBottom__item__title {
	height: 188px;
	margin: 0 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 188px;
}
@media only screen and (max-width: 768px) {
.p-homeBottom__item__title {
	height: 35.7vw;
	margin: 0 3.911vw;
	font-size: 16px;
	line-height: 35.7vw;
}
.is-tablet .p-homeBottom__item__title {
	height: 15.7vw;
    font-size: 4.367vw;
    line-height: 15.7vw;
}
}

.p-homeBottom__item__more {
	height: 48px;
	margin: 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 48px;
	position: relative;
}
@media only screen and (max-width: 768px) {
.p-homeBottom__item__more {
	height: 13.333vw;
	margin: 0 3.911vw;
	font-size: 3.2vw;
	line-height: 13.333vw;
}
}
.p-homeBottom__item__more:after {
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: rotate(-45deg);
	transform-origin: right top;
}

.p-home__footer {
    width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate(0, 100vh);
}
@media only screen and (max-width: 768px) {
.p-home__footer--sp {
	position: relative;
}
}
.is-footerShow .p-home__footer {
	transform: translate(0, -40px);
}

.p-home__footer a {
	color: #fff;
}

.p-home__footer__nav {
	width: 614px;
}

.p-home__footerBottom {
	width: 100%;
    margin-top: 0%;
    position: absolute;
    top: calc(110px + 50vh - 140px);
    left: 0;
}

.p-home__footerBottom--sp {
	background-color: #333;
}

/*p-project ---------------*/
.p-project {
	padding: 180px 0 100px;
}
@media only screen and (max-width:768px){
.p-project {
	padding: 26.667vw 0 11.556vw;
}
}

.p-project__title {
	margin-bottom: 40px;
	font-size: 36px;
}

.p-project__title span {
	margin-bottom: 18px;
	font-size: 20px;
	display: inline-block;
}
@media only screen and (max-width:768px){
.p-project__title span {
	margin-bottom: 3.2vw;
	font-size: 3.867vw;
	display: inline-block;
}
}

.p-project__description {
	margin-bottom: 60px;
}

.p-project__list {
	/*height: 100vw;*/
	display: block;
}

.p-project--fadeIn {
	opacity : 0;
	transform : translate(0, 30px);
	transition: all 0.5s;
}
.p-project--fadeIn.is-fadeIn {
	opacity : 1;
	transform : translate(0, 0);
}
@media print{
.p-project--fadeIn {
	opacity: 1;
	transform : translate(0, 0);
	-ms-transform: translate(0, 0);
}
.p-project--fadeIn.is-fadeIn {
	opacity: 1;
	transform : translate(0, 0);
	-ms-transform: translate(0, 0);
}
}

.p-project__item {
	width: 33.3%;
	padding: 0 10px;
	float: left;
}
@media only screen and (max-width: 768px) {
.p-project__item {
	width: 100% !important;
	position: static !important;
}
}

.p-project__item__image {
	height: auto;
}
@media only screen and (max-width: 768px) {
.p-project__item__image {
	height: 43.111vw !important;
	margin-bottom: 3.2vw;
}
}

img.p-project__item__image--loading {
	width: auto;
	position: absolute;
	z-index: -1;
}

.p-project__item__summary {
	margin: 20px 0 50px;
}
@media only screen and (max-width: 768px) {
.p-project__item__summary {
	margin: 0 0 8.178vw;
}
}

.p-project__item__date {
	margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
.p-project__item__date {
	margin-bottom: 2.4vw;
	font-size: 3.3vw;
}
}
.p-project__item__date span {
	margin-right: 10px;
	display: inline-block;
}

.p-project__item__title {
	font-size: 16px;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-project__item__title {
	font-size: 4.3vw;
}
}

/*p-projectDetail ---------------*/
.p-projectDetail__hero {
	height: 600px;
	margin-bottom: 60px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__hero {
	height: 97.778vw;
	margin-bottom: 9.333vw;
}
}

.p-projectDetail_subTitle {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.p-projectDetail_subTitle {
	margin-bottom: 4.889vw;
	font-size: 4.267vw;
	line-height: 1.5;
}
}

.p-projectDetail__title {
	margin-bottom: 50px;
	font-size: 32px;
	text-align: center;
	line-height: 1.6;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__title {
	margin-bottom: 8.444vw;
	font-size: 8vw;
	line-height: 1.8;
}
}

.p-projectDetail__slider {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__slider {
	width: auto;
	margin-bottom: 10.667vw;
}
}

.p-projectDetail__slider__inner.is-noslider {
	text-align: center;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
.p-projectDetail__slider__inner.is-twoItems {
	display: none;
}
}

.p-projectDetail__slider__inner--sp.is-twoItems {
	display: none;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__slider__inner--sp.is-twoItems {
	display: block;
}
}

.p-projectDetail__slider__item {
	height: 282px;
    background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__slider__item {
	height: 48.5vw;
}
}
/*.is-noslider .p-projectDetail__slider__item {
	width: 50%;
}
@media only screen and (max-width: 768px) {
.is-noslider .p-projectDetail__slider__item {
	width: auto;
}
}*/
.p-projectDetail__slider__item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	transition: transform 0.5s ease-out;
	position: relative;
    top: 141px;
    transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
.p-projectDetail__slider__item img {
    top: auto;
    transform: none;
}
}
.p-projectDetail__slider__item:hover img {
	transform: translate(0, -50%) scale(1.05);
}
@media only screen and (max-width: 768px) {
.p-projectDetail__slider__item:hover img {
	transform: none;
}
}

.p-projectDetail__slider--prev {
	width: 25%;
	height: calc(100% - 28px);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__slider--prev {
	z-index: -1;
}
}

.p-projectDetail__slider--next {
	width: 25%;
	height: calc(100% - 28px);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__slider--next {
	z-index: -1;
}
}

.p-projectDetail__content {
	margin-bottom: 80px;
}

.p-projectDetail__content__title {
	font-size: 28px;
	margin-bottom: 40px;
	line-height: 1.6;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__content__title {
	font-size: 6.222vw;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 7.111vw;
}
}

.p-projectDetail__content__inner {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__content__inner {
	display: block;
}
}

.p-projectDetail__text {
	width: 680px;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__text {
	width: 100%;
}
}
.p-projectDetail__text p {
	margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__text p {
	margin-bottom: 10.667vw;
}
}

.p-projectDetail__text2 {
	padding-top: 25px;
	margin-top: 25px;
	border-top: #ddd 1px solid;
	color: #999;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__text2 {
	margin-top: 0;
	padding: 10.667vw 0;
}
}

.p-projectDetail__text2List {
	margin-bottom: 10px;
	display: flex;
}

.p-projectDetail__text2List dt {
	line-height: 1.8;
	white-space: nowrap;
}

.p-projectDetail__text2List dd {
	line-height: 1.8;
}

.p-projectDetail__spec {
	width: 300px;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__spec {
	width: 100%;
}
}

.p-projectDetail__specList {
	padding: 25px 30px;
	border: #ddd 1px solid;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__specList {
	padding: 6.222vw;
	font-size: 2.933vw;
}
}
.p-projectDetail__specList dt {
	width: 100px;
	margin: 5px 0;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__specList dt {
	width: 38%;
}
}
.p-projectDetail__specList dt:before {
	content: "・";
}
.p-projectDetail__specList dd {
	width: calc(100% - 100px);
	margin: 3px 0;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__specList dd {
	width: 62%;
}
}

.p-projectDetail__sdgs__title {
	padding: 30px 0 15px;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__sdgs__title {
	padding: 8.178vw 0 2.833vw;
	font-size: 2.933vw;
}
}

.p-projectDetail__sdgsList {
	display: flex;
	flex-wrap: wrap;
}

.p-projectDetail__sdgsList li {
	width: 45px;
	height: 45px;
	margin: 0 6px 6px 0;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__sdgsList li {
	width: calc((100vw - (2.222vw * 4) - 14vw) / 5);
	height: calc((100vw - (2.222vw * 4) - 14vw) / 5);
	margin: 0 2.222vw 2.222vw 0;
}
}
@media only screen and (min-width: 769px) {
.p-projectDetail__sdgsList li:nth-of-type(6n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 768px) {
.p-projectDetail__sdgsList li:nth-of-type(5n) {
	margin-right: 0;
}
}

.p-projectDetail__sdgs1 {
	background-image: url(../image/sdgs/sdgs1_en.png);
}
.p-projectDetail__sdgs2 {
	background-image: url(../image/sdgs/sdgs2_en.png);
}
.p-projectDetail__sdgs3 {
	background-image: url(../image/sdgs/sdgs3_en.png);
}
.p-projectDetail__sdgs4 {
	background-image: url(../image/sdgs/sdgs4_en.png);
}
.p-projectDetail__sdgs5 {
	background-image: url(../image/sdgs/sdgs5_en.png);
}
.p-projectDetail__sdgs6 {
	background-image: url(../image/sdgs/sdgs6_en.png);
}
.p-projectDetail__sdgs7 {
	background-image: url(../image/sdgs/sdgs7_en.png);
}
.p-projectDetail__sdgs8 {
	background-image: url(../image/sdgs/sdgs8_en.png);
}
.p-projectDetail__sdgs9 {
	background-image: url(../image/sdgs/sdgs9_en.png);
}
.p-projectDetail__sdgs10 {
	background-image: url(../image/sdgs/sdgs10_en.png);
}
.p-projectDetail__sdgs11 {
	background-image: url(../image/sdgs/sdgs11_en.png);
}
.p-projectDetail__sdgs12 {
	background-image: url(../image/sdgs/sdgs12_en.png);
}
.p-projectDetail__sdgs13 {
	background-image: url(../image/sdgs/sdgs13_en.png);
}
.p-projectDetail__sdgs14 {
	background-image: url(../image/sdgs/sdgs14_en.png);
}
.p-projectDetail__sdgs15 {
	background-image: url(../image/sdgs/sdgs15_en.png);
}
.p-projectDetail__sdgs16 {
	background-image: url(../image/sdgs/sdgs16_en.png);
}
.p-projectDetail__sdgs17 {
	background-image: url(../image/sdgs/sdgs17_en.png);
}

.p-projectDetail__sdgs__link {
	width: 45px;
	height: 45px;
	display: block;
}
@media only screen and (max-width: 768px) {
.p-projectDetail__sdgs__link {
	width: calc((100vw - (2.222vw * 4) - 14vw) / 5);
	height: calc((100vw - (2.222vw * 4) - 14vw) / 5);
	display: block;
}
}

/* CSS Document */

.p-projectDetail--designStory {
	margin-bottom: 105px;
	background-color: #eee;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--designStory {
	margin-bottom: 14.222vw;
}
}

@media (min-width: 769px) {
.p-projectDetail--designStory__inner {
	position: relative;
	height: 320px;
}
}
@media only screen and (max-width: 768px) {
.p-projectDetail--designStory__inner {
	margin: 0;
}
}

.p-projectDetail--designStory__image {
	background-size: cover;
	background-position: right center;
}
@media (min-width: 769px) {
.p-projectDetail--designStory__image {
	width: 780px;
	height: 320px;
	position: absolute;
	top: 0;
	left: -200px;
}
}
@media only screen and (max-width: 768px) {
.p-projectDetail--designStory__image {
	width: 100%;
	height: 51.555vw;
}
}

.p-projectDetail--designStory__summary {
	width: 420px;
	height: 320px;
	padding: 63px 40px 0;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--designStory__summary {
	width: 100%;
	height: auto;
	padding: 8.889vw 13.333vw 15.111vw;
	position: static;
}
}

.p-projectDetail--designStory__subTitle {
	margin-bottom: 10px;
	color: #9a9a9a;
	display: block;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--designStory__subTitle {
	margin-bottom: 6.222vw;
	text-align: center;
	font-size: 4.8vw;
}
}

.p-projectDetail--designStory__title {
	width: 350px;
	height: 150px;
	font-size: 28px;
	line-height: 1.8em;
	display: block;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--designStory__title {
	width: 100%;
	height: auto;
	margin-bottom: 7.111vw;
	font-size: 6.222vw;
}
}

@media only screen and (max-width: 768px) {
.p-projectDetail--designStory__link {
	text-align: center;
}
}

.p-projectDetail--related {
	margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--related {
	margin-bottom: 10.333vw;
}
}

@media only screen and (max-width: 768px) {
.p-projectDetail--related__inner {
	margin: 0;
}
}

.p-projectDetail--related__title {
	width: 100%;
	min-width: 1000px;
	margin-bottom: 40px;
	font-size: 28px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--related__title {
	min-width: auto;
	margin-bottom: 8.889vw;
	font-size: 6.222vw;
	text-align: center;
}
}

.p-projectDetail--related__linkToTop {
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--related__linkToTop {
    margin-top: 4vw;
}
}

.p-projectDetail--contact {
	padding-bottom: 105px;
}
@media only screen and (max-width: 768px) {
.p-projectDetail--contact {
	padding-bottom: 14.222vw;
}
}

/*p-history ---------------*/
.p-history {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
.p-history {
	position: static;
}
}

.p-history__scroll {
	width: 115px;
	color: #fff;
	font-size: 12px;
	position: fixed;
	right: -15px;
    bottom: 80px;
	z-index: 1000;
	transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
.p-history__scroll {
	right: -10vw;
	bottom: 20vw;
	visibility: hidden;
}
}

.p-history__scroll--arrow {
	margin-top: 4px;
	animation: sa 2s infinite;
}

@keyframes sa {
  0% {
	opacity: 0;
    transform: translate(-30px, 0);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(30px, 0);
  }
}

.p-history__scroll--arrow:before {
	content: "";
	border-bottom: #fff 1px solid;
	display: block;
}

.p-history__scroll--arrow:after {
	content: "";
	width: 10px;
	border-bottom: #fff 1px solid;
	position: absolute;
	right: -1px;
	bottom: 4px;
	display: block;
	transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
.p-history__list {
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
}
@media only screen and (max-width: 768px) {
.p-history__list.is-slideOut {
	transform: translate(-100%, 0px);
}
}

.p-history__item {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 100%;
	left: 0;
	display: flex;
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 768px) {
.p-history__item {
	padding: 14.222vw 0;
	position: static;
	display: block;
}
}
.p-history__item:nth-child(odd) {
	background-color: #e6e3df;
}
.p-history__item:nth-child(even) {
	background-color: #f5f5f5;
}
.p-history__item.is-slideOut {
	transform: translate(-100%, 0px);
}
@media only screen and (max-width: 768px) {
.p-history__item.is-slideOut {
	transition: none;
	transform: translate(0, 0px);
}
}

.p-history--01 {
	top: 0;
}
@media only screen and (max-width: 768px) {
.p-history--01 {
	padding-top: 26vw;
}
}

.p-history__summary {
	width: 50%;
	position: relative;
}
@media only screen and (max-width: 768px) {
.p-history__summary {
	width: auto;
	margin: 0 7vw;
}
}

.p-history__link {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (max-width: 768px) {
.p-history__link {
	position: static;
}
}

.p-history__year {
	width: 440px;
    margin: 0 60px 37px auto;
	font-size: 50px;
}
@media only screen and (max-width: 768px) {
.p-history__year {
	width: auto;
	margin: 0 0 7.467vw 0;
	font-size: 12.069vw;
}
.is-tablet .p-history__year {
	margin: 0 0 4.467vw 0;
	font-size: 8.069vw;
}
}

.p-history__subTitle {
	width: 440px;
    margin: 0 60px 20px auto;
}
@media only screen and (max-width: 768px) {
.p-history__subTitle {
	width: auto;
	margin: 0 0 3.622vw 0;
}
.is-tablet .p-history__subTitle {
	margin: 0 0 2.622vw 0;
    font-size: 3.222vw;
}
}

.p-history__title {
	width: 440px;
    margin: 0 60px 0 auto;
	font-size: 28px;
	line-height: 1.3;
}
@media only screen and (max-width: 768px) {
.p-history__title {
	width: auto;
	margin: 0 0 9.667vw 0;
	font-size: 6.222vw;
	line-height: 1.5;
}
.is-tablet .p-history__title {
	margin: 0 0 2.622vw 0;
    font-size: 4.222vw;
}
}

.p-history__arrow {
	width: 19px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 41px;
}
@media only screen and (max-width: 768px) {
.p-history__arrow {
	width: 0;
	height: 0;
	margin-top: 0;
	top: 50%;
	right: 7vw;
}
}
.p-history__arrow:before {
	content: "";
	width: 9px;
	height: 9px;
	border-top: #5c5b59 1px solid;
	border-right: #5c5b59 1px solid;
	position: absolute;
	top: 10px;
	left: -10px;
	display: block;
	transform: rotate(45deg);
	transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 768px) {
.p-history__arrow:before {
	width: 3vw;
	height: 3vw;
	top: -2vw;
	right: -6vw;
	left: auto;
}
}
.is-hover .p-history__arrow:before {
	left: 10px;
}
.p-history__arrow:after {
	content: "";
	width: 0;
	border-top: #5c5b59 1px solid;
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-hover .p-history__arrow:after {
	width: 100%;
}

.p-history__image {
	width: 50%;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
.p-history__image {
	width: auto;
	margin: 0 7vw;
}
}

.p-history__bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 768px) {
.p-history__bg {
	position: static;
}
}
.is-hover .p-history__bg {
	transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
.is-hover .p-history__bg {
	transform: scale(1);
}
}

.p-history__bg01 {
	background-image: url(../history/image/history01.jpg);
}

.p-history__bg02 {
	background-image: url(../history/image/history02.jpg);
}

.p-history__bg03 {
	background-image: url(../history/image/history03.jpg);
}

.p-history__bg04 {
	background-image: url(../history/image/history04.jpg);
}

.p-history__bg05 {
	background-image: url(../history/image/history05.jpg);
}

.p-history__bg06 {
	background-image: url(../history/image/history06.jpg);
}

.p-history__bg07 {
	background-image: url(../history/image/history07.jpg);
}

.p-history__bg08 {
	background-image: url(../history/image/history08.jpg);
}

.p-history__text {
	color: #fff;
	position: absolute;
	left: 22px;
	bottom: 22px;
}
@media only screen and (max-width: 768px) {
.p-history__text {
	position: absolute;
	left: 3vw;
	bottom: 3vw;
}
	.is-tablet .p-history__text {
		font-size: 2.5vw;
	}
}

.p-history__footer {
	width: 100%;
	height: 100%;
	padding-top: 0;
	position: fixed;
	top: 100%;
	left: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
.p-history__footer {
	position: static;
	display: block;
}
}

.p-history__footerBottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}
@media only screen and (max-width: 768px) {
.p-history__footerBottom {
	position: relative;
}
}

.p-history__item--detail {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translate(100%, 0px);
}
@media only screen and (max-width: 768px) {
.p-history__item--detail {
	padding-top: 26.311vw;
	display: block;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
}
.p-history__item--detail:nth-child(odd) {
	background-color: #e6e3df;
}
.p-history__item--detail:nth-child(even) {
	background-color: #f5f5f5;
}
.p-history__item--detail.is-slideIn {
	transform: translate(0%, 0px);
}

.p-history__item--detail__inner {
	height: 640px;
	display: flex;
}
@media only screen and (max-width: 768px) {
.p-history__item--detail__inner {
	height: auto;
	display: block;
}
}

.p-history__item--detail__image {
	width: 47%;
	margin: 0 15px 0 80px;
	padding-left: 15px;
	position: relative;
}
@media only screen and (max-width: 768px) {
.p-history__item--detail__image {
	width: auto;
	margin: 0;
    padding: 0;
	padding-left: 0;
	border-left: none;
}
}
.p-history__item--detail__image:before {
	content: "";
	height: 100%;
	border-left: #999 1px solid;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (min-width: 1001px) {
.p-history__item--detail__image:before {
	left: calc((100vw - 1000px) * -0.5);
}
}
@media only screen and (min-width: 1401px) {
.p-history__item--detail__image:before {
	left: calc(((100vw - 1000px) * -0.5) + ((100vw - 1400px) * 0.5));
}
}
@media only screen and (max-width: 768px) {
.p-history__item--detail__image:before {
	display: none;
}
}

.p-history__slider .slick-track {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
.p-history__slider .slick-track {
}
}

.p-history__slider__dots {
	margin-top: -9px;
	float: right;
	position: relative;
	z-index: 1;
}
.p-history__slider__dots li {
	width: 6px;
	height: 6px;
}

.p-history__slider__figure {
	margin-right: 1px;
	float: right;
}
@media only screen and (max-width: 768px) {
.p-history__slider__figure {
	float: none;
	margin-right: 0;
}
}

.p-history__slider__caption {
	margin-top: 13px;
	padding-right: 42px;
	font-size: 11px;
}
@media only screen and (max-width: 768px) {
.p-history__slider__caption {
	margin-top: 3.289vw;
	font-size: 3.2vw;
}
}

.p-history__item--detail__summary {
	width: 43%;
	padding-left: 16px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
.p-history__item--detail__summary {
	width: 100%;
	padding: 0;
	display: block;
}
}

.p-history__item--detail__title {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 1.3;
}
@media only screen and (max-width: 768px) {
.p-history__item--detail__title {
	padding-left: 5.778vw;
	font-size: 6.222vw;
	line-height: 1.5;
	position: relative;
}
.is-tablet .p-history__item--detail__title {
	font-size: 4.222vw;
}
}
@media only screen and (max-width: 768px) {
.p-history__item--detail__title:before {
	content: "";
	width: 3vw;
	height: 3vw;
	margin-top: -1.5vw;
	border-top: #5c5b59 1px solid;
	border-right: #5c5b59 1px solid;
	position: absolute;
	top: 50%;
	left: .5vw;
	display: block;
	transform: rotate(-135deg);
}
}

@media only screen and (max-width: 768px) {
.p-history__item--detail__text {
	padding: 13.067vw 0;
}
}

.p-history--detail__arrow {
	width: 100%;
	min-width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(-100% + 80px);
	overflow: hidden;
	cursor: pointer;
}
@media only screen and (min-width: 1401px) {
.p-history--detail__arrow {
	left: calc(-100% + ((100% - 1400px) * 0.5 + 80px));
}
}
@media only screen and (max-width: 1000px) {
.p-history--detail__arrow {
	left: calc(-100% + 80px);
}
}
@media only screen and (max-width: 768px) {
.p-history--detail__arrow {
	width: calc(100% - 14vw);
	height: 11vw;
	top: 24.5vw;
	left: 7vw;
	display: none;
}
}
.p-history--detail__arrow:before {
	content: "";
	width: 9px;
	height: 9px;
	border-top: #5c5b59 1px solid;
	border-right: #5c5b59 1px solid;
	position: absolute;
	top: 50%;
	right: 25px;
	display: block;
	transform: rotate(-135deg);
	transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 768px) {
.p-history--detail__arrow:before {
	width: 3vw;
	height: 3vw;
	top: 4vw;
	left: 0;
}
}
.p-history--detail__arrow:hover:before {
	right: 44px;
}
.p-history--detail__arrow:after {
	content: "";
	width: 0;
	margin-top: 4px;
	border-top: #5c5b59 1px solid;
	display: block;
	position: absolute;
	top: 50%;
	right: 34px;
	transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-history--detail__arrow:hover:after {
	width: 19px;
}

/*p-catalogDownload ---------------*/
.p-catalogDownload {
    padding: 30px 60px;
    background-color: #fff;
}
@media only screen and (max-width:768px){
	.p-catalogDownload {
		padding: 7.111vw 5.778vw;
	}
}
.p-catalogDownload__summary {
    float: left;
    border-right: 1px #c4c4c4 solid;
    padding-right: 85px;
    margin-right: 75px;
}
@media only screen and (max-width:768px){
	.p-catalogDownload__summary {
		float: none;
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
}
.p-catalogDownload__link {
    float: left;
}
@media only screen and (max-width:768px){
	.p-catalogDownload__link {
		float: none;
		text-align: center;
	}
}
.p-catalogDownload__title {
    font-size: 22px;
    margin-bottom: 10px;
}
@media only screen and (max-width:768px){
	.p-catalogDownload__title {
		font-size: 8vw;
		margin-bottom: 3.556vw;
		text-align: center;
	}
}
.p-catalogDownload__text {
    font-size: 12px;
}
@media only screen and (max-width:768px){
	.p-catalogDownload__text {
		font-size: 3.478vw;
		margin-bottom: 8vw;
	}
}
.c-btn.p-catalogDownload__btn {
    font-size: 14px;
    padding: 18px 46px;
}
@media only screen and (max-width:768px){
	.p-catalogDownload__btn {
		font-size: 4.267vw;
		padding: 4.222vw 8.444vw;
	}
}
.p-catalogDownload__btn:after {
    right: 24px;
}
@media only screen and (max-width:768px){
	.p-catalogDownload__btn:after {
		right: 4.736vw;
	}
}

/* utility
   ----------------------------------------------------------------- */
/*margin ---------------*/
.u-mb30 {
	margin-bottom: 30px !important;
}
.u-mb35 {
	margin-bottom: 35px !important;
}
.u-mb45 {
	margin-bottom: 45px !important;
}
.u-mb50 {
	margin-bottom: 50px !important;
}
.u-mb80 {
	margin-bottom: 80px !important;
}

/*padding ---------------*/
.u-pt100 {
	padding-top: 100px !important;
}
.u-pb100 {
	padding-bottom: 100px !important;
}

/*text-align ---------------*/
.u-left {
	text-align: left;
}

/*display ---------------*/
.u-none {
	display: none !important;
}

/*color ---------------*/
.u-white {
	color: #FFF !important;
}

/*font-weight ---------------*/
.u-bold {
	font-weight: bold;
}

/*background-color ---------------*/
.u-bgTransparent {
	background-color: transparent !important;
}
.u-bgWhite {
	background-color: #FFF !important;
}
.u-bgGray1 {
	background-color: #333 !important;
}

/*position ---------------*/
.u-relative {
	position: relative !important;
}

/*clearfix ---------------*/
.u-cfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.u-cfx {display:inline-table;zoom:1;}
/* hides from ie mac \*/
* html .u-cfx {height:1%;}
.u-cfx {display:block;}

/*brhide ---------------*/
.u-pcHide {
	display: none !important;
}
@media only screen and (max-width: 768px) {
.u-pcHide {
	display: inline-block !important;
}
}

.u-spHide {
	display: inline-block !important;
}
@media only screen and (max-width: 768px) {
.u-spHide {
	display: none !important;
}
}


/*Hover zoom ---------------*/
.is-zoomParent {
	overflow: hidden;
}
.is-zoomParent .is-zoomChild {
	-moz-transition: -moz-transform 0.5s ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.is-zoomParent:hover .is-zoomChild {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
@media only screen and (max-width:768px){
	.is-zoomParent:hover .is-zoomChild {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
}


/*js_scrollFadeItem ---------------*/
.js_scrollFadeItem {
	/*opacity : 0;*/
	transform : translate(0, 60px);
	transition: all 1s;
}
.js_scrollFadeItem.js_scrollFadeIn {
	opacity : 1;
	transform : translate(0, 0);
}
@media print{
	.js_scrollFadeItem{
		opacity: 1;
		transform : translate(0, 0);
		-ms-transform: translate(0, 0);
	}
	.js_scrollFadeItem.js_scrollFadeIn{
		opacity: 1;
		transform : translate(0, 0);
		-ms-transform: translate(0, 0);
	}
}

.help-block {
	color: red;
	margin-top: 10px;
	font-style: italic;
	font-size: 13px;
}
}
.contact-successfully {
	font-size: 21px;
	color: green;
	border: 1px solid green;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
}
ul.project-list {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul.project-list li {
	float: left;
	list-style: none;
}
ul.project-list li a {
	display: inline-block;
	padding: 12px 20px;
	color: #000;
}
ul.project-list li a.active, ul.project-list li a:hover {
	background-color: #ccc;
	color: #000;
}

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

	ul.project-list {
		width: 100%;
		margin-bottom: 30px;
		background-color: #fff!important;
	}

	ul.project-list li {
		width: 100%;
		list-style: none;
		margin-bottom: 3px;
		background-color: rgba(0, 0, 0, 0.6);
	}

	ul.project-list li a {
		width: 100%;
		display: inline-block;
		padding: 12px 30px;
		color: #fff;
	}

	ul.project-list li a.active, ul.project-list li a:hover {
		background-color: #ccc;
		color: #000;
	}
}
.display-none {
	display: none!important;
}
.font-weight-bold {
	font-weight: bold!important;
}
.font-weight-bold span {
	color: #000!important;
}