@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
html,
body {
	color: #202020;
	height: 100%;
	min-height: 100%;
	font-size: 16px;
	font-family: "Noto Sans JP", "Meiryo UI", "ヒラギノ明朝 ProN", "小塚明朝 Pro", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.is-menu-open {
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6,strong,th {
	font-family: "Noto Sans JP", "Meiryo UI", "ヒラギノ明朝 ProN", "小塚明朝 Pro", Hiragino Kaku Gothic ProN, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.mn {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* 834 */
@media screen and (max-width: 834px) {
	body {
		/*font-size:calc(9px + 0.7vmin);*/
		-webkit-tap-highlight-color: transparent;
	}
}

/* 580 */
@media screen and (max-width: 580px) {
	body {
		/*font-size:calc(9px + 1vmin);*/
		-webkit-tap-highlight-color: transparent;
	}
	html,
	body {
		font-size: 15px;
	}
}
a {
	color: #202020;
	text-decoration: none;
	transition: color 0.3s ease;
}
body.is-pc a:hover {
	color: #f39800;
	text-decoration: none;
}
a:active {
	color: #3d3a39;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
::selection {
	background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
	background: rgba(0, 144, 202, 0.5); /* Firefox */
}
/* min835 */
@media screen and (min-width: 835px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	a[href^="tel:"] {
		color: #00F;
		text-decoration: underline;
	}
}


/*--------------------------------------------------------------*/
/* Form関連 */
/*--------------------------------------------------------------*/
input, textarea, table select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, table select, button {
	vertical-align: middle;
}
textarea::placeholder,
input::placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
input:focus::placeholder,
textarea:focus::placeholder {
	color: #ccc;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=checkbox],
input[type=submit],
input[type=button],
input[type=number],
button,
table select,
textarea {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: #fff;
}
textarea {
	width: 100%;
	height: 240px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
table select:focus,
textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit],
input[type=button],
button {
	outline: none;
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover,
input[type=button]:hover {
	background-color: #fff;
}
input[type=submit]:active,
input[type=button]:active,
button:active {
	background-color: #01472e;
}
table select {
	background: url(../images/arrow.png) right 50% no-repeat #fff;
	background-size: contain;
	padding-right: 40px;
}
/* checkbox */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + .mwform-checkbox-field-text {
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox] + .mwform-checkbox-field-text:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	color: #ccc;
	font-size: 22px;
	margin-right: 4px;
	position: relative;
	bottom: -2px;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	content: "\f14a";
	color: #f39800;
}
/* radio */
input[type=radio] {
	display: none;
}
input[type=radio] + .mwform-radio-field-text:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	color: #ccc;
	font-size: 18px;
	margin-right: 6px;
}
input[type=radio]:checked + .mwform-radio-field-text:before {
	content: "\f192";
	color: #005F3D;
}
/* label */
.form label {
	white-space: nowrap;
}
/* select */
select {
	/* styling */
	background-image: linear-gradient(45deg, transparent 50.1%, #fff 50.1%), linear-gradient(135deg, #fff 50.1%, transparent 50.1%), linear-gradient(to right, #005F3D, #005F3D);
	background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	background-color: white;
	border: thin solid #bfbfbf;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	color: #000;
	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 100%;
}
select:focus {
	background-image: linear-gradient(45deg, white 50.1%, transparent 50.1%), linear-gradient(135deg, transparent 50.1%, white 50.1%), linear-gradient(to right, #005F3D, #005F3D);
	background-position: calc(100% - 14px) calc(1em + 2px), calc(100% - 19px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: #bfbfbf;
	outline: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
/* 580 */
@media (max-width: 580px) {
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel],
	input[type=checkbox],
	input[type=submit],
	input[type=button],
	input[type=number],
	button,
	table select,
	textarea {
		padding: 10px;
	}
}

/*--------------------------------------------------------------*/
/* layout */
/*--------------------------------------------------------------*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 1230 */
@media (max-width: 1230px) {
	.mb14 {
		margin-bottom: max(11.4vw, 80px)!important;
	}
	.mb16 {
		margin-bottom: max(13vw, 80px)!important;
	}
}
/* 768 */
@media (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_view.inline {
		display: inline-block;
	}
	.sp_none {
		display: none!important;
	}
}
/* base */
.content {
	width: auto;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.content2 {
	width: auto;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*--------------------------------------------------------------*/
/* table */
/*--------------------------------------------------------------*/
table.tbl {
	width: 100%;
	border-top: 1px solid #BABABA;
	margin-bottom: 80px;
}
table.tbl tr {
	border-bottom: 1px solid #BABABA;
}
table.tbl tr th,
table.tbl tr td {
	padding: 40px;
	text-align: left;
	line-height: 1.8;
}
table.tbl tr th {
	white-space: nowrap;
	letter-spacing: 3px;
	text-indent: 3px;
}

/*--------------------------------------------------------------*/
/* .fixed */
/*--------------------------------------------------------------*/
.fixed {
	position: fixed!important;
	top: 0px;
	z-index: 99;
	animation: moveimg 1s 1;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-bottom: none!important;
}
@keyframes moveimg {
	0% { top: -350px; }
	100% { top: 0px; }
}

/*--------------------------------------------------------------*/
/* vegas */
/*--------------------------------------------------------------*/
.vegas-animation-kenburns {
	animation: kenburns ease-out;
}
@keyframes kenburns {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

/*--------------------------------------------------------------*/
/* zoom */
/*--------------------------------------------------------------*/
.zhover {
	display: block;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.zhover img {
	transform: scale(1) ;
	transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
body.is-pc a:hover .zhover img:hover {
	transform:scale(1.03) ;
}

/*--------------------------------------------------------------*/
/* btn */
/*--------------------------------------------------------------*/
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-image: radial-gradient(circle at 80% 50%, rgba(255, 235, 139, 1), rgba(248, 172, 64, 1) 95%);
	background-size: 150% 150%;
	background-position: 80% 50%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	max-width: 270px;
	width: 80%;
	margin-top: 30px;
	position: relative;
	transition: .3s ease;
}
.btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #71a460;
	position: absolute;
	top: 7px;
	left: 7px;
	transition: .3s ease;
}
.btn::before {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	border-bottom: 1px solid #71a460;
	position: absolute;
	top: 50%;
	right: -20%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: .3s ease;
}
body.is-pc .btn:hover {
	color: #fff;
	background-position: 0% 50%;
}
body.is-pc .btn:hover::after {
	top: 0px;
	left: 0px;
	opacity: 0;
}
body.is-pc .btn:hover::before {
	width: 0px;
}
.btn i {
	margin-left: 8px;
}
/* 1240 */
@media (max-width: 1240px) {
	.btn {
		font-size: max(1.452vw, 16px); //18px;
		height: max(4.839vw, 50px); //60px;
		margin-top: max(2.419vw, 25px); //30px;
	}
	.btn::after {
		top: max(0.565vw, 4px); //7px;
		left: max(0.565vw, 4px); //7px;
	}
	.btn::before {
		width: max(6.452vw, 60px); //80px;
		right: -4.5vw;
	}
}

/*--------------------------------------------------------------*/
/* btn */
/*--------------------------------------------------------------*/
.btn2 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	height: 65px;
	max-width: 280px;
	width: 70%;
	margin-top: 30px;
	position: relative;
	transition: color 0.8s ease;
}
.btn2::before {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 90%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: .3s ease;
	z-index: -1;
}
body.is-pc .btn2:hover {
	color: #000;
}
body.is-pc .btn2:hover::before {
	animation: animateLine 0.7s ease forwards;
}
@keyframes animateLine {
	0% {
		left: 90%;
		width: 80px;
		height: 1px;
	}
	20% {
		left: 0;
		width: 80px;
		height: 1px;
	}
	40% {
		left: 0;
		width: 100%;
		height: 1px;
	}
	60% {
		left: 0;
		background: #fff;
	}
	100% {
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}
}
/* 1240 */
@media (max-width: 1240px) {
	.btn2 {
		font-size: max(1.613vw, 16px); //20px;
		height: max(5.242vw, 50px); //65px;
		margin-top: max(2.419vw, 25px); //30px;
	}
	.btn2::after {
		top: max(0.565vw, 4px); //7px;
		left: max(0.565vw, 4px); //7px;
	}
	.btn2::before {
		width: max(6.452vw, 60px); //80px;
		right: -4.5vw;
	}
}

/*--------------------------------------------------------------*/
/* btn3 */
/*--------------------------------------------------------------*/
.btn3 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-image: radial-gradient(circle at 80% 50%, rgba(243, 225, 134, 1), rgba(248, 172, 64, 1) 95%);
	background-size: 150% 150%;
	background-position: 80% 50%;
	color: #fff;
	height: 50px;
	max-width: 240px;
	min-width: 180px;
	width: 90%;
	position: relative;
	transition: .3s ease;
}
body.is-pc .btn3:hover {
	color: #fff;
	background-position: 0% 50%;
}
/* 1240 */
@media (max-width: 1240px) {
	.btn3 {
		font-size: max(1.613vw, 16px); //20px;
		height: max(4.032vw, 40px); //50px;
	}
}

/*--------------------------------------------------------------*/
/* .pd_std */
/*--------------------------------------------------------------*/
.pd_std {
	padding: 90px 0;
}
.pd_std.tzero {
	padding: 0 0 90px 0;
}
.pd_std.bzero {
	padding: 90px 0 0 0;
}
/* 1240 */
@media (max-width: 1240px) {
	.pd_std {
		padding: max(7.2vw, 50px) 0;
	}
	.pd_std.tzero {
		padding: 0 0 max(7.2vw, 50px) 0;
	}
}

/*--------------------------------------------------------------*/
/* breadcrumbs */
/*--------------------------------------------------------------*/
.breadcrumbs span {
	font-size: 15px;
}
.breadcrumbs i {
	font-size: 13px;
	margin: 0 6px 0 7px;
}
.breadcrumbs a {
	color: #000;
}
.breadcrumbs a:hover {
	color: #4e9cb8;
}
/* 580 */
@media (max-width: 580px) {
	.breadcrumbs span {
		font-size: 14px;
	}
	.breadcrumbs i {
		font-size: 12px;
		margin: 0 3px 0 5px;
	}
}

/*--------------------------------------------------------------*/
/* #header */
/*--------------------------------------------------------------*/
#header {
	width: 100%;
	height: 80px;
	position: absolute;
	background: #3d3a39;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	z-index: 9;
}
#header .pc_head {
	width: 100%;
	padding: 0 20px;
	transition: .3s ease;
	position: relative;
}
#header .pc_head .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#header .pc_head .flex .flex_wrap {
	margin-left: 5vw;
	white-space: nowrap;
	transition: .3s ease;
}
/* logo */
#header .pc_head .logo {
	line-height: 1;
}
#header .pc_head .logo a {
	display: inline-flex;
	align-items: center;
	gap: 0 14px;
}
#header .pc_head .logo a img {
	width: 40px;
}
#header .pc_head .logo a span.txt {
	font-size: 16px;
	line-height: 1;
}
#header .pc_head .logo a span.txt span {
	display: block;
	color: #fff;
	line-height: 1.6;
}
/* nav */
#header .pc_head nav {
	max-width: 900px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 2vw;
	width: 72%;
	padding-top: 10px;
	transition: width .3s ease;
}
#header .pc_head nav ul.gnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	margin-right: 1vw;
}
#header .pc_head nav ul.gnav li {
	text-align: center;
}
#header .pc_head nav ul.gnav li a {
	color: #fff;
	line-height: 1;
	display: block;
	border-radius: 3px;
	padding: 5px 8px 6px 8px;
	transition: .4s ease;
	backface-visibility: hidden;
}
#header .pc_head nav ul.gnav li a:hover {
	background: #fff;
	color: initial;
}
/* div.contact */
#header .pc_head nav a.contact {
	color: #fff;
	text-align: center;
	max-width: 170px;
	width: 80%;
	display: block;
	padding: 5px 10px;
	border: 3px solid #fff;
	transition: .3s ease;
}
#header .pc_head nav a.contact:hover {
	background: #fff;
	color: initial;
}
/* div.language */
#header .pc_head nav div.language {
	padding: 3px 0;
	position: relative;
}
#header .pc_head nav div.language span.change {
	display: flex;
	align-items: center;
	gap: 0 3px;
	cursor: pointer;
}
#header .pc_head nav div.language span.change img.world {
	width: 18px;
}
#header .pc_head nav div.language span.change img.down {
	margin-top: 3px;
	width: 11px;
}
#header .pc_head nav div.language span.change span.select_lang {
	color: #fff;
}
#header .pc_head nav div.language ul {
	display: none;
}
#header .pc_head nav div.language ul li:nth-child(n+2) a {
	border-top: 1px solid #ddd;
}
#header .pc_head nav div.language ul li a {
	display: block;
	background: #fff;
	padding: 1px;
	text-align: center;
}
#header .pc_head nav div.language:hover ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

/* 1300 */
@media (max-width: 1300px) {
	#header .pc_head .flex .flex_wrap {
		margin-left: 0px;
	}
}
/* 1080 */
@media (max-width: 1080px) {
	#header {
		height: 70px;
	}
	#header .pc_head nav {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	#header {
		height: 60px;
	}
	/* logo */
	#header .pc_head .logo a img {
		width: 30px;
	}
	#header .pc_head .logo a span.txt {
		font-size: 14px;
	}
	#header .pc_head .logo a span.txt span {
		line-height: 1.4;
	}
}

/*--------------------------------------------------------------*/
/* #header SP MENU関連 */
/*--------------------------------------------------------------*/
/* sp_menu_btn */
#sp_menu_btn {
	display: none;
	width: 35px;
	height: 32px;
	position: absolute;
	top: 25px;
	right: 16px;
	cursor: pointer;
	z-index: 99;
	transition: top .3s ease;
}
#sp_menu_btn .oc {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	font-weight: 700;
}
.menu--active #sp_menu_btn .oc {
	font-size: 11px;
}
#open {
	position: relative;
	height: 12px;
}
.menu_line {
	background: #fff;
	display: block;
	height: 2px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}
.menu--active .menu_line {
	background: #000;
}
body.is-pc #sp_menu_btn:hover .menu_line {
	background: #ccc;
}
body.is-pc #sp_menu_btn:hover .oc {
	color: #ccc;
}
body.is-pc #header.fixed #sp_menu_btn:hover .menu_line {
	background: #777;
}
body.is-pc #header.fixed #sp_menu_btn:hover .oc {
	color: #777;
}
.menu_line-bottom {
	bottom: 0;
}
.menu--active .menu_line-top {
	top: 8px;
	transform: rotate(15deg);
}
.menu--active .menu_line-bottom {
	bottom: 2px;
	transform: rotate(165deg);
}
.menu--active #sp_menu_btn .oc {
	color: #000;
}
body.is-pc.menu--active #sp_menu_btn:hover .menu_line {
	background: #555;
}
body.is-pc.menu--active #sp_menu_btn:hover .oc {
	color: #555;
}
/* sp_menu_right */
.sp_menu_right {
	background: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 75%;
	padding: 20px 10px 20px 25px;
	z-index: 98;
	-webkit-overflow-scrolling: touch;
}
.menu--active .sp_menu_right {
	right: 75%;
	margin-left: 0;
}
/* logo */
.sp_menu_right .logo {
	margin-bottom: 30px;
}
.sp_menu_right .logo a {
	display: inline-flex;
	align-items: center;
	gap: 0 10px;
}
.sp_menu_right .logo a img {
	width: 40px;
}
.sp_menu_right .logo a span.txt {
	line-height: 1;
}
.sp_menu_right .logo a span.txt span {
	font-size: 15px;
	font-weight: bold;
	display: block;
	line-height: 1.6;
}
/* ul.nav */
.sp_menu_right ul.nav li {
	font-size: 17px;
	padding: 0 0 15px 0;
	position: relative;
}
.sp_menu_right ul.nav li a {
	font-size: 14px;
	display: inline-block;
	line-height: 1.2;
}
.sp_menu_right ul.nav li a span.eng {
	display: inline-block;
	font-size: 13px;
	font-family: "poppins", sans-serif;
	font-weight: 700;
}
/* flex left */
.sp_menu_right .flex {
	max-width: 360px;
	width: 100%;
}
.sp_menu_right .flex > div {
	width: 50%;
}
.sp_menu_right .flex .left a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 80px;
	background: #3d3a39;
	color: #fff;
	position: relative;
	transition: .3s;
	backface-visibility: hidden;
}
body.is-pc .sp_menu_right .flex .left a:hover {
	opacity: 0.8;
}
body.is-pc .sp_menu_right .flex .right a:hover {
	background: #ffffe7;
}
.sp_menu_right .flex .left a span.tel {
	font-size: 15px;
}
.sp_menu_right .flex .left a span.time {
	font-size: 12px;
}
.sp_menu_right .flex .left a span.tel svg {
	width: 15px;
	stroke: #fff;
	fill: #3d3a39;
	margin-bottom: -3px;
	margin-right: 3px;
}
/* flex right */
.sp_menu_right .flex {
	margin-top: 25px;
}
.sp_menu_right .flex .right span.txt {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 80px;
	border: 1px solid #3d3a39;
	background: #fff;
	color: #3d3a39;
	position: relative;
	transition: .3s;
	backface-visibility: hidden;
}
/* sp_menu_left */
.sp_menu_left {
	transform: translateX(-100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: #3d3a39;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 25%;
	text-align: center;
	z-index: 98;
}
.sp_menu_left::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/mark.png) no-repeat;
	background-position: top 8% left 33%;
	background-size: 139%;
	opacity: 0.2;
}
.menu--active .sp_menu_left {
	left: 25%;
}
/* 1080 */
@media (max-width: 1080px) {
	/* sp_menu_btn */
	#sp_menu_btn {
		display: block;
	}
	/* sp_menu_btn */
	#header.fixed #sp_menu_btn {
		top: 17px;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* sp_menu_btn */
	#sp_menu_btn {
		top: 16px;
		right: 16px;
	}
	.sp_menu_right .flex {
		margin-top: 12px;
		margin-left: -15px;
		width: calc(100% + 15px);
	}
	/* left */
	.sp_menu_right .flex .left {
		width: 55%;
	}
	.sp_menu_right .flex .left a {
		height: 60px;
	}
	.sp_menu_right .flex .left a span.tel {
		font-size: 13px;
	}
	.sp_menu_right .flex .left a span.time {
		font-size: 11px;
	}
	.sp_menu_right .flex .left a span.tel svg {
		width: 12px;
		margin-bottom: -3px;
		margin-right: 3px;
	}
	/* right */
	.sp_menu_right {
		padding: 20px 10px 20px 20px;
	}
	.sp_menu_right .flex .right {
		width: 45%;
	}
	.sp_menu_right .logo a span.txt span {
		font-size: 14px;
	}
	.sp_menu_right .flex .right span.txt {
		font-size: 13px;
		height: 60px;
		text-align: center;
	}
}

/*--------------------------------------------------------------*/
/* header#page_head */
/*--------------------------------------------------------------*/
header#page_head {
	margin-bottom: 60px;
}
header#page_head .head_wrap {
	margin-top: 90px;
	height: 410px;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: margin .3s ease;
}
header#page_head .head_wrap h1 {
	display: block;
	width: 100%;
	font-weight: normal;
	margin-bottom: 15px;
}
header#page_head .head_wrap span.eng {
	display: block;
	font-size: 120px;
	line-height: 1;
	position: relative;
}
header#page_head .head_wrap span.eng::after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -6%;
	top: 25%;
	/*aspect-ratio: 305 / 106;*/
	/*width: 305px;*/
	/*background-image: url(../images/works_an.svg);*/
}
header#page_head figure#subhead_img {
	display: block;
	width: 100%;
	height: 590px;
	background-size: 100% auto;
}
/* 1230 */
@media (max-width: 1230px) {
	header#page_head .head_wrap {
		margin-top: 80px;
	}
	header#page_head figure#subhead_img {
		height: max(48vw, 280px);
	}
}
/* 834 */
@media (max-width: 834px) {
	header#page_head .head_wrap {
		height: max(49.2vw, 300px);
	}
	header#page_head .head_wrap span.eng {
		font-size: max(14.4vw, 63px);
	}
}
/* 580 */
@media (max-width: 580px) {
	header#page_head .head_wrap {
		padding-bottom: 20px;
	}
	header#page_head .head_wrap h1 {
		font-size: 14px;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------*/
/* MAIN VISUAL */
/*--------------------------------------------------------------*/
#main_visual {
	height: 100svh!important;
	position: relative;
}
#main_visual::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.19) 26.11%, rgba(255, 255, 255, 0.38) 53.2%, rgba(255, 255, 255, 0.49) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main_visual .content {
	height: 100svh;
	position: relative;
	z-index: 2;
}
#main_visual .content {
	position: relative;
}
#main_visual .content .wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
#main_visual .content .wrap h2 {
	font-size: 50px;
	letter-spacing: 0.5vw;
	text-indent: 0.5vw;
	margin-bottom: 60px;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}
#main_visual .content .wrap img {
	max-width: 550px;
	width: 64%;
}
/* 1200 */
@media (max-width: 1200px) {
	#main_visual .content .wrap h2 {
		font-size: max(4.167vw, 23px); //50px;
		margin-bottom: max(5vw, 42px); //60px;
	}
}

/*--------------------------------------------------------------*/
/* SUB VISUAL */
/*--------------------------------------------------------------*/
#sub_visual {
	height: 240px;
	background: url(../images/sub_head.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-top: 80px;
	margin-bottom: 10px;
}
/* 1080 */
@media (max-width: 1080px) {
	#sub_visual {
		margin-top: 70px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#sub_visual {
		margin-top: 60px;
	}
}
#sub_visual::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.19) 26.11%, rgba(255, 255, 255, 0.38) 53.2%, rgba(255, 255, 255, 0.49) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#sub_visual .content h1,
#sub_visual .content h2 {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 40px;
	letter-spacing: 0.5vw;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}
/* 1240 */
@media (max-width: 1240px) {
	#sub_visual {
		height: max(19.355vw, 168px); //240px;
	}
	#sub_visual .content h1,
	#sub_visual .content h2 {
		font-size: max(3.226vw, 28px); //40px;
	}
}

/*--------------------------------------------------------------*/
/* TopAbout */
/*--------------------------------------------------------------*/
#TopAbout {
	background: url(../images/about_bk.jpg) no-repeat;
	background-position: right -116px bottom -50px;
	background-size: 900px;
}
#TopAbout div.flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 5%;
}
#TopAbout div.flex div.image {
	width: 47.5%;
	text-align: right;
}
#TopAbout div.flex div.text {
	width: 47.5%;
}
#TopAbout div.flex div.text figure.flg {
	display: none;
}
#TopAbout div.flex div.text div.eng_title {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #f0d345;
	color: #f0d345;
	padding-bottom: 5px;
	margin-bottom: 60px;
}
#TopAbout div.flex div.text h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
#TopAbout div.flex div.text p.txt {
	line-height: 2;
	margin-bottom: 60px;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopAbout {
		background-size: max(72.581vw, 630px); //900px;
	}
	#TopAbout div.flex div.text div.eng_title {
		font-size: max(2.581vw, 22px); //32px;
		margin-bottom: max(4.839vw, 42px); //60px;
	}
	#TopAbout div.flex div.text h2 {
		font-size: max(2.419vw, 21px); //30px;
		margin-bottom: max(2.419vw, 21px); //30px;
	}
	#TopAbout div.flex div.text p.txt {
		margin-bottom: max(4.839vw, 42px); //60px;
	}
}
/* 700 */
@media (max-width: 700px) {
	#TopAbout {
		background: url(../images/about_bk.jpg) no-repeat;
		background-position: right -25px center;
		background-size: 130% auto;
	}
	#TopAbout div.flex div.image {
		display: none;
	}
	#TopAbout div.flex div.text {
		width: 100%;
	}
	#TopAbout div.flex div.text p.txt {
		margin-bottom: 30px;
	}
	#TopAbout div.flex div.text figure.flg {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	#TopAbout div.flex div.text div.view_more {
		text-align: center;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopAbout.pd_std {
		padding-bottom: 70px;
	}
	#TopAbout div.flex div.text p.txt {
		line-height: 1.6;
	}
}

/*--------------------------------------------------------------*/
/* TopWorks */
/*--------------------------------------------------------------*/
#TopWorks ul {
	display: flex;
	flex-wrap: wrap;
	
}
#TopWorks ul li {
	width: 50%;
	color: #fff;
	text-align: center;
	padding: 40px 20px 50px 20px;
	position: relative;
}
#TopWorks ul li:nth-child(1) {
	background: url(../images/top_works01.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#TopWorks ul li:nth-child(2) {
	background: url(../images/top_works02.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#TopWorks ul li:nth-child(3) {
	background: url(../images/top_works03.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#TopWorks ul li:nth-child(4) {
	background: url(../images/top_works04.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#TopWorks ul li::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
	z-index: 1;
}
#TopWorks ul li h3 {
	font-size: 32px;
	line-height: 2;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#TopWorks ul li div.wrap {
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}
#TopWorks ul li div.wrap p.txt {
	display: inline-block;
	font-size: 18px;
	text-align: left;
	line-height: 2;
}
#TopWorks ul li p.txt span.txt {
	text-align: left;
}
#TopWorks ul li div.center {
	position: relative;
	z-index: 2;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopWorks ul li h3 {
		font-size: max(2.581vw, 22px); //32px;
		margin-bottom: max(4.032vw, 35px); //50px;
	}
	#TopWorks ul li div.wrap {
		margin-bottom: max(1.21vw, 11px); //15px;
	}
	#TopWorks ul li div.wrap p.txt {
		font-size: max(1.452vw, 15px); //18px;
	}
}
/* 700 */
@media (max-width: 700px) {
	#TopWorks ul li {
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	#TopWorks ul li div.wrap p.txt {
		line-height: 1.6;
	}
}

/*--------------------------------------------------------------*/
/* TopNews */
/*--------------------------------------------------------------*/
#TopNews {
	background: #fde7c6;
}
#TopNews header {
	background: #f0d345;
	padding: 20px 20px 20px 30px;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
}
#TopNews header h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#TopNews div.list_wrap {
	background: #fff;
	padding-bottom: 80px;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
}
#TopNews div.list_wrap div.view_more a.btn {
	margin-top: 50px;
}
/* 1240 */
@media (max-width: 1240px) {
	#TopNews header {
		padding: max(1.613vw, 14px) max(1.613vw, 14px) max(1.613vw, 14px) max(2.419vw, 20px);
	}
	#TopNews header h2 {
		font-size: max(2.419vw, 21px); //30px;
	}
	#TopNews div.list_wrap {
		padding-bottom: max(6.452vw, 56px); //80px;
	}
	#TopNews div.list_wrap div.view_more a.btn {
		margin-top: max(4.032vw, 35px); //50px;
	}
}

/*--------------------------------------------------------------*/
/* common -> NewsList  */
/*--------------------------------------------------------------*/
ul.news_list {
	background: #fff;
}
ul.news_list > li {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 5%;
	padding: 33px 35px;
}
ul.news_list > li {
	border-bottom: 1px solid #ddd;
}
ul.news_list > li figure {
	max-width: 252px;
	min-width: 200px;
	width: 30%;
}
ul.news_list > li figure img {
	display: block;
}
/* div.text */
ul.news_list > li div.text {
	flex: 1;
}
ul.news_list > li div.text div.meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
	margin-bottom: 12px;
}
ul.news_list > li div.text div.meta time {
	font-size: 16px;
}
ul.news_list > li div.text div.meta ul.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
}
ul.news_list > li div.text div.meta ul.tags li a {
	display: block;
	padding: 2px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #f6ab02;
	transition: .3s ease;
}
body.is-pc ul.news_list > li div.text div.meta ul.tags li a:hover {
	color: #fff!important;
	background: #555!important;
}
ul.news_list > li div.text h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 7px;
}
body.is-pc ul.news_list > li div.text h3 a:hover {
	color: #f6ab02;
}
ul.news_list > li div.text p.txt {
	line-height: 1.8;
	margin-bottom: 15px;
}
ul.news_list > li div.text div.more {
	text-align: right;
}
ul.news_list > li div.text div.more a {
	display: inline-flex;
	align-items: center;
	gap: 0 8px;
	padding-right: 10px;
	transition: .3s ease;
	color: #f6ab02;
}
ul.news_list > li div.text div.more a i {
	font-size: 12px;
	margin-top: 4px;
	transition: .3s ease;
}
body.is-pc ul.news_list > li div.text div.more a:hover {
	color: #4e9cb8;
}
body.is-pc ul.news_list > li div.text div.more a:hover i {
	transform: translateX(3px);
}
/* 1240 */
@media (max-width: 1240px) {
	ul.news_list > li {
		padding: max(2.661vw, 23px) max(2.823vw, 20px);
	}
	ul.news_list > li div.text h3 {
		font-size: max(1.613vw, 18px); //20px;
	}
}
/* 700 */
@media (max-width: 700px) {
	ul.news_list > li figure {
		max-width: initial;
		width: 100%;
	}
	ul.news_list > li div.text {
		flex: 1;
	}
}

/*--------------------------------------------------------------*/
/* お知らせ一覧ページ #NewsList */
/*--------------------------------------------------------------*/
#NewsList.pd_std {
	padding-bottom: 120px;
}
#NewsList nav {
	margin-bottom: 60px;
}
#NewsList nav dl {
	max-width: 800px;
	width: 100%;
	border: 2px solid #B9B9B9;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#NewsList nav dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	background: #B9B9B9;
	display: flex;
	justify-content: center;
	align-items: center;
}
#NewsList nav dl dd {
	flex: 1;
	padding: 20px 35px;
}
#NewsList nav dl dd ul.cats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}
#NewsList nav dl dd ul.cats li a {
	display: block;
	padding: 2px 5px 3px 5px;
	color: #fff;
	background: #ccc;
	transition: .3s ease;
}
#NewsList nav dl dd ul.cats li span {
	display: block;
	padding: 2px 5px 3px 5px;
	font-weight: bold;
}
body.is-pc #NewsList nav dl dd ul.cats li a:hover {
	background: #353535!important;
}
/* 1240 */
@media (max-width: 1240px) {
	#NewsList.pd_std {
		padding-bottom: max(9.677vw, 84px); //120px;
	}
	#NewsList nav {
		margin-bottom: max(4.839vw, 42px); //60px;
	}
	#NewsList nav dl dt {
		font-size: max(1.452vw, 16px); //18px;
		padding: 10px max(1.613vw, 14px); //20px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#NewsList nav dl dt {
		width: 100%;
	}
	#NewsList nav dl dd {
		width: 100%;
		padding: 20px 20px;
	}
	/* ul.news_list over */
	#NewsList ul.news_list > li {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------*/
/* お知らせ */
/*--------------------------------------------------------------*/
#NewsDetail.pd_std {
	padding-bottom: 120px;
}
ul.cat {
	display: flex;
	flex-wrap: wrap;
}
ul.cat li {
	font-size: 1.4rem;
	margin-right: 5px;
	color: #fff;
}
ul.cat li a {
	color: #fff;
}
article.post-wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
/* header */
article.post-wrap header {
	margin-bottom: 20px;
}
article.post-wrap header h1 {
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 15px;
}
article.post-wrap header .timecat {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 15px;
}
article.post-wrap header .timecat time {
	margin-left: 7px;
	font-size: 14px;
}
article.post-wrap header .timecat ul.cat {
	display: inline-flex;
	gap: 0 3px;
}
article.post-wrap header .timecat ul.cat li a {
	display: block;
	font-size: 14px;
	padding: 0 5px;
	background: #005F3D;
	color: #fff;
}
body.is-pc article.post-wrap header .timecat ul.cat li a:hover {
	opacity: 0.8;
}
article.post-wrap header figure img {
	width: 100%;
}
/* entry */
article.post-wrap div.entry {
	margin-bottom: 60px;
}
article.post-wrap div.entry p {
	margin-bottom: 30px;
}
article.post-wrap div.entry a {
	color: blue;
	text-decoration: underline;
	transition: .2s ease;
}
body.is-pc article.post-wrap div.entry a:hover {
	color: orange;
	text-decoration: none;
}
article.post-wrap div.entry figure {
	display: block;
	line-height: 1;
	margin-bottom: 30px;
}
/* sns */
.sns__container {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0 15px;
	margin-bottom: 70px;
}
body.is-pc .sns__container a:hover {
	opacity: 0.7;
}
.sns__container a i {
	font-size: 25px;
}
.sns__twitter i {
	color: #000;
}
.sns__facebook i {
	color: #3b5998;
}
.sns__line i {
	color: #1dcd00;
}
/* h1～h6 */
article.post-wrap div.entry h1,
article.post-wrap div.entry h2 {
	color: #F0D345;
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 24px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}
article.post-wrap div.entry h3 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 24px;
}
article.post-wrap div.entry h4,
article.post-wrap div.entry h5,
article.post-wrap div.entry h6 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 20px;
}
article.post-wrap div.entry ul {
	list-style-type: initial;
	margin-left: 26px;
	margin-top: 40px;
	margin-bottom: 40px;
}
/* blockquote */
article.post-wrap div.entry blockquote {
	position: relative;
	padding: 30px 30px 30px 30px;
	background: #f8f8f8;
	border-left: 3px solid #F0D345;
	margin-top: 40px;
	margin-bottom: 30px;
}
article.post-wrap div.entry blockquote::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: bold;
	font-size: 16px;
	color: #F0D345;
	content: "\f10d";
	display: block;
	width: 24px;
	height: 21px;
	position: absolute;
	top: 5px;
	left: 14px;
}
article.post-wrap div.entry blockquote p {
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
article.post-wrap div.entry cite {
	display: block;
	text-align: right;
	font-size: 14px;
	padding-top: 2px;
	margin-top: -30px;
	margin-bottom: 30px;
}
article.post-wrap div.entry cite::before {
	content: '\5F15\7528\FF1A';
}
article.post-wrap div.entry cite a {
	color: #6ACEFF;
}
body.is-pc article.post-wrap div.entry cite a:hover {
	color: orange;
}
/* ul */
article.post-wrap div.entry ul {
	list-style: disc;
}
article.post-wrap div.entry ul li {
	margin-bottom: 5px;
}
article.post-wrap div.entry ul li::marker {
	color: #F0D345;
}
/* ol */
article.post-wrap div.entry ol {
	list-style: revert;
	margin-left: 26px;
	margin-top: 40px;
	margin-bottom: 40px;
}
article.post-wrap div.entry ol li {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #F0D345;
}
article.post-wrap div.entry ol li::marker {
	font-weight: bold;
	color: #F0D345;
}
/* hr */
article.post-wrap div.entry hr {
	border-top: none;
	border-bottom: 1px dotted #F0D345;
	margin: 30px 0;
}
/* wp-block-columns */
.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
/* wp-block-button */
.wp-block-button {
	display: inline-block;
	margin: 10px;
}
.wp-block-button .wp-block-button__link {
	display: block;
	position: relative;
	max-width: 200px;
	width: 100%;
	text-align: center;
	margin: 20px;
	padding: 10px;
	color: #fff;
	background: #c1007b;
	border: none;
	font-size: 1.6rem;
	transition: 0.3s all;
}
.wp-block-button .wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-family: "Ionicons";
	content: '\f488';
	font-size: 1.4rem;
	transition: 0.3s all;
}
.wp-block-button .wp-block-button__link:hover {
	background: #c1007b;
	color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
	opacity: 0.9;
}
.wp-block-button .wp-block-button__link:hover::after {
	right: 10px;
}
/* table */
article.post-wrap div.entry table {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
article.post-wrap div.entry table th {
	color: #fff;
	background: #F0D345;
	text-align: center;
}
article.post-wrap div.entry table th {
	padding: 15px;
	border: 1px solid #fff;
}
article.post-wrap div.entry table td {
	padding: 15px;
	border: 1px solid #F0D345;
}
/* gallery */
article.post-wrap div.entry ul.blocks-gallery-grid {
	list-style-type: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
/* 1240 */
@media (max-width: 1240px) {
	#NewsDetail.pd_std {
		padding-bottom: max(9.677vw, 84px); //120px;
	}
	/* header */
	article.post-wrap header {
		margin-bottom: max(1.613vw, 14px); //20px;
	}
	article.post-wrap header h1 {
		font-size: max(2.903vw, 20px); //36px;
	}
	article.post-wrap header .timecat {
		margin-bottom: max(3.226vw, 28px); //40px;
	}
	/* h1～h6 */
	article.post-wrap div.entry h1,
	article.post-wrap div.entry h2 {
		font-size: max(1.935vw, 20px); //24px;
		margin-top: max(4.839vw, 42px); //60px;
		margin-bottom: max(1.935vw, 17px); //24px;
		padding-bottom: max(1.21vw, 11px); //15px;
	}
	article.post-wrap div.entry h3 {
		font-size: max(1.774vw, 18px); //22px;
		margin-top: max(4.839vw, 42px); //60px;
		margin-bottom: max(1.935vw, 17px); //24px;
	}
	article.post-wrap div.entry h4,
	article.post-wrap div.entry h5,
	article.post-wrap div.entry h6 {
		font-size: max(1.613vw, 16px); //20px;
		margin-top: max(4.839vw, 42px); //60px;
		margin-bottom: max(1.613vw, 14px); //20px;
	}
}
/* 580 */
@media (max-width: 580px) {
	article.post-wrap {
		padding: 0;
	}
	article.post-wrap header .timecat time {
		margin-left: 1px;
	}
	article.post-wrap div.entry table th,
	article.post-wrap div.entry table td {
		padding: 10px 15px;
	}
}

/*--------------------------------------------------------------*/
/* ページナビ */
/*--------------------------------------------------------------*/
/* table */
table.page_navi {
	margin-top: 90px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	width: 100%;
	background: #fff;
	border: none;
}
table.page_navi th,
table.page_navi td {
	border: none;
	width: calc(100%/3);
	text-align: center;
}
table.page_navi td span.txt {
	margin: 0 15px;
}
table.page_navi td div.ya a {
	transition: .3s ease;
}
body.is-pc table.page_navi td div.ya a:hover {
	color: #f39800;
}

/*--------------------------------------------------------------*/
/* ページナビ */
/*--------------------------------------------------------------*/
tablenav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.tablenav{
	min-height: 1px;
	height: 1px;
}
.tablenav{
	display: table;
	color: #005F3D;
	margin: 50px auto ;
	line-height: 2em;
	text-align: center;
	border: solid 1px #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.047);
	font-size: 12px;
	background: #fff;
}
a.page-numbers,
.tablenav .current {
	display: table-cell;
	color: #005F3D;
	padding: 4px 0;
	text-decoration: none;
	margin: 0;
	border-right: solid 1px #ddd;
	width: 3em;
}
.tablenav .page-numbers {
	transition: .3s ease;
	display: table-cell;
	color: #005F3D;
	padding: 4px 0;
	text-decoration: none;
	margin: 0;
	border-right: solid 1px #ddd;
	width: 3em;
}
a.page-numbers:hover {
	color: white;
	background: #005F3D;
}
.tablenav .current{
	background: #f5f5f5;
	color: #999;
}
.tablenav .next,
.tablenav .prev{
	width: 4em;
}
.tablenav .dots {
	display: none;
}
.tablenav .next {
	border-right: none;
	border-radius: 0 4px 4px 0;
}
.tablenav .prev {
	border-radius: 4px 0 0 4px;
}
.tablenav span:last-child {
	border-right: none;
}

/*--------------------------------------------------------------*/
/* pager */
/*--------------------------------------------------------------*/
.navigation {
	margin-top: 20px;
	overflow: hidden;
}
.navigation ul li:hover::before {
	position: initial;
	left: 0;
	content: "";
	border-left: none;
	height: 0;
	top: 0;
}
ul.page-numbers {
	padding: 10px 0;
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
ul.page-numbers li {
	margin: 0 2.5px;
}
ul.page-numbers li span,
ul.page-numbers li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	color: #000;
	border: 1px solid #E6E6E6;
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	transition: .3s ease;
}
ul.page-numbers li span {
	color: #fff;
	background-color: #4e9cb8;
}
ul.page-numbers li span.dots {
	color: #000;
	background-color: #fff;
	border: none;
}
body.is-pc ul.page-numbers li a:hover {
	background-color: #f6ab02;
	color: #fff;
}
/* 768 */
@media (max-width: 768px) {
	ul.page-numbers {
		margin-top: 40px;
	}
}
/* 580 */
@media (max-width: 580px) {
	.navigation {
		margin-top: 0px;
	}
	ul.page-numbers li span,
	ul.page-numbers li a {
		width: 30px;
		height: 30px;
	}
}

/*--------------------------------------------------------------*/
/* common header.type01 */
/*--------------------------------------------------------------*/
header.type01 {
	text-align: center;
	margin-bottom: 60px;
}
header.type01 h1 {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 32px;
}
header.type01 span.eng {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #C6C6C6;
	margin-top: 10px;
}
header.type01.line {
	position: relative;
}
header.type01.line {
	padding-bottom: 60px;
}
header.type01.line::after {
	content: '';
	display: block;
	width: 2px;
	height: 30px;
	background: #F0D345;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/* 1240 */
@media (max-width: 1240px) {
	header.type01 {
		margin-bottom: max(4.839vw, 25px); //60px;
	}
	header.type01 h1 {
		font-size: max(2.581vw, 24px); //32px;
	}
	header.type01 span.eng {
		font-size: max(1.29vw, 13px); //16px;
		margin-top: 10px;
	}
	header.type01.line {
		padding-bottom: max(4.839vw, 35px); //60px;
	}
	header.type01.line::after {
		height: max(3.226vw, 25px); //40px;
	}
}

/*--------------------------------------------------------------*/
/* About頁 -> #Philosophy */
/*--------------------------------------------------------------*/
body.about main {
	background: url(../images/sub_bk_right.png) no-repeat;
	background-size: contain;
	background-position: top 240px center
}
#Philosophy {
	overflow: hidden;
}
#Philosophy h2 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}
#Philosophy div.msg {
	margin-bottom: 80px;
}
#Philosophy div.msg p.txt {
	display: inline-block;
	text-align: left;
	line-height: 1.9;
}
.slick-list {
	margin: 0 -15px;
}
.slick-slide {
	margin: 0 15px;
}
/* 1240 */
@media (max-width: 1240px) {
	body.about #sub_visual .content h1, #sub_visual .content h2 {
		font-size: max(3.226vw, 24px);
	}
	body.about main {
		background-position: top max(19.355vw, 168px) center
	}
	#Philosophy h2 {
		font-size: max(2.016vw, 20px); //25px;
		margin-bottom: max(3.226vw, 28px); //40px;
	}
	#Philosophy div.msg {
		margin-bottom: max(6.452vw, 56px); //80px;
	}
	.slick-slide {
		margin: 0 max(1.21vw, 8px); //15px;
	}
}
/* 580 */
@media (max-width: 580px) {
	body.about main {
		background-size: 180%;
	}
}

/*--------------------------------------------------------------*/
/* About頁 -> #Message */
/*--------------------------------------------------------------*/
#Message.pd_std {
	padding-top: 30px;
}
#Message .flex {
	gap: 30px 5%;
}
#Message .flex .text {
	width: 45%;
}
#Message .flex figure {
	width: 50%;
}
#Message .flex .text p.txt {
	line-height: 2.0;
}
#Message .flex .text ul {
	list-style: decimal;
	margin-top: 15px;
	margin-left: 22px;
}
#Message .flex .text ul li {
	margin-top: 6px;
}
#Message .flex .text p.ceo {
	margin-top: 40px;
}
/* 900 */
@media (max-width: 900px) {
	#Message .flex .text {
		width: 100%;
	}
	#Message .flex figure {
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Message .flex .text p.ceo img {
		max-width: 229px;
		min-width: 215px;
		width: 65%;
	}
}

/*--------------------------------------------------------------*/
/* About頁 -> #Strengths */
/*--------------------------------------------------------------*/
#Strengths ul {
	display: flex;
	flex-direction: column;
	gap: 80px 0;
}
#Strengths ul li.flex {
	gap: 30px 5%;
}
#Strengths ul li.flex div.text {
	width: 65%;
}
#Strengths ul li.flex div.text h2 {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	margin-bottom: 35px;
}
#Strengths ul li.flex div.text p.txt {
	line-height: 1.8;
}
#Strengths ul li.flex figure {
	width: 30%;
}
/* 1240 */
@media (max-width: 1240px) {
	#Strengths ul li.flex div.text h2 {
		font-size: max(2.097vw, 20px); //26px;
		margin-bottom: max(2.823vw, 25px); //35px;
	}
}
/* 900 */
@media (max-width: 900px) {
	#Strengths ul li.flex div.text {
		width: 100%;
	}
	#Strengths ul li.flex figure {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------*/
/* About頁 -> #Initiatives */
/*--------------------------------------------------------------*/
#Initiatives.pd_std {
	padding-bottom: 180px;
}
#Initiatives ul.first {
	display: flex;
	flex-direction: column;
	gap: 80px 0;
}
#Initiatives ul.first > li.flex {
	align-items: center;
	gap: 30px 8%;
}
#Initiatives ul.first > li.flex div.text {
	width: 65%;
}
#Initiatives ul.first > li.flex div.text p.txt {
	line-height: 1.8;
}
#Initiatives ul.first > li.flex figure {
	width: 27%;
}
#Initiatives ul.sdgs {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	max-width: 460px;
	margin-top: 30px;
}
#Initiatives ul.sdgs li {
	max-width: 40px;
}
/* 1240 */
@media (max-width: 1240px) {
	#Initiatives.pd_std {
		padding-bottom: max(14.516vw, 80px); //180px;
	}
}
/* 900 */
@media (max-width: 900px) {
	#Initiatives ul.first > li.flex div.text {
		width: 100%;
	}
	#Initiatives ul.first > li.flex figure {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------------*/
/* About頁 -> bk */
/*--------------------------------------------------------------*/
body.about div.bk {
	background: url(../images/sub_bk_left.png) no-repeat;
	background-size: contain;
	background-position: center center
}
/* 580 */
@media (max-width: 580px) {
	body.about div.bk {
		background-size: 180%;
	}
}

/*--------------------------------------------------------------*/
/* Works頁 */
/*--------------------------------------------------------------*/
#Works {
	overflow: hidden;
	background: url(../images/sub_bk_right.png) no-repeat;
	background-size: contain;
	background-position: center center
}
#Works.pd_std {
	padding-bottom: 160px;
}
#Works ul.works_list {
	display: flex;
	flex-direction: column;
	gap: 120px 0;
}
#Works ul.works_list li div.flex {
	gap: 30px 5%;
}
#Works ul.works_list li div.flex div.text {
	width: 65%;
}
#Works ul.works_list li h2 {
	font-size: 26px;
	margin-bottom: 35px;
}
#Works ul.works_list li h2 span.txt {
	position: relative;
}
#Works ul.works_list li h2 span.txt::after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #F0D345;
	position: absolute;
	top: 55%;
	right: calc(-50px + -20px);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#Works ul.works_list li div.flex div.text p.txt {
	line-height: 1.8;
}
#Works ul.works_list li div.flex figure {
	width: 30%;
}
#Works ul.works_list li div.flex ul {
	list-style: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
}
/* 1240 */
@media (max-width: 1240px) {
	#Works.pd_std {
		padding-bottom: max(12.903vw, 112px); //160px;
	}
	#Works ul.works_list li h2 {
		font-size: max(2.097vw, 22px); //26px;
		margin-bottom: max(2.823vw, 20px); //35px;
	}
}
/* 900 */
@media (max-width: 900px) {
	#Works ul.works_list li div.flex div.text {
		width: 100%;
	}
	#Works ul.works_list li div.flex figure {
		width: 100%;
		text-align: center;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Works {
		background-size: 180%;
	}
	#Works ul.works_list li div.flex div.left,
	#Works ul.works_list li div.flex div.right {
		text-align: center;
	}
}

/*--------------------------------------------------------------*/
/* Company頁 */
/*--------------------------------------------------------------*/
body.company main {
	background: url(../images/sub_bk_right.png) no-repeat;
	background-size: contain;
	background-position: top 240px center
}
#Company .content {
	max-width: 800px;
}
#Company table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 60px;
}
#Company table tr:not(:last-child) {
	border-bottom: 1px solid #C9C9C9;
}
#Company table tr th,
#Company table tr td {
	padding-top: 25px;
	padding-bottom: 25px;
}
#Company table tr th {
	text-align: left;
	color: #F0D345;
	white-space: nowrap;
}
#Company table tr td {
	padding-left: 100px;
}
#Company table tr td.flex {
	display: flex;
	align-items: center;
}
#Company table tr td.flex a.insta {
	margin-left: 40px;
}
#Company table tr td.flex a.insta img {
	width: 36px;
}
#Company table tr td span.txt {
	white-space: nowrap;
}
#Company div.gmap_pare {
	margin-bottom: 90px;
}
#Company div.gmap_pare iframe {
	width: 100%;
	height: 400px;
}
/* ul.group */
#Company section.group_company .content {
	max-width: 980px;
}
#Company section.group_company table tr th {
	color: initial;
}
#Company section.group_company table tr td {
	padding-left: 60px;
}
#Company section.group_company ul.group {
	display: flex;
	flex-direction: column;
	row-gap: 100px;
	flex-wrap: wrap;
}
#Company section.group_company ul.group li {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px 3%;
}
#Company section.group_company ul.group li div.text {
	width: 62%;
}
#Company section.group_company ul.group li table {
	margin-bottom: 0;
}
#Company section.group_company ul.group li div.gmap {
	width: 35%;
	height: auto;
	aspect-ratio: 1 / 1;
}
#Company section.group_company ul.group li div.gmap iframe {
	width: 100%;
	height: 100%;
}
#Company section.group_company ul.group li h2 {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 25px;
	display: flex;
	align-items: center;
}
#Company section.group_company ul.group li h2 img.logo {
	max-width: 60px;
	margin-right: 30px;
}
#Company section.group_company ul.group li h2 a.insta {
	margin-left: 40px;
}
#Company section.group_company ul.group li h2 a.insta img {
	width: 36px;
}
/* 1240 */
@media (max-width: 1240px) {
	#Company table {
		margin-bottom: max(4.839vw, 42px); //60px;
	}
	#Company table tr td {
		padding-left: max(8.065vw, 40px); //100px;
	}
	#Company table tr td.flex a.insta {
		margin-left: max(3.226vw, 20px); //40px;
	}
	#Company table tr td.flex a.insta img {
		width: max(2.903vw, 25px); //36px;
	}
	#Company div.gmap_pare {
		margin-bottom: max(7.258vw, 63px); //90px;
	}
	#Company div.gmap_pare iframe {
		height: max(32.258vw, 280px); //400px;
	}
	#Company table tr td.flex a.insta img {
		width: max(2.903vw, 25px); //36px;
	}
	/* ul.group */
	#Company section.group_company table tr td {
		padding-left: max(4.839vw, 20px); //60px;
	}
	#Company section.group_company ul.group {
		row-gap: max(8.065vw, 70px); //100px;
	}
	#Company section.group_company ul.group li h2 {
		font-size: max(2.016vw, 20px); //25px;
	}
	#Company section.group_company ul.group li h2 img.logo {
		max-width: max(4.839vw, 42px); //60px;
		margin-right: max(2.419vw, 15px); //30px;
	}
	#Company section.group_company ul.group li h2 a.insta {
		margin-left: max(3.226vw, 20px); //40px;
	}
	#Company section.group_company ul.group li h2 a.insta img {
		width: max(2.903vw, 25px); //36px;
	}
}
/* 900 */
@media (max-width: 900px) {
	/* ul.group */
	#Company section.group_company ul.group li {
		align-content: stretch;
		align-items: initial;
	}
	#Company section.group_company ul.group li div.gmap {
		height: auto;
		aspect-ratio: initial;
	}
}
/* 580 */
@media (max-width: 580px) {
	body.company main {
		background-size: 180%;
	}
	#Company table.para tr th,
	#Company table.para tr td {
		display: block;
	}
	#Company table.para tr th {
		padding-top: 20px;
		padding-bottom: 0;
	}
	#Company table.para tr td {
		padding-left: 0;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	/* ul.group */
	#Company section.group_company ul.group li div.text {
		width: 100%;
	}
	#Company section.group_company ul.group li div.gmap {
		width: 100%;
		height: 280px;
	}
}

/*--------------------------------------------------------------*/
/* Contact頁 */
/*--------------------------------------------------------------*/
#Contact {
	background: url(../images/sub_bk_right.png) no-repeat;
	background-size: contain;
	background-position: center center
}
#Contact .content {
	max-width: 1040px;
	background: rgba(250,250,250,0.7);
}
#Contact .form {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0px;
}
/* 1240 */
@media (max-width: 1240px) {
	#Contact .form {
		padding: max(6.452vw, 56px) 0px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Contact {
		background-size: 180%;
	}
	#Contact .content {
		background: none;
	}
	#Contact .form {
		padding: 0px 0px 40px 0px;
	}
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel],
	input[type=checkbox],
	input[type=submit],
	input[type=button],
	input[type=number],
	button,
	table select,
	textarea {
		background-color: #f8f8f8;
	}
}

/*--------------------------------------------------------------*/
/* Contact頁 -> 送信完了 */
/*--------------------------------------------------------------*/
#Send {
	background: url(../images/sub_bk_right.png) no-repeat;
	background-size: contain;
	background-position: center center
}
#Send .content {
	max-width: 1040px;
}
#Send div.send_body {
	text-align: center;
}
/* 580 */
@media (max-width: 580px) {
	#Send {
		background-size: 180%;
	}
	#Send div.send_body {
		text-align: left;
	}
}

/*--------------------------------------------------------------*/
/* お問い合わせ頁 */
/*--------------------------------------------------------------*/
.form .hissu {
	display: inline-block;
	margin-right: 5px;
	background: #E60014;
	color: #fff;
	font-size: 11px;
	padding: 0 3px 2px 3px;
}
.form .ninni {
	display: inline-block;
	margin-right: 5px;
	background: #C1BBB1;
	color: #fff;
	font-size: 11px;
	padding: 0 3px 2px 3px;
}
.form ul.parent > li:not(:last-child) {
	margin-bottom: 40px;
}
.form ul.parent > li .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form ul.parent > li .box .title {
	width: 190px;
	padding-top: 15px;
	padding-right: 25px;
}
.form ul.parent > li.check .box .title {
	padding-top: 7px;
}
.form ul.parent > li .box .title span.txt {
	line-height: 1;
}
.form ul.parent > li .box .title .wrap {
	display: flex;
	align-items: center;
}
.form ul.parent > li .box .input {
	flex: 1;
}
.form label {
	cursor: pointer;
}
.mwform-tel-field input {
	max-width: 112px;
	min-width: 80px;
}
.form span.error {
	margin: 5px 0;
	color: red;
}
.form div.note {
	padding: 25px 30px;
	margin: 60px 0;
	border: 1px solid #005F3D;
}
.form div.note ul {
	list-style-type: disc;
	margin-left: 20px;
}
/* 768 */
@media (max-width: 768px) {
	.mwform-tel-field input {
		width: 28%!important;
	}
}
/* 580 */
@media (max-width: 580px) {
	.form ul.parent > li:not(:last-child) {
		margin-bottom: 25px;
	}
	.form ul.parent > li .box .title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.form ul.parent > li .box .input {
		width: 100%;
	}
	.form ul.parent > li .box .input textarea {
		height: 180px;
	}
}

/*--------------------------------------------------------------*/
/* お問い合わせ頁 -> 個人情報保護方針 */
/*--------------------------------------------------------------*/
article.form_privacy {
	padding: 60px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
article.form_privacy .scroll {
	border: 1px solid #ccc;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	height: 180px;
	overflow-y: scroll;
	background: #fff;
}
article.form_privacy .scroll header h1 {
	font-size: 17px;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
article.form_privacy .scroll header p {
	margin-bottom: 20px;
	font-size: 14px;
}
article.form_privacy .scroll dl dt {
	font-size: 15px;
	margin-bottom: 5px;
}
article.form_privacy .scroll dl dt strong {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
article.form_privacy .scroll dl dd {
	font-size: 14px;
	margin-bottom: 15px;
}
article.form_privacy .mwform-checkbox-field-text {
	display: inline-block;
	font-family: initial;
	margin-bottom: 5px;
}
article.form_privacy span.error {
	font-family: initial;
}
/* 1240 */
@media (max-width: 1240px) {
	article.form_privacy {
		padding: max(4.839vw, 25px) 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	article.form_privacy .scroll {
		background: #f8f8f8;
	}
	article.form_privacy .scroll header h1 {
		font-size: 18px;
	}
	article.form_privacy .scroll header p {
		font-size: 13px;
	}
	article.form_privacy .scroll dl dt {
		font-size: 14px;
	}
	article.form_privacy .scroll dl dd {
		font-size: 13px;
	}
}

/*---------------------------------------------*/
/* 404 */
/*---------------------------------------------*/
#Fn404 p.txt {
	text-align: center;
	line-height: 2.4;
}
#Fn404 p a {
	color: #37b4ec;
	text-decoration: underline;
	transition: .3s ease;
}
body.is-pc #Fn404 p a:hover {
	color: #f19700;
	text-decoration: none;
}

/*--------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------*/
footer {
	color: #fff;
	background: #3D3A39;
	padding-top: 40px;
	padding-bottom: 10px;
}
footer div.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
footer div.flex div.foot_left {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 5%;
}
footer div.flex div.foot_left address {
	font-style: normal;
	line-height: 1.7;
}
footer div.flex div.foot_left address a {
	color: #fff;
}
footer div.flex div.foot_left strong {
	margin-right: 5px;
}
footer div.flex div.foot_left .foot_contact {
	margin-top: 12px;
}
footer div.flex div.foot_left .foot_contact a {
	max-width: 300px;
	min-width: 180px;
	width: 90%;
	display: block;
	padding: 5px 20px 7px 20px;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	transition: .3s ease;
}
body.is-pc footer div.flex div.foot_left .foot_contact a:hover {
	background: #fff;
	color: initial;
}
footer div.flex div.foot_right {
	width: 35%;
	position: absolute;
	right: 0;
	top: 0;
}
footer div.flex div.foot_right nav ul {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
footer div.flex div.foot_right nav ul li {
	text-align: right;
}
footer div.flex div.foot_right nav ul li a {
	color: #fff;
}
body.is-pc footer div.flex div.foot_right nav ul li a:hover {
	color: #ccc;
}
footer .copy {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
}
footer .copy a {
	color: #fff;
}
body.is-pc footer .copy a:hover {
	color: #ccc;
}
/* 780 */
@media (max-width: 780px) {
	footer div.flex div.foot_right {
		top: initial;
		bottom: 0;
	}
}
/* 620 */
@media (max-width: 620px) {
	footer div.flex div.foot_left {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 5%;
	}
	footer div.flex div.foot_left figure {
		width: 100%;
		text-align: center;
	}
	footer div.flex div.foot_left .company_info {
		width: 100%;
		text-align: center;
	}
	footer div.flex div.foot_right {
		width: 100%;
		position: initial;
		margin: 30px 0 20px 0;
	}
	footer div.flex div.foot_right nav ul li {
		text-align: center;
	}
	footer div.flex div.foot_left .foot_contact a {
		width: 80%;
		margin: 0 auto;
	}
}



