@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 0px;
	border: 0;
	border-bottom: 1px solid #4d4d4d;
	margin: 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #3e3a39;
	font-size: 1.1em;
	line-height: 1.8;
	position: relative;
	min-width: 1030px;
	word-break: break-all;
}

.fo_mplus {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotateZ(0.03deg);
}

p {
	margin-bottom: 30px;
}

p:last-child {
	margin-bottom: 0px;
}

a {
	color: #3e3a39;
	text-decoration: none;
}

a:hover {
	color: #ecf4d9;
	text-decoration: underline;
	transition: 0.2s;
}

/* 文字装飾 */
.fo06 {
	font-size: 0.6em !important;
}

.fo065 {
	font-size: 0.65em !important;
}

.fo07 {
	font-size: 0.7em !important;
}

.fo075 {
	font-size: 0.75em !important;
}

.fo08 {
	font-size: 0.8em !important;
}

.fo085 {
	font-size: 0.85em !important;
}

.fo09 {
	font-size: 0.9em !important;
}

.fo095 {
	font-size: 0.95em !important;
}

.fo105 {
	font-size: 1.05em !important;
}

.fo11 {
	font-size: 1.1em !important;
}

.fo115 {
	font-size: 1.15em !important;
}

.fo12 {
	font-size: 1.2em !important;
}

.fo125 {
	font-size: 1.25em !important;
}

.fo13 {
	font-size: 1.3em !important;
}

.fo14 {
	font-size: 1.4em !important;
}

.fo15 {
	font-size: 1.5em !important;
}

.fo16 {
	font-size: 1.6em !important;
}

.fo17 {
	font-size: 1.7em !important;
}

.fo18 {
	font-size: 1.8em !important;
}

.fo19 {
	font-size: 1.9em !important;
}

.fo20 {
	font-size: 2em !important;
}

.lh12 {
	line-height: 1.2;
}

.lh14 {
	line-height: 1.4;
}

.lh16 {
	line-height: 1.6;
}

.lh18 {
	line-height: 1.8;
}

.lh20 {
	line-height: 2;
}

.fo_white {
	color: #FFFFFF;
}

.fo_blue {
	color: #3071b7;
}

.fo_red {
	color: #e50012;
}

.fo_purple {
	color: #6e60a8;
}

.fo_green {
	color: #1a873b;
}

.fo_pink {
	color: #e3007f;
}

/* ボックス */
.container {
	max-width: 1070px;
	padding: 0px 15px;
	margin: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pos_rel {
	position: relative;
}

.pos_ab {
	position: absolute;
}

.bold {
	font-weight: bold;
}

.ta_center {
	text-align: center;
}

.ta_right {
	text-align: right;
}

.ta_left {
	text-align: left;
}

.ta_right-s_center {
	text-align: right;
}

.ta_left-s_center {
	text-align: left;
}

.ta_center-s_left {
	text-align: center;
}

.back_white {
	background-color: #fff;
}

.back_blue {
	background-color: #004da0;
}

.back_blue02 {
	background-color: #fce9e8;
}

.back_green01 {
	background-color: #f6faed;
}

.back_purple {
	background-color: #6e60a8;
}

@media print,
(min-width: 861px) {
	.hidden_l {
		display: none !important;
	}
}

/* リスト */
ol {
	padding-left: 2em;
}

ol li {
	list-style: outside decimal;
}

.list_disc {
	padding-left: 1em;
}

.list_disc li {
	list-style: outside disc;
}

.list_indent {
	padding-left: 1em;
}

.list_indent li {
	text-indent: -1em;
}

/* margin */
.mt00 {
	margin-top: 0px !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb00 {
	margin-bottom: 0px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb40-20 {
	margin-bottom: 40px !important;
}

.mb60-30 {
	margin-bottom: 60px !important;
}

.mb80-40 {
	margin-bottom: 80px !important;
}

.mb100-60 {
	margin-bottom: 100px !important;
}

.mb120-60 {
	margin-bottom: 120px !important;
}

.mb120-80 {
	margin-bottom: 120px !important;
}

.mb160-80 {
	margin-bottom: 160px !important;
}

/* clearFix */
.clearFix {
	zoom: 100%;
}

.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* ------------------------
	ヘッダー
------------------------ */

body {
	padding-top: 70px;
}

.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1030px;
	z-index: 9999;
}

.header .box01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0px 10px;
	max-width: 1220px;
	margin: auto;
}

.header .box02,
.gn,
.list_sns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_sns li {
	margin: 0px 3px;
}

.gn li {
	margin-right: 1.5em;
}

.gn a {
	text-decoration: none;
	line-height: 1;
}

.gn a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	height: 1.05em;
	margin-top: -0.1em;
}

.gn li:nth-child(1) a:before {
	background-image: url("../../common/img/gn01.svg");
	width: 1em;
}

.gn li:nth-child(2) a:before {
	background-image: url("../../common/img/gn02.svg");
	width: 1.1em;
}

.gn li:nth-child(3) a:before {
	background-image: url("../../common/img/gn03.svg");
	width: 1.4em;
}

.gn li:nth-child(4) a:before {
	background-image: url("../../common/img/gn04.svg");
	width: 1.5em;
}

.gn li:nth-child(5) a:before {
	background-image: url("../../common/img/gn05.svg");
	width: 1.6em;
}

.gn li:nth-child(6) a:before {
	background-image: url("../../common/img/gn06.svg");
	width: 1em;
}

@media only screen and (max-width: 1180px) {
	.header h1 {
		width: 130px;
	}

	.gn li {
		margin-right: 1.1em;
		font-size: 0.93em;
	}
}


/* ------------------------
	フッター
------------------------ */

.footer .list_sns li {
	margin: 0px 30px;
}

.footer .img01 {
	top: 70px;
	left: 10%;
}

.footer .rainbow {
	margin-bottom: -265px;
	z-index: -1;
}

.footer .bg01 {
	background: linear-gradient(#ecf4d9, #fff);
	padding: 60px 15px 30px;
}

/* .footer .bg01:before { content: ""; position: absolute; width: 100%; left: 0px; top: -100px; z-index: 10; height: 100px; background: url("../../common/img/bg_build.svg") repeat-x center bottom; background-size: auto 100%;} */
.footer .list01 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer .list01 li:first-child {
	margin-right: 40px;
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 0px;
	padding-bottom: 50px;
	z-index: 9999;
}

/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

.top_mainimage {
	background: url("../../common/img/main_bg01.svg") no-repeat center center #d3e0ed;
	background-size: cover;
	padding: 50px 0px;
	background-position: center 80px;
}

/* .top_mainimage:after { content: ""; position: absolute; width: 100%; left: 0px; bottom: 0px; z-index: 10; height: 100px; background: url("../../common/img/bg_build.svg") repeat-x center bottom; background-size: auto 100%;} */

.top_mainimage .box01 {
	/* background: url("../../common/img/main_bg02.svg") no-repeat center center; */
	background-size: 100% 100%;
	width: 801px;
	height: 756px;
	height: 1100px;
	margin: auto;
}

.top_mainimage .box_inner {
	/* max-width: 600px; */
	margin: auto;
}

.top_mainimage .text01 {
	margin: auto -50px;
}

.top_mainimage .dl01 {
	display: flex;
	align-items: center;
}

.top_mainimage .dl01 dt {
	width: 4em;
	height: 4em;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95em;
	letter-spacing: -0.05em;
	margin-right: 0.7em;
	line-height: 1.2;
}

.top_mainimage .num {
	font-size: 1.9em;
	line-height: 1;
}

.top_mainimage .num02 {
	font-size: 1.6em;
	line-height: 1;
}

.top_mainimage .text02 {
	border-bottom: solid 2px #c8c9ca;
	padding-bottom: 13px;
}

.top_mainimage .dl02 {
	display: flex;
	align-items: flex-start;
	margin-right: -2em;
}

.top_mainimage .dl02 dt {
	border-radius: 5px;
	width: 3.5em;
	text-align: center;
	line-height: 1.6;
	margin: 0.1em 0.5em 0px 0px;
}

.top_mainimage .dl02 dd {
	width: calc(100% - 4em);
}

.top_mainimage .pos_ab {
	z-index: 100;
}

.top_mainimage .bl01 {
	left: -80px;
	top: 10%;
}

.top_mainimage .bl02 {
	right: -150px;
	top: 10%;
}

.top_mainimage .bl03 {
	left: 70px;
	bottom: 8%;
}

.top_mainimage .bl04 {
	right: 60px;
	bottom: 20%;
}

.top_mainimage .bl05 {
	right: -110px;
	bottom: 24%;
}

.top_btn {
	background: linear-gradient(#ecf4d9, #fff);
	;
	padding: 80px 0px 180px;
}

.top_btn ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top_btn li:first-child {
	margin-right: 40px;
}

.top_sec01 .bg01 {
	background: url("../../common/img/top_sec01_bg01.svg") no-repeat center bottom;
	height: 100px;
	background-size: 100% 100%;
	margin-top: -100px;
}

/* .top_sec01 .tree_box {
	display: flex;
	justify-content: space-between;
	transform: translateY(-30px);
	height: 74px;
}

.tree {
	background: url("../../common/img/bg_tree.svg") no-repeat center bottom;
	background-size: 100% auto;
	width: 28px;
	height: 39px;
}

.top_sec01 .tree01,
.top_sec01 .tree05 {
	align-self: flex-end;
}

.top_sec01 .tree02,
.top_sec01 .tree04 {
	align-self: center;
	margin-top: -20px;
} */

@media only screen and (max-width: 1500px) {
	.top_sec01 .bg01 {
		background-size: 1600px 100%;
	}
}

.top_sec01 .img01 {
	right: 40px;
	top: -100px;
}

.top_sec01 .text01 span {
	font-size: 2em;
	display: inline-block;
}


.top_sec01 .box01 {
	display: flex;
	justify-content: space-between;
}

.top_sec01 .box01 .box_inner {
	width: 500px;
}

.top_sec01 .box01 dl {
	display: flex;
	align-items: flex-start;
}

.top_sec01 .box01 dt {
	width: 3em;
	border-radius: 5px;
	text-align: center;
	padding: 1px;
	margin: 0.1em 0.6em 0px 0px;
}

.top_sec01 .box01 dd {
	width: calc(100% - 3.6em);
}

.top_sec01 .box01 dl:nth-of-type(1) dd {
	margin-top: -0.3em;
}

.top_sec01 .box01 .box_inner h3 {
	display: table;
	border-radius: 5px;
	text-align: center;
	padding: 1px 0.5em;
}

.top_sec01 .box01 .more_btn a {
	line-height: 1.2;
	padding: 10px 30px;
}

.top_sec01 .box02 {
	width: 450px;
	border: solid 2px #6e60a8;
	border-radius: 20px;
	padding: 35px;
}

.top_sec01 .box02 h3 {
	font-size: 1.9em;
}

/* .top_bg01 { background: #fce9e8; padding-top: 100px; position: relative; z-index: 10;} */
.top_bg01 {
	background: #ecf4d9;
	padding-top: 100px;
	position: relative;
	z-index: 10;
}

.top_sec02 .box01 {
	width: 765px;
}

.top_sec02 .img01 {
	right: -320px;
	bottom: 0px;
}

.top_sec02 .img02 {
	right: -300px;
	bottom: -120px;
}

.top_sec02 .box02 {
	display: flex;
	align-items: flex-end;
}

.top_sec02 .box02:first-of-type {
	border-bottom: dotted 4px #9fa0a0;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.top_sec02 h3 {
	width: 5em;
	border-radius: 30px;
	font-size: 1.55em;
	line-height: 1.6;
	margin: 0px 1em 1em 0px;
}

.top_sec02 .date {
	width: 145px;
	margin-right: 1em;
}

.top_sec02 dl {
	display: flex;
	align-items: center;
}

.top_sec02 dt {
	border-radius: 5px;
	width: 3em;
	text-align: center;
	font-size: 0.9em;
}

.top_sec02 .text01 {
	font-size: 1.6em;
	line-height: 1.2;
	margin-left: 0.5em;
}

/* .top_sec03 .text01 { margin: -30px -45px -60px;} */
.top_sec03 .text01 {
	margin: 0 -45px;
}

.top_sec03 .bg01 {
	right: -100px;
	bottom: -70px;
}

.top_sec04 {
	background: #fff;
	margin-top: 320px;
	padding: 0px 15px 90px;
}

.top_sec04:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	top: -100px;
	height: 100px;
	background: url("../../common/img/top_sec04_bg.svg") no-repeat center bottom;
	background-size: 100% 100%;
}

.top_sec04 .box01 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 1200px;
	margin-top: -250px;
}

.top_sec04 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 100;
}

.top_sec04 li {
	width: 22%;
}

.top_sec04 h2 {
	margin: 0px -20%;
}

.top_sec04 .more_btn a {
	min-width: initial;
	width: 100%;
	padding: 10px 5px;
	letter-spacing: -0.05em;
}

.top_sec04 .more_btn a:before {
	right: 7px;
}

/* .top_sec04 .tree01 {
	left: -50px;
	top: 180px;
}

.top_sec04 .tree02 {
	left: 23%;
	bottom: -60px;
}

.top_sec04 .tree03 {
	left: 50%;
	top: 145px;
}

.top_sec04 .tree04 {
	right: 23%;
	bottom: -60px;
}

.top_sec04 .tree05 {
	right: -50px;
	top: 180px;
} */

.top_sec04 .bg01 {
	left: -40px;
	top: -90px;
}

.top_sec04 .bg02 {
	left: 48%;
	top: -60px;
}

@media only screen and (max-width: 1500px) {
	.top_sec04:before {
		background-size: 1600px 100%;
	}
}

.top_sec05 .box01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.top_sec05 .box01 .box_inner {
	width: 560px;
}

.top_sec05 h4 {
	display: table;
	border-radius: 5px;
	width: 8em;
}

.floormap ul {
	display: flex;
	justify-content: space-between;
}

/* ----------------------------
	contents
---------------------------- */

.over_hidden {
	overflow: hidden;
}

.show_sp {
	display: none;
}

.heading_dblline {
	display: table;
	margin: auto;
	background: #fff;
	font-size: 2.2em;
	line-height: 1.4;
	padding: 15px 1.2em;
	position: relative;
	min-width: 505px;
}

.heading_dblline:before,
.heading_dblline:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0px;
	background: url("../../common/img/line01.svg") no-repeat center center;
	background-size: 100% 100%;
}

.heading_dblline:before {
	top: 0px;
}

.heading_dblline:after {
	bottom: 0px;
	transform: scale(-1, 1);
}

.heading_gar {
	border-radius: 25px;
	font-size: 2em;
	line-height: 1.2;
	background: #313992;
	color: #fff;
	padding: 0.3em 0.7em;
}

/* .heading_gar:before,
.heading_gar:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 2.1em;
	height: 1.5em;
	top: -0.6em;
}

.heading_gar:before {
	background-image: url("../../common/img/bg_gar01.svg");
	left: -1.3em;
}

.heading_gar:after {
	background-image: url("../../common/img/bg_gar02.svg");
	right: -1.3em;
} */

.heading_bgmline {
	font-size: 1.4em;
	line-height: 1.4;
	padding-bottom: 13px;
	background: url("../../common/img/line02.svg") no-repeat center bottom;
	background-size: 100% 6px;
}

.more_btn a {
	display: inline-block;
	min-width: 340px;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #004da0;
	border-radius: 5px;
	padding: 15px 30px;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.more_btn a:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #ffffff;
}

.more_btn a:hover {
	transform: translateX(5px);
}

.page_head {
	background: url("../../common/img/page_head_bg.svg") no-repeat center center #d3e0ed;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

.page_head .bg {
	background: #ecf4d9;
	height: 30px;
}

/* .page_head .bg:after { content: ""; position: absolute; width: 100%; left: 0px; top: -100px; z-index: 10; height: 100px; background: url("../../common/img/bg_build.svg") repeat-x center bottom; background-size: auto 100%;} */
.page_head .back_white {
	border-radius: 30px;
	padding: 20px 10% 50px;
	max-width: 700px;
	margin: auto;
	box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.page_head .pos_ab {
	z-index: 100;
}

.page_head .img01 {
	bottom: 30px;
	right: -35px;
}

.page_head .img02 {
	top: -40px;
	left: -40px;
	z-index: 999;
}

.page_head .bl01 {
	top: -35px;
	right: 15%;
}

.page_head .bl02 {
	top: 15px;
	left: -20px;
}

.page_head .bl03 {
	top: 20px;
	right: -80px;
}

.page_head .bl04 {
	bottom: -30px;
	right: 90px;
}

.project .box01 {
	display: flex;
	justify-content: space-between;
	margin: auto 20px;
}

.project .box01 .box_inner {
	/* width: 50%; */
	width: 100%;
}

.project .box01>figure {
	/* width: 47%; */
	width: 100%;
}

.project .heading_gar {
	padding-left: 4.3em;
}

.project .heading_gar .pos_ab {
	width: 3.1em;
    top: -0.6em;
    left: 1.1em;
}

.project .head01 {
	letter-spacing: -0.6em;
	margin: 0px 0.3em;
}

.project .head01:nth-child(3) {
	margin: 0px 0.8em 0px -0.3em;
}

.project .dl01 {
	margin: auto 20px;
}

.project .dl01 dt {
	background: #313992 !important;
}

.art_sec {
	border: solid 1px #1bb4b3;
	border-radius: 25px;
	padding: 25px;
	box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.art_sec .box01 {
	display: flex;
	margin: auto 20px;
	justify-content: space-between;
}

.art_sec .box01 .box_inner {
	width: 63%;
}

.art_sec .box01 figure {
	width: 33%;
}

.art_sec .box01 figure img:not(:last-child) {
	margin-bottom: 10px;
}

.art_sec .heading_gar {
	padding: 0.15em 0.7em;
}

.art_sec .dl01,
.project .dl01 {
	display: flex;
	align-items: center;
}

.art_sec .dl01 dt,
.project .dl01 dt {
	align-self: flex-start;
	background: #1bb4b3;
	width: 3.5em;
	text-align: center;
	border-radius: 5px;
	margin-right: 0.8em;
}

.art_sec .dl01 dd,
.project .dl01 dd {
	max-width: calc(100% - 4.3em);
}

.art_sec .box02 {
	border: solid 1px #9fa0a0;
	border-radius: 20px;
	padding: 1em;
}

.art_sec .box02 h4 {
	display: table;
	border-radius: 5px;
	padding: 0.1em 0.6em;
}

.cafe .heading_gar {
	background: #1bb4b3;
}

.cafe .heading_gar .right {
	margin-top: 0.3em;
}

.work_sec01 .box01 {
	max-width: 800px;
	margin: auto;
}

.work_sec01 a {
	text-decoration: underline;
	color: #004da0;
}

.work_sec01 a:hover {
	opacity: 0.7;
}

.work_sec01 li {
	position: relative;
	padding-left: 0.8em;
}

.work_sec01 li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0.6em;
	width: 0.4em;
	height: 0.4em;
	background: #004da0;
}

.work_sec01 .pos_ab {
	z-index: 100;
}

.work_sec01 .img01 {
	left: -30px;
	bottom: -60px;
}

.work_sec01 .bl01 {
	left: -10px;
	top: 30%;
}

.work_sec01 .bl02 {
	right: -30px;
	top: -20px;
}

.work_sec01 .bl03 {
	right: 30px;
	bottom: 10px;
}

.under_bg {
	padding: 60px 0px;
}

.project .art_sec {
	border-color: #313992;
}

.project .art_sec .heading_gar {
	padding-left: 0.7em;
}

.work .art_sec {
	border-color: #1a873b;
}

.work .heading_gar,
.work .art_sec .dl01 dt {
	background: #1a873b;
}

.work .heading_gar {
	font-size: 1.95em;
	letter-spacing: -0.05em;
	padding-bottom: 0.4em;
}

.work .art_sec .more_btn {
	display: flex;
	justify-content: flex-end;
}

.work .art_sec .more_btn>div:first-child {
	margin-right: 20px;
}

.art_sec .more_btn a {
	min-width: 250px;
}

.hr_line {
	background: url("../../common/img/line02.svg") no-repeat center center;
	background-size: 100% 100%;
	height: 6px;
	border: none;
}


.stage_sec01 .box01 {
	display: flex;
	justify-content: space-between;
}

.stage_sec01 .box01>div {
	width: 48%;
}

.stage_sec01 dl {
	display: table;
	width: 100%;
	border-top: dotted 4px #bababa;
	padding: 0.4em 0px;
	font-size: 1.1em;
}

.stage_sec01 dl:last-of-type {
	border-bottom: dotted 4px #bababa;
}

.stage_sec01 dl>* {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

.stage_sec01 dt {
	width: 8.4em;
	padding-left: 0.6em;
}

.stage_sec01 .rest {
	background: #f5f3f2;
	color: #e3007f;
}

.stage_sec01 a {
	color: #004da0;
}

.stage_sec01 a:hover {
	text-decoration: underline;
}

.stage .art_sec {
	border: none;
}

.stage .heading_gar {
	background: #ea6da4;
}

.stage .art_sec .box02 {
	border-style: dotted;
	border-width: 4px;
}

@media print,
(min-width: 861px) {
	.img_large.art_sec .box01 .box_inner,
	.img_large.art_sec .box01 figure {
		width: 48%;
	}

	/* 2025 */

	#ex11.img_large.art_sec .box01 .box_inner{
		width: 51%;
	}
	#ex11.img_large.art_sec .box01 figure {
		width: 45%;
	}

	#cafe_01.img_large.art_sec .box01 .box_inner{
		width: 51%;
	}
	#cafe_02.img_large.art_sec .box01 figure {
		width: 45%;
	}
}

@media print,
(min-width: 861px) {
	.img_large_large.art_sec .box01 .box_inner{
		width: 46%;
	}
	.img_large_large.art_sec .box01 figure {
		width: 50%;
	}
}


.stage_sec01.ex dd {
	padding-left: 1em;
}

.exh .art_sec {
	border-color: #f08919;
}

.exh .heading_gar,
.exh .art_sec .dl01 dt {
	background: #f08919;
}

.copy small {
	color: #3e2b41;
}

#popup01,
#popup02,
#popup03 {
	display: none;
}

.popup-open {
	cursor: pointer;
}

.popup-overlay {
	display: none;
}

#popup01:checked~.popup-overlay,
#popup02:checked~.popup-overlay,
#popup03:checked~.popup-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.popup-window {
	width: 90vw;
	max-width: 700px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup-text {
	margin: 0;
}

.popup-text:not(:last-of-type) {
	margin-bottom: 1em;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	top: -26px;
	right: 0;
}

.top_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.buy_span {
	padding: 1px 10px;
	color: #f08919;
	background-color: #fff;
	border-radius: 15px;
	margin-left: 1em;
	font-size: 0.75em;
	line-height: 1.5;
	top: auto;
	position: absolute;
}

.buy_span:nth-of-type(2) {
	margin-left: 5em;
}

.al_cs {
	align-items: center !important;
}

.topic_link {
	color: #004da0;
	text-decoration: underline;
}

.cafe_schedule {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
	margin-bottom: 30px;
}

.cafe_schedule ul {
	width: 48%;
}

.button_out {
	pointer-events: none
}

/* 2025 */

.box_flex_type01 {
	display: flex;
}

.box_flex_type01 .box01 {
	flex-direction: column;
}

.box_flex_type01 .box01 .box_inner {
	margin-bottom: 10px;
}


.ex12_flex{
	display: flex;
	justify-content: space-between;
}

.main_catchlogo{
	max-width: 250px;
	margin-top: 10px!important;
}

#sat01 .miniimg{
	width: 180px;
}

.sat01_flex p{
margin-bottom: 0;
}

.sat01_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.fo_kaizyou{
	padding: 0.1em 0.6em;
	color: #fff;
	margin: 0 10px 0 20px;
}

.block{
	display: block;
}

.free_flex{
	display: flex;
	align-items: flex-start;
	border-radius: 10px;
	border: 1px solid #313992;
	padding: 20px 10px;
	margin-top: 20px;
}

.free{
	padding: 0.4em 0.6em;
    color: #fff;
    background-color: #5db5dc;
    border-radius: 50px;
    min-width: 80px;
	text-align: center;
	margin-right: 20px;
}


#sat08 figure img:nth-of-type(1){
	width: 240px;
}

#sat11 figure img:nth-of-type(1){
	width: 341px;
}

#sun08 figure img, #sun07 figure img, #sun09 figure img, #sun10 figure img, #sun11 figure img, #sun14 figure img{
	width: 100%;
}

.work_01_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sat08_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}



@media print,
(min-width: 861px) {
	.sat08_flex p{
		margin-bottom: 0;
		min-width: 295px;
	}
	
	.sma{
		display: none;
	}

	.up_space img:nth-of-type(1){
		margin-top: 50px;
	}

	.up_space img:nth-of-type(2){
		margin-top: 30px;
	}

	#cafe_02 .up_space img:nth-of-type(1){
		margin-top: 100px;
	}

}

#pro_03 .img01{
	display: flex;
	justify-content: space-between;
}

#pro_03 .img01 img:nth-of-type(1){
	margin-top: 20px;
	margin-left: 20px;
}

.hp_link, .nomal_link{
	color: #004da0;
	text-decoration: underline;
}

#ex03 figure img{
	width: 100%;
}

#ex03 figure img:nth-of-type(1){
	max-width: 260px;
}


.project .dl01 dt {
	width: 6em;
}

.project .dl01 dd {
	width: calc(100% - 6em);
}