@charset "UTF-8";
/* CSS Document */

.spv {
	display: none!important;
}

html {
	font-size: 62.5%;/* 10px */
	overscroll-behavior: none;
}

a:hover {
	/*opacity: 0.5;*/
}

section {
	position: relative;
}

.wrapper {
	max-width: 1280px;
	padding: 0 70px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media (max-width: 1150px) {
	.wrapper {
		padding: 0 5vw;
	}
}
.flex {
	display: flex;
	justify-content: space-between;
}

/*------------------------------------------------*/
html.scrFixed {
	overflow-y: hidden;
}
/*body::after {
	content: '';
	display: block;
	width: 100%;
	height: 120vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	transition: opacity 0.2s;
	opacity: 0;
	pointer-events: none;
}
body.megaMenu_open::after {
	opacity: 1;
	pointer-events: auto;
}
#megaMenu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	transform: translateY(-30px);
	opacity: 0;
	pointer-events: none;
}
body.megaMenu_open #megaMenu {
	transition: opacity 0.2s, transform 0.2s;
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}*/

#pageContentsWrap {
	padding-top: 162px;
}
/*------------------------------------------------*/
body::before {
    content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
    z-index: 1000;
    background: #fff;
	pointer-events: none;
	transform: translateX(0);
}
html.start_pre body::before {
	/*transform: translateX(-100vw);
	transition: transform 0.4s 0.1s;/*cubic-bezier(.98,.01,.6,1);;*/
	animation: pageMove_start 0.4s 0.3s forwards;
}
@keyframes pageMove_start {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	99.99% {
		transform: translateX(-100vw);
		opacity: 1;
	}
	100% {
		transform: translateX(-100vw);
		opacity: 0;
	}
}
html.pageMove body::before {
    /*transform: translateX(0);*/
	animation: pageMove 0.4s forwards;
}
@keyframes pageMove {
	0% {
		transform: translateX(100vw);
	}
	100% {
		transform: translateX(0);
	}
}
html.pageMove {
    /*cursor: wait!important;*/
    pointer-events: none;
}

#pageMove_logo {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: center center/177px auto no-repeat;
	width: 177px;
	height: 202px;
	z-index: 1001;
	pointer-events: none;
	transform: scale(0.8);
	/*will-change: transform;*/
}
html.start_pre #pageMove_logo {
	opacity: 0;
	transition: opacity 0.2s;
}
html.pageMove #pageMove_logo {
	opacity: 1;
	transition: opacity 0.2s 0.1s;
}

/*html.start_pre:not(.pageMove) body.top::before {
	animation-delay: 0.3s;
}
html.start_pre:not(.pageMove) body.top #pageMove_logo {
	transition-delay: 0.2s;
}*/

/*------------------------------------------------*/
#section-kv-top {
	height: 44vw;
	max-height: 740px;
	min-height: 620px;
	position: relative;
	margin-bottom: 35px;
}
#section-kv-top .wrap-text {
	padding: 0 70px 100px;
	position: relative;
	z-index: 2;
	height: 100%;
	max-width: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	pointer-events: none;
}
@media (max-width: 1150px) {
	#section-kv-top .wrap-text {
		padding: 0 5vw 50px;
	}
}
#section-kv-top .wrap-text h2 span.t1 {
	display: block;
	color: rgba(var(--color-1m));
	border-bottom: 2px solid rgba(var(--color-1m));
	padding-bottom: 28px;
	margin-bottom: 40px;
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#section-kv-top .wrap-text h2 span.t1 img {
	width: 268px;
}
#section-kv-top .wrap-text h2 span.t2 {
	display: block;
	font-size: 3.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: 500;
}
#section-kv-top .wrap-text h2 span.t2 img {
	width: 390px;
}
#section-kv-top .wrap-bg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: calc(100% - 360px); /*75vw;*/
	height: 100%;
	overflow: hidden;
	border-radius: 12px 0 0 12px;
	background: #fff;
}
#section-kv-top .wrap-bg::before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: 36%;
	height: calc(100% + 2px);
	z-index: 3;
	background: linear-gradient(90deg, rgba(255,255,255,0.8), rgba(255,255,255,0.0));
	pointer-events: none;
}
#section-kv-top .wrap-bg .inner {
	position: relative;
	height: 100%;
}
#section-kv-top .wrap-bg .inner .playBtn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/assets/images/video_play.svg") center center no-repeat;
	z-index: 11;
	cursor: pointer;
	display: none;
}
#section-kv-top .wrap-bg .inner video#video_kv {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 102%;
	height: 120%;
	object-fit: cover;
	z-index: 10;
	opacity: 0;
}
#section-kv-top .wrap-bg .inner::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 102%;
	height: 100%;
	z-index: 1;
	background: url("../images/top_kv.jpg") center center/cover no-repeat;
}
#section-kv-top .wrap-bg .inner iframe {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}


/*------------------------------------------------*/
header#mainHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 162px;
	transform: translateY(-100%);
    pointer-events: none;
	border-top: 5px solid rgba(var(--color-1m));
	background: #fff;
	border-bottom: 1px solid #fff;
	padding-top: 30px;
	user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
body:not(.pageTop) header#mainHeader {
	height: 120px;
	padding-top: 0;
}
body:not(.pageTop) header#mainHeader li.english {
	display: none;
}
html.start header#mainHeader {
	transition: transform 0.3s, background 0.2s, height 0.2s;
}
body.headerShow header#mainHeader {
    transform: translateY(0);
    pointer-events: auto;
}
/*body.pageTop header#mainHeader {
	background: none;
}*/
header#mainHeader .inner {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
header#mainHeader h1 {
	width: 192px;
	height: 55px;
	transition: opacity 0.2s 0.2s;
	margin-left: 15px;
}
header#mainHeader h1 a {
	transition: opacity 0.15s;
}
header#mainHeader h1 a:hover {
	opacity: 0.7;
}
header#mainHeader h1 img {
	display: block;
	width: 100%;
}
body.top.pageTop header#mainHeader h1 {
	transition-delay: 0s!important;
	opacity: 0;
}
body:not(.top) #mainHeader img.topLogo {
	display: none;
}
body.top #mainHeader img.topLogo {
	position: absolute;
	z-index: 60;
	left: 85px;
	top: 55px;
	width: 177px;
	transition: opacity 0.1s, transform 0.1s;
	transform-origin: center top;
	transform: scale(0.8);
	opacity: 0;
	pointer-events: none;
}
body.top.pageTop #mainHeader img.topLogo {
	transition: opacity 0.2s, transform 0.2s;
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
@media (max-width: 1150px) {
	body.top.pageTop header#mainHeader h1 {
		opacity: 1;
	}
	body.top #mainHeader img.topLogo {
		top: 185px;
		transform: scale(0.8)!important;
	}
}

header#mainHeader nav {
}
header#mainHeader nav .english {
}
header#mainHeader nav .english a {
	position: absolute;
	top: 0;
	right: 25px;
	margin-left: auto;
	width: 116px;
	height: 35px;
	border: solid rgba(var(--color-1m));
	border-width: 0 1px 1px;
	border-radius: 0 0 6px 6px;
	line-height: 30px;
	text-align: center;
	color: rgba(var(--color-1m));
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	padding-right: 34px;
	padding-bottom: 3px;
	background: url("../images/icon_arrow_c.svg") right 15px center no-repeat;
	transition: background 0.15s, color 0.15s;
}
header#mainHeader nav .english a:hover {
	background-color: rgba(var(--color-1m));
	color: #fff;
	background-image: url("../images/icon_arrow_w.svg");
}
header#mainHeader nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-right: -15px;
}
header#mainHeader nav ul li {
	color: rgba(var(--color-1m));
	text-align: center;
}
header#mainHeader nav ul li + li a::before {
	content: '';
	width: 1px;
	height: 20px;
	background: rgba(var(--color-1m));
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
header#mainHeader nav ul li.english a::before {
	display: none;
}
header#mainHeader nav ul li a {
	padding: 0 25px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
}
header#mainHeader nav ul li span {
	letter-spacing: -0.05em;
}
header#mainHeader nav ul li i {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.3em;
}
@media (max-width: 1420px) {
	header#mainHeader nav ul li a {
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	header#mainHeader nav ul li i {
		font-size: 1.2rem;
	}
}
@media (max-width: 1240px) {
	body header#mainHeader {
		padding-top: 0;
	}
	body:not(.pageTop) header#mainHeader {
		height: 165px;
	}
	body:not(.pageTop) header#mainHeader li.english {
		display: block;
	}
	header#mainHeader .inner {
		padding: 20px 15px 0;
		display: block;
	}
	header#mainHeader h1 {
	}
	header#mainHeader nav {
		margin-top: 15px;
	}
	header#mainHeader nav .english {
	}
}
@media (max-width: 1020px) {
	header#mainHeader h1 {
		transform: scale(0.9);
		transform-origin: left center;
	}
	header#mainHeader nav ul li a {
		padding: 0 15px;
		font-size: 1.2rem;
		line-height: 1.8;
		white-space: nowrap;
	}
	header#mainHeader nav ul li i {
		font-size: 1rem;
	}
}
@media (max-width: 820px) {
	header#mainHeader nav ul li a {
		padding: 0 10px;
		font-size: 1.2rem;
		line-height: 1.8;
		white-space: nowrap;
	}
	header#mainHeader nav ul li i {
		font-size: 1rem;
	}
}

/*------------------------------------------------*/
.section-contact {
	background: linear-gradient(120deg,#FFFDFA,#FFF7EF);
	padding: 50px 0 70px;
}
.section-contact .wrapper {
	max-width: 1196px;
}
.section-contact h3.center {
	margin-bottom: 45px;
	text-align: center;
}
.section-contact h3.center + p {
}

footer#pageFooter.section-contact {
	border: solid rgba(var(--color-1m));
	border-width: 1px 0 5px;
	padding: 35px 0;
}
body.top footer#pageFooter.section-contact {
	padding-bottom: 100px;
}
footer#pageFooter .section-contact .wrapper {
	max-width: 1140px;
	padding: 0 40px;
}
footer#pageFooter.section-contact h2 {
	width: 177px;
	margin: 0 auto 35px;
}
footer#pageFooter.section-contact h2 img {
	display: block;
	width: 100%;
}



.section-contact h3.sq {
	margin-bottom: 25px;
}

.section-contact .wrap-col-x {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.section-contact .wrap-col-x + .wrap-col-x {
	margin-top: 50px;
}
.section-contact .wrap-col {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.section-contact .wrap-col.form,
.section-contact .wrap-col.tel {
	align-items: center;
	padding: 25px 0;
	text-align: center;
	width: 100%;
}
.section-contact .wrap-col.form {
	border: solid rgba(var(--color-1m));
	border-width: 1px 0;
}
.section-contact .wrap-col.x2 {
	width: calc(50% - 8px);
	border: solid rgba(var(--color-1m));
	border-width: 1px 0;
}
.section-contact .wrap-col-x .wrap-vertical {
	width: calc(50% - 40px);
}
.section-contact .wrap-col-x .wrap-vertical .wrap-col.tel {
	padding-bottom: 0;
}

.section-contact .wrap-col.form p {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
	color: rgba(var(--color-1m));
}
.section-contact .wrap-col.form .btn {
	justify-content: center;
}
.section-contact .wrap-col.tel p.t1 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	color: rgba(var(--color-1m));
}
.section-contact .wrap-col.tel .tel {
	margin: 20px 0 22px;
}
.section-contact .wrap-col.tel .tel span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 45px;
	background: url("../images/icon_tel.svg") left center no-repeat;
	color: rgba(var(--color-1m));
	font-size: 4.0rem;
	line-height: 1;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
}
.section-contact .wrap-col.tel .tel span img {
	height: 30px;
}
.section-contact .wrap-col.tel p.t2 {
	font-size: 1.2rem;
	line-height: 1.5;
}
.section-contact .wrap-col.navi {
	width: calc(50% - 5px - 30px);
	padding: 5px 10px 0 0;;
}
.section-contact .wrap-col.time {
	width: calc(50% - 15px);
}
footer#pageFooter.section-contact .wrap-col.time {
	width: calc(50% - 5px + 30px);
}
.section-contact .wrap-col.navi nav ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.section-contact .wrap-col.navi nav ul li {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	color: rgba(var(--color-1m));
	background: url("../images/icon_arrow_c.svg") left top 6px no-repeat;
	padding: 0 10px 0 15px;
	margin: 8px 0;
}
.section-contact .wrap-col.navi nav ul li:nth-child(odd) {
	width: 45%;
}
.section-contact .wrap-col.navi nav ul li:nth-child(even) {
	width: 55%;
}
.section-contact .wrap-col.navi .btn {
	margin-top: 25px;
}
body.subpage footer#pageFooter.section-contact .wrap-col.navi .btn {
	display: none;
}
.section-contact .wrap-col.time .inner {
	width: 100%;
}
.section-contact .wrap-col.time .inner h3 {
	margin-bottom: 15px;
}
.section-contact .wrap-col.time .inner p + p {
	margin-top: 10px;
}
.section-contact .wrap-col.time .inner p {
	line-height: 1.6;
}
.section-contact .wrap-col.time .inner .inner-wrap + .inner-wrap {
	margin-top: 40px;
}
.section-contact .wrap-col.time .wrap-table {
	background: #fff;
	border: 1px solid rgba(var(--color-1m));
	border-radius: 12px;
	padding: 15px;
}
.section-contact .wrap-col.time table {
	width: 100%;
}
.section-contact .wrap-col.time table th,
.section-contact .wrap-col.time table td {
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(var(--color-1m));
}
.section-contact .wrap-col.time table thead th {
	text-align: center;
	padding: 3px 0 16px;
}
.section-contact .wrap-col.time table tbody {
	border-top: 1px solid rgba(var(--color-1m));
}
.section-contact .wrap-col.time table tr + tr {
	border-top: 1px solid rgba(var(--color-1m));
}
.section-contact .wrap-col.time table tr > *:nth-child(n+2) {
	border-left: 1px solid rgba(var(--color-1m));
	width: 10.5%;
}
.section-contact .wrap-col.time table tbody tr > * {
	padding: 18px 0;
}
.section-contact .wrap-col.time table tbody tr th {
	padding-left: 5px;
}
.section-contact .wrap-col.time table tbody tr td {
	text-align: center;
}
.section-contact .wrap-col.time .btn {
	margin-top: 45px;
}

footer#pageFooter.section-contact .copyright {
	margin-top: 35px;
	text-align: right;
	font-size: 1.2rem;
	color: #6F6F6F;
}

body.top footer#pageFooter.section-contact #footer-contact {
	display: none;
}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

.btn {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	border-radius: 24px;
	background: linear-gradient(135deg,#F7BE7D,rgba(var(--color-1m)));
	padding: 0 40px;
	position: relative;
	overflow: hidden;
}
.btn a span {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	padding-right: 20px;
	background: url("../images/icon_arrow_w.svg") right center no-repeat;
	position: relative;
	z-index: 3;
}
.btn.rv a span {
	padding-right: 0;
	padding-left: 20px;
	background: url("../images/icon_arrow_w_rv.svg") left center no-repeat;
}
.btn a::after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: calc(100% + 2px);
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
	transform: skewX(-20deg) translateX(-100%);
	z-index: 2;
	will-change: transform;
}
.btn a:hover::after {
	transform: translateX(100%);
	transition: transform 0.4s;
}
.btn a::before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #fff;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 1;
	will-change: transform;
}
.btn a:hover::before {
	opacity: 0.12;
}


.a-fx a span {
	position: relative;
	background: linear-gradient(rgba(var(--color-1m)), rgba(var(--color-1m))) 100% 100%/0 1px no-repeat;
	transform-origin: right top;
	transition: background-size 0.3s;
	padding-bottom: 2px;
}
header#mainHeader nav .a-fx a span {
	padding-bottom: 1px;
}
.a-fx.b a span {
	background: linear-gradient(#000, #000) 100% 100%/0 1px no-repeat;
}
.a-fx a:hover span {
	transform-origin: left top;
	background-size: 100% 1px;
	background-position: 0% 100%;
}

/*.a-fx a span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(var(--color-1m));
	transform: scaleX(0);
	transform-origin: right top;
	transition: transform 0.3s;
}
.a-fx a:hover span::after {
	transform: scaleX(1);
	transform-origin: left top;
}*/

/*------------------------------------------------*/
section.section-content {
	padding: 80px 0;
}
/*
section.section-content + section.section-content {
	padding: 80px 0;
}*/
section.section-content.bg-1::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 75%;
	height: 455px;
	background: linear-gradient(120deg,#FFFDFA,#FFF7EF);
}
.col-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.col-flex .col-wrap {
	flex: 1;
	order: 2;
}
.col-flex .col-wrap.left {
	order: 1;
	margin-right: 50px;
}
.col-flex .col-wrap.right {
	order: 3;
	margin-left: 50px;
}
.col-flex .col-wrap img.image {
	display: block;
	max-width: 100%;
	border-radius: 12px;
}
.col-flex .col-wrap img.image + img.image,
.col-flex .col-wrap .fadeImage + .fadeImage {
	margin-top: 25px;
}
.col-flex .col-wrap img.image + p,
.col-flex .col-wrap .fadeImage + p {
	margin-top: 20px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}

.col-flex .col-wrap.image {
	max-width: 40%;
}

.col-flex .col-wrap.w474 {
	flex: none;
	width: 474px;
	max-width: 40%;
}
.col-flex .col-wrap.w410 {
	flex: none;
	width: 410px;
}
.col-flex .col-wrap.w372 {
	flex: none;
	width: 372px;
	margin-right: 80px;
}
.col-flex .col-wrap.w307 {
	flex: none;
	width: 307px;
}
.col-flex .col-wrap.w405 {
	flex: none;
	width: 405px;
}
.col-flex .col-wrap.w439 {
	flex: none;
	width: 439px;
}
.col-flex .col-wrap.w535 {
	flex: none;
	width: 535px;
	max-width: 48%;
}
.col-flex .col-wrap.w464 {
	flex: none;
	width: 464px;
	max-width: 44%;
}

h4.s {
	color: rgba(var(--color-1m));
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 400;
}

h4.s + .deco {
	margin-top: 20px;
}

.col-flex .col-wrap > * + h4.s {
	margin-top: 40px;
}
.deco.border {
	border: 2px solid rgba(var(--color-1t));
	border-radius: 12px;
	padding: 25px 30px;
	font-size: 1.4rem;
	background: #fff;
}
.deco.dotLine {
	border: dotted rgba(var(--color-1m));
	border-width: 2px 0;
	padding: 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}
.deco.dotLine > * {
	flex: 1;
}
.deco.dotLine > *:first-child {
	flex: none;
	text-align: center;
	padding: 0 50px 0 20px;
}
.inline-block {
	display: inline-block;
}

.col-flex .col-wrap > * + .btn {
	margin-top: 45px;
}

h3.sq {
	font-size: 2.0rem;
	line-height: 1.6;
	font-weight: 500;
	color: rgba(var(--color-1m));
	margin-bottom: 25px;
	position: relative;
	padding-left: 25px;
}
h3.sq::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 16px;
	height: 16px;
	background: rgba(var(--color-1m));
	border-radius: 2px;
}
h3.sq.b {
	color: #000;
}
h3.sq.b::before {
	background: #000;
}

h3.i {
	margin-bottom: 30px;
}
h3.i.center {
	text-align: center;
}
h3.i span {
	display: block;
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: 500;
}
h3.i i {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: rgba(var(--color-1m));
	margin: 5px 0 0;
}

h4.b {
	font-size: 2.2rem;
	line-height: 2;
	font-weight: 400;
	margin-bottom: 25px;
}

.p_between h3.sq {
	margin-bottom: 35px;
}
.p_between p + p {
	margin-top: 2.6em;
}

section.section-content p + h3 {
	margin-top: 100px;
}

/*------------------------------------------------*/
.col-flex .col-wrap.info {
	padding-right: 40px;
}
.col-flex .col-wrap.info ul {
	border: solid rgba(var(--color-1m));
	border-width: 1px 0;
	padding: 25px 5px;
}
.col-flex .col-wrap.info ul li {
	/*display: flex;
	justify-content: flex-start;
	align-items: flex-start;*/
}
.col-flex .col-wrap.info ul li + li {
	margin-top: 25px;
}
.col-flex .col-wrap.info ul li p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.col-flex .col-wrap.info ul li p.date {
	color: rgba(var(--color-1m));
	width: 100px;
	font-weight: 400;
}
.col-flex .col-wrap.info ul li p.text {
	flex: 1;
}
.col-flex .col-wrap.info a {
	color: rgba(var(--color-1m));
	text-decoration: underline;
}
.col-flex .col-wrap.info a:hover {
	text-decoration: none;
}

.col-flex .col-wrap.message p {
	font-size: 1.4rem;
	line-height: 2;
}
.col-flex .col-wrap.message ul {
	margin: 25px 0;
}

/*------------------------------------------------*/
#section-link {
	padding-bottom: 145px;
}
#section-link ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#section-link ul li {
	width: calc((100% - 30px) / 3);
	height: 229px;
	color: #fff;
	overflow: hidden;
	border-radius: 12px;
	isolation: isolate;
}
#section-link ul li a {
	padding: 0 30px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}
#section-link ul li a .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: center center/cover no-repeat;
	transition: transform 0.5s, opacity 0.3s;
	will-change: transform;
}
#section-link ul li a:hover .image {
	transform: scale(1.1);
	opacity: 0.8;
}
#section-link ul li p {
	width: 100%;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #fff;
	will-change: transform;
	background: url("../images/icon_arrow_w2.svg") right center no-repeat;
}
#section-link ul li p span {
	display: block;
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: 500;
}
#section-link ul li p i {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.3em;
	margin: 5px 0 8px;
}

/*------------------------------------------------*/
#section-kv-subpage {
	height: 300px;
}
#section-kv-subpage .heading {
	position: relative;
	top: -1px;
	z-index: 2;
	height: 100px;
	display: flex;
	justify-content: flex-start;
}
#section-kv-subpage .heading h2 {
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 500;
	color: rgba(var(--color-1m));
	padding: 0 30px 0 100px;
	position: relative;
}
#section-kv-subpage .heading h2::after {
	content: '';
	position: absolute;
	right: -100px;
	top: 0;
	width: 120px;
	height: 100px;
	background: url("../images/subpage_kv_frame.svg") left bottom/113px 100px no-repeat;
	z-index: 1;
}
#section-kv-subpage .heading h2 span {
	display: block;
	position: relative;
	z-index: 2;
}
#section-kv-subpage .heading h2 img {
	height: 25px;
}
#section-kv-subpage .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
#section-kv-subpage .bg span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 115%;
	background: center center/cover no-repeat;
}
#section-kv-subpage .bg span.img_01 {
	background-image: url("../images/subpage_kv_01.jpg");
}
#section-kv-subpage .bg span.img_02 {
	background-image: url("../images/subpage_kv_02.jpg");
}
#section-kv-subpage .bg span.img_03 {
	background-image: url("../images/subpage_kv_03.jpg");
}
#section-kv-subpage .bg span.img_04 {
	background-image: url("../images/subpage_kv_04.jpg");
}
#section-kv-subpage .bg span.img_05 {
	background-image: url("../images/subpage_kv_05.jpg");
}
#section-kv-subpage .bg span.img_06 {
	background-image: url("../images/subpage_kv_06.jpg");
}
#section-kv-subpage .bg span.img_07 {
	background-image: url("../images/subpage_kv_07.jpg");
}
#section-kv-subpage .bg span.img_08 {
	background-image: url("../images/subpage_kv_08.jpg");
}
#section-kv-subpage .bg span.img_09 {
	background-image: url("../images/subpage_kv_09.jpg");
}
#section-kv-subpage .bg span.img_10 {
	background-image: url("../images/subpage_kv_10.jpg");
}
/*------------------------------------------------*/
h2.center {
	text-align: center;
	color: rgba(var(--color-1m));
	font-size: 3.0rem;
	line-height: 1.5;
	font-weight: 500;
	padding-bottom: 30px;
	position: relative;
	margin-top: -5px;
}
h2.center::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background: rgba(var(--color-1m));
}
p.intro-center {
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
}
section#about-intro {
	padding-bottom: 20px;
}
section#about-intro .wrap-text {
	text-align: center;
	padding: 40px 0;
	background: linear-gradient(90deg,#FFFDFA,#FFF7EF,#FFFDFA);
	font-size: 2.0rem;
	line-height: 2.2;
	font-family: serif;
	margin-top: 40px;
}
section#about-intro .wrap-text .name {
	font-size: 1.6rem;
	line-height: 2.2;
	padding-top: 15px;
	margin-top: 25px;
	position: relative;
}
section#about-intro .wrap-text .name::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 80px;
	height: 1px;
	background: rgba(0,0,0,0.4);
}

section#about-3 .wrap-about {
	margin-top: 70px;
}
section#about-3 .wrap-about ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
section#about-3 .wrap-about ul li {
	border: 2px solid rgba(var(--color-1t));
	border-radius: 12px;
	position: relative;
	width: calc( (100% - 30px) / 3 );
}
section#about-3 .wrap-about ul li h4 {
	position: absolute;
	left: 0;
	top: -17px;
	width: 100%;
	text-align: center;
}
section#about-3 .wrap-about ul li h4 span {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: rgba(var(--color-1m));
	border-radius: 12px;
	padding: 0 30px;
	font-size: 1.6rem;
	font-weight: 500;
}
section#about-3 .wrap-about ul li .inner {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 20px;
	font-size: 1.4rem;
	line-height: 2.2;
}
section#about-3 .wrap-about p.center {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.2;
	margin-top: 50px;
	margin-bottom: 20px;
}

section.section-content .wrap-intro {
	text-align: center;
	max-width: 826px;
	margin: 0 auto;
}
body.english section#about-4 {
	padding-bottom: 0;
}
section#about-4 h2,
section#about-evidence h2 {
	margin-bottom: 50px;
}
section#about-4 .wrap-history {
	background: linear-gradient(120deg,#FFFDFA,#FFF7EF);
	padding: 80px 0 110px;
	margin-top: 80px;
}
section#about-4 .wrap-history .col-flex + .col-flex {
	margin-top: 100px;
}
section#about-4 .wrap-history .col-wrap .name {
	font-family: serif;
	font-size: 2.7rem;
	line-height: 1.5;
}
section#about-4 .wrap-history .col-wrap .year {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	margin: 5px 0 30px;
	color: rgba(var(--color-1m));
}

ul.wrap-image-list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
ul.wrap-image-list li,
ul.wrap-image-list::after {
	width: calc( (100% - 60px) / 3);
}
ul.wrap-image-list li {
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
	background: url("../images/icon_arrow2.svg") right 8px bottom 15px no-repeat;
}
ul.wrap-image-list::after {
	content: '';
}
ul.wrap-image-list li a {
	display: block;
	padding-bottom: 15px;
}
ul.wrap-image-list li a .image {
	overflow: hidden;
	margin-bottom:8px;
	border-radius: 12px;
	will-change: transform;
}
ul.wrap-image-list li a .image div {
	/*height: 229px;*/
	aspect-ratio: 360 / 229;
	background: #ddd center center/cover no-repeat;
	transition: transform 0.5s, opacity 0.3s;
}
ul.wrap-image-list li a:hover .image div {
	transform: scale(1.1);
	opacity: 0.8;
}
ul.wrap-image-list li h4 {
	color: rgba(var(--color-1m));
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 1.3;
	margin-bottom: 15px;
	
	/*height: 2.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;*/
}
ul.wrap-image-list li a .date {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 15px;
	margin-bottom: 10px;
	height: calc(1em * 1.4);
}
ul.wrap-image-list li a .text {
	padding-right: 30px;
	margin-bottom: 5px;
	
	font-size: 1.4rem;
	line-height: 1.8;
	
	height: 5.4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/*------------------------------------------------*/
section#menu-1 h2 {
	margin-bottom: 80px;
}

.wrap-image-col-3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: -20px;
}
.wrap-image-col-3 > div {
	background: center center/cover no-repeat;
	width: calc( (100% - 30px) / 3);
	aspect-ratio: 370 / 229;
	border-radius: 12px;
	margin-bottom: 20px;
}
.wrap-image-col-3 > div::after {
	border-radius: 12px;
}

section#menu-2,
section#menu-4 {
	background: linear-gradient(120deg,#FFFDFA,#FFF7EF);
}
section#menu-flow ul.wrap-flow {
	margin: 30px auto 0;
	max-width: 960px;
}
section#menu-flow ul.wrap-flow li {
	background: url("../images/icon_flow_arrow.svg") center bottom no-repeat;
	padding-bottom: 55px;
}
section#menu-flow ul.wrap-flow li:last-child {
	background: none;
}
section#menu-flow ul.wrap-flow li + li {
	margin-top: 30px;
}
section#menu-flow ul.wrap-flow .h {
	border-bottom: 1px solid rgba(var(--color-1m));
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
section#menu-flow ul.wrap-flow .h span {
	font-size: 2.0rem;
	line-height: 1;
	font-weight: 500;
}
section#menu-flow ul.wrap-flow .h i {
	font-size: 3.1rem;
	line-height: 1.5;
	font-weight: bold;
	margin-right: 15px;
	color: rgba(var(--color-1m));
}
section#menu-flow ul.wrap-flow p {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: normal;
}
section#menu-flow ul.wrap-flow .col-wrap.w439 {
	margin-right: 30px;
	max-width: 50%;
}
section#menu-price {
	background: linear-gradient(120deg,#FFFDFA,#FFF7EF);
	padding-top: 65px;
}
section#menu-price .wrap-1 {
	border: dotted rgba(var(--color-1m));
	border-width: 2px 0;
	padding: 20px 0;
	max-width: 550px;
	margin: 40px auto 0;
	text-align: center;
}
section#menu-price .wrap-1 .inner {
	display: inline-block;
	text-align: left;
}
section#menu-price .wrap-2 {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
section#menu-price .wrap-2 .inner {
	width: 48%;
}

/*------------------------------------------------*/
section#faq {
	padding-bottom: 200px;
}
section#faq ul.wrap-faq {
	max-width: 960px;
	margin: 60px auto 0;
}
section#faq p + ul.wrap-faq {
	margin-top: 35px;
}
section#faq ul.wrap-faq li {
	border: 1px solid rgba(var(--color-1m));
	border-radius: 12px;
	padding: 30px 57px;
}
section#faq ul.wrap-faq li + li {
	margin-top: 30px;
}
section#faq ul.wrap-faq li .Q {
	background: url("../images/faq_q.svg") left 5px top 10px no-repeat;
	padding-left: 55px;
	border-bottom: 1px solid rgba(var(--color-1m));
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 400;
}
section#faq ul.wrap-faq li .A {
	background: url("../images/faq_a.svg") left 8px top 10px no-repeat;
	padding-left: 55px;
}
section#faq ul.wrap-faq li p {
	letter-spacing: normal;
}

section#faq ul.wrap-faq + h2 {
	margin: 110px 0 0;
}
/*------------------------------------------------*/
section#profile-1 {
	padding-bottom: 50px;
}
section#profile-1 .wrap-message {
	margin: 100px 0 0;
	border: 4px solid rgba(var(--color-1t));
	border-radius: 12px;
	padding: 40px;
}
section#profile-1 .col-wrap {
	position: relative;
	z-index: 2;
}
section#profile-1 .col-wrap.image {
	position: relative;
	z-index: 0;
	width: 50%;
	max-width: 490px;
	margin-right: 0;
}
section#profile-1 .col-wrap.image .name {
	margin-top: 30px;
	font-size: 4.9rem;
	line-height: 1;
	font-weight: 500;
	font-family: serif;
	text-align: center;
}
body.english section#profile-1 .col-wrap.image .name {
	font-size: 3rem;
}
section#profile-1 .col-wrap.right {
	flex: 1;
	margin-left: 30px;
}
body.english section#profile-2 {
	padding-top: 140px;
}
body.english section#profile-2::after {
	top: 0;
}
section#profile-2 .wrap-first {
	position: relative;
	min-height: 656px;
	display: flex;
	align-items: flex-end;
}
section#profile-2 .wrap-first .image-right {
	width: calc( (100vw - 100%) / 2 + 40%);
	max-width: 640px;
	aspect-ratio: 588 / 656;
	background: center center/cover no-repeat;
	position: absolute;
	right: calc( (100vw - 100%) / -2);
	top: 0;
	z-index: 0;
	border-radius: 12px 0 0 12px;
}
section#profile-2 .wrap-first .wrap-profile {
	padding-bottom: 20px;
	padding-top: 90px;
}
section#profile-2 .wrap-first .wrap-profile .col-wrap.text {
	position: relative;
	padding: 60px 0;
	padding-right: calc(40% + 60px);
}
section#profile-2 .wrap-first .wrap-profile .col-wrap.text::after {
	content: '';
	position: absolute;
	left: calc((100vw - 100%) / -2);
	top: 0;
	z-index: 0;
	width: 80vw;
	height: 100%;
	background: linear-gradient(120deg,#FFF7EF,#FFFDFA);
}
section#profile-2 .wrap-first .wrap-profile .col-wrap.text .inner {
	position: relative;
	z-index: 1;
}
section#profile-2 .wrap-first .wrap-profile .name {
	font-family: serif;
}
section#profile-2 .wrap-first .wrap-profile .name span {
	font-size: 3.7rem;
	line-height: 1;
}
section#profile-2 .wrap-first .wrap-profile .name i {
	font-size: 2.7rem;
	line-height: 1;
	color: rgba(var(--color-1t));
	margin-left: 25px;
}
section#profile-2 .wrap-first .wrap-profile .title {
	margin: 15px 0 20px;
	color: rgba(var(--color-1m));
	line-height: 2;
	font-weight: 400;
}
section#profile-2 .wrap-career {
	margin: 50px 0 0;
}
section#profile-2 .wrap-career h4 {
	font-size: 2.0rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 25px;
}
section#profile-2 .wrap-career .inner {
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 25px 0;
}
section.profile-3 {
	margin-top: 100px;
	padding: 0;
}
section.profile-3:first-child {
	margin-top: 0;
}
section.profile-3 h2.center {
	margin-bottom: 70px;
}
section.profile-3 .wrap .image .col-2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
section.profile-3 .wrap .image img.image + img.image,
section.profile-3 .wrap .image .fadeImage + .fadeImage {
	margin-top: 20px;
}
section.profile-3 .wrap .image .col-2 .fadeImage {
	width: 49%;
	border-radius: 12px;
	overflow: hidden;
}
section.profile-3 .wrap .image .col-2 .fadeImage + .fadeImage {
	margin: 0;
}
section#profile-3-2 .wrapper {
}
section#profile-3-2 .col-flex {
}
section#profile-3-2 .col-wrap.text {
	padding: 40px 0;
}
section#profile-3-2 .col-wrap.text::after {
	content: '';
	position: absolute;
	left: calc((100vw - 208%) / -2);
	top: 0;
	z-index: 0;
	width: 60vw;
	height: 100%;
	background: linear-gradient(120deg,#FFF7EF,#FFFDFA);
}
section#profile-3-2 .col-wrap.text .inner {
	position: relative;
	z-index: 1;
}

section#profile-3-4 {
	padding-top: 20px;
	padding-bottom: 300px;
}
section#profile-3-4::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: 75%;
	height: 430px;
	background: linear-gradient(120deg,#FFFDFA,#FFF7EF);
}
/*------------------------------------------------*/
section#access-1 {
	padding-bottom: 0;
}
body.english section#access-1 {
	padding-bottom: 80px;
}
section#access-1 h2 {
	margin-bottom: 80px;
}
section#access-1 h3 {
	margin-top: 40px;
}
section#access-1 h3:first-child {
	margin-top: 0;
}
section#access-1 img.logo {
	display: block;
	width: 286px;
	margin: 50px 0 50px 15%;
}
section#access-1 .deco.border {
	margin-top: 30px;
	min-width: 75%;
}
body.english section#access-1 .deco.border {
	margin-bottom: 60px;
}
section#access-1 .at {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #908F8F;
}
section#access-1 .wrap-map {
	margin-top: 100px;
}
section#access-1 .wrap-map iframe {
	width: 100%;
	height: 548px;
}

body.english section#access-1 .wrap-first .image-right {
	width: calc( (100vw - 100%) / 2 + 40%);
	max-width: 800px;
	aspect-ratio: 566 / 377;
	background: center center/cover no-repeat;
	position: absolute;
	right: calc( (100vw - 100%) / -2);
	top: 0;
	z-index: 0;
}
body.english section#access-1 .wrap-first .wrap-profile {
	padding-right: calc(40% + 60px);
	padding-bottom: 80px;
}

section#access-2 {
	padding-bottom: 150px;
}
section#access-2 h2 {
	margin-bottom: 80px;
}
section#access-2 .root {
	max-width: 360px;
	width: 90%;
	margin: 60px auto 0;
}
section#access-2 .root li {
	border-bottom: 1px solid #000;
}
section#access-2 .root li + li {
	margin-top: 40px;
}
section#access-2 .root li img.image {
	display: block;
	width: 100%;
	border-radius: 12px;
}
section#access-2 .root li p {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0;
	margin-top: 0;
}

/*------------------------------------------------*/
section#contact-1 {
	padding-bottom: 0;
}
section#contact-1 .wrapper {
	max-width: 1020px;
}
section#contact-1 h2 {
	margin-bottom: 50px;
}
section#contact-1 p.t {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	color: rgba(var(--color-1m));
	background: url("../images/icon_arrow_c.svg") left top 7px no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
section#contact-1 .wrap-input {
	margin: 30px 0;
}
section#contact-1 p.error {
	color: #DC1415;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 3px;
	display: none;
}
section#contact-1 .wrap-input.errorF p.error {
	display: block;
}
section#contact-1 input[type='text'],
section#contact-1 textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid #9B9B9B;
	border-radius: 12px;
	font-family: inherit;
	font-size: 1em;
	padding: 0.9em 1em;
	display: block;
	width: 100%;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
	transition: background-color 5000s ease-in-out 0s;
}
section#contact-1 textarea {
	border-radius: 12px 12px 0 12px;
	resize: vertical;
}
section#contact-1 input[type='text'].errorF {
	border-color: #DC1415;
	border-width: 2px;
}
section#contact-1 ::placeholder {
  color: #ccc;
}
section#contact-1 input[type='text']:focus {
	/*border: 1px solid rgba(0, 0, 0, 0.32);*/
	box-shadow: none;
	outline: none;
}
section#contact-1 textArea.errorF {
	border-color: #DC1415;
	border-width: 2px;
}
section#contact-1 textarea:focus {
	/*border: 1px solid rgba(0, 0, 0, 0.32);*/
	box-shadow: none;
	outline: none;
}
section.contact div.submit {
	margin-top: 50px;
}
section.contact div.submit p {
	display: inline-block;
	border-radius: 24px;
	background: linear-gradient(135deg,#F7BE7D,rgba(var(--color-1m)));
	position: relative;
	overflow: hidden;
}
section.contact input[type='submit'] {
	-webkit-appearance: none;
	background: url("../images/icon_arrow_w.svg") right 40px center no-repeat;
	min-height: 48px;
	border: none;
	font-size: 1.6rem;
	color: #fff;
	padding: 0 60px 0 40px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
section.contact div.submit p::after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: calc(100% + 2px);
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
	transform: skewX(-20deg) translateX(-100%);
	z-index: 2;
	will-change: transform;
}
sectiot.contact div.submit p:hover::after {
	transform: translateX(100%);
	transition: transform 0.4s;
}
section.contact div.submit p::before {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #fff;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 1;
	will-change: transform;
}
section.contact div.submit p:hover::before {
	opacity: 0.12;
}
section#contact-1 .at {
	font-size: 1.5rem;
	line-height: 1.8;
}
section#contact-1 .privacy {
	font-size: 1.5rem;
	line-height: 1.6;
}
section#contact-1 .privacy a {
	color: rgba(var(--color-1m));
	font-weight: 400;
	margin-top: 25px;
	background: url(../images/icon_arrow_c.svg) left top 7px no-repeat;
    padding: 0 10px 0 15px;
}

section#contact-2 h3 {
	color: rgba(var(--color-1m));
	font-weight: 500;
	line-height: 1.8;
	font-size: 2.2rem;
	margin-bottom: 30px;
}
section#contact-2 p {
	line-height: 1.8;
}
section#contact-2 p + p {
	margin-top: 30px;
}
section#contact-2 p.at {
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
}
section#contact-2 .btn {
	margin-top: 50px;
}
section#contact-2 .confirm {
}
section#contact-2 .confirm h4 {
	color: rgba(var(--color-1m));
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 5px;
}
section#contact-2 .confirm p {
	font-weight: 300;
	line-height: 1.5;
}

section#contact-2 .confirm .wrap {
	border-top: 1px solid #ccc;
	padding: 15px 10px;
}
section#contact-2 .confirm .wrap:last-of-type {
	border-bottom: 1px solid #ccc;
}

section#contact-2 .btn-flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
section#contact-2 .btn-flex > :first-child {
	margin-right: 30px;
}
section#contact-2 .btn-flex .btn.mono a {
	background: linear-gradient(135deg,#bbb,#999);
	padding: 0 25px;
}
section#contact-2 .btn-flex .btn.mono a:hover::after {
	transform: skewX(-20deg) translateX(-100%);
}

section#contact-calendar {
	padding-bottom: 180px;
}
section#contact-calendar .wrapper {
	max-width: 1020px;
}
section#contact-calendar h2 {
	margin-bottom: 50px;
}
section#contact-calendar p.h {
	text-align: center;
	margin-bottom: 20px;
}
section#contact-calendar .at {
	margin-bottom: 50px;
	background: #fefefe;
	text-align: center;
	background: #f0f0f0;
	padding: 10px 10px;
	font-size: 1.4rem;
	line-height: 1.8;
}
section#contact-calendar .at a {
	color: rgba(var(--color-1m));
	font-weight: 400;
}
/*------------------------------------------------*/
section#privacy {
	padding-bottom: 150px;
}
section#privacy h2 {
	margin-bottom: 80px;
}
section#privacy h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}
section#privacy h4 {
	font-weight: 400;
	color: rgba(var(--color-1m));
	margin-top: 10px;
}
/*------------------------------------------------*/
section#workshop h2 {
	margin-bottom: 50px;
}
section#workshop .wrapper + .wrapper {
	margin-top: 70px;
}
/*------------------------------------------------*/
section#column-article {
	background: linear-gradient(40deg, #FFF7EF 20%, #FCFAF9 80%);
	padding-bottom: 120px;
}
section#column-article .wrapper {
	max-width: calc(870px + 170px);
}
section#column-article h2 {
	margin-bottom: 50px;
}
section#column-article h2 span {
	display: block;
}
section#column-article h2 span.small {
	font-size: 2.0rem;
	font-weight: 400;
	margin-bottom: 5px;
}

section#column-article .content .image {
	text-align: center;
	margin-bottom: 50px;
}
section#column-article .content .image .inner {
}
section#column-article .content .image .inner p#article-date {
	text-align: right;
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 1.4;
}
section#column-article .content .image .image-wrap {
	position: relative;
	/*display: inline-block;
	margin: 0 auto;*/
}
section#column-article .content .image .image-wrap img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
section#column-article .content .image .image-wrap p.at {
	text-align: right;
	font-size: 0.7em;
}

section#column-article .content .image .image-wrap.col-2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
section#column-article .content .image .image-wrap.col-2 .wrap-col {
	padding: 0 4%;
	width: 50%;
}
section#column-article .content .image .image-wrap img.person {
	display: block;
	max-width: 365px;
	margin: 0 auto 20px;;
}
section#column-article .content .image .image-wrap img.circle {
	border-radius: 50%;
}
section#column-article .content .image .wrap-text {
	line-height: 1.8;
}
section#column-article .content .image .wrap-text .name {
	font-size: 2rem;
}
section#column-article .content .image .wrap-text .small {
	font-size: 1.6rem;
}

section#column-article .content #article-text {
	font-size: 1.6rem;
	line-height: 2;
}
section#column-article .content #article-text .small {
	font-size: 1.0rem;
}
section#column-article .content #article-text > * + * {
	margin-top: 50px;
}
section#column-article .content #article-text p + p {
	margin-top: 30px;
}
section#column-article .content #article-text h3 + * {
	margin-top: 10px;
}

section#column-article .content #article-text h3 {
	font-weight: 500;
	font-size: 1.6rem;
}
section#column-article .content #article-text h4 {
	font-weight: 500;
	font-size: 1.6rem;
}
section#column-article .content #article-text h4 {
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	padding-left: 22px;
}
section#column-article .content #article-text h4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 14px;
	height: 14px;
	background: #000;
	border-radius: 2px;
}
section#column-article .content #article-text .wrap {
	padding: 40px 40px;
	border-radius: 10px;
	border: 1px solid rgba(var(--color-1m));
	background: #fff;
}
section#column-article .content #article-text .wrap + .wrap {
	margin-top: 50px;
}
section#column-article .content #article-text b {
	font-weight: 500;
	color: rgba(var(--color-1m));
}
section#column-article .content #article-text table {
	border-collapse: separate;
	border-spacing: 0 15px;
}
section#column-article .content #article-text table th {
	font-weight: 500;
	padding-right: 40px;
	white-space: nowrap;
}
section#column-article .content #article-text table td {
	font-weight: 300;
}
section#column-article .content #article-text a {
	color: rgba(var(--color-1m));
	text-decoration: underline;
}
section#column-article .content #article-text a:hover {
	text-decoration: none;
}


section#column-article-index {
	padding-top: 0;
	padding-bottom: 140px;
}
section#column-article-index .btn a {
	margin: 0 auto;
}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/














































