@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@-webkit-keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
@keyframes img {
	0% {
		right: 100%;
		width: 100%;
	}
	50% {
		right: 0;
		width: 100%;
	}
	100% {
		right: 0;
		width: 0;
	}
}
/*-----------------------------------------------------------
	 share
-----------------------------------------------------------*/
/* 色変更のみ */
a.btn_std2 {
	color: #fff;
	background-color: #882539;
}
a.btn_std2:hover {
	opacity: 1;
	background-color: #ffcc33;
}

/* 色変更のみ */
a.btn_std1 {
	color: #fff;
	background-color: #882539;
	border-radius: 50px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
	a.btn_std1 {
		font-size: 2.2rem;
	}
}
a.btn_std1:hover {
	opacity: 1;
	background-color: #ffcc33;
}

/*-----------------------------------------------------------
	 index
-----------------------------------------------------------*/
body#index #key {
	height: 64vh;
	position: relative;
	z-index: 10;
	background: #000;
}
body#index #key .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 1000;
	text-align: center;
	white-space: nowrap;
}
body#index #key .heading .tit {
	font-size: 5.6vw;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
@media (min-width: 960px) {
	body#index #key .heading .tit {
		font-size: 3.2rem;
		letter-spacing: 0.08em;
		line-height: 1.4;
	}
}
body#index #key .heading .desc {
	font-size: 2.8vw;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-top: 0.4em;
}
@media (min-width: 960px) {
	body#index #key .heading .desc {
		font-size: 2rem;
	}
}
body#index #key .slide {
	width: 100%;
	height: 64vh;
	position: relative;
	margin: 0 auto;
}
@media (min-width: 960px) {
	body#index #key .slide {
		width: 1500px;
	}
}
body#index #key .slide .phrase {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 4.4rem;
	line-height: 1;
	z-index: 1;
	text-align: center;
}
@media (max-width: 767px) {
	body#index #key .slide .phrase {
		width: 80%;
		font-size: 3.2rem;
		letter-spacing: .24em;
	}
}
body#index #key .slide01 {
	background: url(../img/index/key_slide1_bg.jpg) center no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	body#index #key .slide01 {
		background-size: cover;
	}
}
body#index #key .slide02 {
	background: url(../img/index/key_slide2_bg.jpg) center no-repeat;
}
body#index #key .slide03 {
	background: url(../img/index/key_slide3_bg.jpg) center no-repeat;
}
body#index #key.none {
	background: none;
}
body#index #key .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	body#index #key .flickity-prev-next-button {
		top: auto;
		bottom: 0;
		border-radius: 0%;
	}
}
body#index #key .flickity-page-dots {
	bottom: 16px;
}
@media (min-width: 960px) {
	body#index #key .flickity-page-dots {
		bottom: -16px;
	}
}
body#index #key .flickity-page-dots .dot {
	background: #fff;
}
@media (min-width: 960px) {
	body#index #key .flickity-page-dots .dot {
		background: #333;
	}
}
body#index #key .flickity-prev-next-button.previous {
	left: 0px;
}
body#index #key .flickity-prev-next-button.next {
	right: 0px;
}
body#index #home_lead .intro {
	padding: 64px 0;
	text-align: center;
}
body#index #home_lead .intro > .tit {
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 12px;
	letter-spacing: .02em;
}
@media (max-width: 767px) {
	body#index #home_lead .intro > .tit {
		font-size: 3.2rem;
	}
}
body#index #home_lead .intro .tit + p {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em;
}
@media (max-width: 767px) {
	body#index #home_lead .intro .tit + p {
		font-size: 2.2rem;
	}
}
body#index #home_lead .point_blk {
	margin-bottom: 56px;
}
body#index #home_lead .point_blk > .tit {
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 12px;
	letter-spacing: .02em;
	text-align: center;
	padding: 16px 0;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk > .tit {
		font-size: 3.2rem;
	}
}
body#index #home_lead .point_blk > .tit span.b {
	font-size: 4.2rem;
	color: #882539;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk > .tit span.b {
		font-size: 4.6rem;
	}
}
body#index #home_lead .point_blk .ul_point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk .ul_point {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
body#index #home_lead .point_blk .ul_point > li {
	width: 300px;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk .ul_point > li {
		width: 100%;
		font-size: 2.2rem;
		line-height: 1.6;
		margin-bottom: 64px;
	}
}
body#index #home_lead .point_blk .ul_point > li > .tit {
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk .ul_point > li > .tit {
		font-size: 2.4rem;
	}
}
body#index #home_lead .point_blk .ul_point > li > .tit span.b {
	font-size: 2.8rem;
	color: #882539;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk .ul_point > li > .tit span.b {
		font-size: 3.2rem;
	}
}
body#index #home_lead .point_blk .ul_point > li > .tmb {
	margin: 0 auto;
	text-align: center;
}
body#index #home_lead .point_blk .ul_point > li > .tmb img {
	border-radius: 8px;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk .ul_point > li > .tmb img {
		width: 100%;
	}
}
body#index #home_lead .point_blk .ul_point > li > .cap {
	padding: 8px 4px;
	min-height: 160px;
}
@media (max-width: 767px) {
	body#index #home_lead .point_blk .ul_point > li > .cap {
		padding: 16px 8px;
	}
}
body#index #home_lead .video_area {
	background: #882539;
	color: #fff;
	padding-top: 40px;
}
body#index #home_lead .video_area .video_blk > .tit {
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 12px;
	letter-spacing: .02em;
	text-align: center;
	padding: 16px 0;
}
@media (max-width: 767px) {
	body#index #home_lead .video_area .video_blk > .tit {
		font-size: 3.2rem;
	}
}
body#index #home_lead .video_area .video_blk > .tit span.b {
	font-size: 4.2rem;
	color: #882539;
}
@media (max-width: 767px) {
	body#index #home_lead .video_area .video_blk > .tit span.b {
		font-size: 4.2rem;
	}
}
body#index #home_lead .video_area .video_blk .ul_video {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 16px 0 40px;
}
@media (max-width: 767px) {
	body#index #home_lead .video_area .video_blk .ul_video {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
body#index #home_lead .video_area .video_blk .ul_video > li {
	width: 30%;
	margin: 0 20px;
}
@media (max-width: 767px) {
	body#index #home_lead .video_area .video_blk .ul_video > li {
		width: 100%;
		margin: 0 auto 32px;
		text-align: center;
	}
	body#index #home_lead .video_area .video_blk .ul_video > li video {
		width: 100%;
	}
}
body#index #home_topics .btn_area {
	width: 320px;
	margin: 0 auto;
}
body#index #home_msg .lo1 {
	position: relative;
}
@media (max-width: 767px) {
	body#index #home_msg .lo1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
body#index #home_msg .lo1 .tmb_profile {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
@media (max-width: 767px) {
	body#index #home_msg .lo1 .tmb_profile {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		position: static;
		margin: 40px auto;
		text-align: center;
	}
}
body#index #home_msg .lo1 .tmb_profile img.thum {
	display: block;
	margin: 0 auto;
}
body#index #home_msg .lo1 .tmb_profile .date {
	padding: 16px 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
body#index #home_msg .lo1 .tmb_profile .date .org {
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	body#index #home_msg .lo1 .tmb_profile .date .org {
		font-size: 2.8rem;
		margin-bottom: 12px;
	}
}
body#index #home_msg .lo1 .tmb_profile .date .name {
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	body#index #home_msg .lo1 .tmb_profile .date .name {
		font-size: 2rem;
		margin-bottom: 12px;
	}
}
body#index #home_msg .lo1 .tmb_profile .date .name b {
	font-weight: normal;
	font-size: 2rem;
}
@media (max-width: 767px) {
	body#index #home_msg .lo1 .tmb_profile .date .name b {
		font-size: 2.6rem;
	}
}
body#index #home_msg .lo1 .tmb_profile .date a.btn_std1 {
	color: #fff;
	background-color: #ffcc33;
	font-size: 1.6rem;
	-webkit-box-shadow: 0px 3px 0px #ce8900;
	box-shadow: 0px 3px 0px #ce8900;
}
@media (max-width: 767px) {
	body#index #home_msg .lo1 .tmb_profile .date a.btn_std1 {
		font-size: 2.2rem;
	}
}
body#index #home_msg .lo1 .tmb_profile .date a.btn_std1:active {
	position: relative;
	top: 3px;
	-webkit-box-shadow: 0 0 0 #ce8900;
	box-shadow: 0 0 0 #ce8900;
}
body#index #home_msg .lo1 .txt_profile {
	margin-right: 240px;
}
@media (max-width: 767px) {
	body#index #home_msg .lo1 .txt_profile {
		margin-right: 0;
	}
}
body#index #home_msg .btn_area {
	width: 320px;
	margin: 16px auto 16px;
}

body#index .sec_home_pickup01 {
	padding: 80px 0 40px;
}
body#index .sec_home_pickup01 .lo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	z-index: -100;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
body#index .sec_home_pickup01 .lo .tmb {
	width: 50%;
	z-index: -50;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo .tmb {
		width: auto;
	}
}
body#index .sec_home_pickup01 .lo .date {
	width: 480px;
	padding: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	z-index: 0;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo .date {
		width: auto;
	}
}
body#index .sec_home_pickup01 .lo .date .tit {
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 2.6rem;
	line-height: 1.4;
	color: #882539;
	font-weight: 600;
	margin-bottom: 8px;
	position: relative;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo .date .tit {
		font-size: 3.2rem;
	}
}
body#index .sec_home_pickup01 .lo .date .tit:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	z-index: -1;
}
body#index .sec_home_pickup01 .lo .date .txt_line {
	font-size: 1.6rem;
	line-height: 1.8;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo .date .txt_line {
		font-size: 2.2rem;
		line-height: 1.6;
	}
}
body#index .sec_home_pickup01 .lo .date .bnr_area {
	margin: 16px auto 0;
}
body#index .sec_home_pickup01 .lo .date a.btn_std {
	max-width: 240px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.68);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.68);
	display: block;
	text-align: center;
	border-radius: 4px;
	padding: 0.8em 0.8em 0.74em;
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: bottom;
	background: url(../img/common/arr_w.svg) 96% center no-repeat #882539;
	text-decoration: none;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo .date a.btn_std {
		max-width: 400px;
		font-size: 2.2rem;
		margin: 0 auto;
	}
}
body#index .sec_home_pickup01 .lo .date a.btn_std:hover {
	background-position: 98% center;
}
body#index .sec_home_pickup01 .lo:nth-child(odd) .tmb {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	text-align: left;
	margin-left: 2%;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(odd) .tmb {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto;
		text-align: center;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(odd) .tmb img {
	border-radius: 24px 0 0 24px;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(odd) .tmb img {
		border-radius: 0;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(odd) .date {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(odd) .date {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(odd) .date:before {
	width: 160px;
	height: 240px;
	content: "";
	border-top: 1px solid #882539;
	border-right: 1px solid #882539;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -10;
}
body#index .sec_home_pickup01 .lo:nth-child(odd) .date:after {
	width: 240px;
	height: 80px;
	content: "";
	border-bottom: 1px solid #882539;
	border-left: 1px solid #882539;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -10;
}
body#index .sec_home_pickup01 .lo:nth-child(even) .tmb {
	text-align: right;
	margin-right: 2%;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(even) .tmb {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(even) .tmb img {
	border-radius: 0 24px 24px 0;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(even) .tmb img {
		border-radius: 0;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(even) .date {
	padding-right: 2%;
	margin: 0 auto 0 0;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(even) .date {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(even) .date:before {
	width: 160px;
	height: 240px;
	content: "";
	border-top: 1px solid #882539;
	border-left: 1px solid #882539;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
}
body#index .sec_home_pickup01 .lo:nth-child(even) .date:after {
	width: 240px;
	height: 80px;
	content: "";
	border-bottom: 1px solid #882539;
	border-right: 1px solid #882539;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -10;
}
body#index .sec_home_pickup01 .lo:nth-child(1) .tit:before {
	width: 218px;
	height: 270px;
	background: url(../img/index/point_icn1.svg) center center no-repeat;
	background-size: contain;
	left: -40px;
	top: -100px;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(1) .tit:before {
		width: 138px;
		height: 270px;
		left: auto;
		top: auto;
		right: 0;
		bottom: -190px;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(2) .tit:before {
	width: 263px;
	height: 257px;
	background: url(../img/index/point_icn2.svg) center center no-repeat;
	background-size: contain;
	right: -170px;
	top: -60px;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(2) .tit:before {
		width: 168px;
		height: 150px;
		left: auto;
		top: auto;
		right: 0;
		bottom: -120px;
	}
}
body#index .sec_home_pickup01 .lo:nth-child(3) .tit:before {
	width: 258px;
	height: 249px;
	background: url(../img/index/point_icn3.svg) center center no-repeat;
	background-size: contain;
	left: -80px;
	top: -60px;
}
@media (max-width: 767px) {
	body#index .sec_home_pickup01 .lo:nth-child(3) .tit:before {
		width: 158px;
		height: 140px;
		left: auto;
		top: auto;
		right: 0;
		bottom: -110px;
	}
}
body#index .sec_home_newspickup01 {
	font-size: 2.8vw;
}
@media (min-width: 960px) {
	body#index .sec_home_newspickup01 {
		font-size: 1.4rem;
	}
}
body#index .sec_home_newspickup01 .ul_news .blknew {
	height: 56px;
	line-height: 56px;
}
body#index .sec_home_newspickup01 .ul_news .blknew a {
	width: 100%;
	padding: 0 1.6em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 960px) {
	body#index .sec_home_newspickup01 .ul_news .blknew a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
body#index .sec_home_newspickup01 .ul_news .blknew__date {
	width: 10em;
	margin-right: 1em;
}
body#index .sec_home_newspickup01 .ul_news .blknew__title {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
body#index .sec_home_newspickup01 .btn_blk {
	position: absolute;
	right: 2vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
body#index .sec_home_newspickup01 .btn_blk a.btn {
	width: 16em;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 24px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0.6em 2.8em;
	line-height: 1;
}
body#index .sec_home_newspickup01 .btn_blk a.btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 15px;
	background: url(../img/common/a_arr2.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	body#index .sec_home_newspickup01 .btn_blk a.btn:after {
		width: 20px;
		height: 21px;
	}
}
body#index .sec_home_newspickup01 .btn_blk a.btn:hover {
	background-color: #882539;
}
body#index .hd_sec02 {
	position: relative;
	padding: 2.4vw 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 960px) {
	body#index .hd_sec02 {
		padding: 4% 0;
	}
}
@media (max-width: 1023px) {
	body#index .hd_sec02 {
		padding: 4% 0;
	}
}
@media (max-width: 767px) {
	body#index .hd_sec02 {
		padding: 4vw 0;
		text-align: center;
	}
}
body#index .hd_sec02 .tit {
	font-size: 1.0vw;
	font-weight: 500;
	letter-spacing: 0.24em;
	line-height: 1;
}
@media (min-width: 960px) {
	body#index .hd_sec02 .tit {
		font-size: 1.6rem;
	}
}
@media (max-width: 1023px) {
	body#index .hd_sec02 .tit {
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	body#index .hd_sec02 .tit {
		font-size: 3.2vw;
		letter-spacing: 0.04em;
	}
}
body#index .hd_sec02 .tit:before {
	content: attr(data-title);
	font-family: "Oswald", cursive;
	font-size: 3.2vw;
	letter-spacing: 0.04em;
	display: block;
	font-weight: 600;
	margin-bottom: 0.64vw;
}
@media (min-width: 960px) {
	body#index .hd_sec02 .tit:before {
		font-size: 6.0rem;
		margin-bottom: .16em;
	}
}
@media (max-width: 1023px) {
	body#index .hd_sec02 .tit:before {
		font-size: 4.8rem;
	}
}
@media (max-width: 767px) {
	body#index .hd_sec02 .tit:before {
		font-size: 6.4vw;
		margin-bottom: 1.6vw;
	}
}
body#index .sec_home_works01 {
	margin: 0 auto 6.4%;
}
body#index .sec_home_works01 .mv {
	height: 44vw;
}
@media (min-width: 960px) {
	body#index .sec_home_works01 .mv {
		height: 100%;
	}
}
@media (max-width: 767px) {
	body#index .sec_home_works01 .mv {
		height: 36vw;
	}
}
body#index .sec_home_works01 .mv img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	body#index .sec_home_works01 .mv img {
		width: 100%;
	}
}
body#index .sec_home_works01 .hd_sec03 {
	padding: 3.2vw 5vw 4.8vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto -8vw;
	position: relative;
	top: -8vw;
	z-index: 10;
}
@media (min-width: 960px) {
	body#index .sec_home_works01 .hd_sec03 {
		padding: 3.2vw 0 4.8vw;
	}
}
body#index .sec_home_works01 .hd_sec03:before {
	width: 100vw;
	height: 100%;
	content: "";
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
body#index .sec_home_works01 .hd_sec03 .tit {
	font-size: 4.0vw;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1;
}
@media (min-width: 960px) {
	body#index .sec_home_works01 .hd_sec03 .tit {
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	body#index .sec_home_works01 .hd_sec03 .tit {
		letter-spacing: 0.04em;
	}
}
body#index .sec_home_works01 .hd_sec03 .tit:before {
	content: attr(data-title);
	font-family: "Oswald", cursive;
	font-size: 10vw;
	letter-spacing: 0.04em;
	display: block;
	font-weight: 600;
	margin-bottom: 0.64vw;
}
@media (min-width: 960px) {
	body#index .sec_home_works01 .hd_sec03 .tit:before {
		font-size: 6.0rem;
		margin-bottom: .16em;
	}
}
@media (max-width: 1023px) {
	body#index .sec_home_works01 .hd_sec03 .tit:before {
		font-size: 4.8rem;
	}
}
@media (max-width: 767px) {
	body#index .sec_home_works01 .hd_sec03 .tit:before {
		margin-bottom: 1.6vw;
	}
}
@media (min-width: 960px) {
	body#index .sec_home_works01 .hd_sec03 .btn_area {
		margin-right: 2.4vw;
	}
}
body#index .sec_home_works01 .hd_sec03 .btn_area a.btn01 {
	min-width: 140px;
	margin-top: 0;
}
body#index .ul_works {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body#index .ul_works > li img {
	width: 100%;
}
@media (min-width: 960px) {
	body#index .ul_works > li {
		width: -webkit-calc(50% - 6px);
		width: calc(50% - 6px);
		max-width: 534px;
	}
	body#index .ul_works > li img {
		width: 100%;
	}
}
body#index .ul_works > li.three {
	width: 100%;
	margin-bottom: 0;
}
@media (min-width: 960px) {
	body#index .ul_works > li.three {
		max-width: inherit;
	}
}
body#index .ul_works > li .ul_pazl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body#index .ul_works > li .ul_pazl > li {
	margin-bottom: 12px;
	width: -webkit-calc(50% - 6px);
	width: calc(50% - 6px);
}
body#index .ul_works > li .ul_pazl > li.large {
	width: 100%;
}
body#index .ul_works > li .ul_pazl2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (min-width: 960px) {
	body#index .ul_works > li .ul_pazl2 {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
body#index .ul_works > li .ul_pazl2 > li {
	margin-bottom: 12px;
	width: -webkit-calc(50% - 6px);
	width: calc(50% - 6px);
}
@media (min-width: 960px) {
	body#index .ul_works > li .ul_pazl2 > li {
		width: -webkit-calc(25% - 6px);
		width: calc(25% - 6px);
	}
}
body#index .ul_works > li .ul_pazl2 > li.large {
	width: 100%;
}
@media (min-width: 960px) {
	body#index .ul_works > li .ul_pazl2 > li.large {
		width: -webkit-calc(50% - 12px);
		width: calc(50% - 12px);
		max-width: 534px;
	}
}

body#index .btn_area a.btn01 {
	width: 48%;
	font-size: 4vw;
	font-weight: 600;
	font-family: "Oswald", cursive;
	line-height: 1;
	background-color: #333;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	padding: 0.72em 4%;
	letter-spacing: 0.04em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4% auto 0;
	position: relative;
}
@media (min-width: 960px) {
	body#index .btn_area a.btn01 {
		min-width: 200px;
		width: 38%;
		font-size: 2rem;
	}
}
body#index .btn_area a.btn01:after {
	width: 8px;
	height: 14px;
	content: "";
	position: absolute;
	right: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/common/arr_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body#index .sec_home00 {
	padding: 8% 0;
}
@media (min-width: 960px) {
	body#index .sec_home00 {
		padding: 4% 0;
	}
}
body#index .sec_home00 .tit {
	font-size: 4vw;
	margin-bottom: 2.4vw;
}
@media (min-width: 960px) {
	body#index .sec_home00 .tit {
		font-size: 1.4rem;
		margin-bottom: 0.8em;
	}
}
body#index .sec_home00 .tit:before {
	content: attr(data-title);
	font-family: "Oswald", cursive;
	font-size: 10vw;
	letter-spacing: 0.04em;
	display: block;
	font-weight: 600;
	margin-bottom: 0.56vw;
	line-height: 1;
}
@media (min-width: 960px) {
	body#index .sec_home00 .tit:before {
		font-size: 4.8rem;
		margin-bottom: .08em;
	}
}
body#index .sec_home01 {
	background-color: #eaeaeb;
}
body#index .sec_home01 .lo1 {
	padding: 12% 0;
}
@media (min-width: 960px) {
	body#index .sec_home01 .lo1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 6.4% 0;
	}
}
body#index .sec_home01 .lo1 .tmb {
	text-align: center;
}
@media (min-width: 960px) {
	body#index .sec_home01 .lo1 .tmb {
		width: 60%;
	}
}
body#index .sec_home01 .lo1 .tmb img {
	width: 100%;
}
@media (min-width: 960px) {
	body#index .sec_home01 .lo1 .tmb img {
		max-width: 100%;
	}
}
body#index .sec_home01 .lo1 .txt {
	background-color: #fff;
	padding: 5.6% 4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 960px) {
	body#index .sec_home01 .lo1 .txt {
		width: 58%;
		margin-left: -8%;
		padding: 4% 5.6%;
	}
}
body#index .sec_home01 .lo1 .txt .tit {
	font-size: 4vw;
	margin-bottom: 2.4vw;
}
@media (min-width: 960px) {
	body#index .sec_home01 .lo1 .txt .tit {
		font-size: 1.4rem;
		margin-bottom: 0.8em;
	}
}
body#index .sec_home01 .lo1 .txt .tit:before {
	content: attr(data-title);
	font-family: "Oswald", cursive;
	font-size: 10vw;
	letter-spacing: 0.04em;
	display: block;
	font-weight: 600;
	margin-bottom: 0.56vw;
	line-height: 1;
}
@media (min-width: 960px) {
	body#index .sec_home01 .lo1 .txt .tit:before {
		font-size: 4.8rem;
		margin-bottom: .08em;
	}
}
body#index .sec_home01 .lo1 .txt .txt_line {
	font-size: 3.4vw;
	line-height: 1.8;
}
@media (min-width: 960px) {
	body#index .sec_home01 .lo1 .txt .txt_line {
		font-size: 1.5rem;
		min-height: 14em;
	}
}
body#index .sec_home01 .lo1 .txt .txt_line p {
	margin-bottom: 0.64em;
}
body#index .sec_home01 .lo1 .txt .txt_line p:last-child {
	margin-bottom: 0;
}
body#index .sec_home02 .lo1 {
	padding: 8.8% 0;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 6.4% 0;
	}
}
body#index .sec_home02 .lo1 .tmb {
	margin: 8% auto 0;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 .tmb {
		width: 68%;
		margin: 0 auto;
	}
}
body#index .sec_home02 .lo1 .tmb .ul_thum {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 4%;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 .tmb .ul_thum {
		width: 1230px;
		margin-bottom: -0.8%;
	}
}
body#index .sec_home02 .lo1 .tmb .ul_thum > li {
	width: 24%;
	margin-bottom: 2%;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 .tmb .ul_thum > li {
		width: auto;
		margin-bottom: 0.8%;
	}
}
body#index .sec_home02 .lo1 .tmb .ul_thum > li img {
	width: 100%;
}
body#index .sec_home02 .lo1 .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 .txt {
		width: 28%;
	}
}
body#index .sec_home02 .lo1 .txt .tit {
	font-size: 4vw;
	margin-bottom: 2.4vw;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 .txt .tit {
		font-size: 1.4rem;
		margin-bottom: 0.8em;
	}
}
body#index .sec_home02 .lo1 .txt .tit:before {
	content: attr(data-title);
	font-family: "Oswald", cursive;
	font-size: 12vw;
	letter-spacing: 0.04em;
	display: block;
	font-weight: 600;
	margin-bottom: 0.56vw;
	line-height: 1;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 .txt .tit:before {
		font-size: 4.8rem;
		margin-bottom: .08em;
	}
}
body#index .sec_home02 .lo1 .txt .txt_line {
	font-size: 3.4vw;
	line-height: 1.8;
}
@media (min-width: 960px) {
	body#index .sec_home02 .lo1 .txt .txt_line {
		font-size: 1.5rem;
		min-height: 14em;
	}
}
body#index .sec_home02 .lo1 .txt .txt_line p {
	margin-bottom: 0.64em;
}
body#index .sec_home02 .lo1 .txt .txt_line p:last-child {
	margin-bottom: 0;
}



/*# sourceMappingURL=index_std.css.map */
