@charset "UTF-8";
/**====================================
 * CSS information
 * file name	: common.css
 * author		: libretto works
====================================**/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
    

/* body
-------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.8em;
	line-height: 2;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #1a1a1a;
	width: 100%;
	min-width: 1080px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt" 1;
    font-optical-sizing: auto;
    transition: .3s;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
body.fade {
    opacity: 0;
}


/* link
-------------------------------------------------- */
a {
	color: #1a1a1a;
	text-decoration: none;
	transition: all .2s !important;
}
a._underline {
	text-decoration: underline;
}
a._pdf {
	display: inline-block;
    padding-right: 32px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="60" height="75" viewBox="0 0 60 75"><path fill-rule="evenodd" fill="rgb(228, 13, 13)" d="M47.630,74.987 L12.372,74.987 C5.550,74.987 0.001,69.345 0.001,62.409 L0.001,23.528 L0.001,21.599 L1.343,20.235 L19.890,1.376 L21.231,0.012 L23.130,0.012 L47.630,0.012 C54.450,0.012 59.999,5.654 59.999,12.591 L59.999,62.409 C59.999,69.345 54.450,74.987 47.630,74.987 ZM55.419,12.591 C55.419,8.216 51.932,4.669 47.630,4.669 L23.130,4.669 L23.130,16.928 C23.130,20.575 20.222,23.528 16.638,23.528 L4.581,23.528 L4.581,62.409 C4.581,66.784 8.068,70.331 12.372,70.331 L47.630,70.331 C51.932,70.331 55.419,66.784 55.419,62.409 L55.419,12.591 ZM48.410,38.658 L42.712,38.658 C42.617,38.658 42.571,38.707 42.571,38.802 L42.571,42.241 C42.571,42.337 42.617,42.385 42.712,42.385 L47.253,42.385 C48.269,42.385 48.859,43.009 48.859,43.898 C48.859,44.789 48.269,45.414 47.253,45.414 L42.712,45.414 C42.617,45.414 42.571,45.462 42.571,45.557 L42.571,50.221 C42.571,51.351 41.837,52.097 40.845,52.097 C39.829,52.097 39.095,51.351 39.095,50.221 L39.095,37.168 C39.095,36.231 39.664,35.606 40.609,35.606 L48.410,35.606 C49.379,35.606 50.019,36.255 50.019,37.145 C50.019,38.009 49.380,38.658 48.410,38.658 ZM29.092,51.953 L25.285,51.953 C24.339,51.953 23.773,51.351 23.773,50.413 L23.773,37.168 C23.773,36.231 24.340,35.606 25.285,35.606 L29.092,35.606 C32.519,35.606 34.649,36.712 35.499,39.380 C35.806,40.318 35.973,41.447 35.973,43.778 C35.973,46.111 35.806,47.240 35.499,48.178 C34.649,50.847 32.519,51.953 29.092,51.953 ZM32.167,40.605 C31.763,39.308 30.606,38.755 28.997,38.755 L27.390,38.755 C27.295,38.755 27.247,38.802 27.247,38.899 L27.247,48.659 C27.247,48.755 27.295,48.803 27.390,48.803 L28.997,48.803 C30.606,48.803 31.763,48.250 32.167,46.953 C32.332,46.399 32.449,45.437 32.449,43.780 C32.449,42.120 32.332,41.160 32.167,40.605 ZM15.472,46.111 L12.611,46.111 C12.516,46.111 12.467,46.160 12.467,46.255 L12.467,50.221 C12.467,51.351 11.735,52.097 10.741,52.097 C9.725,52.097 8.994,51.351 8.994,50.221 L8.994,37.168 C8.994,36.231 9.560,35.606 10.506,35.606 L15.472,35.606 C18.994,35.606 21.075,37.745 21.075,40.870 C21.075,43.947 18.970,46.111 15.472,46.111 ZM15.258,38.658 L12.611,38.658 C12.516,38.658 12.467,38.707 12.467,38.802 L12.467,42.914 C12.467,43.009 12.516,43.057 12.611,43.057 L15.258,43.057 C16.724,43.057 17.599,42.192 17.599,40.870 C17.599,39.548 16.724,38.658 15.258,38.658 Z"/></svg>') no-repeat right center;
    background-size: 20px auto;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
	a.btn-cont:hover {
		opacity: 1;
	}
}

/* clear
-------------------------------------------------- */
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* font
-------------------------------------------------- */
._en {
	font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
}
._nowrap {
    white-space: nowrap;
}
/* Responsive
-------------------------------------------------- */
.sp {
	display: none;
}

/* img
-------------------------------------------------- */
img {
	width: 100%;
	height: auto;
}
.thumb {
	display: block;
	overflow: hidden;
	position: relative;
	transition: .3s all;
}
.thumb::after {
	display: block;
	content: "";
}
.thumb img,
.thumb video,
.thumb iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}
.thumb-b-wrap {
    border: 1px solid #d9d9d9;
    padding: 8px;
}
.thumb-b {
    position: relative;
}
.thumb-b:after {
    content: "";
    display: block;
}
.thumb-b img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
a:hover .thumb {
	transform: scale(0.96);
}
a:hover .thumb img {
	width: 115%;
	height: 115%;
	object-fit: cover;
}
}

/* svg
-------------------------------------------------- */
svg {
	display: block;
	width: 100%;
	height: auto;
}

/* bg
-------------------------------------------------- */
._bg {
    background: #f5f5f5;
}

/* align
-------------------------------------------------- */
._alignC {
    text-align: center;
}
._alignR {
    text-align: right;
}


/*/////////////////////////////////////////////////////////////////////////////


              // loading //
	  

/////////////////////////////////////////////////////////////////////////////*/
.loader {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
    pointer-events: none;
}
.loader-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #FFFFFF;
    transition: 1s;
}
.off.loader-bg,
.loader.off .loader-bg {
    opacity: 0;
}
body.off .loader-bg {
    opacity: 1;
    transition: 0.4s;
}
.off .loader__bg {
    transform-origin: right bottom;
    transform: scaleY(0);
	animation: close01 0.65s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}

@keyframes loading-bg01 {
	0% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(0) skewY(-20deg);
	}
}
@keyframes loading-bg02 {
	0% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(0) skewY(20deg);
	}
}
@keyframes close01 {
	0% {
		transform-origin: right bottom;
		transform: scaleY(0) skewY(-20deg);
	}
	100% {
		transform: scaleY(1) skewY(0);
	}
}
@keyframes close02 {
	0% {
		transform-origin: left bottom;
		transform: scaleY(0) skewY(20deg);
	}
	100% {
		transform: scaleY(1) skewY(0);
	}
}
.loader-logo {
	width: 220px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	overflow: hidden;
}
.loader-logo .loader-logo-mark {
    transform: rotateY(-270deg);
    transform-origin: center center;
}
.on.loader-logo .loader-logo-mark {
    transition: 0.85s;
    transform: rotateY(0deg);
}
.loader-logo .loader-logo-txt {
    transform: translateY(110%);
}
.on.loader-logo .loader-logo-txt {
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    transform: translateY(0);
}
.off.loader-logo {
    transition: 1s 0.8s;
    opacity: 0;
    filter: blur(10px);
}

/*/////////////////////////////////////////////////////////////////////////////


              // layout //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* container
-------------------------------------------------- */
#container {
    width:100%;
    box-sizing: border-box;
    opacity: 0;
}
.motion  #container {
    transition: opacity 1s;
    opacity: 1;
}

/* section
-------------------------------------------------- */
.section-wrap {
    padding-right: 5.8565%;
	padding-left: 5.8565%;
	box-sizing: border-box;
}
.section-wrap._0-80 {
    padding-right: 0;
}
.section-wrap._80-0 {
    padding-left: 0;
}
.section-low-wrap {
	width: 920px;
	margin: 0 auto;
}
.section-low-inner {
	margin-top: 36px;
}
.section-low-inner:first-child {
    margin-top: 0;
}
#contents {
    position: relative;
}
.contents-inner {
    padding-bottom: 140px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // header //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* header
-------------------------------------------------- */
.header {
	width: 100%;
    box-sizing: border-box;
    position: relative;
}
.header-logo {
	width: 160px;
    height: 150px;
    background: #ffffff;
    padding: 20px 30px 24px;
    border-bottom-right-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: 99998;
    opacity: 0;
    box-sizing: border-box;
}
.motion .header-logo {
    opacity: 1;
}
.header-logo a {
	display: block;
}

/* header-inner
-------------------------------------------------- */
.header-inner {
    position: absolute;
    top: 0;
    right: 2.5622%;
    transition: .3s;
    z-index: 99997;
}

/* g-nav
-------------------------------------------------- */
.g-nav {
    width: 100%;
    position: relative;
    padding: 35px 65px 35px 0;
    box-sizing: border-box;
}

/* g-nav-list
-------------------------------------------------- */
.g-nav .g-nav-list {
	display: flex;
    justify-content: flex-end;
}
.g-nav .g-nav-list li {
    margin-left: 30px;
    transform: translateY(20px);
	opacity: 0;
}
.g-nav .g-nav-list li a {
	display: block;
	position: relative;
	line-height: 49px;
    padding-bottom: 1px;
    font-size: 1.6rem;
    font-weight: 500;
    z-index: 2;
}
.fig .g-nav .g-nav-list li a {
    color: #ffffff;
}
.g-nav .g-nav-list li._contact {
    margin-left: 40px;
}
.g-nav .g-nav-list li._contact a {
    width: 180px;
    text-align: center;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 4px;
}
.g-nav .g-nav-list li a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #eb601a;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) scaleX(0);
	transition: .2s;
}
.g-nav .g-nav-list li.ac a::before {
	transform: translateX(-50%) scaleX(1);
}
.g-nav .g-nav-list li._contact a::before {
    display: none;
}
.motion .g-nav li:nth-child(1) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.4s;
}
.motion .g-nav li:nth-child(2) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.5s;
}
.motion .g-nav li:nth-child(3) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.6s;
}
.motion .g-nav li:nth-child(4) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.7s;
}
.motion .g-nav li:nth-child(5) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.8s;
}
.motion .g-nav li:nth-child(6) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 0.9s;
}
.motion .g-nav li:nth-child(7) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 1.0s;
}
.motion .g-nav li:nth-child(8) {
	animation: nav-fadeup 0.5s cubic-bezier(0.02, 0.95, 0.4, 1) forwards 1.1s;
}
@keyframes nav-fadeup {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
/* hover */
@media screen and (min-width: 768px) {
    .g-nav .g-nav-list li:not(._contact) a:hover {
        opacity: 1;
    }
    .g-nav .g-nav-list li:hover a::before {
        transform: translateX(-50%) scaleX(1);
    }
}

/* dd-nav-btn
-------------------------------------------------- */
.g-nav .dd-nav-btn > a {
    position: relative;
}
.g-nav .g-nav-sublist {
    display: block;
    width: 320px;
    position: absolute;
    left: -10px;
    top: 46px;
    padding: 30px 20px 10px;
    box-sizing: border-box;
    pointer-events: none;
	transition: .3s;
    box-shadow: #97a4aa66 3px 10px 20px -10px;
    opacity: 0;
}
.g-nav .g-nav-sublist::before {
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 20px;
}
.g-nav .g-nav-sublist li {
    float: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
}
.g-nav .g-nav-sublist li:last-child {
    border-bottom: none;
}
.g-nav .g-nav-sublist li a {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 16px 0;
    color: #1a1a1a !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-nav .g-nav-sublist li a .thumb {
    width: 100px;
}
.g-nav .g-nav-sublist li a .thumb::after {
    padding-top: 75%;
}
.g-nav .g-nav-sublist li a p {
    width: calc(100% - 120px);
}


.g-nav .g-nav-sublist li a::before {
    display: none;
}

/* hover */
@media screen and (min-width: 768px) {
	.dd-nav-btn:hover > .g-nav-sublist {
		top: 40px;
		opacity: 1;
		pointer-events: auto;
	}
}

/* menu-trigger
-------------------------------------------------- */
.menu-trigger,
.menu-trigger span {
    display: block;
    transition: all .3s;
    box-sizing: border-box;
}
.menu-trigger {
    width: 50px;
    height: 50px;
    pointer-events: auto;
    cursor: pointer;
    position: fixed;
    right: 2.5622%;
    top: 35px;
    box-sizing: border-box;
    z-index: 99999;
    background: #eb601a;
    border-radius: 4px;
    opacity: 0;
    transform: .3s;
}
.motion .menu-trigger {
    opacity: 1;
}
.on .menu-trigger {
    top: 20px;
}
.menu-trigger span {
    position: absolute;
    top: 23px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
}
.menu-trigger span:nth-of-type(1) {
    left: 14px;
}
.menu-trigger span:nth-of-type(2) {
    left: 23px;
}
.menu-trigger span:nth-of-type(3) {
    right: 14px;
}
.open .menu-trigger span {
    width: 24px;
    height: 2px;
    top: 24px;
    border-radius: 0%;
}
.open .menu-trigger span:nth-of-type(1) {
    left: 13px;
    transform: rotate(45deg);
}
.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
    right: 13px;
    transform: rotate(-45deg);
}


/* fixed nav
-------------------------------------------------- */
.fixed-nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.60);
	transition: all .3s;
	z-index: 99998;
	line-height: 2;
	opacity: 0;
	pointer-events: none;
}
.open .fixed-nav {
	opacity: 1;
	pointer-events: auto;
}
.fixed-nav a {
    color: #ffffff;
}
.fixed-inner {
	width: 70%;
	height: 100vh;
	box-sizing: border-box;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position: relative;
    margin-left: 30%;
    background: #53595d;
    transform: translateX(20%);
    transition: .3s;
}
.open .fixed-inner {
	transform: translateX(0);
}
.fixed-nav nav {
	width: 100%;
    box-sizing: border-box;
    padding: 120px 12% 80px;
    position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fixed-nav .m-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fixed-nav .m-nav > li {
    width: 45%;
    font-size: 1.4rem;
    margin: 0 0 20px;
}
.fixed-nav .m-nav > li a {
    display: block;
    line-height: 1.4;
}
.fixed-nav .m-nav > li a ._en {
    display: block;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0;
}
.fixed-nav .m-nav-sub {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 4px;
}
.fixed-nav .m-nav-sub > li {
    margin-right: 15px;
    padding: 2px 0 4px;
}
.fixed-nav .m-nav-sub > li a {
    font-size: 1.5rem;
    line-height: 1.5;
    text-decoration: underline;
}
.m-nav-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.40);
    padding-top: 20px;
    margin-top: 25px;
    font-size: 1.4rem;
}
.m-nav-sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.m-nav-sns li {
    margin-left: 12px;
}
.m-nav-sns li a {
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
}
.m-nav-sns li a svg {
    display: block;
    fill: #1a9ef1;
}
@-webkit-keyframes fixed-navup {
	0% {
		opacity: 0;
		transform:translateX(20px);
	}
	100% {
		opacity:1;
		transform:translateX(0);
	}
}
@keyframes fixed-navup {
	0% {
		opacity: 0;
		transform:translateX(20px);
	}
	100% {
		opacity:1;
		transform:translateX(0);
	}
}

/* hover */
@media screen and (min-width: 768px) {
    .fixed-nav .m-nav-box li a:hover {
        opacity: 1;
        background: #ffffff;
        color: #1a9ef1;
    }
    .fixed-nav .m-nav-box li._contact a:hover span {
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="40" height="30" viewBox="0 0 40 30"><path fill="rgb(0, 144, 205)" d="M0,4.8V0h40v4.8L20,18.6L0,4.8z M20,22.2L0,8.4V30h40V8.4L20,22.2z"/></svg>') left center no-repeat;
        background-size: 20px auto;
    }
}

/*/////////////////////////////////////////////////////////////////////////////


              // footer //
	  

/////////////////////////////////////////////////////////////////////////////*/
.footer {
    padding: 120px 0 80px;
    position: relative;
    background: #262626;
    color: #ffffff;
}
.footer a {
    color: #ffffff;
}

/* ft-contact
-------------------------------------------------- */
.ft-contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ft-contact-ttl {
    width: 36.5%;
}
.ft-contact-ttl .txt {
    font-size: 1.6rem;
    margin-top: 22px;
}
.ft-contact-list {
    width: 56.3847%;
    display: flex;
    justify-content: space-between;
}
.ft-contact-list li {
    width: 48.5294%;
}
.ft-contact-list li a {
    display: block;
    width: 100%;
    height: 220px;
    text-align: center;
    border: 1px solid #7d7d7d;
    border-radius: 4px;
    box-sizing: border-box;
}
.ft-contact-list li a .icon {
    width: 26px;
    margin: 0 auto;
    padding: 50px 0 25px;
}
.ft-contact-list li a .tel {
    font-size: 2.6rem;
    line-height: 1.7;
    font-weight: 700;
}
.ft-contact-list li a .txt {
    font-size: 1.2rem;
}
.ft-contact-list li a .ttl {
    font-weight: 500;
    padding-top: 15px;
}

/* ft-nav
-------------------------------------------------- */
.ft-nav {
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
    margin-top: 70px;
    padding: 35px 0;
}
.ft-nav ul {
    display: flex;
    justify-content: center;
}
.ft-nav li {
    margin: 0 16px;
}

/* footer-inner
-------------------------------------------------- */
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 60px;
    position: relative;
}

/* ---- ft-sns ---- */
.ft-sns {
    width: 24px;
    position: absolute;
    top: 10px;
    right: 0;
}

/* ---- ft-info ---- */
.ft-info {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.ft-info-logo {
    width: 180px;
    padding-bottom: 4px;
    margin-right: 45px;
}
.ft-info dl {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}
.ft-info dl dd p {
    margin-top: 6px;
}
.ft-info dl dd p:last-child {
    margin-top: 12px;
}

/* ---- ft-btm ---- */
.ft-btm {
    text-align: right;
    font-size: 1.4rem;
}
.ft-btm .copyright {
    font-size: 1.2rem;
    margin-top: 12px;
}

/*/////////////////////////////////////////////////////////////////////////////


              // common parts //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ==================================================
    breadcrumb
================================================== */
.breadcrumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: 1s 0.7s;
    padding: 0 2.5622% 35px;
    position: relative;
}
.detail-ttl .breadcrumb {
    opacity: 1;
}
.motion .breadcrumb {
    opacity: 1;
}
.breadcrumb li {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="6" height="9" viewBox="0 0 6 9"><path fill-rule="evenodd"  stroke="rgb(235, 96, 26)" stroke-width="1.5px" stroke-linecap="butt" stroke-linejoin="miter" fill="none" d="M.5.6l4.4,3.9L.5,8.4"/></svg>') right center no-repeat;
    background-size: 6px auto;
    padding: 0 17px 2px 0;
    margin-right: 10px;
}
.breadcrumb li:last-child {
    background: none;
    padding: 0 10px 2px;
    margin-right: 0;
    background: #eb601a;
    color: #ffffff;
    border-radius: calc(infinity * 1px);
}
.fig .breadcrumb a {
    color: #ffffff;
}

/* ==================================================
    title
================================================== */

/* page-ttl
-------------------------------------------------- */
.page-ttl {
    padding: 165px 0 120px;
}
.page-ttl-inner {
    padding: 0 5.8565%;
    position: relative;
}
.page-ttl-inner._flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
    padding: 0 0 0 5.8565%;
}
.page-ttl-cont {
    padding: 8px 0 35px;
}
.page-ttl-cont._half {
    width: 44.7900%;
    padding-right: 5.21%;
}
.page-ttl._top .page-ttl-cont {
    padding-top: 78px;
}
.page-ttl-cont .ttl {
    font-size: 2.0rem;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    margin: 0 0 10px 4px;
}
.page-ttl-cont .ttl::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #eb601a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.page-ttl-cont .enttl {
    font-size: 9.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: #eb601a;
    letter-spacing: 0;
}
.page-ttl-cont .enttl._wht {
    color: #ffffff;
}
.page-ttl-cont .jattl {
    font-size: 6.2rem;
    font-weight: 700;
    line-height: 1.5;
}
.page-ttl-cont .newsttl {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px 0 0;
}
.page-ttl-cont-inner {
    margin: 55px 0 40px;
}
.page-ttl-cont-inner .heading {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 25px;
}
.page-ttl-inner .thumb {
    width: 48.2115%;
}

/* page-ttl-fig
-------------------------------------------------- */
.page-ttl._fig {
    padding: 165px 0 60px;
    position: relative;
    height: 100%;
    color: #ffffff;
}
.page-ttl._top {
    padding-bottom: 175px;
}
.page-ttl._sub {
    padding-bottom: 90px;
}
.page-ttl._pb-10 {
    padding-bottom: 10px;
}
.page-ttl._article {
    padding-bottom: 65px;
}
.page-ttl-fig {
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
}
.page-ttl-fig-col2,
.page-ttl-fig-col3 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-ttl-fig-col2 .thumb {
    width: 50%;
    height: 100%;
}
.page-ttl-fig-col3 .thumb {
    width: 33.3333%;
    height: 100%;
}
.page-ttl._fig .thumb img {
    margin-top: -50px;
}
.page-ttl._fig .thumb::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(31,38,45,0.60);
}
.page-ttl-cont-fig {
    margin: 120px 0 60px;
}
.page-ttl-cont-fig .heading {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 25px;
}
.page-ttl-cont-fig .txt {
    line-height: 2.2;
}

/* page-ttl-col2
-------------------------------------------------- */
.page-ttl-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 50px 5.8565% 0 0;
    overflow: hidden;
}
.page-ttl-col2::before {
    content: "";
    width: 100%;
    height: 42%;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.page-ttl-col2 .txt-slider {
    position: absolute;
    left: 0;
    bottom: -20px;
}
.page-ttl-col2-fig {
    width: 59.0979%;
    min-height: 600px;
}
.page-ttl-col2-fig::after {
    padding-top: 78.9473%;
}
.page-ttl-col2-block {
    width: 28.6936%;
    position: relative;
}
.page-ttl-col2-block .vertical-ttl {
    right: inherit;
    left: -55px;
    top: 8px;
}
.page-ttl-col2-block .thumb {
    margin: 55px 0 0 18.6991%;
}
.page-ttl-col2-block .thumb::after {
    padding-top: 75%;
}

/* page-ttl-anchor
-------------------------------------------------- */
.page-ttl-anchor {
    background: #f5f5f5;
    padding: 80px 0 80px;
}
.page-ttl-anchor .anchor-link {
    justify-content: flex-start;
    width: 100%;
}
.page-ttl-anchor .anchor-link li {
    width: 14.5%;
    margin-right: 1.6583%;
}

/* anchor-link
-------------------------------------------------- */
.anchor-link {
    width: 82%;
    min-width: 455px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anchor-link li {
    width: 45.8333%;
    border-top: 1px solid rgba(83,89,93,0.40);
}
.anchor-link li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="11" height="8" viewBox="0 0 11 8"><path fill-rule="evenodd"  stroke="rgb(235, 96, 26)" stroke-width="1.5px" stroke-linecap="butt" stroke-linejoin="miter" fill="none" d="M10.4.5l-4.9,6.3L.6.5"/></svg>') right 5px center no-repeat;
    background-size: 11px auto;
    padding: 22px 26px 22px 0;
    position: relative;
}
.anchor-link li a::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #eb601a;
    position: absolute;
    left: 0;
    top: -1px;
}

/* page-subnav
-------------------------------------------------- */
.page-subnav {
    padding: 0 2.9282%;
}
.page-subnav-inner {
    padding: 20px 3.1104%;
    border-bottom: 1px solid rgba(83,89,93,0.40);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-subnav-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page-subnav-list li {
    margin-right: 28px;
}
.page-subnav-list li a {
    display: block;
    position: relative;
    padding-left: 48px;
    font-size: 1.7rem;
    font-weight: 500;
}
.page-subnav-list li a::before,
.page-subnav-list li a::after {
    content: "";
    width: 34px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #eb601a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}
.page-subnav-list li a::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(235, 96, 26)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 34px auto;
}
.page-subnav-list li.ac a::before {
     background: #eb601a;
}
.page-subnav-list li.ac a::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 34px auto;
}
.page-subnav .btn {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .page-subnav-list li a:hover {
        opacity: 1;
    }
    .page-subnav-list li a:hover::before {
        background: #eb601a;
    }
    .page-subnav-list li a:hover::after {
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') center center no-repeat;
        background-size: 34px auto;
    }
}


/* sec-ttl
-------------------------------------------------- */
.sec-ttl {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
     padding-right: 25px;
}
.sec-ttl::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #eb601a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sec-ttl-wrap {
    padding-top: 30px;
    position: relative;
}
.sec-ttl-wrap::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(83,89,93,0.40);
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left top;
}
.sec-ttl-wrap._wht::before {
    background: #ffffff;
}
.ef.on.sec-ttl-wrap::before {
    transition: 1.2s cubic-bezier(0.04, 0.8, 0.35, 1) .2s;
    transform: scaleX(1);
}
.sec-en-ttl {
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #eb601a;
    margin-top: 38px;
}
.sec-en-ttl._mt-0 {
    margin-top: 0px;
}
.sec-en-ttl._mt-15 {
    margin-top: 15px;
}
.sec-en-ttl._large {
    font-size: 6.8rem;
    margin: 18px 0 14px;
}
.sec-ttl-wrap._wht .sec-en-ttl,
.sec-en-ttl._wht {
    color: #ffffff;
}
.footer .sec-en-ttl {
    font-size: 5.6rem;
    margin-top: 14px;
}
.sec-ttl-col2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.sec-ttl-wrap .sec-ttl-col2 {
    justify-content: flex-start;
    align-items: flex-end;
}
.sec-ttl-col2 .sec-en-ttl {
    width: 36%;
}
.sec-ttl-col2 .txt-wrap {
    width: 61%;
    margin: 38px 0 0;
}
.sec-ttl-wrap .sec-ttl-col2 .sec-en-ttl {
    width: 29%;
}
.sec-ttl-wrap .sec-ttl-col2 .txt-wrap {
    width: 71%;
    padding-bottom: 3px;
}
.t-sec-service .sec-ttl-col2 {
    margin-top: 45px;
}
.t-sec-service .sec-ttl-col2 .txt-wrap {
    margin: 18px 0 0;
}

/* numb-ttl
-------------------------------------------------- */
.numb-ttl {
    color: #eb601a;
    font-size: 1.6rem;
    font-weight: 700;
    vertical-align: middle;
}
.numbbox {
    display: inline-block;
    width: 60px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    background: #eb601a;
    border-radius: 4px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-right: 20px;
}

/* bd-ttl
-------------------------------------------------- */
.bd-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    padding: 16px 0 0;
}
.bd-ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left top;
}
.ef.on .bd-ttl::before {
    transition: 1.2s cubic-bezier(0.04, 0.8, 0.35, 1) .2s;
    transform: scaleX(1);
}

/* article-ttl
-------------------------------------------------- */
.article-ttl {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
}

/* cont-ttl
-------------------------------------------------- */
.cont-ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 6px;
}

/* ===============================================
    btn
=============================================== */

/* btn
-------------------------------------------------- */
.btn {
    margin-top: 36px;
    position: relative;
    z-index: 1;
}
.btn a,
.btn .inner {
    display: inline-block;
    width: 280px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 58px;
    background: #eb601a;
    border: 1px solid #eb601a;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 25px;
    text-align: left;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
}
.btn a::before,
.btn a::after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: .2s;
    transform-origin: center center;
}
.btn a::before {
    background: #ffffff;
}
.btn a::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(235, 96, 26)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 100% auto;
}
.btn._reverse {
    margin-top: 0;
}
.btn._reverse a {
    text-align: right;
}
.btn._reverse a::before,
.btn._reverse a::after {
    right: inherit;
    left: 12px;
    transform: translateY(-50%) rotate(180deg);
}
.btn._plus p {
    font-weight: 500;
}
.btn._plus ._arrow {
    display: block;
    width: 36px;
    height: 36px;
    background: #ffffff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: .2s;
    transform-origin: center center;
}
.btn._plus ._arrow::before,
.btn._plus ._arrow::after {
    content: "";
    width: 14px;
    height: 2px;
    background: #eb601a;
    position: absolute;
    left: 11px;
    top: 17px;
    transition: .2s;
}
.btn._plus ._arrow::after {
    transform: rotate(90deg);
}
.is-open > .btn._plus ._arrow::after {
    transform: rotate(0);
}

/* hover */
@media screen and (min-width: 768px) {
    .btn a:hover {
        opacity: 1;
    }
    .btn a:hover::before {
        transform: translateY(-50%) scale(2.5);
    }
}


/* btn-txt
-------------------------------------------------- */
.btn-txt a,
.btn-txt span {
    display: inline-block;
    position: relative;
    padding: 0 90px 0 0;
    margin-top: 48px;
    font-size: 1.6rem;
}
.btn-txt._wht a,
.btn-txt._wht span {
    color: #ffffff;
}
.btn-txt a::before,
.btn-txt a::after,
.btn-txt span::before,
.btn-txt span::after {
    content: "";
    width: 65px;
    height: 65px;
    background: #eb601a;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}
.btn-txt a::before,
.btn-txt span::before {
    background: #eb601a;
}
.btn-txt a::after,
.btn-txt span::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 36px auto;
}

/* hover */
@media screen and (min-width: 768px) {
    .btn-txt a:hover::before,
    a.link:hover .btn-txt span::before {
        transform: translateY(-50%) scale(1.5);
    }
}

/* arrow
-------------------------------------------------- */
.arrow,
.arrow::before,
.arrow::after {
    display: block;
    content: "";
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    box-sizing: border-box;
}
.arrow::before {
    background: #eb601a;
}
.arrow::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>') center center no-repeat;
    background-size: 36px auto;
}
.arrow._wht::before {
    border: 1px solid #ffffff;
}

/* hover */
@media screen and (min-width: 768px) {
    a.box-link:hover {
        opacity: 1;
    }
    a.box-link:hover .arrow::before {
        transform: translateY(-50%) scale(1.5);
    }
}

/* ===============================================
    contents-col2
=============================================== */
.content-col2 {
    display: flex;
    justify-content: space-between;
}
.content-col2-side {
    width: 32.3383%;
}
.content-col2-side-ttl {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
}
.content-col2-side .sec-lead {
    padding: 25px 12.8205% 0 0;
}
.content-col2-side .sec-lead._pt-0 {
    padding-top: 0;
}
.content-col2-main {
    width: 64.6766%;
}

/* ===============================================
    pagelink
=============================================== */
.pagelink {
    position: relative;
    margin-top: 120px;
}
.pagelink a {
    display: block;
    color: #ffffff;
    padding: 100px 0 140px;
}
.pagelink-fig {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.pagelink-fig::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(83,89,93,1.00);
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}
.pagelink-fig._flex {
    display: flex;
    justify-content: space-between;
}
.pagelink .thumb {
    width: 100%;
    height: 100%;
}
.pagelink-fig._flex .thumb {
    width: 50%;
}
.pagelink-inner {
    text-align: center;
    padding-top: 85px;
    position: relative;
}
.pagelink-inner .sec-en-ttl {
    font-size: 8.2rem;
    margin: 16px 0;
    transition: .3s;
}

/* hover */
@media screen and (min-width: 768px) {
    .pagelink a:hover {
        opacity: 1;
    }
    .pagelink a:hover .pagelink-fig::after {
        background: rgba(42,44,46,0.80);
    }
    .pagelink a:hover .thumb {
        transform: scale(1);
    }
    .pagelink a:hover .thumb img {
        width: 105%;
        height: 105%;
    }
    .pagelink a:hover .pagelink-inner .sec-en-ttl {
        letter-spacing: 0.08em;
    }
}


/* ===============================================
    parallax
=============================================== */
.parallax01,
.parallax02,
.parallax03 {
    position: relative;
}
.parallax-inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.parallax-img {
	transition: none !important;
	position: relative;
}
.parallax-img span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: none !important;
}
.parallax-img.thumb img {
	width: 110%;
	height: 110%;
}
/* ===============================================
    table
=============================================== */
dl.table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    box-sizing: border-box;
}
dl.table dt {
	width: 20%;
	border-top: 1px solid rgba(83,89,93,0.40);
	padding: 30px 0;
    font-weight: 500;
}
dl.table dd {
	width: 75%;
	border-top: 1px solid rgba(83,89,93,0.40);
	padding: 30px 0 10px 5%;
    position: relative;
}
dl.table dt:nth-child(1),
dl.table dd:nth-child(2) {
    border-top: none;
}
dl.table dd p {
	padding-bottom: 20px;
}
dl.table .list li {
    display: flex;
    justify-content: flex-start;
}
dl.table .list li p {
    width: 82%;
}
dl.table .list li p:nth-child(1) {
    width: 18%;
}

/* ===============================================
    list-disc 
=============================================== */
.list-disc-ttl {
	margin-bottom: 5px;
}
.list-disc > li {
    position: relative;
	padding: 5px 0 5px 20px;
}
.list-disc > li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #879ea6;
    position: absolute;
    left: 0;
    top: 1.1em;
    border-radius: 50%;
}
.list-note li {
	text-indent: -1.5em;
	font-size: 1.5rem;
	line-height: 1.7;
	padding: 2px 0 2px 1.5em;
}
.list-note li::before {
	content: "※ ";
}
.list-txt li {
    padding-left: 1.5em;
    position: relative;
}
.list-txt li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

/*/////////////////////////////////////////////////////////////////////////////


              // Slider //
	  

/////////////////////////////////////////////////////////////////////////////*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next {   
    position:  absolute;
	top: -90px;
    right: 0;
	width: 55px;
	height: 55px;
	overflow: hidden;
	font-size: 0;
    line-height: 0;
	display: block;
	cursor: pointer;
    border: 1px solid #eb601a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px auto;
    background-color: #eb601a;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="36" viewBox="0 0 36 36"><path fill="rgb(255, 255, 255)" d="M15.4,23.3c-.2,0-.4,0-.6-.3-.3-.3-.2-.8.1-1.1l4.9-3.9-4.9-3.9c-.3-.3-.4-.7-.1-1.1.3-.3.7-.4,1.1-.1l5.6,4.5c.2.1.3.4.3.6s-.1.4-.3.6l-5.6,4.5c-.1.1-.3.2-.5.2Z"/></svg>');
	z-index: 999;
	transition: .2s;
	border-radius: 50%;
    box-sizing: border-box;
}
.slick-prev {
    margin-right: 70px;
    transform: rotate(180deg);
}
.interview-slider .slick-prev,
.interview-slider .slick-next { 
    top: inherit;
    bottom: -95px;
    right: inherit;
    left: 0;
    margin-right: 0;
}
.interview-slider .slick-next {
    margin-left: 70px;
}
.slick-prev:active,
.slick-prev:focus,
.slick-next:active,
.slick-next:focus,
.slick-slide a {
    outline: none;
}
.slick-next.slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    position: absolute;
    top: 8px;
    right: 160px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0 0 12px !important;
    padding: 0 !important;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
	padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #879ea6;
	border-radius: 4px;
    opacity: 0.4;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.projects-gallery-slider .slick-dots {
    right: calc(5.8565% + 160px);
    top: inherit;
    bottom: -68px;
}
/* hover */


/*/////////////////////////////////////////////////////////////////////////////


              // colorbox //
	  

/////////////////////////////////////////////////////////////////////////////*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; padding:0;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background: rgba(0,0,0,0.92);}
#colorbox{font: 12px Tahoma, Arial,sans-serif;}
#cboxContent{margin:60px 0 0;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:none; background:#fff;}
#cboxTitle{display:none;}
#cboxCurrent{display:none !important;}
#cboxSlideshow{position:absolute; bottom:-20px; left:0px; color:#fff;}
#cboxPrevious{position:absolute; border:none; top:50%; left:15px; margin-top:-15px; background:url(../images/arrow.png) no-repeat top left; width:17px; height:30px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; border:none; top:50%; right:15px; margin-top:-15px; background:url(../images/arrow.png) no-repeat top right; width:17px; height:30px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxClose {
	border:none;
	text-indent:-9999px;
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: 0px;
	top: -55px;
	background: #1a9ef1;
	border-radius: 50%;
}
#cboxClose::before,
#cboxClose::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 19px;
	left: 10px;
	transform-origin: center center;
}
#cboxClose::before {
	transform: rotate(-45deg);
}
#cboxClose::after {
	transform: rotate(45deg);
}


/*/////////////////////////////////////////////////////////////////////////////


              // motion //
	  

/////////////////////////////////////////////////////////////////////////////*/

/* ef txtef
-------------------------------------------------- */
.txtef-wrap {
	display: block;
	overflow: hidden;
}
.txtef {
	display: block;
	transform: translateY(105%);
}
.eft.on .txtef-wrap:nth-child(1) .txtef {
    transition: 1s cubic-bezier(0.76, 0.09, 0.215, 1);
    transform: translateY(0);
}
.eft.on .txtef-wrap:nth-child(2) .txtef {
    transition: 1s cubic-bezier(0.76, 0.09, 0.215, 1) .1s;
    transform: translateY(0);
}
.eft.on .txtef-wrap:nth-child(3) .txtef {
    transition: 1s cubic-bezier(0.76, 0.09, 0.215, 1) .2s;
    transform: translateY(0);
}
.eft.on .txtef-wrap:nth-child(4) .txtef {
    transition: 1s cubic-bezier(0.76, 0.09, 0.215, 1) .3s;
    transform: translateY(0);
}
@keyframes ef-txt {
	0% {
		transform: translateY(105%); }
	100% {
		transform: translateY(0); }
}

/* ttl-overlay
-------------------------------------------------- */
@keyframes ttl-overlay {
	0% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0);
	}
}

/* ttl-fadeup
-------------------------------------------------- */
@keyframes ttl-fadeup {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

/* fade
-------------------------------------------------- */
.mf {
	opacity:0;
}
.mf.on {
	transition: opacity 1s !important;
	opacity: 1;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; }
}
@keyframes fade {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; }
}

/* fade up
-------------------------------------------------- */
.mfu {
	opacity:0;
	transform:translateY(80px);
}
span.mfu {
	display: block;
}
.mfu.on {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    opacity: 1;
    transform: translateY(0);
}

/* fade up list
-------------------------------------------------- */
.mful li {
	opacity: 0;
	transform: translateY(80px);
}
.mful.on li:nth-child(1) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    transform: translateY(0);
}
.mful.on li:nth-child(2) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) .2s;
    opacity: 1;
    transform: translateY(0);
}
.mful.on li:nth-child(3) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) .4s;
    opacity: 1;
    transform: translateY(0);
}
.mful.on li:nth-child(4) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) .6s;
    opacity: 1;
    transform: translateY(0);
}
.mful.on li:nth-child(5) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) .8s;
    opacity: 1;
    transform: translateY(0);
}
.mful.on li:nth-child(6) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1.0s;
    opacity: 1;
    transform: translateY(0);
}
.mful.on li:nth-child(7) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1.2s;
    opacity: 1;
    transform: translateY(0);
}
.mful.on li:nth-child(8) {
    transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) 1.4s;
    opacity: 1;
    transform: translateY(0);
}
@-webkit-keyframes ef-fadeup {
	0% {
		opacity:0;
		transform:translateY(80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}
@keyframes ef-fadeup {
	0% {
		opacity:0;
		transform:translateY(80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}

/* fade down
-------------------------------------------------- */
.mfd {
	opacity:0;
	-webkit-transform:translateY(-80px);
	transform:translateY(-80px);
}
span.mfd {
	display: block;
}
.mfd.on {
	-webkit-animation: ef-fadedown 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
	animation: ef-fadedown 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@-webkit-keyframes ef-fadedown {
	0% {
		opacity:0;
		transform:translateY(-80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}
@keyframes ef-fadedown {
	0% {
		opacity:0;
		transform:translateY(-80px); }
	100% {
		opacity:1;
		transform:translateY(0%); }
}

/* fade left
-------------------------------------------------- */
.mfl {
	opacity: 0;
	transform: translateX(-40px);
}
.mfl.on {
	animation: ef-fadeleft 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes ef-fadeleft {
	0% {
		opacity: 0;
		transform: translateX(-40px); }
	100% {
		opacity: 1;
		transform: translateY(0%); }
}

/* fade right
-------------------------------------------------- */
.mfr {
	opacity: 0;
	transform: translateX(40px);
}
.mfr.on {
	animation: ef-faderight 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes ef-faderight {
	0% {
		opacity: 0;
		transform: translateX(40px); }
	100% {
		opacity: 1;
		transform: translateY(0%); }
}

/* ef txtef mask
-------------------------------------------------- */
.mtm {
	display: inline-block;
	position: relative;
}
.mtm::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.80);
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: right center;
}
.mtm._gry::after {
	background: rgba(248,248,248,0.80);
}
.mtm._blk::after {
	background: rgba(42,44,46,0.80);
}
.mtm.on::after  {
	animation: ef-scaleX 1.4s cubic-bezier(0.04, 0.8, 0.35, 1) forwards;
}

/* ef scaleX
-------------------------------------------------- */
.ef .thumb::before {
	content: "";
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
	z-index: 2;
	transform-origin: right center;
}
.ef._gry .thumb::before {
    background: #53595d;
}
.ef.on .thumb::before {
    transition: 0.70s cubic-bezier(0.76, 0.09, 0.215, 1);
    transform: scaleX(0);
}
@keyframes ef-scaleX {
	0% {
		transform: scaleX(1); }
	100% {
		transform: scaleX(0); }
}
