@charset "UTF-8";


/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP:wght@400;500&display=swap");
/* ------------------------------
reset
------------------------------ */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	list-style-type: none;
	text-align: left;
}

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

picture,
figure {
	display: block;
	margin: 0;
}

/* ------------------------------
base
------------------------------ */
body {
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow-x: hidden;
	font-size: 1.5rem;
}

* {
	word-wrap: break-word;
	box-sizing: border-box;
	line-break: normal;
	line-height: 1.4;
	word-break: break-all;
	overflow-wrap: break-word;
}

button {
	font-family: 'Noto Serif JP', serif;
}

p, table, dl, ol, ul li {
	font-size: 1.5rem;
	line-height: 1.7;
}

.en {
	font-family: 'EB Garamond', serif;
}

.m-jp {
	font-family: 'Noto Serif JP', serif;
}

.m-link-line {
	display: inline-block;
	position: relative;
	padding-bottom: .5rem;
	overflow: hidden;
}

.m-link-line::after {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: '';
}

@keyframes lineMove {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}

.m-white .m-link-line::after {
	background: #fff;
}

.m-link {
	display: inline-block;
	position: relative;
	font-size: 1.5rem;
	cursor: pointer;
}

.m-link.m-white {
	color: #fff;
}

.m-link.m-white::after {
	background: #fff;
}

.m-link:hover .m-arrow {
	animation-name: arrowMove;
	animation-duration: .4s;
}

.m-link:hover .m-link-line::after {
	animation-name: lineMove;
	animation-duration: .4s;
}

.m-link .m-arrow {
	display: inline-block;
	padding-left: 1rem;
}

@keyframes arrowMove {
	0% {
		opacity: 1;
	}
	40% {
		transform: translateX(100%);
		opacity: 0;
	}
	60% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

/* ------------------------------
contents
------------------------------ */
.ly-loading {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
}

.ly-loading-inner {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.ly-loading-inner figure {
	width: 14vw;
	height: auto;
}

.wrap {
	box-sizing: border-box;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 2em;
}

.fixed {
	/*position: fixed;
	width: 100%;
	height: 100%;*/
}

#header {
	z-index: 900;
	position: fixed;
	/*position: relative;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 123px;
	background: #fff;
	/*top: 0;
	left: 0;
	width: 100%;
	z-index: 10;*/
	transition: 0.3s;
}

.container {
	margin-top: 123px;
}

.fixed #header .logo {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

#header .logo {
	display: flex;
	z-index: 1000;
	align-items: center;
	justify-content: flex-start;
	width: 7.25em;
	padding-top: 0.75em;
	font-size: 1.5rem;
}

#header .logo img {
	width: 100%;
	height: auto;
}

#header .logo a img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: 0.3s;
}

#header .logo span {
	flex-shrink: 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.0;
	transition: 0.3s;
}

#header .tools {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.ie11 #header .tools {
	margin-left: auto;
}

.fixed #header .tools .icon {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

#header .tools .icon {
	z-index: 10;
	position: relative;
	width: 1.625em;
	margin-right: 2.625em;
}

#header .tools .icon a {
	z-index: 10;
	position: relative;
}

#header .tools .icon .ly-hover {
	display: none;
	z-index: 5;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	width: 20rem;
	height: auto;
	transform: translate(-50%, 100%);
}

#header .tools .icon .ly-hover.ly-shop {
	width: 30rem;
}

#header .tools .icon .ly-hover__inner {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
	padding: 4rem 2rem;
	background: #fff;
	text-align: center;
}

#header .tools .icon .ly-hover__inner .m-icon {
	display: inline-block;
	width: 3rem;
	margin: 0 auto 2rem;
}

#header .tools .icon .ly-hover__inner .txt {
	font-size: 1.2rem;
	text-align: center;
}

#header .tools .icon .ly-hover__inner .m-link-wrapper {
	margin-top: 2rem;
	text-align: center;
}

#header .tools .icon .ly-hover__inner .m-link-wrapper .m-link {
	font-size: 1.2rem;
}

#header .tools .icon img {
	width: 100%;
	height: auto;
}

.ie11 #header .tools .icon .ly-hover {
	transform: translate(-50%, 70%);
}

#header .tools .icon svg {
	fill: #000;
}

#toggle {
	display: flex;
	z-index: 101;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
}

#toggle {
	box-sizing: border-box;
	display: flex;
	z-index: 200;
	position: relative;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 2.3em;
	height: 1.3em;
	cursor: pointer;
	transition: 0.3s;
	margin-bottom: 0.4rem;
}

/* .frontPage-header, */
.fixed #toggle span {
	background: #fff;
}

#toggle span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	transform-origin: center center;
	background: #000;
	transition: .3s ease-in-out;
}

.ie11 #toggle span {
	transform-origin: 15% 100%;
}

#toggle span:nth-child(1) {
	top: 0;
}

#toggle span:nth-child(2) {
	top: calc(50% - 1px);
}

#toggle span:nth-child(3) {
	bottom: 0;
}

/*.fixed #toggle span:nth-child(1) {
	top: 50%;
	left: 0;
	transform: rotate(45deg);
}
.fixed #toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.fixed #toggle span:nth-child(3) {
	top: 50%;
	bottom: auto;
	left: 0;
	transform: rotate(-45deg);
}*/
#toggle span:nth-of-type(1) {
	animation: menu-bar01 .3s forwards;
}

@keyframes menu-bar01 {
	0% {
		top: calc(50% - 1px);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		top: calc(50% - 1px);
		transform: translateY(0) rotate(0);
	}
	100% {
		top: 0;
		transform: translateY(0) rotate(0);
	}
}

.fixed #toggle span:nth-of-type(2) {
	opacity: 1;
	transition: all .3s;
}

#toggle span:nth-of-type(3) {
	animation: menu-bar02 .3s forwards;
}

@keyframes menu-bar02 {
	0% {
		bottom: calc(50% - 1px);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		bottom: calc(50% - 1px);
		transform: translateY(0) rotate(0);
	}
	100% {
		bottom: 0;
		transform: translateY(0) rotate(0);
	}
}

.fixed #toggle span:nth-of-type(1) {
	animation: active-menu-bar01 .3s forwards;
}

@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		top: calc(50% - 1px);
		transform: translateY(0) rotate(0);
	}
	100% {
		top: calc(50% - 1px);
		transform: translateY(0) rotate(45deg);
	}
}

.fixed #toggle span:nth-of-type(2) {
	opacity: 0;
}

.fixed #toggle span:nth-of-type(3) {
	animation: active-menu-bar03 .3s forwards;
}

@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		bottom: calc(50% - 1px);
		transform: translateY(0) rotate(0);
	}
	100% {
		bottom: calc(50% - 1px);
		transform: translateY(0) rotate(-45deg);
	}
}

/*frontPage-header*/
.index .container {
	margin-top: 0;
}

#header.frontPage-header .tools .icon svg {
	fill: #fff;
	transition: .3s ease-in-out;
}

#header.frontPage-header {
	position: fixed;
	box-shadow: none;
}

#header.frontPage-header .logo {
	opacity: 1;
	pointer-events: auto;
	transition: .3s opacity;
}

#header.frontPage-header .tools {
	margin-left: auto;
}

#header.frontPage-header .site-title__text {
	color: #fff;
}

#header.is_float {
	-moz-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.6);
}

#header.frontPage-header.is_float {
	background: #fff;
}

#header.frontPage-header.is_float .site-title {
	display: block;
}

#header.frontPage-header.is_float .logo {
	opacity: 0;
	pointer-events: none;
}

#header.frontPage-header.is_float .tools .icon svg {
	fill: #000;
}

#header.frontPage-header.is_float #toggle span {
	background: #000;
}

@inlcude mq(m) {
	#header.frontPage-header.is_float {
		height: 9rem;
	}
}

#header.frontPage-header.is_float.open .tools .icon svg {
	fill: #fff;
}

#header.frontPage-header.is_float.open .site-title {
	display: block;
}

#header.frontPage-header.is_float.open #toggle span {
	background: #fff;
}

#header.frontPage-header.open .logo {
	opacity: 0;
	pointer-events: none;
}

#header.frontPage-header.open .site-title {
	display: block;
}

#header.frontPage-header.open .site-title .site-title__text {
	display: none;
}

#header.frontPage-header .logo {
	position: absolute;
	top: 2rem;
	left: 2rem;
}

#header.frontPage-header .site-title__text {
	color: #000;
}

#header.frontPage-header #headerWrap {
	padding-right: 4rem;
	padding-left: 4rem;
}

#header #headerWrap {
	box-sizing: border-box;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	height: 12rem;
	padding: 2em 4rem;
	transition: 0.3s;
}

.site-title {
	font-size: 2.2rem;
}

.ie11 #header #gnavi {
	overflow-x: hidden;
}

#header #gnavi {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
	box-sizing: border-box;
	display: block;
	z-index: -1;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	/*height: 100vh;*/
	height: 100vh;
	/* カスタムプロパティ未対応ブラウザ用のフォールバック */
	height: calc(var(--vh, 1vh) * 100);
	padding: 0;
	overflow-y: scroll;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

#header #gnavi::-webkit-scrollbar {
	display: none;
}

#header #gnavi .gnaviWrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 42em;
}

#header.open #gnavi {
	z-index: 100;
	opacity: 1;
	pointer-events: all;
}

#header #gnavi .inner {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	justify-content: center;
	margin: 0 auto;
	transform: translateY(-50%);
}

/*.ie11 #header.open #toggle{
	margin-right: 17px;
}*/
.ie11 #header #gnavi .nav_logo {
	flex-shrink: 0;
	height: 194px;
}

#header #gnavi .nav_logo {
	display: block;
	align-self: flex-start;
	width: 26rem;
	height: auto;
	text-align: center;
}

#header #gnavi .nav_logo img {
	width: 13.75rem;
}

#header #gnavi .nav_logo .txt {
	margin-top: 1rem;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	white-space: nowrap;
}

#header #gnavi .menuWrap {
	margin-left: 5em;
}

#header #gnavi .menu {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

#header #gnavi .menu a {
	flex-shrink: 0;
	border-bottom: 1px solid transparent;
	color: #fff;
	transition: 0.3s;
}

#header #gnavi .menu a:hover {
	border-bottom-color: #fff;
}

.sns .link {
	border-bottom: 1px solid transparent;
	transition: 0.3s;
	transition: 0.3s;
}

.sns .link:hover {
	border-bottom-color: #fff;
}

#header #gnavi .menu .link {
	margin-right: 3em;
	font-family: 'EB Garamond', serif;
	font-size: 2.4rem;
	line-height: 1.0;
}

#header #gnavi .menu .link:last-child {
	margin-right: 0;
}

.blank a span {
	padding-right: 1.3em;
	background: url(../img/common/icon_blank.svg) right center no-repeat;
	background-size: auto 1em;
}

#header #gnavi .menu ul {
	width: 12.5em;
	margin-right: -2rem;
}

#header #gnavi .menu ul li {
	font-family: 'EB Garamond', serif;
	font-size: 2.4rem;
	line-height: 1.0;
}

#header #gnavi .menu ul li + li {
	margin-top: 1.3em;
}

#header #gnavi .menu.btm {
	margin-top: 5em;
}

#header #gnavi .menu.btm .link {
	margin-right: 4.2em;
}

#header #gnavi .rights {
	display: flex;
	position: absolute;
	bottom: 6.6em;
	left: 50%;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	transform: translateX(-50%);
}

.android #header #gnavi .rights {
	/*bottom: 10rem;*/
}

#header #gnavi .copy {
	color: #fff;
	font-size: 1.0rem;
}

#header #gnavi .sns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header #gnavi .sns ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header #gnavi .sns ul li {
	width: 1.6em;
}

#header #gnavi .sns ul li img {
	width: 100%;
	height: auto;
}

#header #gnavi .sns ul li a {
	display: flex;
	align-items: center;
}

#header #gnavi .sns ul li + li {
	margin-left: 1.6em;
}

#header #gnavi .sns .link {
	margin-right: 2em;
	font-size: 1.3rem;
}

#header #gnavi .sns .link a {
	color: #fff;
}

#header #gnavi .tools {
	box-sizing: border-box;
	width: 50%;
	margin: 65px 0 65px auto;
	padding-right: 45px;
}

main {
	display: block;
}

#footer {
	position: relative;
	background: #000;
}

#footer .navWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer .navWrap .link {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

#footer .navWrap .link a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: 11em;
	background: #000;
	transition: 0.3s;
}

#footer .navWrap .link p {
	color: #fff;
	line-height: 1.0;
	text-align: center;
}

#footer .navWrap .link .en {
	font-size: 3.2rem;
	letter-spacing: 0.16em;
}

#footer .navWrap .link .en svg {
	fill: #fff;
	width: 12rem;
	vertical-align: middle;
}

#footer .navWrap .link .ja {
	margin: 1em 0 0;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

#footer .navWrap .link a:hover {
	border-right-color: #000;
	/*opacity: 0.7;*/
	background: #fff;
}

#footer .navWrap .link a:hover p {
	color: #000;
}

#footer .navWrap .link a:hover svg {
	fill: #000;
}

#footer .navWrap .link.col3 a:hover {
	border-top: 1px solid #000;
}

#footer .navWrap .col3 {
	box-sizing: border-box;
	width: 33.3333%;
}

#footer .navWrap .col3 + .col3 {
	border-left: 1px solid #fff;
}

#footer .navWrap .col3:nth-of-type(4) {
	border-left: none;
}

#footer .navWrap .col1 {
	width: 100%;
}

#footer .logoWrap {
	display: flex;
	justify-content: center;
}

#footer .logoWrap .logo {
	width: 6.3em;
}

#footer .logoWrap .logo img {
	width: 100%;
	height: auto;
}

#footer .logoWrap .txt {
	margin-left: 2.5em;
}

#footer .logoWrap .txt p,
#footer .logoWrap .txt p a {
	color: #fff;
}

#footer .logoWrap .txt p + p {
	margin-top: 0.5em;
}

#footer .logoWrap .txt ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 1.5em;
}

#footer .logoWrap .txt ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .logoWrap .txt ul li {
	width: 1.6em;
}

#footer .logoWrap .txt ul li img {
	width: 100%;
	height: auto;
}

#footer .logoWrap .txt ul li + li {
	margin-left: 1.5em;
}

#footer .menu {
	display: flex;
	justify-content: flex-start;
}

#footer .menu a {
	border-bottom: 1px solid transparent;
	color: #fff;
	transition: 0.3s;
}

#footer .menu a:hover {
	border-bottom-color: #fff;
}

#footer .menuBlock {
	display: flex;
	justify-content: flex-start;
}

#footer .menuBlock + .menuBlock,
#footer .menu ul + ul,
#footer .menu p + ul {
	margin-left: 4em;
}

#footer .menu ul li + li {
	margin-top: 1em;
}

#footer .wrap {
	display: flex;
	justify-content: space-between;
	padding: 5.3em 2em 6.7em;
}

#footer .pagetop {
	position: fixed;
	right: 2em;
	bottom: 2em;
	width: 4em;
	height: auto;
	opacity: 0;
	pointer-events: none;
	transition: .5s;
}

#footer .pagetop.is_active {
	opacity: 1;
	pointer-events: auto;
}

#footer .pagetop img {
	width: 100%;
	height: auto;
}

/* lower */
.container {
	overflow: hidden;
}

a[href*="tel:"] {
	border: none !important;
}

.ly-page-mv {
	position: relative;
	height: 45rem;
	padding-right: 4rem;
	padding-left: 4rem;
	opacity: 0;
	transition: 1s;
}

.ly-page-mv img {
	width: 100%;
	height: 45rem;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*IE対策*/
}

.ly-page-mv.is_show {
	opacity: 1;
}

.page-title {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	font-size: 5.6rem;
	letter-spacing: .1em;
	text-align: center;
}

.page-title.m-text-white {
	color: #fff;
}

.breadcrumb {
	max-width: 1834px;
	margin: 0 auto;
	padding: 2rem 4rem;
}

.breadcrumb__list {
	display: flex;
	align-items: flex-start;
}

.breadcrumb__item {
	display: flex;
	align-items: center;
	margin-right: 2rem;
	font-size: 1.4rem;
}

.breadcrumb__item a {
	display: inline-block;
	position: relative;
	padding-right: 2rem;
}

.breadcrumb__item a::after {
	position: relative;
	right: -2rem;
	content: '>';
}

.ly-text-center {
	text-align: center;
}

.ly-content-heading {
	padding: 4rem 0;
}

.ly-content-heading .txt {
	margin: 3rem 0;
	font-size: 1.5rem;
	line-height: 2.2;
}

.ly-content-heading .txt.m-text-large {
	font-size: 2.0rem;
}

.ly-content-body {
	padding: 4rem 0;
}

.ly-content-inner {
	max-width: calc(100rem + 8rem);
	margin: 0 auto;
	padding-right: 4rem;
	padding-left: 4rem;
}

.content-card {
	padding: 8rem 0 10rem;
}

.content-card__img-wrapper {
	margin-bottom: 6rem;
}

.content-card__title.m-text-large {
	margin: 4rem 0;
	font-size: 3.2rem;
	line-height: 1.6;
}

.content-card__title {
	margin: 4rem 0;
	font-size: 2.4rem;
	line-height: 1.6;
}

.content-card__title.m-text-center {
	text-align: center;
}

.content-card__title.m-text-small {
	margin: 4rem 0;
	font-size: 2.0rem;
	line-height: 2.2;
}

@inlcude mq(m) {
	.content-card__title.m-text-small {
		font-size: 4.7vw;
	}
}

.content-card__text-wrapper .txt {
	margin: 4rem 0;
	line-height: 2;
}

.content-card__text-wrapper.m-under-line {
	position: relative;
}

.content-card__text-wrapper.m-under-line::after {
	position: absolute;
	right: 0;
	bottom: -1rem;
	left: 0;
	width: 14rem;
	height: 1px;
	margin: 0 auto;
	background: #000;
	content: '';
}

.site-title__logo {
	display: none;
}

.clear {
	clear: both;
}

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

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */
.ly-loading.fadeOut {
	animation: LoadOut .5s ease-in-out forwards;
}

.fadeIn {
	opacity: 0;
}

.fadeInUp {
	animation: fadeIn .5s ease-in-out forwards;
}

@keyframes fadeIn {
	0% {
		transform: translate(0, 1.5rem);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes LoadOut {
	0% {
		display: block;
		opacity: 1;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

@media screen and (max-width: 1260px) {
	html {
		font-size: 0.813vw;
	}
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 1vw;
	}
	#header #gnavi .menuWrap {
		margin-left: 2em;
	}
	#header #gnavi .menu .link {
		margin-right: 2em;
	}
	#footer .menuBlock + .menuBlock,
	#footer .menu ul + ul,
	#footer .menu p + ul {
		margin-left: 2em;
	}
	#footer .logoWrap .logo {
		width: 5em;
	}
	#footer .logoWrap .txt {
		margin-left: 1em;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 2.4vw;
	}
	.m-link {
		font-size: 3.9vw;
	}
	.ly-loading-inner figure {
		width: 40vw;
	}
	#toggle {
		margin: 0.5rem 0 0;
	}
	#header {
		height: 9rem;
	}
	.container {
		margin-top: 9rem;
	}
	.fixed #header .logo {
		/*opacity: 1;
		pointer-events: auto;
		visibility: visible;
		position: relative;*/
	}
	#header .tools {
		align-items: center;
	}
	#header .tools .icon {
		display: none;
		/*
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		*/
	}
	.index .container {
		margin-top: 9rem;
	}
	#header.frontPage-header #headerWrap {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.site-title {
		font-size: 4.2vw;
	}
	#header #gnavi .inner {
		top: 48%;
	}
	#header #gnavi .nav_logo {
		display: none;
	}
	#header #gnavi .menuWrap {
		margin-left: 0;
	}
	#header #gnavi .menu {
		display: block;
	}
	#header #gnavi .menu .link {
		margin-top: 1em;
		margin-right: 0;
		font-size: 5.2vw;
		text-align: center;
	}
	#header #gnavi .menu ul {
		width: auto;
		margin-right: 0;
	}
	#header #gnavi .menu ul li {
		font-size: 5.2vw;
		text-align: center;
	}
	#header #gnavi .menu.btm .link {
		margin-right: 0;
	}
	#header #gnavi .menu.btm .link a {
		display: block;
		padding: .8em 1em;
		border: 1px solid #fff;
	}
	#header #gnavi .rights {
		display: none;
	}
	#footer .navWrap .link a {
		height: auto;
		min-height: 10rem;
		padding: 3rem 0 2rem;
	}
	#footer .navWrap .link .en {
		font-size: 4vw;
		letter-spacing: 0.04em;
	}
	#footer .navWrap .link .en svg {
		width: 14vw;
	}
	#footer .navWrap .link .ja {
		height: 3em;
		font-size: 2.4vw;
		letter-spacing: 0.06em;
	}
	#footer .navWrap .link .ja span {
		display: block;
	}
	#footer .logoWrap {
		display: block;
	}
	#footer .logoWrap .logo {
		width: 7em;
		margin: 0 auto 3em 0;
	}
	#footer .menuBlock {
		display: block;
	}
	html {
		overflow: auto;
	}
	body {
		min-width: inherit;
		overflow: hidden;
	}
	p, table, dl, ol, ul li {
		text-align: justify;
		word-break: break-all;
	}
	img {
		width: 100%;
		height: auto;
	}
	main {
		display: block;
	}
	.wrap,
	.wrap_l,
	.wrap_s,
	.wrap_ss {
		padding: 0 5vw;
	}
	.pc {
		display: none !important;
		line-height: 0;
	}
	.sp {
		display: block !important;
		line-height: 0;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#header {
		min-width: inherit;
		padding: 0;
	}
	#header .logo a {
		width: 10em;
		margin-right: 0;
	}
	#header .logo span {
		display: none;
	}
	#header #headerWrap {
		align-items: flex-start;
		height: auto;
		padding: 3rem 2rem;
		transition: 0.3s;
	}
	#header.scroll #headerWrap,
	#header.lower #headerWrap {
		padding: 3rem 2rem;
	}
	#header.open #headerWrap {
		padding: 3rem 2rem;
		background: #fff;
	}
	#header #headerWrap::after {
		width: 100%;
		height: 2px;
		background: #fff;
	}
	#header.scroll #headerWrap::after,
	#header.open #headerWrap::after {
		background: #000;
	}
	#header #headerInner .menu {
		display: none;
	}
	#header #headerInner .link {
		align-items: stretch;
		width: 138px;
		border-left: 1px solid #284b63;
	}
	#header #headerInner .link li {
		margin-right: 0;
		font-size: 1.1rem;
	}
	#header #headerInner .link li a {
		display: flex;
		align-items: center;
		height: 50px;
		padding: 0 10px;
	}
	#header #headerInner .link li + li {
		border: 0;
		letter-spacing: -0.05em;
	}
	#header #headerInner .link li + li a {
		box-sizing: border-box;
		height: 50px;
		padding: 30px 5px 0;
		background: url(../img/common/icon_login.png) center 9px no-repeat #284b63;
		background-size: 12px auto;
	}
	#header #gnavi {
		box-sizing: border-box;
		width: 100%;
		height: 100vh;
		padding: 0 5vw 10vw;
		overflow-y: scroll;
	}
	#header #gnavi .inner {
		display: block;
		width: 100%;
		padding: 0 2rem;
		position: static;
		transform: translateY(0);
		padding: 10vw 0 40vw;
	}
	#toggle p {
		font-size: 2.0rem;
	}
	#toggle div::before {
		font-size: 2.0rem;
	}
	#header #gnavi {
		padding-bottom: 30vw;
	}
	#header #gnavi .menu li.current::before {
		content: none;
	}
	#header #gnavi .menu li {
		margin-top: 1em;
		padding: 0;
		font-size: 4.2vw;
	}
	#header #gnavi .menu + .menu {
		margin-top: 1.6em;
	}
	#footer {
		padding-bottom: 4rem;
	}
	#footer .wrap {
		display: block;
		position: relative;
		padding: 8vw 3rem;
	}
	#footer .logo {
		width: 30vw;
		margin: 0 auto 5vw;
	}
	#footer .menu {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-top: 5rem;
	}
	#footer .menu ul {
		width: 45%;
	}
	#footer .menu ul + ul {
		margin: 0;
	}
	#footer .menu li {
		font-size: 1.4rem;
	}
	#footer .menu li + li {
		margin-top: 1em;
	}
	#footer .menu ul:last-child {
		margin-top: 2vw;
	}
	#footer .copy {
		padding: 1em 0;
		font-size: 2.6vw;
	}
	/* lower */
	.headline {
		font-size: 2.6rem;
	}
	#footer .menu p + ul {
		margin-left: 0;
	}
	#footer .logoWrap .txt {
		margin-left: 0;
	}
	#footer .menuBlock + .menuBlock, #footer .menu ul + ul, #footer .menu p + ul {
		margin-left: 0;
	}
	#footer .menuBlock {
		width: 50%;
	}
	#footer .menu ul {
		width: auto;
	}
	#footer .sp_order {
		display: flex;
		flex-direction: column;
	}
	#footer .order01 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin-top: 0 !important;
	}
	#footer .order02 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-top: 1.4rem !important;
	}
	#footer .order03 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		margin-top: 1.4rem !important;
	}
	#footer .copyright {
		color: #fff;
		font-size: 1.0rem;
		text-align: center;
	}
	.ly-page-mv {
		height: auto;
		padding-right: 0;
		padding-left: 0;
	}
	.ly-page-mv img {
		height: auto;
	}
	.page-title {
		font-size: 8.3vw;
	}
	.breadcrumb {
		display: none;
		padding: 2rem;
	}
	.ly-sp-full-image {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.ly-content-heading {
		padding: 6rem 0 2rem;
	}
	.ly-content-heading .txt {
		text-align: center;
	}
	.ly-content-heading .txt.m-text-large {
		font-size: 4.2vw;
		line-height: 2.6;
	}
	.ly-content-body {
		padding: 2rem 0;
	}
	.ly-content-inner {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.content-card {
		padding: 2rem 0 6rem;
	}
	.content-card .ly-link-wrapper {
		margin-top: 6rem;
		text-align: right;
	}
	.content-card__img-wrapper {
		margin-bottom: 4rem;
	}
	.content-card__title.m-text-large {
		margin: 3rem 0;
		font-size: 6.2vw;
	}
	.content-card__title {
		margin: 3rem 0;
		font-size: 5.2vw;
		line-height: 2;
	}
	.content-card__title.m-sp-text-center {
		text-align: center;
	}
	.content-card__title.m-sp-text-center {
		text-align: center;
	}
	.content-card__text-wrapper .txt {
		margin: 3rem 0;
		font-size: 3.6vw;
	}
	.fixed .site-title__logo {
		display: block;
		z-index: 800;
		position: relative;
		width: 11rem;
	}
	.site-title__text {
		display: block;
		padding-top: .4rem;
	}
	.fixed .site-title__text {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.frontPage-header #toggle span {
		background: #fff;
	}
	#header.frontPage-header {
		background: transparent;
	}
	#header.frontPage-header .site-title {
		display: none;
	}
	.pc {
		display: block !important;
		line-height: 0;
	}
	.sp {
		display: none !important;
		line-height: 0;
	}
	a[href*="tel:"] {
		pointer-events: none;
	}
	.ie11 a[href*="tel:"] {
		display: inline-block;
		cursor: default;
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) and (max-width: 767px) {
	#header.open #headerWrap {
		background-color: transparent;
	}
}

/* ------------------------------
.column_list
------------------------------ */
.column_list {
	margin-top: 30px;
}
.column_list ul {
	display: flex;
	flex-wrap: wrap;
}
.column_list li {
	width: 31%;
	max-width: 310px;
	margin-right: 3.5%;
	position: relative;
	padding-bottom: 30px;
}
.column_list li a {
	transition: opacity .3s ease;
	display: block;
}
.column_list li a:hover {
	opacity: .7;
}
.column_list li .img {
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	position: relative;
}
.column_list li .img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.column_list li .ttl {
	font-size: 1.5rem;
	margin-top: 10px;
}
.column_list li .m-ymd {
	font-size: 1.3rem;
	color: #666;
	position: absolute;
	bottom: 0;
}
.column_list li:nth-of-type(3n) {
	margin-right: 0;
}
.column_list li:nth-of-type(n+4) {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.column_list li {
		width: 100%;
		max-width: none;
		margin-right: 0;
	}
	.column_list li:nth-of-type(n+2) {
		margin-top: 30px;
	}
}

/*# sourceMappingURL=sourcemaps/common.css.map */
