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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');

/* body
-------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6em;
	line-height: 2;
	zoom: 1;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #1a1a1a;
	width: 100%;
	min-width: 1120px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	background: #FFFFFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

/* link
-------------------------------------------------- */
a {
	color: #1a1a1a;
	text-decoration: none;
	transition: all .2s;
}
a.underline {
	text-decoration: underline;
}
@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: 'Nunito Sans', sans-serif;
}
.ja {
	font-family: 'Noto Serif JP', serif;
}

/* 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.overlay::after {
	position: relative;
	background: rgba(0,0,0,0.20);
}
.thumb img,
.thumb video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s all;
}

@media screen and (min-width: 768px) {
a:hover .thumb {
	transform: scale(0.97);
}
a:hover .thumb img {
	width: 108%;
	height: 108%;
	object-fit: cover;
}
}

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


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


              // loading //
	  

/////////////////////////////////////////////////////////////////////////////*/
.loader {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	pointer-events: none;
}
/*.loader-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fafafa;
	transform-origin: left center;
	transition: .2s;
	opacity: 0;
}
.loader.on .loader-bg {
	opacity: 1;
}
.loader.off .loader-bg {
	animation: loader-bg-off 1.6s cubic-bezier(0.76, 0.09, 0.215, 1) forwards 0.8s;
}*/
.loader-logo {
	width: 260px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	transition: .2s;
	opacity: 0;
	z-index: 999999;
}
.loader.on .loader-logo {
	opacity: 1;
}
.loader.off .loader-logo {
	opacity: 0;
	filter: blur(6px);
	transition: .4s;
}

@keyframes loader-bg-on {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
@keyframes loader-bg-off {
	0% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0);
	}
}

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


              // layout //
	  

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

/* container
-------------------------------------------------- */
#container {
	width:100%;
	opacity: 0;
	position: relative;
}
.motion #container {
	animation: fade 0.4s forwards;
}

/* section
-------------------------------------------------- */
.section-wrap {
	box-sizing: border-box;
	position: relative;
}
.section-wrap._90-0 {
	padding-right: 6.5885%;
}
.section-wrap._110-0 {
	padding-right: 8.0527%;
}
.section-wrap._0-90 {
	padding-left: 6.5885%;
}
.section-wrap._0-110 {
	padding-left: 8.0527%;
}
.section-wrap._90-110 {
	padding-right: 6.5885%;
	padding-left: 8.0527%;
}
.section-wrap._90 {
	padding-right: 6.5885%;
	padding-left: 6.5885%;
}
.section-wrap._110 {
	padding-right: 8.0527%;
	padding-left: 8.0527%;
}

.section-wrap._980 {
	max-width: 980px;
	margin: 0 auto;
	padding-right: 9.5168%;
	padding-left: 11.7130%;
	box-sizing: inherit;
}
.section-low-wrap {
	width: 780px;
	margin: 0 auto 120px;
	position: relative;
}
.section-low-inner {
	margin-top: 30px;
}

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


              // header //
	  

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

/* header
-------------------------------------------------- */
.header {
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 99999;
	opacity: 0;
}
.motion .header {
	animation: fade 0.8s forwards;
}
.header-logo {
	width: 195px;
	position: absolute;
	left: 3.6603%;
	top: 34px;
}
.header-logo a {
	display: block;
}

/* nav
-------------------------------------------------- */
.header-inner {
}
.g-nav {
	float: right;
	padding: 25px 8.7847% 0 0;
}
.g-nav li {
	float: left;
	margin: 0 25px 0 0;
}
.g-nav li a {
	display: block;
	position: relative;
	line-height: 50px;
	padding-bottom: 25px;
	font-size: 1.5rem;
	font-weight: 500;
}
.g-nav li a::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	bottom: 25px;
	transform: scaleX(0);
	transition: .2s;
}
.g-nav li.ac a::before {
	transform: scaleX(1);
}


/* hover */
@media screen and (min-width: 768px) {
	.g-nav li a:hover {
		opacity: 1;
	}
	.g-nav li a:hover::before {
		transform: scaleX(1);
	}
}


/* menu-trigger
-------------------------------------------------- */
.menu-trigger,
.menu-trigger span {
	display: block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	width: 95px;
	height: 50px;
	pointer-events: auto;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 25px;
	border-left: 1px solid #1a1a1a;
	z-index: 99999;
}
.menu-trigger span {
	position: absolute;
	top: 23px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1a1a1a;
}
.menu-trigger span:nth-of-type(1) {
	left: 30px;
}
.menu-trigger span:nth-of-type(2) {
	left: 45px;
}
.menu-trigger span:nth-of-type(3) {
	left: 60px;
}
.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-trigger span {
	width: 34px;
	height: 2px;
	top: 24px;
	left: 30px;
}
.open .menu-trigger span:nth-of-type(1) {
	transform: rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(3) {
	transform: rotate(45deg);
}

/* fixed nav
-------------------------------------------------- */
.fixed-nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #FFFFFF;
	transition: all .3s;
	z-index: 99998;
	line-height: 2;
	opacity: 0;
	pointer-events: none;
}
.open .fixed-nav {
	opacity: 1;
	pointer-events: auto;
}
.fixed-wrap {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.fixed-inner {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
	padding: 0 8%;
}
.fixed-nav nav {
	width: 65%;
	max-width: 820px;
}
.fixed-nav .m-nav {
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.fixed-nav ul.m-nav-wrap > li {
	margin-bottom: 35px;
}
.fixed-nav ul.m-nav-wrap > li > a {
	font-size: 2.4rem;
}
.fixed-nav ul.m-nav-wrap > li > a .en {
	display: block;
	font-size: 1.2rem;
	text-decoration: none;
	margin-bottom: 5px;
}
.fixed-nav ul.m-nav-wrap > li > a .ja {
	text-decoration: underline;
	word-break: keep-all;
}
.fixed-nav .m-nav-inner {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 15px;
	padding: 0 0 5px;
}
.fixed-nav .m-nav-inner li {
	margin-bottom: 10px;
}
.fixed-nav .m-nav-inner li > a {
	display: block;
	position: relative;
	padding-left: 20px;
}
.fixed-nav .m-nav-inner li > a::before {
	content: "";
	width: 10px;
	height: 1px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 50%;
}
.fixed-nav .fixed-side {
	width: 30%;
	padding-bottom: 50px;
}
.fixed-subnav {
	margin-bottom: 40px;
}
.fixed-subnav li {
	margin-bottom: 2px;
}
.fixed-subnav li a {
	font-size: 1.2rem;
	text-decoration: underline;
}
.fixed-nav .fixed-copyright {
	font-size: 1.0rem;
}


@-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);
	}
}

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

}


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


              // bnr-area //
	  

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

/* bnr-area
-------------------------------------------------- */
.bnr-area {
	background: #fafafa;
	padding: 40px 6.5885%;
	opacity: 0;
}
.motion .bnr-area {
	animation: fade 0.8s forwards;
}
.bnr-area ul {
	display: flex;
	justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}
.bnr-area ul li {
    width: 19.5%;
    max-width: 260px;
}
.bnr-area ul a {
	display: block;
	border: 1px solid #d9d9d9;
	background: #FFFFFF;
}


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


              // footer //
	  

/////////////////////////////////////////////////////////////////////////////*/
.footer {
	padding: 80px 6.5885% 50px;
	position: relative;
	opacity: 0;
}
.motion .footer {
	animation: fade 0.8s forwards;
}
.footer-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}

/* ft-nav
-------------------------------------------------- */
.ft-nav {
	display: flex;
	justify-content: flex-end;
}
.ft-nav ul.ft-nav-wrap {
	margin-left: 75px;
	min-width: 110px;
}
.ft-nav ul.ft-nav-wrap > li {
	margin-bottom: 12px;
}
.ft-nav ul.ft-nav-wrap > li > a {
	font-size: 1.5rem;
	text-decoration: underline;
}
.ft-nav .ft-nav-inner {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 10px;
	padding-bottom: 3px;
}
.ft-nav .ft-nav-inner li {
	margin-bottom: 10px;
}
.ft-nav .ft-nav-inner li > a {
	display: block;
	position: relative;
}

/* ft-info
-------------------------------------------------- */
.ft-logo {
	width: 220px;
	margin-bottom: 10px;
}
.ft-address {
	font-size: 1.3rem;
	line-height: 2..2;
	margin-bottom: 25px;
}
.ft-contact a {
	display: block;
	width: 320px;
	line-height: 63px;
	border: 1px solid #cccccc;
	border-radius: 40px;
	text-align: center;
	letter-spacing: 0.12em;
	font-size: 1.5rem;
}
.ft-sns {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.ft-sns li {
    width: 40px;
    margin: 0 8px 0 0;
}
.ft-sns li a {
    display: block;
    font-size: 1.0rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}
.ft-sns li a p {
    margin-top: 5px;
}
.ft-subnav {
	display: flex;
	margin-top: 60px;
}
.ft-subnav li {
	font-size: 1.2rem;
	margin-right: 20px;
}
.ft-subnav li a {
	text-decoration: underline;
}

/* hover */
@media screen and (min-width: 768px) {
	.ft-contact a:hover {
		opacity: 1;
		border: 1px solid #333333;
		background: #333333;
		color: #FFFFFF;
	}
}


/* copyright
-------------------------------------------------- */
.copyright {
	font-size: 1.0rem;
	writing-mode: vertical-rl;
	line-height: 1;
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 4.2s;
	z-index: 9999;
}

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


              // common parts //
	  

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

/* ===============================================
    scroll
=============================================== */
.scroll {
	writing-mode: vertical-rl;
	font-size: 1.0rem;
	letter-spacing: 0.16em;
	font-weight: 600;
	width: 21px;
	height: 83px;
	line-height: 1;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="8" height="83" viewBox="0 0 8 83"><path fill-rule="evenodd" fill="none" stroke="rgb(26, 26, 26)" d="M7.5,75.1l-7,6.7V0"/></svg>') no-repeat left top;
	background-size: 8px auto;
	position: absolute;
	left: 8.0527%;
	bottom: -50px;
	animation: scroll 2s infinite forwards;
	z-index: 1;
	opacity: 0;
}
.top .scroll {
	left: 0;
	bottom: 15px;
}
.motion .scroll {
	opacity: 1;
	transition: .8s .6s;
}
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}

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

/* bg-object
-------------------------------------------------- */
.bg-object {
	display: block;
	position: absolute;
	left: 0;
	top: -100px;
	width: 45.7540%;
	height: 720px;
	background: #fafafa;
	border-radius: 0 0 160px 0;
}
.top .bg-object {
	height: calc(100vh + 60px);
}
.service .bg-object {
	height: 810px;
}

/* page-ttl
-------------------------------------------------- */
.page-ttl {
	position: relative;
}
.page-ttl-inner {
	padding-right: 8.0527%;
	padding-left: 8.0527%;
	position: relative;
}
.page-ttl .ttl {
	font-size: 4.3rem;
	letter-spacing: 0.14em;
	line-height: 1.75;
	position: relative;
}
.page-ttl .subttl {
	display: inline-block;
	letter-spacing: 0.14em;
	line-height: 1.75;
	position: relative;
	padding-right: 65px;
}
.page-ttl .subttl::after {
	content: "";
	width: 40px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	right: 0;
	top: 50%;
}
.page-ttl .en-ttl-bg {
	font-size: 17.8rem;
	line-height: 1;
	font-weight: 600;
	opacity: 0.03;
	letter-spacing: 0;
	position: absolute;
	bottom: -50px;
	right: 4.7584%;
}
.page-ttl-img {
	padding-right: 8.0527%;
}
.page-ttl-img .thumb {
	height: 520px;
	border-radius: 0 12px 12px 0;
}

/* -- index -- */
.page-ttl.index {
	padding: 70px 0 0;
}
.page-ttl.index .page-ttl-inner {
	padding-bottom: 55px;
}
.page-ttl.index .ttl {
	padding: 40px 0 45px;
}
.page-ttl.index .ttl._mB {
	padding: 40px 0 80px;
}
.page-ttl.index .ttl::before {
	content: "";
	width: 40px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	top: 0;
}
.page-ttl.index .lead {
	padding-bottom: 80px;
}

/* -- sub -- */
.page-ttl.sub {
	padding: 60px 0 0;
}
.page-ttl.sub .page-ttl-inner {
	padding-bottom: 35px;
}
.page-ttl.sub .ttl {
	padding: 15px 0 50px;
}

/* -- detail -- */
.page-ttl.detail .page-ttl-inner {
	padding-bottom: 65px;
}

/* page-ttl-bd
-------------------------------------------------- */
.page-ttl-bd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.page-ttl-bd .bd {
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.page-ttl-bd .en {
	font-size: 1.2rem;
	padding-left: 35px;
	white-space: nowrap;
}
.serviceNav-btm .page-ttl-bd .en {
	padding-left: 0;
	padding-right: 35px;
}

/* page-ttl-service
-------------------------------------------------- */
.page-ttl-service {
	padding-left: 8.0527%;
	display: flex;
	justify-content: space-between;
}
.page-ttl-service-inner {
	width: 27.8662%;
	padding-top: 100px;
}
.page-ttl-service-inner .ttl {
	padding: 20px 0 60px;
}
.page-ttl-service-img {
	width: 69.6656%;
}
.page-ttl-service-img .thumb {
	height: 560px;
	border-radius: 12px 0 0 12px;
}

/* detail-ttl
-------------------------------------------------- */
.detail-ttl-wrap {
	margin-bottom: 80px;
}
.detail-ttl {
	font-size: 3.8rem;
	letter-spacing: 0.14em;
	line-height: 1.75;
	position: relative;
	padding: 20px 0 35px;
}

/* breadcrumb
-------------------------------------------------- */
.breadcrumb {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 2px;
	position: relative;
	z-index: 1;
}
.page-ttl.sub .breadcrumb {
	justify-content: flex-end;
}
.page-ttl.sub.detail .breadcrumb {
	justify-content: flex-start;
}
.breadcrumb li {
	position: relative;
	padding-right: 18px;
	margin: 5px 8px 5px 0;
	font-size: 1.3rem;
	line-height: 14px;
}
.breadcrumb li.home {
	width: 17px;
}
.breadcrumb li::after {
	content: " / ";
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
}
.breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.breadcrumb li:last-child::after {
	display: none;
}

/* page-lead
-------------------------------------------------- */
.page-lead {
	padding: 70px 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 80px;
	line-height: 2.2;
	position: relative;
}
.page-lead .lead {
	font-size: 2.4rem;
}

/* sec-ttl
-------------------------------------------------- */
.sec-ttl {
	line-height: 1.7;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0.18em;
}
.sec-ttl .ttl {
	margin-bottom: 10px;
}
.sec-ttl .en-ttl {
	font-size: 3.3rem;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.10em;
}

/* bd-ttl
-------------------------------------------------- */
.bd-ttl {
	text-align: center;
	margin-bottom: 50px;
}
.bd-ttl .ttl {
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.12em;
	position: relative;
	padding-bottom: 20px;
}
.bd-ttl .ttl::after {
	content: "";
	width: 60px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bd-ttl._left {
	text-align: left;
	margin-bottom: 30px;
}
.bd-ttl._left .ttl::after {
	left: 0;
	transform: none;
}
.bd-ttl .lead {
	font-size: 2.2rem;
	margin: 25px 0 0;
	letter-spacing: 0.12em;
	padding-bottom: 10px;
}
.bd-ttl .txt {
	margin: 25px 0 0;
}


/* ===============================================
    contents-col2
=============================================== */
.contents-col2 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.contents-col2._reverse {
	flex-direction: row;
}
.contents-col2-main {
	width: 77.4%;
	box-sizing: border-box;
	padding: 110px 0 120px 7.9%;
	border-left: 1px solid #d9d9d9;
}
.contents-col2._reverse .contents-col2-main {
	padding: 0 0 120px 20px;
	border-left: none;
}

/* contents-col2-anchor
-------------------------------------------------- */
.contents-col2-anchor {
	margin-bottom: 50px;
}

/* col2-contents
-------------------------------------------------- */
.col2-contents {
	margin-bottom: 80px;
	border-top: 1px solid #d9d9d9;
	position: relative;
}
.col2-contents::before {
	content: "";
	width: 60px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	top: -1px;
}
.col2-contents-inner {
	margin-bottom: 50px;
}
.col2-contents:last-child,
.col2-contents-inner:last-child{
	margin-bottom: 0;
}

/* cont-ttl
-------------------------------------------------- */
.cont-ttl {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.12em;
	padding: 55px 0 50px;
	position: relative;
}
.cont-ttl span {
	font-size: 1.8rem;
}
.cont-subttl {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.12em;
	border-left: 2px solid #333333;
	position: relative;
	background: #f7f7f7;
	padding: 12px 25px 13px;
	margin-bottom: 40px;
}
.cont-subttl._mB {
	margin-bottom: 20px;
}

/* col2-contents-img
-------------------------------------------------- */
.col2-contents-img {
	display: flex;
	justify-content: space-between;
}
.col2-contents-img .block {
	width: 56%;
}
.col2-contents-img .block p {
	margin-bottom: 20px;
	text-align: justify;
}
.col2-contents-img .block-img {
	width: 37%;
}
.col2-contents-img dl {
	line-height: 1.75;
	margin-top: 20px;
}
.col2-contents-img dl dt {
	font-size: 1.4rem;
}
.col2-contents-img dl dd {
	font-size: 2.0rem;
}

/* col2-contents-2
-------------------------------------------------- */
.col2-contents-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col2-contents-2._mB {
	margin-bottom: 50px;
}
.col2-contents-2 .block {
	width: 47%;
}
.caption {
	font-size: 1.4rem;
	margin-top: 15px;
}
.col2-contents .lead {
	margin-bottom: 40px;
}
.col2-contents-inner .lead {
	margin-bottom: 35px;
}

/* col2-contents-3
-------------------------------------------------- */
.col2-contents-3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col2-contents-3::after {
    content: "";
    width: 30.5%;
    display: block;
}
.col2-contents-3 .block {
	width: 30.5%;
	margin-top: 40px;
}
.col2-contents-3 .block dl {
	line-height: 1.75;
	font-size: 1.4rem;
	margin-top: 15px;
}
.col2-contents-3 .block dt {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5px;
}

/* block-contents
-------------------------------------------------- */
.block-contents {
	margin-bottom: 50px;
}
.block-contents._mB {
	margin-bottom: 100px;
}
.block-contents:last-child {
	margin-bottom: 0;
}

/* block-ttl
-------------------------------------------------- */
.block-ttl {
	font-size: 3.4rem;
	line-height: 1.75;
	letter-spacing: 0.12em;
	padding: 45px 0 40px;
	position: relative;
}
.block-ttl::before {
	content: "";
	width: 60px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	top: 0
}
.block-ttl span {
	display: block;
	font-size: 2.0rem;
}
.contents-col2-side .block-ttl {
	font-size: 3.0rem;
}

/* block-col3-list
-------------------------------------------------- */
.block-col3-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block-col3-list::after {
	content: "";
	width: 30.5%;
	display: block;
}
.block-col3-list .item {
	width: 30.5%;
	margin-bottom: 40px;
}
.block-col3-list .item .thumb {
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	box-sizing: border-box;
}
.block-col3-list .item .thumb::after {
	padding-top: 66.6666%;
}
.block-col3-list .item .ttl {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
	padding: 20px 0 10px;
}
.block-col3-list .item .txt {
	font-size: 1.4rem;
}
.block-col3-list .item .btn-txt {
	margin-top: 15px;
}

/* contents-col2-side
-------------------------------------------------- */
.contents-col2-side {
	width: 22.6%;
	position: sticky;
	top: 0;
	left: 0;
	padding: 110px 0;
}
.contents-col2._reverse .contents-col2-side {
	padding: 0 0 110px;
	top: 60px;
}

/* contents-side-ttl
-------------------------------------------------- */
.contents-side-ttl {
	margin-bottom: 30px;
}
.contents-side-ttl .ttl {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.12em;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 25px;
	margin-bottom: 15px;
	position: relative;
}
.contents-side-ttl .ttl::after {
	content: "";
	width: 15px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.contents-side-ttl .en {
	font-size: 1.0rem;
	color: #999999;
}

/* contents-side-nav
-------------------------------------------------- */
.contents-side-nav li a {
	display: flex;
	justify-content: flex-start;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
	padding: 5px 30px 5px 0;
	margin: 12px 0;
}
.contents-side-nav li a span {
	position: relative;
}
.contents-side-nav li a .en {
	width: 30px;
	font-size: 1.2rem;
	padding-top: 4px;
	color: #999999;
}
.contents-side-nav li a .ja {
	width: calc(100% - 30px);
}
.contents-side-nav li.ac a {
	padding: 15px 30px 15px 0;
	margin: 15px 0;
}
.contents-side-nav li.ac a::before {
	content: "";
	width: calc(100% + 20px);
	height: 100%;
	background: #f7f7f7;
	position: absolute;
	left: -20px;
	top: 0;
}


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

/* btn
-------------------------------------------------- */
.btn a,
.btn span {
	width: 260px;
	display: inline-block;
	position: relative;
	font-size: 1.5rem;
	line-height: 57px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	border-radius: 30px;
	text-align: center;
	padding: 0 35px;
	transition: .2s;
}
.btn.sort a,
.btn.sort span {
	width: 240px;
}
.btn.small a {
	width: 180px;
	font-size: 1.4rem;
	line-height: 42px;
}
.btn-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.btn-list .btn {
    margin: 10px 10px 0 0;
}
.btn-list .btn a {
    width: 220px;
    padding: 0 15px;
}

/* hover */
@media screen and (min-width: 768px) {
	.btn a:hover {
		opacity: 1;
		border: 1px solid #333333;
		background: #333333;
		color: #FFFFFF;
	}
}

/* arrow
-------------------------------------------------- */
.arrow {
	display: block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}
.arrow span {
	display: block;
	width: 60px;
	height: 60px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="13" viewBox="0 0 24 13"><path fill-rule="evenodd" fill="none" stroke="rgb(255, 255, 255)" d="M16,0.3l6.8,7.2H0"/></svg>') center center no-repeat;
	background-size: 24px auto;
}

/* btn-txt
-------------------------------------------------- */
.btn-txt span,
.btn-txt a {
	display: inline-block;
	font-size: 1.3rem;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="36" height="8" viewBox="0 0 36 8"><path fill-rule="evenodd" fill="none" stroke="rgb(26, 26, 26)" d="M28,0.3l6.8,7.2H0"/></svg>') no-repeat right center;
	background-size: 36px auto;
	padding-right: 55px;
}
.btn-txt.ja a {
	font-size: 1.4rem;
	text-decoration: underline;
} 
.btn-txt.ja span {
	font-size: 1.4rem;
} 

/* btn-blank
-------------------------------------------------- */
.btn-blank span {
	font-size: 1.3rem;
	display: inline-block;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="13" height="13" viewBox="0 0 13 13"><path fill-rule="evenodd" fill="rgb(26, 26, 26)" d="M3.0,10.0 L3.0,0.0 L13.0,0.0 L13.0,10.0 L3.0,10.0 ZM12.0,0.999 L4.0,0.999 L4.0,8.999 L12.0,8.999 L12.0,0.999 ZM10.0,12.999 L0.0,12.999 L0.0,3.0 L1.0,3.0 L1.0,11.999 L10.0,11.999 L10.0,12.999 Z"/></svg>') no-repeat center right;
	background-size: 13px auto;
	padding-right: 24px;
}

/* ===============================================
    anchor-link
=============================================== */
.anchor-link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.anchor-link li {
	margin: 0 20px 25px 0;
}
.anchor-sidelink li {
	margin: 0 0 20px 0;
}
.anchor-link-item a {
	display: block;
	position: relative;
	padding: 0 25px 0 45px;
}
.anchor-link-item a::before {
	content: "";
	width: 31px;
	height: 31px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 1px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="9" height="7" viewBox="0 0 9 7"><path fill-rule="evenodd" fill="none" stroke="rgb(26, 26, 26)" d="M8.7,2.4L4.5,6.3L0.3,2.4"/></svg>') no-repeat center center;
	background-size: 9px auto;
	transition: .2s;
}
@media screen and (min-width: 768px) {
	.anchor-link-item a.current::before {
		border: 1px solid #333333;
		background: #333333 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="9" height="7" viewBox="0 0 9 7"><path fill-rule="evenodd" fill="none" stroke="rgb(255, 255, 255)" d="M8.7,2.4L4.5,6.3L0.3,2.4"/></svg>') no-repeat center center;
	}
	.anchor-link-item a:hover {
		opacity: 1;
	}
	.anchor-link-item a:hover::before {
		border: 1px solid #333333;
		background: #333333 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="9" height="7" viewBox="0 0 9 7"><path fill-rule="evenodd" fill="none" stroke="rgb(255, 255, 255)" d="M8.7,2.4L4.5,6.3L0.3,2.4"/></svg>') no-repeat center center;
	}
}

/* ===============================================
    parallax
=============================================== */
.parallax {
	width: 100%;
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.parallax::after {
	content: "";
	display: block;
}
.parallax._img {
	position: relative;
}
.parallax._img span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: none !important;
}
.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: 100%;
	height: 100%;
}

/* ===============================================
    table
=============================================== */

/* table01
-------------------------------------------------- */
dl.table01 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
dl.table01 dt {
	width: 18%;
	border-top: 1px solid #d9d9d9;
	padding: 30px 0;
	box-sizing: border-box;
}
dl.table01 dd {
	width: 82%;
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
	box-sizing: border-box;
}
dl.table01 dd .inner {
	padding: 10px 0 10px 30px;
	border-left: 1px solid #d9d9d9;
}

/* table02
-------------------------------------------------- */
dl.table02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
dl.table02 dt {
	width: 40%;
	border-top: 1px solid #d9d9d9;
	padding: 30px 0;
	box-sizing: border-box;
}
dl.table02 dd {
	width: 60%;
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
}
dl.table02 dd .inner {
	padding: 10px 0 10px 30px;
	border-left: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
}

/* table03
-------------------------------------------------- */
dl.table03 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
dl.table03 dt {
	width: 130px;
	border-top: 1px solid #d9d9d9;
	padding: 25px 0;
	box-sizing: border-box;
	position: relative;
}
dl.table03 dt::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	right: 0;
	top: 50%;
}
dl.table03 dd {
	width: calc(100% - 130px);
	border-top: 1px solid #d9d9d9;
	padding: 25px 0 10px 30px;
	box-sizing: border-box;
}
dl.table03 dd p {
	margin-bottom: 15px;
	
}


/* ===============================================
    list-disc 
=============================================== */
.list-disc-ttl {
	margin-bottom: 5px;
}
.list-disc {
	list-style-type: disc;
	list-style-position: inside;
}
.list-disc > li {
	text-indent: -1em;
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 2px 0 2px 1em;
}
.list-disc._txt > li {
	font-size: 1.6rem;
	margin: 10px 0;
}
.list-note li {
	text-indent: -1.5em;
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 2px 0 2px 1.5em;
}
.list-note li::before {
	content: "※ ";
}
.list-count li {
	position: relative;
	padding-left: 30px;
	margin: 10px 0;
}
.list-count li .numb {
	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;
	bottom: -60px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	font-size: 0;
    line-height: 0;
	display: block;
	cursor: pointer;
    border: 1px solid #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-color: transparent;
	z-index: 999;
	transition: .2s;
	background-color: rgba(255,255,255,1.00);
	border-radius: 50%;
}
.slick-prev {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="8" viewBox="0 0 24 8"><path fill-rule="evenodd" fill="none" stroke="rgb(26, 26, 26)" d="M24,7.5H1.2L8,0.3"/></svg>');
	left: 0;
}
.slick-next {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="8" viewBox="0 0 24 8"><path fill-rule="evenodd" fill="none" stroke="rgb(26, 26, 26)" d="M16,0.3l6.8,7.2H0"/></svg>');
	left: 80px;
}
.slick-prev:active,
.slick-prev:focus,
.slick-next:active,
.slick-next:focus,
.slick-slide a {
    outline: none;
}
.slick-next.slick-disabled {
	opacity: 0 !important;
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
	z-index: 1;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 14px 0 0 !important;
    padding: 0 !important;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
	padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #1a1a1a;
	opacity: 0.2;
	border-radius: 3px;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.visual .slick-dots {
	top: 50%;
	left: -224px;
	z-index: 2;
	margin-top: 70px;
}

/* hover */
@media screen and (min-width: 768px) {
	.slick-prev:hover,
	.slick-next:hover {
		opacity: 0.5;
	}
}


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


              // motion //
	  

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

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

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

/* fade
-------------------------------------------------- */
.mf {
	opacity:0;
}
.mf.on {
	-webkit-animation: fade 1.5s forwards;
	animation: fade 1.5s forwards;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; }
}
@keyframes fade {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; }
}

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

/* fade up list
-------------------------------------------------- */
.mful li {
	opacity:0;
	-webkit-transform:translateY(80px);
	transform:translateY(80px);
}
.mful.on li:nth-child(1) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.mful.on li:nth-child(2) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .2s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .2s;
}
.mful.on li:nth-child(3) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .4s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .4s;
}
.mful.on li:nth-child(4) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .6s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .6s;
}
.mful.on li:nth-child(5) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .8s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards .8s;
}
.mful.on li:nth-child(6) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.0s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.0s;
}
.mful.on li:nth-child(7) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.2s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.2s;
}
.mful.on li:nth-child(8) {
	-webkit-animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.4s;
	animation: ef-fadeup 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 1.4s;
}
@-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 {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(247,247,247,0.80);
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: right center;
}
.mtm.on::after  {
	animation: ef-scaleX 0.8s cubic-bezier(0.76, 0.09, 0.215, 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.on .thumb::before {
	animation: ef-scaleX 0.65s cubic-bezier(0.76, 0.09, 0.215, 1) forwards;
}
@keyframes ef-scaleX {
	0% {
		transform: scaleX(1); }
	100% {
		transform: scaleX(0); }
}

