@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

/*
Theme Name: enterPro2024
Theme URI: https://test.digitalpockets.jp/wp/
Description: エンタープロ2024
*/

/**************************************
base
**************************************/
/*--- reset ---*/
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, sub, 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;
	background: transparent;
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	width: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	color: #647486;
	font-size: 1.7em;
	line-height: 1;
	/*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";*/
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	/*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;*/
	font-family: "roboto","Noto Sans JP", sans-serif;
}
.ff_min {
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
}
body, .wrapper {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 63px);
}
.fw100 {
	font-weight: 100;
}
.fw300 {
	font-weight: 300;
}
.fw500 {
	font-weight: 500;
}
.fw700 {
	font-weight: 700;
}
.fw900 {
	font-weight: 900;
}
a {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	vertical-align: baseline;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tbody {
	-webkit-text-size-adjust: 100%;
}
input, select {
	vertical-align: middle;
}
.wrapper {
	/*opacity: 0;*/
	width: 100%;
	padding-top: 63px;
}
.contents {
	width: 100%;
}
footer {
	margin-top: auto;
}
section {
	padding-top: min(150px,20vw);
}
main {
	padding-bottom: min(180px,12vw);
}
#index main {
	padding-bottom: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
.wpcf7-not-valid-tip {
	margin-top: 10px;
}
/**************************************
parts
**************************************/
.inner1980 {
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
@media screen and (max-width: 1980px) {
	.inner1980 {
		width: 94%;
		padding: 0 3%;
	}
}
.inner1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
@media screen and (max-width: 1280px) {
	.inner1280 {
		width: 94%;
		padding: 0 3%;
	}
}
.inner1080 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
@media screen and (max-width: 1080px) {
	.inner1080 {
		width: 94%;
		padding: 0 3%;
	}
}
.inner860 {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
@media screen and (max-width: 860px) {
	.inner860 {
		width: 94%;
		padding: 0 3%;
	}
}
.flex {
	display: flex;
}
.flex_w {
	flex-wrap: wrap;
}
.flex_nw_sb {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.flex_nw_sb {
		flex-wrap: wrap;
	}
}
.flex_nw_c {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.flex_nw_l {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
}
@media screen and (max-width: 640px) {
	.flex_nw_l {
		flex-wrap: wrap;
	}
}
.flex_nw_r {
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
}
.flex-ai_fe {
	align-items: flex-end;
}
.flex-ai_c {
	align-items: center;
}
.flex-ac_sb {
	align-content: space-between;
}
.major-title {
	position: relative;
	width: 100%;
	color: #647486;
	font-weight: 300;
	font-size: 8rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.major-title {
		margin-bottom: min(40px, 3vw);
		font-size: 6rem;
	}
}
@media screen and (max-width: 1080px) {
	#contact .major-title {
		margin-bottom: min(100px, 20vw);
	}
}
#index .major-title, #information .major-title {
	margin-bottom: min(100px,15vw);
}
.major-title span {
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	min-width: 80px;
	padding: 7px 20px 5px;
	background-color: #fff500;
	font-size: 1.1rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.major-title span {
		font-size: .9rem;
	}
}
.major-title span::before {
	position: absolute;
	top: 0;
	left: -18px;
	width: 18.4px;
	height: 23px;
	background-image: url(./assets/images/deco_001_l.svg);
	background-position: left top;
	background-size: 18.4px 23px;
	background-repeat: no-repeat;
	content: "";
}
@media screen and (max-width: 640px) {
	.major-title span::before {
		height: 21px;
	}
}
.major-title span::after {
	position: absolute;
	top: 0;
	right: -18px;
	width: 18.4px;
	height: 23px;
	background-image: url(./assets/images/deco_001_r.svg);
	background-position: left top;
	background-size: 18.4px 23px;
	background-repeat: no-repeat;
	content: "";
}
@media screen and (max-width: 640px) {
	.major-title span::after {
		height: 21px;
	}
}
.base-title {
	margin-bottom: min(80px,10vw);
	text-align: center;
}
.base-title span {
	display: inline-block;
	position: relative;
	min-width: 180px;
	padding: 15px 80px 14px;
	border: solid 2px #647486;
	border-radius: 30px;
	font-weight: bold;
	font-size: 2rem;
}
@media screen and (max-width: 640px) {
	.base-title span {
		min-width: 150px;
		padding: 12px 50px 11px;
		font-size: 1.6rem;
	}
}
.base-title span::after {
	position: absolute;
	bottom: -30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 2px;
	background-color: #fff500;
	content: "";
}
@media screen and (max-width: 640px) {
	.base-title span::after {
		bottom: -35%;
	}
}
ul + .more {
	margin-top: 30px;
	text-align: right;
}
@media screen and (max-width: 640px) {
	ul + .more {
		margin-top: 20px;
	}
}
ul + .more a {
	color: #647486;
	font-size: 1.4rem;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	ul + .more a {
		font-size: 1.2rem;
	}
}
.back_pattern {
	position: relative;
	background-image: url(./assets/images/back_dot_gray.svg);
	background-size: 3px;
	background-color: #fff;
}

/* ---------- normaltable ---------- */
.normal_table {
	width: calc(100% - 5px);
	border: solid 2px #647486;
}
.normal_table th, .normal_table td {
	padding: 20px 7px 18px;
	border-bottom: solid 1px #647486;
	font-size: 1.6rem;
	line-height: 1.6em;
	text-align: left;
}
.normal_table th {
	width: 230px;
	border-right: solid 1px #647486;
	background-image: url(./assets/images/back_dot_gray.svg);
	background-size: 3px;
	background-color: #fff;
}
@media screen and (max-width: 640px) {
	.normal_table th, .normal_table td {
		display: block;
		width: calc(100% - 14px);
	}
}
.no_posts_found {
	padding-top: min(180px,12vw);
	text-align: center;
}
/* ---------- mailform ---------- */
.mailform {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	border: solid 2px #647486;
}
.mailform th, .mailform td {
	padding: 7px;
	border: solid 1px #647486;
	font-size: 1.5rem;
	text-align: left;
}
.mailform th {
	width: 230px;
	background: url(./assets/images/back_dot_gray.svg) repeat 0 #fff;
	background-size: 3px;
}
@media screen and (max-width: 640px) {
	.mailform th, .mailform td {
		display: block;
		width: calc(100% - 14px);
		border: unset;
		border-right: solid 1px #647486;
		border-bottom: solid 1px #647486;
	}
}
.mailform th .req {
	color: #f15a24;
}
.mailform input[type="radio"] {
	display: none;
}
.mailform input[type="radio"] + label {
	width: 25%;
	padding: 14px 0 13px;
	border: 1px solid #c8ced4;
	border-right: none;
	background-color: #fff;
	font-size: 1.4rem;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	.mailform input[type="radio"] + label {
		font-size: 1.1rem;
	}
}
.mailform input[type="radio"]:checked + label {
	background-color: #647486;
	color: #fff;
}
.mailform td input[type="text"], .mailform td input[type="email"], .mailform td input[type="tel"], .mailform td input[type="number"] {
	width: 320px;
	padding: 10px 10px 9px;
	border: solid 1px #c8ced4;
	font-size: 1.6rem;
	line-height: 1.4em;
}
@media screen and (max-width: 640px) {
	.mailform td input[type="text"], .mailform td input[type="email"], .mailform td input[type="tel"], .mailform td input[type="number"] {
		width: calc(100% - 22px);
	}
}
.mailform td input[type="text"].long, .mailform td input[type="email"].long, .mailform td input[type="tel"].long, .mailform td input[type="number"].long, .mailform textarea.long {
	width: calc(100% - 22px);
}
.mailform td input[type="text"].short, .mailform td input[type="email"].short, .mailform td input[type="tel"].short, .mailform td input[type="number"].short, .mailform textarea.short {
	width: 180px;
}
.mailform td select {
	min-width: 240px;
	padding: 11px 10px;
	border: solid 1px #c8ced4;
	color: #647486;
	font-size: 1.5rem;
	cursor: pointer;
}
.mailform input[type="file"] {
	padding: 10px;
	color: #647486;
}
.mailform textarea {
	width: calc(100% - 22px);
	padding: 10px 10px 9px;
	border: solid 1px #c8ced4;
	font-size: 1.6rem;
	line-height: 1.4em;
}
.mailform + .submit {
	margin-top: 40px;
	text-align: center;
}
.mailform + .submit input[type="submit"] {
	padding: 15px 80px;
	border: none;
	background-color: #647486;
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
}
.mailform + .submit .wpcf7-spinner {
	display: none;
}

/**************************************
header
**************************************/
header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: calc(100% - 18px);
	padding-left: 18px;
}
@media screen and (max-width: 900px) {
	header {
		width: calc(100% - 10px);
		padding-left: 10px;
	}
}
header.bc_white {
	background-color: #fff;
}
.main-logo a {
	display: flex;
	align-items: flex-end;
	height: 60px;
	padding-left: 200px;
	background: url(./assets/images/logo_main.svg) no-repeat left bottom;
	background-size: 200px auto;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 900px) {
	.main-logo a {
		height: 45px;
		padding-left: 150px;
		background-size: 150px auto;
	}
}
.bc_white .main-logo a {
	background-position: left bottom 10px;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 900px) {
	.bc_white .main-logo a {
		background-position: left bottom 5px;
		transition: .3s ease-in-out;
	}
}
.main-logo a h1, .main-logo a > div {
	display: flex;
	align-items: flex-end;
	height: 100%;
	margin-left: 15px;
	padding-left: 15px;
	border-left: solid 1px #647486;
	color: #647486;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.5em;
	vertical-align: bottom;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 900px) {
	.main-logo a h1, .main-logo a > div {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 480px) {
	.main-logo a h1, .main-logo a > div {
		display: none;
	}
}
.bc_white .main-logo a h1, .bc_white .main-logo a > div {
	padding-bottom: 8px;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 900px) {
	.bc_white .main-logo a h1, .bc_white .main-logo a > div {
		padding-bottom: 5px;
		transition: .3s ease-in-out;
	}
}
@media screen and (max-width: 900px) {
	.main-nav {
		display: none;
	}
}
.main-nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.main-nav ul li a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 57px;
	color: #647486;
	font-size: 1.5rem;
}
.main-nav ul li a.square {
	width: 60px;
}
.main-nav ul li a.active {
	border-bottom: solid 3px #fff500;
}
.main-nav ul li a img {
	height: 20px;
}
.main-nav ul li.contact {
	background-color: #fff500;
}
.main-nav ul li.contact img {
	height: 15px;
}
.main-nav ul li.insta a {
	background-image: url(./assets/images/logo_insta_mono.png);
	background-position: center center;
	background-size: 20px;
	background-repeat: no-repeat;
	transition: .3s ease-in-out;
}
/* チラつき防止用 */
.main-nav ul li.insta a::before {
	background-image: url(./assets/images/logo_insta.png);
	content: "";
}
.main-nav ul li.insta a:hover {
	border-bottom: unset;
	background-image: url(./assets/images/logo_insta.png);
	transition: .3s ease-in-out;
}

/**************** ドロワーメニュー ****************/
@media screen and (min-width: 901px) {
	.hamburger-menu {
		display: none;
	}
}
.menu-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 5px;
	z-index: 90;
	width: 60px;
	height: 60px;
	background-color: unset;
	cursor: pointer;
}
@media screen and (max-width: 900px) {
	.menu-btn {
		width: 45px;
		height: 45px;
	}
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	display: block;
	position: absolute;
	width: 25px;
	height: 3px;
	border-radius: 3px;
	background-color: #647486;
	content: "";
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
.menu-content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	width: 100%;
	height: 100%;
	background-color: #647486;
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	list-style: none;
	border-bottom: solid 1px #fff;
}
.menu-content ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 9px 15px 10px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.menu-content ul li a::before {
	position: absolute;
	top: 16px;
	right: 11px;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	content: "";
}
#menu-btn-check {
	display: none;
}
.menu-content {
	position: fixed;
	top: 45px;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	width: 100%;
	height: calc(100% - 45px);
	background-color: #647486;
	transition: all .5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}
/**************************************
index
**************************************/
#main_image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: 0;
	overflow: hidden;
}
#main_image .main_image_cont {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(./assets/images/back_dot_white_op30.svg);
	background-size: 6px;
}
#main_image .main_image_cont > div {
	text-align: center;
}
#main_image .main_image_cont strong {
	display: inline-block;
	margin-bottom: 50px;
	color: #fff;
	font-weight: 300;
	font-size: 8rem;
	line-height: .9em;
	text-align: center;
}
#main_image .main_image_cont strong span {
	font-size: 1.7rem;
	letter-spacing: .3em;
}
@media screen and (max-width: 480px) {
	#main_image .main_image_cont strong span {
		letter-spacing: unset;
	}
}
#main_image .index_menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	z-index: 10000;
}
@media screen and (max-width: 900px) {
	#main_image .index_menu {
		flex-wrap: wrap;
		width: 70%;
		margin: 0 auto;
	}
}
#main_image .index_menu li {
	width: 200px;
	margin: 0 5px;
	padding: 0 40px;
	background-image: url(./assets/images/deco_001_l.svg),url(./assets/images/deco_001_r.svg);
	background-position: left 0,right 0;
	background-repeat: no-repeat,no-repeat;
}
@media screen and (max-width: 900px) {
	#main_image .index_menu li {
		width: calc(100% - 80px);
		min-width: 240px;
		margin-bottom: 15px;
	}
}
#main_image .index_menu li a {
	display: inline-block;
	position: relative;
	width: 200px;
	padding: 17px 0 15px;
	background-color: #fff500;
	color: #647486;
	font-size: 1.8rem;
	text-align: center;
	transition: all .5s;
}
@media screen and (max-width: 900px) {
	#main_image .index_menu li a {
		width: 100%;
	}
}
#main_image .index_menu li a:hover {
	width: 280px;
	margin-left: -40px;
	transition: all .5s;
}
#main_image .index_menu li img {
	width: auto;
	height: 100%;
}
#main_image .slider {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 300%;
	height: 100vh;
}
@media screen and (max-width: 900px) {
	#main_image .slider {
		height: calc(100svh - 76px);
	}
}
#main_image .slider li {
	width: 100%;
}
#main_image .slider a {
	display: block;
}
#main_image .slider img {
	width: 100vw;
	height: 100vh;

	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (max-width: 900px) {
	#main_image .slider img {
		height: calc(100svh - 76px);
	}
}
#main_image .limited_menu {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 9;
}
@media screen and (max-width: 900px) {
	#main_image .limited_menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		bottom: 0;
		left: 0;
	}
}
#main_image .limited_menu li {
	height: 75px;
	margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
	#main_image .limited_menu li {
		margin-bottom: 0;
	}
	#main_image .limited_menu li.line {
		width: 100%;
		min-width: 50%;
		border-bottom: solid 1px #647486;
	}
	#main_image .limited_menu li.recruit {
		width: calc(100% - 1px);
		min-width: calc(50% - 1px);
		border-right: solid 1px #647486;
		border-bottom: solid 1px #647486;
	}
}
#main_image .limited_menu li a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	height: calc(76px - 14px);
	padding: 10px 70px 4px 20px;
	border-top-left-radius: 48px;
	border-bottom-left-radius: 48px;
	background: url(./assets/images/deco_003.svg) no-repeat right 10px center;
	background-size: 50px auto;
	background-color: #fff;
	color: #647486;
	font-size: 1.4rem;
	line-height: 1.4em;
}
@media screen and (max-width: 900px) {
	#main_image .limited_menu li a {
		height: calc(76px - 15px);
		border-top-left-radius: unset;
		border-bottom-left-radius: unset;
	}
}
@media screen and (max-width: 541px) {
	#main_image .limited_menu li a {
		padding: 10px 10px 4px;
		background: unset;
		font-size: 1.2rem;
	}
}
#main_image .limited_menu li a img {
	margin-right: 10px;
}

/*************** concept ***************/
#concept {
	position: relative;
	margin-top: calc(100vh - 63px);
	padding-bottom: min(120px,18vw);
	background-color: #fff;
}
#concept strong {
	display: block;
	margin-bottom: min(50px,4vw);
	color: #647486;
	font-size: 2.8rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#concept strong {
		font-size: 2.2rem;
	}
}
#concept .image {
	position: relative;
}
/*#concept .image::before {
	display: block;
	content: url("./assets/images/");
}*/
#concept .image .slick-slide {
	display: flex;
	justify-content: space-between;
}
#concept .image .slick-slide > div {
	width: 100%; /*横幅*/
}
#concept .image .slick-slide > div li {
	position: relative;
	width: 100%;
	padding-top: 100%; /*縦の比率*/
}
#concept .image .slick-slide > div li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover; /*中央揃え*/
}
#concept .text {
	padding-top: min(100px,15vw);
	font-size: 1.6rem;
	line-height: 1.8em;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	#concept .text {
		font-size: 1.4rem;
		line-height: 1.7em;
	}
}

/*************** showspace ***************/
#show_space {
	position: relative;
	overflow: hidden;
	background-image: url(./assets/images/back_dot_gray.svg);
	background-size: 3px;
	background-color: #fff;
}
#show_space .trolley {
	display: flex;
	flex-wrap: nowrap;
	width: 200vw;
}
#show_space .trolley._1 {
	transform: translate(0);
	transition: all 1s;
}
#show_space .trolley._2 {
	transform: translate(-100vw);
	transition: all 1s;
}
#show_space .switch {
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 640px) {
	#show_space .switch {
		justify-content: left;
		right: unset;
		left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#show_space .switch li {
		width: 50%;
	}
}
#show_space .switch li label input {
	display: none;
}
#show_space .switch li label {
	display: inline-block;
	        clip-path: polygon(0 0, 100% 0, 100% 100%,15% 100%);
	width: 180px;
	margin-right: -23px;
	padding: 12px;
	background-color: #647486;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	cursor: pointer;

	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%,15% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%,23px 100%);;
}
@media screen and (max-width: 640px) {
	#show_space .switch li label {
		        clip-path: unset;
		width: calc(100% - 24px);

		-webkit-clip-path: unset;
	}
}
#show_space .switch li label.active {
	background-color: #fff500;
	color: #647486;
}
/*************** cases ***************/
#cases {
	position: relative;
	width: 100vw;
	padding-bottom: min(80px,12vw);
}
@media screen and (max-width: 860px) {
	#cases {
		padding-top: min(130px, 15vw);
	}
}
#cases ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;

	gap: min(30px,3vw) 10px;
}
#cases ul li {
	position: relative;
	width: calc((100% - 30px) / 4);
	height: 13vw;
	overflow: hidden;
}
@media screen and (max-width: 1080px) {
	#cases ul li {
		width: calc((100% - 20px) / 3);
		height: 18.95vw;
	}
}
@media screen and (max-width: 640px) {
	#cases ul li {
		width: calc((100% - 10px) / 2);
		height: 27.5vw;
	}
}
#cases ul li img {
	width: 100%;
	height: 100%;
	transition: all .5s;

	-o-object-fit: cover;
	   object-fit: cover;
}
#cases ul li a:hover img {
	transform: scale(1.1);
	transition: all .5s;
}
#cases ul li span.housing, #cases ul li span.shop {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 100;
	width: 64px;
	padding: 4px 10px 3px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
	color: #647486;
	font-size: 1.2rem;
	text-align: center;
	/*transition: all .3s;*/
}
@media screen and (max-width: 640px) {
	#cases ul li span.housing, #cases ul li span.shop {
		font-size: 1.1rem;
	}
}
/*#cases ul li a:hover span.housing, #cases ul li a:hover span.shop {
	transform: translate(-84px);
	transition: all .3s;;
}*/
#cases ul li span.housing {
	background-color: #647486;
	color: #fff;
}
#cases ul li span.title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 100%;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.4em;
	text-align: center;
	transition: all .5s;
}
@media screen and (max-width: 640px) {
	#cases ul li span.title {
		font-size: 1.4rem;
	}
}
#cases ul li a:hover span.title {
	opacity: 1;
	transition: all .5s;
}

/*************** instagram ***************/
#show_insta {
	width: 100vw;
}

/*************** flow ***************/
#flow {
	position: relative;
	background-color: #fff;
}
#flow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 900px) {
	#flow ul {
		flex-wrap: nowrap;
		justify-content: left;
		overflow-x: scroll;
	}
}
#flow ul li:nth-child(odd) {
	display: block;
	position: relative;
	width: calc(30% - 60px);
	margin-bottom: min(50px,5vw);
	padding: min(50px,7.5vw) min(30px,3vw) min(30px,3vw);
	border: solid 2px #d2d7dc;
}
@media screen and (max-width: 900px) {
	#flow ul li:nth-child(odd) {
		width: 240px;
	}
}
#flow ul li:nth-child(even) {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 900px) {
	#flow ul li:nth-child(even) {
		margin: 0 20px;
	}
}
@media screen and (min-width: 901px) {
	#flow ul li:nth-of-type(6) {
		display: none;
	}
}
#flow ul li:nth-child(even) img {
	width: 20px;
}
@media screen and (max-width: 900px) {
	#flow ul li:nth-child(even) img {
		width: 12px;
	}
}
#flow .number {
	position: relative;
	margin-bottom: 40px;
	font-weight: 100;
	font-size: 10rem;
	text-align: center;
}
#flow .number::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 6px;
	background-color: #fff500;
	content: "";
}
#flow h3 {
	line-height: 1.5em;
	text-align: center;
}
#flow .image {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: min(260px,16vw);
}
@media screen and (max-width: 900px) {
	#flow .image {
		width: 240px;
	}
}
#flow .image img {
	max-width: 220px;
	max-height: 68%;
}
#flow .text {
	font-size: 1.6rem;
	line-height: 1.7em;
	text-align: justify;
}
@media screen and (max-width: 900px) {
	#flow .text {
		font-size: 85%;
		line-height: 1.6em;
	}
}
#flow .period {
	        clip-path: polygon(0 0, 100% 0, 100% 100%);
	position: absolute;
	top: -2px;
	right: -2px;
	width: 120px;
	height: 120px;
	background-color: #647486;

	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#flow .period span {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4em;
}

/*************** service ***************/
#service .image img {
	width: 100%;
}

/*************** index_event ***************/
#index_event {
	position: relative;
	padding-bottom: min(80px,12vw);
	background-color: #fff;
}

/*************** index_info ***************/
#index_info {
	position: relative;
	padding-bottom: min(80px,12vw);
	background-color: #fff;
}
#index_info li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	border: solid 1px #647486;
}
#index_info li:nth-last-of-type(1) {
	margin-bottom: 0;
}
#index_info li .date {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	padding: 18px;
	background-color: #647486;
	color: #fff;
	font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
	#index_info li .date {
		width: 40px;
		font-size: 1.1rem;
	}
}
#index_info li .title {
	width: calc(100% - 150px);
}
@media screen and (max-width: 640px) {
	#index_info li .title {
		width: calc(100% - 40px);
	}
}
#index_info li .title a {
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 35px;
	padding-left: 20px;
	background: url(./assets/images/deco_005.svg) no-repeat right 15px center;
	background-size: auto 12px;
	color: #647486;
	font-size: 1.6rem;
	line-height: 1.2em;
}
@media screen and (max-width: 640px) {
	#index_info li .title a {
		padding-left: 10px;
		font-size: 1.4rem;
	}
}
#index_info li .title a:hover {
	background-color: #f0f1f3;
}

/**************************************
footer
**************************************/
footer {
	/*margin-top: min(130px,19.5vw);*/
	padding: 50px 0 30px;
	background-color: #647486;
	color: #fff;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.5em;
}
#index footer {
	position: relative;
}
footer a {
	color: #fff;
	font-weight: 300;
}
@media screen and (max-width: 900px) {
	footer > div.inner1980 {
		align-items: flex-end;
	}
}
@media screen and (max-width: 480px) {
	footer > div.inner1980 {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 900px) {
	footer ._1 {
		order: 2;
	}
}
@media screen and (max-width: 480px) {
	footer ._1 {
		width: 250px;
		margin: 20px auto 0;
		text-align: center;
	}
}
footer ._1 small {
	width: 100%;
	font-size: 1.4rem;
}
footer ._1 li {
	padding-left: 12px;
	background: url(./assets/images/deco_004.svg) no-repeat left center;
	background-size: 4px auto;
}
footer ._1 li a {
	line-height: 2em;
	text-decoration: underline;
}
footer ._1 ul {
	display: inline-block;
}
@media screen and (max-width: 900px) {
	footer ._1 ._1_1 {
		display: none;
	}
}
footer ._1 ._1_1_1 {
	width: 130px;
	margin-right: min(30px,4.5vw);
}
footer ._1 ._1_1_2 {
	width: 172px;
}
@media screen and (max-width: 900px) {
	footer ._2 {
		flex-wrap: wrap;
		order: 1;
		width: 255px;
	}
}
@media screen and (max-width: 480px) {
	footer ._2 {
		justify-content: center;
		margin: 0 auto;
	}
}
@media screen and (max-width: 900px) {
	footer ._2_1 {
		margin-bottom: 20px;
	}
}
footer ._2_1 li {
	margin-left: 30px;
}
@media screen and (max-width: 900px) {
	footer ._2_1 li:nth-of-type(1) {
		margin-left: 0;
	}
}
footer ._2_2 {
	width: 254px ;
	margin-left: 60px;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px) {
	footer ._2_2 {
		margin-left: 0;
	}
}
footer ._2_2_1 {
	margin-bottom: 20px;
}
footer ._2_2_1 p:nth-of-type(1) img {
	width: 240px;
}
footer ._2_2_1 p:nth-of-type(2) {
	font-size: 1.05rem;
}
footer ._2_2_2 {
	font-size: 1.3rem;
}
footer ._2_2_2 strong {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2em;
}
footer ._2_2_2 p:nth-of-type(1) {
	margin-bottom: 5px;
}