@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

:root {
	--base: #242B33;
	--black: #000000;
	--white: #FFFFFF;
	--purple: #3B0163;
	--gray1: #F5F5F5;
	--gray2: #999999;
	--gray3: #F1F1F1;
	--gray4: #E6E6E6;
	--gray5: #E4E4E4;
	--gray6: #7D7D7D;
	--gray7: #C5C5C5;
	--gray8: #868686;
	--gray9: #D9D9D9;
  }
  
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 62.5%
}
@media screen and (max-width:768px) {
	html {
		font-size: 62.5%
	}
}
body {
	margin: 0;
	color: var(--base);
    font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:768px) {
	body {
		min-width: inherit
	}
}
main {
	display: block
}
address, blockquote, dl, figure, form, iframe, p, pre, table {
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}
pre {
	font-family: monospace, monospace;
	font-size: inherit
}
address {
	font-style: inherit
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.6s;
	transition: 0.6s
}
:focus {
	outline: none
}
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
embed, iframe, img, object {
	display: block;
	width: 100%;
	vertical-align: bottom
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit
}
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}
[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
	cursor: default
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
select::-ms-expand {
	display: none
}
option {
	padding: 0
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
label[for] {
	cursor: pointer
}
details {
	display: block
}
summary {
	display: list-item
}
[contenteditable] {
	outline: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption {
	text-align: left
}
td, th {
	vertical-align: top;
	padding: 0
}
th {
	text-align: left;
	font-weight: bold
}
template {
	display: none
}
figure, picture {
	display: block
}
figure img, picture img {
	width: 100%;
	height: auto
}
[hidden] {
	display: none
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes zoomOut {
	0% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@-webkit-keyframes confetti {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
		transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
		transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
	}
	50% {
		-webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
		transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
	}
	75% {
		-webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
		transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
	}
	86% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
		transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
	}
}
@keyframes confetti {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
		transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
		transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
	}
	50% {
		-webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
		transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
	}
	75% {
		-webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
		transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
	}
	86% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
		transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
	}
}


@-webkit-keyframes headerBg {
	0% {
		background: rgba(0, 0, 0, 0)
	}
	to {
		background: rgba(0, 0, 0, 0.19)
	}
}
@keyframes headerBg {
	0% {
		background: rgba(0, 0, 0, 0)
	}
	to {
		background: rgba(0, 0, 0, 0.19)
	}
}
@-webkit-keyframes headerBgReturn {
	0% {
		background: rgba(0, 0, 0, 0.19)
	}
	to {
		background: rgba(0, 0, 0, 0)
	}
}
@keyframes headerBgReturn {
	0% {
		background: rgba(0, 0, 0, 0.19)
	}
	to {
		background: rgba(0, 0, 0, 0)
	}
}
@-webkit-keyframes linkHover {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
@keyframes linkHover {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
@-webkit-keyframes linkHoverReturn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	to {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}
@keyframes linkHoverReturn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	to {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}



.fadeUpTrigger {
	opacity: 0
}
.fadeUp {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}
@-webkit-keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.u-pcDb {
	display: block
}
.u-pcDib {
	display: inline-block
}
.u-pcDin {
	display: inline
}
.u-pcDf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.u-pcDt {
	display: table
}
.u-pcDtc {
	display: table-cell
}
.u-spDb, .u-spDf, .u-spDib, .u-spDin, .u-spDt, .u-spDtc {
	display: none
}
@media screen and (max-width:768px) {
	.u-pcDb, .u-pcDf, .u-pcDib, .u-pcDin, .u-pcDt, .u-pcDtc {
		display: none
	}
	.u-spDb {
		display: block
	}
	.u-spDib {
		display: inline-block
	}
	.u-spDin {
		display: inline
	}
	.u-spDf {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.u-spDt {
		display: table
	}
	.u-spDtc {
		display: table-cell
	}
}

.animationText span {
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out
}
.u-hover01 {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
@media screen and (min-width:769px) {
	.u-hover01:hover {
		opacity: 0.6
	}
}
.u-hover02 {
	text-align: center
}
.u-hover02Link {
	display: block;
	background-color: #707070
}
@media screen and (min-width:769px) {
	.u-hover02Link:hover .u-hover02Span {
		color: #707070
	}
	.u-hover02Link:hover .u-hover02Bg {
		-webkit-animation: linkHover 0.5s ease-in-out forwards;
		animation: linkHover 0.5s ease-in-out forwards
	}
}
.u-hover02Span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s
}
.u-hover02Bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-animation: linkHoverReturn 0.5s ease-in-out forwards;
	animation: linkHoverReturn 0.5s ease-in-out forwards
}
.u-hover03 {
	position: relative
}
.u-hover03:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0
}
@media screen and (min-width:769px) {
	.u-hover03:hover:before {
		-webkit-animation: linkHover 0.5s ease-in-out forwards;
		animation: linkHover 0.5s ease-in-out forwards
	}
}
[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}
[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0)
}
[data-aos=fade-right] {
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0)
}
[data-aos=fade-left] {
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0)
}



body.is-headerW header {
	mix-blend-mode: normal;	
}
header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	mix-blend-mode: difference;
	transition: mix-blend-mode 0s 0.4s;
}
.header__inner {
	position: relative;
	/* height: 84px; */
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 32px 50px;
	background-color: transparent;
}
.header__logo {
	width: 142px;
	height: auto;
}
.header__btn {
	color: #FFF;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

@media screen and (max-width:768px) {
	header {
	}
	.header__inner {
		padding: 20px;
	}
	.header__logo {
		width: 84px;

	}
}


.kvArea {
	/* transform: scale(1.05); */
	/* transition-property: filter,opacity,transform !important; */
}
.kvArea.aos-animate {
	/* transform: scale(1); */
}
.kvArea__inner {
	display: flex;
	width: 100%;
	position: relative;
}
.kvArea__inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.kvArea__item {
	flex: 1 1 0%;
}
.kvArea__item img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:768px) {
	.kvArea {
	}
	.kvAreaSp_inner {
		height: 100%;
	}
}


/* .modBtn01 {
	display: inline-block;
	width: 246px;
	height: 46px;
	padding: 15px;
	background-color: var(--purple);
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.modBtn01 {
		font-size: 14px;
	}
} */


.parallax {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width:768px) {
}



.siteContent {
	position: relative;
	z-index: 1;
}
.secInner {

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

.secItem {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
}
.secItem__link {
	display: flex;
	margin-bottom: 10px;
} 
.secItem__link--right {
	justify-content: flex-end;
}
.secItem__text {
}
.secItem__btn {
	display: inline-block;
	margin-top: 1px;
	height: 12px;
	line-height: 12px;
	padding: 1px 8px 0;
	margin-left: 5px;
	background-color: #9AA1A6;
	color: #FFF;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 500;
}
.secItem__block {
	flex: 1 1 0%;
}
.secItem__block:nth-of-type(n + 2) {
	padding-left: 20px;
}
.secItem__ttl {
	margin-bottom: 10px;
	color: #606060;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
}
.secItem__block .secItem__link {
	margin-top: 10px;
}
@media screen and (max-width:768px) {
}


.sec01 {
	background-image: url(../images/sec01_img01.jpg);
}
.sec01 .secInner {
	position: relative;
	height: 100%;
}
.sec01__ttl {
	color: #FFF;
	font-weight: 400;
}
.sec01__ttlEn {
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 29px;
	margin-bottom: 10px;
}
.sec01__ttlJa {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: 39px;
}
.sec01__lead {
	margin-top: 45px;
	color: #FFF;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}
.sec01__cont {
	position: absolute;
	top: 50%;
	left: 152px;
	transform: translateY(-50%);
}
.sec01__item {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.sec01 .secItem__link {
	color: #fff;
}
@media screen and (max-width:768px) {
	.sec01 {
		background-image: url(../images/sec01_img01_sp.jpg);
	}
	.sec01 .secInner {
		padding: 170px 30px 0;
	}
	.sec01__cont {
		position: static;
		transform: none;
	}
	.sec01__item {
		right: 30px;
		bottom: 20px;
	}
	.sec01__ttlEn {
		font-size: 23px;
	}
	.sec01__ttlJa {
		font-size: 20px;
		line-height: normal;
	}
	.sec01__lead {
		width: 73vw;
	}
}


.sec02 {
	
}

.sec02__ttl {
	
}
.sec02__itemImg {
	
}
.sec02__itemImg img {
	width: 100%;
	height: auto;
}
.sec02__ttlText {
	color: #2D293A;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
}
@media screen and (max-width:768px) {
	.sec02__ttlText {
		font-size: 20px;
	}
}

.sec02__block.sec02__block--01 {
	padding: 0 0 200px 0;
	background-color: #F0F2F4;
}
.sec02__block.sec02__block--01 .secInner {
	display: flex;
	justify-content: space-between;
}
.sec02__block.sec02__block--01 .sec02__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0%;
}
.sec02__block.sec02__block--01 .sec02__item {
	max-width: 684px;
	width: 53.4375%;
	margin-right: 3.90625%;
}
@media screen and (max-width:768px) {
	.sec02__block.sec02__block--01 {
		padding: 100px 30px 300px;
	}
	.sec02__block.sec02__block--01 .secInner {
		display: block;
	}
	.sec02__block.sec02__block--01 .sec02__ttl {
		display: block;
		padding: 0 0 60px;
	}
	.sec02__block.sec02__block--01 .sec02__item {
		max-width: inherit;
		width: auto;
		margin-right: 0;
	}
	
}

.sec02__block.sec02__block--02 {
	padding: 0 0 250px 0;
	background-color: #fff;
}
.sec02__block.sec02__block--02 .secInner {
	position: relative;
	top: -74px;
	margin-bottom: -74px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.sec02__block.sec02__block--02 .sec02__ttl {
	flex: 1 1 0%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec02__block.sec02__block--02 .sec02__item {
	max-width: 526px;
	width: 41.09375%;
	margin-left: 7.2665625%;
}
.sec02__block.sec02__block--02 .secItem {
	display: flex;
}
@media screen and (max-width:768px) {
	.sec02__block.sec02__block--02 {
		padding: 0 0 120px 0;
	}
	.sec02__block.sec02__block--02 .secInner {
		position: relative;
		padding: 0 30px;
		top: calc(-1 * (100vw / 375 * 220));
		margin-bottom: calc(-1 * (100vw / 375 * 220));
		display: block;
	}
	.sec02__block.sec02__block--02 .sec02__ttl {
		display: block;
		width: 76.507937%;
		margin: 0 0 30px auto;
	}
	.sec02__block.sec02__block--02 .sec02__item {
		max-width: inherit;
		width: 76.507937%;
		margin: 0 0 0 auto;
	}
	.sec02__block.sec02__block--02 .secItem {
		display: block;
		padding-left: 20px;
	}
}

.sec02__block.sec02__block--03 {
	padding: 90px 0 175px 0;
	background-color: #F0F2F4;
}
.sec02__block.sec02__block--03 .secInner {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.sec02__block.sec02__block--03 .sec02__img {
	max-width: 364px;
	width: 28.4375%;
	margin-right: 10.9375%;
	margin-top: -22%;
}
.sec02__block.sec02__block--03 .sec02__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec02__block.sec02__block--03 .sec02__item {
	max-width: 526px;
	width: 41.09375%;
	margin-left: 8.90625%;
}
@media screen and (max-width:768px) {
	.sec02__block.sec02__block--03 {
		padding: calc(-1 * (100vw / 375 * 180)) 30px 50px;
	}
	.sec02__block.sec02__block--03 .secInner {
		display: block;
	}
	.sec02__block.sec02__block--03 .sec02__img {
		max-width: inherit;
		width: 45.714286%;
		position: relative;
		top: calc(-1 * (100vw / 375 * 32));
		margin: 0 0 0 auto;
	}
	.sec02__block.sec02__block--03 .sec02__ttl {
	}
	.sec02__block.sec02__block--03 .sec02__item {
		max-width: inherit;
		width: 76.190476%;
		margin-left: 0;
	}
	
}




.sec03 {
    background-color: #fff;
	background-image: url(../images/sec03_img01.jpg);
}
.sec03 .secInner {
	position: relative;
	height: 100%;
}
.sec03__ttl {
	position: absolute;
	top: 72.682692%;
	right: 14.921875%;
}
.sec03__ttlText {
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
}
@media screen and (max-width:768px) {
	.sec03 {
		background-image: url(../images/sec03_img01_sp.jpg);
		background-size: 100% 90vh;
		background-position: top center;
	}
	.sec03__ttl {
		top: auto;
		bottom: calc(10vh + 65px);
		right: 30px;
	}
	.sec03__ttlText {
		font-size: 20px;
	}
}



.sec04 {
	padding: 170px 7% 120px 10%;
	background-color: #F0F2F4;
}
.sec04 .secInner {
	display: flex;
}
.sec04 .secItem {
	display: flex;
}
.sec04__item {
	flex: 1 1 0%;
}
.sec04__itemImg {

}
@media screen and (max-width:768px) {
	.sec04 {
		padding: 115px 30px 20px;
	}
	.sec04 .secInner {
		display: block;
	}
	.sec04 .secItem {
		display: block;
	}
	.sec04 .sec04__item:nth-of-type(2) .secItem {
		padding: 0 30px;
	}
	.secItem__block:nth-of-type(n + 2) {
		padding-left: 0;
		margin-top: 20px;
	}
	.sec04__item:nth-of-type(2) {
		margin: 75px -30px 0;

	}
}




.sec05 {
	background-color: #fff;
}
.sec05 .secInner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 50px 0;
}
.sec05__ttl {
	flex: 1 1 0%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec05__ttlText {
	color: #2D293A;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
}
.sec05__item {
	max-width: 552px;
	width: 43.125%;
	margin-left: 10.703125%;
	position: relative;
}
.sec05__itemImg {

}
.sec05 .secItem {
	position: absolute;
	bottom: 0;
	left: calc(100% + 20px);
	white-space: nowrap;
}
@media screen and (max-width:768px) {
	.sec05 {
		height: auto;
	}
	.sec05 .secInner {
		display: block;
		padding: 0 30px 110px;
	}
	.sec05.parallax .secInner {
		padding-bottom:  10px;
	}
	.sec05__item {
		margin: 0;
		max-width: inherit;
		width: auto;
	}
	.sec05 .secItem {
		position: static;
	}
	.sec05__ttl {
		display: block;
		text-align: right;
		margin-bottom: 40px;
		padding-top: 55px;
	}
}



.sec06 {
	background-image: url(../images/sec06_img01.jpg);
	margin-bottom: 45px;
}
.sec06 .secInner {
	position: relative;
	height: 100%;
}
.sec06 .secItem {
	display: flex;
}
.sec06__item {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.sec06 .secItem__block {
	margin-left: 20px;
}
.sec06 .secItem__ttl {
	color: #fff;
}
.sec06 .secItem__link {
	color: #fff;
	white-space: nowrap;
}
@media screen and (max-width:768px) {
	.sec06 {
		background-size: auto 50%;
		background-position: top center;
		background-color: #fff;
	}
	.sec06 .secItem {
		display: block;
	}
	.sec06__item {
		bottom: auto;
		top: 50%;
		right: auto;
		left: 0;
		padding-top: 10px;
	}
	.sec06 .secItem__ttl,
	.sec06 .secItem__link {
		color: inherit;
	}
}



.sec07 {
	padding: 120px 0 70px;
	background-color: #F4F3F0;
}
.sec07__ttl {
	margin-bottom: 20px;
	color: #606060;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 28px;
	font-weight: 300;
}
.sec07__lead {
	margin-bottom: 50px;
	color: #606060;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.sec07__text {
	max-width: 518px;
	margin: 0 auto 100px;
	color: #606060;
	text-align: center;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}
.sec07__block:not(:last-of-type) {
	margin-bottom: 90px;
}
@media screen and (max-width:768px) {
	.sec07 {
		padding: 80px 30px 60px;
	}
	.sec07__block:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.sec07__text {
		max-width: inherit;
	}
}



.modList01 {

}
.modList01__ttl {
	margin-bottom: 30px;
	color: #606060;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 400;
}
.modList01__cont {

}
@media screen and (max-width:768px) {
	.modList01__ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
}


.itemList01 {
	max-width: 737px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.itemList01__item {
	width: calc((100% - 6%) / 3);
}
.itemList01__item:not(:nth-of-type(3n)) {
	margin-right: 3%;
}
.itemList01__item:nth-of-type(n + 4) {
	margin-top: 40px;
}
.itemList01__figure {

}
.itemList01__figure img {
	width: 100%;
	height: auto;
}
.itemList01__link {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.itemList01__text {
	color: #606060;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}
.itemList01__cap {

}
.itemList01__color {
	font-size: 0;
	margin: 10px 0;
}
.itemList01__colorItem {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
}
@media screen and (max-width:768px) {
	.itemList01__item {
		width: calc((100% - 18px) / 3);
	}
	.itemList01__item:not(:nth-of-type(3n)) {
		margin-right: 9px;
	}
	.itemList01__item:nth-of-type(n + 4) {
		margin-top: 30px;
	}
	.itemList01__text {
		font-size: 12px;
	}
	.itemList01__colorItem {
		width: 10px;
		height: 10px;
		margin-right: 5px;
	}
}


.itemList01__color.itemList01__color--pants013 .itemList01__colorItem:nth-child(1) {
	background-color: #fff;
}
.itemList01__color.itemList01__color--pants013 .itemList01__colorItem:nth-child(2) {
	background-color: #EBDEE2;
}
.itemList01__color.itemList01__color--pants013 .itemList01__colorItem:nth-child(3) {
	background-color: #DAE2EA;
}
.itemList01__color.itemList01__color--pants013 .itemList01__colorItem:nth-child(4) {
	background-color: #B0ACB5;
}
.itemList01__color.itemList01__color--pants013 .itemList01__colorItem:nth-child(5) {
	background-color: #393262;
}


.itemList01__color.itemList01__color--pants014 .itemList01__colorItem:nth-child(1) {
	background-color: #fff;
}
.itemList01__color.itemList01__color--pants014 .itemList01__colorItem:nth-child(2) {
	background-color: #EBDEE2;
}
.itemList01__color.itemList01__color--pants014 .itemList01__colorItem:nth-child(3) {
	background-color: #DAE2EA;
}
.itemList01__color.itemList01__color--pants014 .itemList01__colorItem:nth-child(4) {
	background-color: #B0ACB5;
}
.itemList01__color.itemList01__color--pants014 .itemList01__colorItem:nth-child(5) {
	background-color: #393262;
}

.itemList01__color.itemList01__color--pants018 .itemList01__colorItem:nth-child(1) {
	background-color: #fff;
}
.itemList01__color.itemList01__color--pants018 .itemList01__colorItem:nth-child(2) {
	background-color: #DCBCC7;
}
.itemList01__color.itemList01__color--pants018 .itemList01__colorItem:nth-child(3) {
	background-color: #DDECF9;
}
.itemList01__color.itemList01__color--pants018 .itemList01__colorItem:nth-child(4) {
	background-color: #A69FA7;
}
.itemList01__color.itemList01__color--pants018 .itemList01__colorItem:nth-child(5) {
	background-color: #393262;
}

.itemList01__color.itemList01__color--tops012 .itemList01__colorItem:nth-child(1) {
	background-color: #fff;
}
.itemList01__color.itemList01__color--tops012 .itemList01__colorItem:nth-child(2) {
	background-color: #EBDEE2;
}
.itemList01__color.itemList01__color--tops012 .itemList01__colorItem:nth-child(3) {
	background-color: #DAE2EA;
}
.itemList01__color.itemList01__color--tops012 .itemList01__colorItem:nth-child(4) {
	background-color: #B0ACB5;
}
.itemList01__color.itemList01__color--tops012 .itemList01__colorItem:nth-child(5) {
	background-color: #393262;
}

.itemList01__color.itemList01__color--tops010 .itemList01__colorItem:nth-child(1) {
	background-color: #DCBCC7;
}
.itemList01__color.itemList01__color--tops010 .itemList01__colorItem:nth-child(2) {
	background-color: #A797A9;
}
.itemList01__color.itemList01__color--tops010 .itemList01__colorItem:nth-child(3) {
	background-color: #DAE2EA;
}
.itemList01__color.itemList01__color--tops010 .itemList01__colorItem:nth-child(4) {
	background-color: #393262;
}

.itemList01__color.itemList01__color--tops011 .itemList01__colorItem:nth-child(1) {
	background-color: #DCBCC7;
}
.itemList01__color.itemList01__color--tops011 .itemList01__colorItem:nth-child(2) {
	background-color: #78716C;
}
.itemList01__color.itemList01__color--tops011 .itemList01__colorItem:nth-child(3) {
	background-color: #D0D3E1;
}
.itemList01__color.itemList01__color--tops011 .itemList01__colorItem:nth-child(4) {
	background-color: #393262;
}


.itemList01__color--tops016 .itemList01__colorItem:nth-child(1) {
	background-color: #fff;
}
.itemList01__color.itemList01__color--tops016 .itemList01__colorItem:nth-child(2) {
	background-color: #DCBCC7;
}
.itemList01__color.itemList01__color--tops016 .itemList01__colorItem:nth-child(3) {
	background-color: #DDECF9;
}
.itemList01__color.itemList01__color--tops016 .itemList01__colorItem:nth-child(4) {
	background-color: #A69FA7;
}
.itemList01__color.itemList01__color--tops016 .itemList01__colorItem:nth-child(5) {
	background-color: #393262;
}


.itemList01__color--tops017 .itemList01__colorItem:nth-child(1) {
	background-color: #fff;
}
.itemList01__color.itemList01__color--tops017 .itemList01__colorItem:nth-child(2) {
	background-color: #DCBCC7;
}
.itemList01__color.itemList01__color--tops017 .itemList01__colorItem:nth-child(3) {
	background-color: #DDECF9;
}
.itemList01__color.itemList01__color--tops017 .itemList01__colorItem:nth-child(4) {
	background-color: #A69FA7;
}
.itemList01__color.itemList01__color--tops017 .itemList01__colorItem:nth-child(5) {
	background-color: #393262;
}





footer {

}
.footer__inner {
	padding: 60px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.footer__logo {
	width: 142px;
	margin: 0 auto;
}
footer .copyright {

}
@media screen and (max-width:768px) {
	.footer__inner {
		padding: 40px 0;
	}
	.footer__logo {
		width: 98px;
	}
}



body section.pr_topicpath-sect {
	margin: 40px auto 0;
}

@media screen and (max-width:768px) {
	body section.pr_topicpath-sect {
		margin: 30px 0 0;
		padding: 0;
	}
}





.copyright {
	padding-top: 20px;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 300;
}
@media screen and (max-width:768px) {
	.copyright {
		padding: 40px 0 15px;
		text-align: center;
	}
}




#scrollTop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 20px;
	z-index: 1000;
}
#scrollTop > a {
	display: block;
	padding: 24px 0 0 5px;
	color: var(--gray8);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
}
#scrollTop > a:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--gray2);
	position: absolute;
	top: 0;
	left: 0;
}
#scrollTop > a:after {
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: var(--gray2);
	position: absolute;
	top: 6px;
    left: -4px;
    transform: rotate(70deg);
}
@media screen and (max-width:768px) {
	#scrollTop {
		right: 0;
		bottom: 75px;
	}
	#scrollTop > a {
		padding: 45px 25px 0 0;
	}
	#scrollTop > a span {
		display: none;
	}
}
