/*
Theme Name:
*/
* {
	box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video,
figure,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
input[type='button'],
input[type='text'],
input[type='submit'],
input[type='image'],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
body {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.8;
	font-family:
		'游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic',
		'メイリオ', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}
small {
	display: block;
}
address {
	font-style: normal;
}
article,
footer,
header,
menu,
nav,
section {
	display: block;
}
ul {
	list-style: none;
}
a {
	margin: 0;
	color: inherit;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
}
a:link {
	transition: 0.3s;
}
a:link:hover {
	opacity: 0.7;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em,
b {
	font-style: normal;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
input,
select {
	vertical-align: middle;
}
main {
	position: relative;
}
.century {
	font-family: century-gothic, sans-serif;
}

header {
	position: fixed;
	transition: 0.5s;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
header.hd_shadow {
	background: #fff;
}
.globalheader {
	align-items: center;
	color: #116ec5;
	display: flex;
	padding: 20px;
	margin: auto;
	max-width: 1280px;
	transition: 0.5s;
	width: 100%;
}
.hd_shadow .globalheader {
	padding: 10px 20px;
}
.globalheader h1 {
	padding-right: 20px;
}
.globalheader h1 a {
	display: block;
}
.globalheader h1 img {
	transition: 0.5s;
	max-width: 250px;
	width: 100%;
}
.hd_shadow .globalheader h1 img {
	max-width: 200px;
}
.globalnavi li {
	padding: 0 20px;
	text-align: center;
}
.globalnavi li p {
	font-weight: bold;
	letter-spacing: 0.14em;
}
.globalheader .century {
	font-family:
		Century Gothic,
		CenturyGothic,
		AppleGothic,
		sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
}
.globalnavi li p:last-of-type {
	font-size: 18px;
}
.hd_shadow .globalnavi li p:last-of-type {
	font-size: 15px;
}
.globalnavi li a {
	position: relative;
	display: inline-block;
	transition: 0.3s;
}
.globalnavi li a::after {
	bottom: 0;
	content: '';
	left: 50%;
	height: 1px;
	position: absolute;
	transition: 0.3s;
	background: #116ec5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
.globalnavi li a:hover::after {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.pcnav {
		display: none;
	}
	.globalheader h1 img {
		/* max-width: 60px; */
		width: 100%;
	}
	/*sp navi */
	.globalheader {
		align-items: flex-start;
		justify-content: space-between;
		transition: 0.5s;
		padding: 10px;
	}
	.sp_navBtn {
		position: relative;
		z-index: 11;
	}
	.globalnav_btn {
		width: 50px;
		height: 50px;
	}
	.globalnav_btn span,
	.globalnav_btn span::before,
	.globalnav_btn span::after {
		content: '';
		position: absolute;
		right: 10px;
		width: 30px;
		height: 2px;
		background-color: #116ec5;
		transition: 0.3s;
	}
	.globalnav_btn span {
		display: block;
		top: 20px;
		right: 10px;
	}
	.globalnav_btn span::before {
		right: 0;
		top: -10px;
	}
	.globalnav_btn span::after {
		right: 0;
		bottom: -10px;
	}
	.open .globalnav_btn span::before,
	.open .globalnav_btn span::after {
		background: #fff;
	}
	.open .globalnav_btn span::before {
		top: 0;
		left: 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open .globalnav_btn span::after {
		bottom: 0;
		left: 0;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.sp-menu {
		background: #116ec5;
		left: 0;
		height: 100vh;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	.sp-menu-wrapper {
		padding-top: 50px;
	}
	.sp-menu ul {
		padding: 20px;
		position: relative;
	}
	.sp-menu ul li {
		background: #fff;
		margin-bottom: 10px;
		padding: 20px 10px;
		position: relative;
		text-align: center;
	}
	.sp-menu ul li a {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.sp-menu ul li a span {
		font-size: 16px;
		font-weight: bold;
	}
	.sp-menu ul li a .century {
		font-size: 10px;
		letter-spacing: 1px;
		margin-bottom: 4px;
	}
}
@media screen and (max-width: 420px) {
	header.hd_shadow {
		height: 60px;
	}
	.hd_shadow .globalheader {
		padding: 10px;
	}
	.globalheader h1 img {
		max-width: 200px;
	}
}

.mv {
	padding: 150px 40px 80px;
	position: relative;
	margin: auto;
	max-width: 1300px;
	width: 100%;
}
.ttl {
	text-align: center;
	margin-bottom: 60px;
}
.ttl h2 {
	font-family: century-gothic, sans-serif;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 1.2;
}
.ttl p {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.14em;
}

.more {
	position: relative;
	overflow: hidden;
}
.more::after {
	content: '';
	height: 8px;
	margin: 0 10px;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	z-index: 3;
}
.more a {
	color: #fff;
	display: block;
	position: relative;
	transition: 0.3s;
	z-index: 3;
}
.more.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
	width: 100%;
	height: 100%;
	transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.more.bgleft:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.inner {
	padding: 100px 20px 60px;
	margin: auto;
	max-width: 1240px;
	width: 100%;
}
.top .about .flex {
	gap: 36px 48px;
}
.top .about .img {
	border-radius: 10px;
}
.top .about .txt {
	flex: 1;
}
.top .about .more {
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 60px auto 0;
	width: 300px;
	text-align: center;
}
.top .about .more a {
	font-family: century-gothic, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 4px;
	height: 40px;
}
.top .about .more::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.top .about .more:hover a {
	color: #116ec5;
}
.top .about .more:hover::after {
	border-top: 1px solid #116ec5;
	border-right: 1px solid #116ec5;
}
.top .about,
.top .contact {
	background: #116ec5;
	color: #fff;
}
.about_txt p {
	margin-bottom: 24px;
}
.about_txt p:first-child {
	letter-spacing: 2px;
	line-height: 1.6;
}
.about_txt p:nth-child(n + 2) {
	line-height: 2;
}

.top .works {
	position: relative;
	z-index: 10;
	background-color: #f2f9ff;
}
.test {
}
.top .works .ttl-img {
	position: absolute;
	top: -16px;
	right: 40px;
	width: 458px;
	z-index: -1;
}
.top .works .ttl {
	color: #116ec5;
}

.top .works ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	column-gap: 32px;
	height: 450px;
}
.top .works .content-block {
	position: relative;
	flex: 1;
}
.top .works .line {
	height: 100%;
	width: 1px;
	background-color: #c4c4c4;
	padding: 0;
}
.top .works li a {
	color: #136ec5;
	display: block;
	padding: 20px 20px;
	transition: 0.3s;
	position: relative;
}
.top .works li a::before {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 0;
	width: 0%;
	height: 100%;
	background-color: #136ec5;
	transition: width 0.48s cubic-bezier(0.1, 1.26, 0.64, 1);
}
.top .works li a:hover {
	color: #fff;
	opacity: 1;
}
.top .works li.content-block a:hover::before {
	width: 100%;
}

.top .works li a .content-img {
	margin-bottom: 35px;
}
.top .works .txt-wrap {
	position: relative;
}
.top .works .txt-wrap::after {
	content: '';
	border-top: 1px solid #136ec5;
	border-right: 1px solid #136ec5;
	height: 8px;
	margin: 0 10px;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	z-index: 3;
}
.top .works a:hover .txt-wrap::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.top .works li .txt_jp {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}
.top .works li .txt_en {
	font-family: century-gothic, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.4;
}
@media screen and (max-width: 1300px) {
	.top .works .ttl {
		padding-bottom: 180px;
	}
	.top .works .ttl-img {
		top: 230px;
		width: 252px;
		right: 50%;
		translate: 50% 0;
	}
}
@media screen and (max-width: 1100px) {
	.top .works ul {
		flex-direction: column;
		height: auto;
		row-gap: 50px;
		max-width: 450px;
		margin: 0 auto;
	}
	.top .works .line {
		width: 100%;
		height: 1px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1080px) {
	.top .works li a {
		padding: 20px;
	}
	.top .works .w-55 {
		width: 100%;
	}
	.top .works .w-40 {
		margin: 20px auto 0;
		width: 80%;
	}
}
.top .contact {
	padding-bottom: 100px;
}
.tel {
	text-align: center;
	margin-right: 20px;
}
.tel_txt {
	font-family: century-gothic, sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
}
.tel_txt span {
	font-size: 28px;
	font-weight: bold;
	margin-right: 10px;
}
.meil {
	margin-left: 20px;
	max-width: 400px;
	width: 100%;
}
.meil a {
	background: #3abce0;
	border-radius: 10px;
	display: block;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
}
.top .meil a::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	height: 8px;
	margin: 0 10px;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	z-index: 3;
}
#pagetop {
	background: url(assets/img/pagetop.png) no-repeat center bottom / contain;
	color: #fff;
	font-family: century-gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
	position: relative;
	margin: -42px auto 0;
}
#pagetop a {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
footer {
	background: #004385;
	color: #fff;
	text-align: center;
}
small {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
@media screen and (max-width: 820px) {
	.tel {
		margin-right: 0;
	}
	.meil {
		margin-left: 0;
		margin-top: 20px;
		max-width: 400px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.top .about .w-50 {
		width: 80%;
		flex: auto;
	}
	.top .about .txt {
		flex: auto;
	}
	.top .about .more {
		width: 240px;
	}
	.about .inner .w-40 {
		margin: 0 auto 20px;
		width: 80%;
	}
	.inner .w-40,
	.inner .w-55 {
		width: 100%;
	}
	.top .works .ttl {
		padding-bottom: 160px;
	}
	.top .works ul {
		row-gap: 10px;
	}
	.top .works .ttl-img {
		top: 200px;
		width: 252px;
		right: 50%;
		translate: 50% 0;
	}
	.top .contact {
		/* padding-bottom: 40px; */
	}
}
@media screen and (max-width: 420px) {
	.mv {
		padding: 100px 20px 40px;
	}
	.ttl {
		margin-bottom: 40px;
	}
	.ttl h2 {
		font-size: 45px;
	}
	.inner {
		padding: 60px 20px 60px;
	}
	.top .works li {
		padding: 10px 0;
		margin-bottom: 10px;
		margin-bottom: 0;
		width: 100%;
	}
	.top .works li .txt_en {
		font-size: 13px;
	}
	.top .works li .txt_jp {
		font-size: 18px;
	}
	.tel_txt {
		font-size: 32px;
	}
	.tel_txt span {
		font-size: 24px;
	}
}

.page {
	background: #116ec5;
	padding: 100px 0;
	position: relative;
	margin-top: 120px;
}
.page .inner {
	background: #fff;
}
.page .ttl {
	color: #116ec5;
}
.page_img {
	position: absolute;
	top: 40px;
	right: 40px;
}
.page .inner {
	padding: 80px 20px 100px;
	width: 94%;
}
.about .page_img {
	max-width: 400px;
	width: 30%;
}
.about_txt p {
	text-align: center;
	margin-bottom: 20px;
}
.about table {
	margin: 100px auto 40px;
	max-width: 650px;
	width: 100%;
}
.about table th,
.about table td {
	padding-bottom: 16px;
}
.about table th {
	border-right: solid 1px #c4c4c4;
	color: #116ec5;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 110px;
}
.about table td {
	padding-left: 40px;
	width: calc(100% - 150px);
}
.about iframe {
	display: block;
	height: 250px;
	margin: auto;
	max-width: 700px;
	width: 100%;
}

.works .page_img {
	top: 20px;
	max-width: 460px;
	width: 30%;
}
.works .page .inner ul {
	margin: auto;
	max-width: 860px;
	width: 100%;
}
.works .page .inner li {
	align-items: center;
	border-top: solid 1px #c4c4c4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 20px;
}
.works_ttl {
	color: #136ec5;
	margin-bottom: 20px;
}
.works_headline {
	font-size: 20px;
	color: #136ec5;
	font-weight: 700;
	padding-bottom: 8px;
	margin-bottom: 28px;
	border-bottom: solid 1px #136ec5;
}
.works_ttl p:first-child {
	font-family: century-gothic, sans-serif;
	font-size: 16px;
	line-height: 1.6px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.works_ttl p:last-child {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
.works_txt p {
	margin-bottom: 20px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.works .page .btn-wrap {
	column-gap: 28px;
}
.works .page .btn {
	border: 1px solid #116ec5;
	background-color: #116ec5;
	border-radius: 20px;
	line-height: 40px;
	letter-spacing: 2px;
	height: 40px;
	margin-top: 30px;
	min-width: 180px;
	flex: 1;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.works .page .btn span {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 3;
}
.works .page .btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
	width: 100%;
	height: 100%;
	transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.works .page .btn:hover {
	color: #116ec5;
	border-color: #116ec5;
}
.works .page .btn:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
	.works_headline {
		font-size: 18px;
	}
	.works .page .btn-wrap {
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}
}

.business-service {
}

.business-service ul {
	column-gap: 24px;
}

.business-service ul li {
	padding: 0 !important;
	display: block !important;
	border-top: none !important;
}
.business-service ul li.business-arrow {
}
.business-service ul li p {
	width: 64px;
	height: 22px;
	position: relative;
}
.business-service ul li span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.business-service ul li svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 17px;
}

.business-service ul .business-arrow .--orange {
	color: #ff8c14;
}
.business-service ul .business-arrow .--blue {
	color: #116ec5;
}
.business-service ul .business-arrow .--green {
	color: #009b5a;
}
.business-service ul .business-arrow .--reverse span {
	left: auto;
	right: 0;
}
.business-service ul .business-arrow .--reverse svg {
	scale: -1 1;
}
@media screen and (max-width: 767px) {
	.business-service ul {
		flex-direction: column;
		row-gap: 25px;
	}
	.business-service ul li p {
		width: 50px;
		height: 64px;
	}
	.business-service ul .business-arrow {
		height: auto;
		height: auto;
		display: flex !important;
		margin-top: 40px;
	}
	.business-service ul span {
		writing-mode: vertical-lr;
		height: max-content;
	}
	.business-service ul svg {
		rotate: 90deg;
		top: 0;
	}
	.business-service ul .--orange {
		margin-right: -24px;
	}
	.business-service ul .--orange span {
		top: -10px;
		top: -23px;
		left: 6px;
	}
	.business-service ul .--orange svg {
		scale: 1 -1;
		left: auto;
		right: 0;
	}
	.business-service ul .business-arrow .--reverse span {
		left: 31px;
		top: 15px;
	}
}

.corporation {
}
.corporation_container {
	max-width: 820px;
	margin: 0 auto 50px;
	border-top: solid 1px #c4c4c4;
	padding-top: 70px;
}
.corporation .txt_wrap {
	max-width: 492px;
	width: 492px;
}
.corporation_ttl {
	color: #116ec5;
	border-bottom: solid 1px #136ec5;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.strength {
	max-width: 820px;
	margin: 0 auto;
	padding-bottom: 85px;
	margin-bottom: 60px;
	border-bottom: solid 1px #c4c4c4;
}
.strength .flex.center.middle {
	gap: 30px;
}
.strength_ttl {
	color: #116ec5;
	border-bottom: solid 1px #136ec5;
	width: max-content;
	padding-bottom: 5px;
	margin: 0 auto 30px;
}
.strength .strength_box {
	display: grid;
	padding: 45px 0 36px;
	place-content: center;
	justify-items: center;
	row-gap: 15px;
	flex: 1;
	border: solid 2px #136ec5;
}
.strength .strength_box img {
	height: 90px;
}
@media screen and (max-width: 767px) {
	.corporation_container {
		flex-direction: column;
	}
	.corporation_container .w-35 {
		width: 80%;
		margin: 0 auto 20px;
	}
	.corporation .txt_wrap {
		width: auto;
	}
	.strength .flex.center.middle {
		flex-direction: column;
	}
	.strength_box {
		width: 100%;
	}
}

.property_list {
	width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.property_list li {
	width: 100%;
}

.property_list .trade-type {
	border: solid 2px #116ec5;
	color: #116ec5;
	padding: 4px 0;
}

.property_list .ttl {
	margin: 20px auto;
}
.property_list .yield {
	color: #fff;
	font-size: 16px;
	background-color: #e23434;
	padding: 2px 0;
}

.property_list .address {
	font-size: 16px;
	font-weight: 700;
}
.property_list .catch {
	font-size: 14px;
}
.property_list .price {
	display: flex;
	justify-content: flex-start;
	color: #116ec5;
}
.property_list .kakaku {
	margin-right: 10px;
}

.property_list .btn {
	background: #ff8c14;
	color: #fff;
	width: 100%;
	margin: 10px auto;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.property_list {
		width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.property_list .ttl {
		margin: 20px auto;
	}

	.property_list .address {
		font-size: 16px;
		font-weight: 700;
	}
	.property_list .catch {
		font-size: 14px;
	}
	.property_list .price {
		display: flex;
		justify-content: flex-start;
		color: #116ec5;
	}
	.property_list .kakaku {
		margin-right: 10px;
	}

	.property_list .btn {
		background: #ff8c14;
		color: #fff;
		width: 100%;
		margin: 10px auto;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 3px;
		text-align: center;
		font-size: 16px;
	}
}

.page_contact form {
	font-size: 14px;
	margin: 40px auto;
	max-width: 500px;
	width: 100%;
}
.page_contact form li {
	margin-bottom: 10px;
}
.page_contact form li p:first-child {
	font-weight: bold;
}
.page_contact form li p span {
	color: #c51111;
	font-family: century-gothic, sans-serif;
	font-weight: bold;
}
.page_contact input[type='text'],
.page_contact input[type='email'],
.page_contact input[type='tel'],
.page_contact textarea {
	border: solid 1px #000;
	width: 100%;
}
.page_contact input[type='text'],
.page_contact input[type='email'],
.page_contact input[type='tel'] {
	height: 38px;
}
.page_contact textarea {
	height: 120px;
}
.page_contact input[type='checkbox'] {
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: solid 1px #000;
}
.page_contact input[type='button'] {
	background: #004385;
	border: none;
	color: #fff;
	display: block;
	font-family:
		'游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic',
		'メイリオ', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin: 20px auto 10px;
	transition: 0.3s;
	width: 240px;
}
.page_contact input[type='button']:hover {
	opacity: 0.6;
	cursor: pointer;
}
.error {
	display: none;
	color: #c51111;
}
@media screen and (max-width: 767px) {
	.works .page .inner li {
		padding: 20px 0px;
	}
	.works_ttl {
		text-align: center;
	}
	.works .page .inner li .w-35 {
		width: 80%;
		margin: 0 auto 20px;
	}
	.works .page .inner li .w-60 {
		width: 100%;
	}
	.works .soon {
		margin: 30px auto;
	}
}
@media screen and (max-width: 420px) {
	.page {
		margin-top: 70px;
	}
	.page_img {
		top: 20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.about .page_img {
		width: 50%;
	}
	.works .page_img {
		width: 65%;
	}
	.about .inner {
		padding-top: 120px;
	}
	.works .inner {
		padding: 100px 20px 40px;
	}
	.about table th {
		border: none;
		padding-bottom: 0;
	}
	.about table td {
		padding-left: 0;
	}
	.about table th,
	.about table td {
		display: block;
		width: 100%;
	}
	.page_contact .page,
	.page_contact .page .inner {
		padding-top: 40px;
	}
}

.w70 {
	width: 70% !important;
	margin: 0 auto 50px !important;
}
.w100 {
	width: 100% !important;
	margin: 0 auto 50px !important;
}

/* intermediary-contact */
.contact {
	padding: 0 20px;
}
.p-intermediary-contact__btnArea {
	display: grid;
	grid-template-areas:
		'contact border tel'
		'contact border line';
	/* grid-template-columns: repeat(auto-fit, 1fr); */
	/* grid-template-columns: 1fr 1px 1fr; */
	grid-template-columns: minmax(0, 1fr);
	place-content: center;
	/* column-gap: 50px; */
	/* column-gap: 4.16%; */
	max-width: 1240px;
	margin: 0 auto;
}

.p-intermediary-contact__btnArea::before {
	grid-area: border;
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	opacity: 0.3;
}
.p-intermediary-contact__btn__txt {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.p-intermediary-contact__btn {
	border-radius: 10px;
	display: block;
	line-height: 100px;
	position: relative;
	max-width: 570px;
	margin: 0 auto;
}
.p-intermediary-contact__btn.--orange {
	background-color: #ff8c14;
}
.p-intermediary-contact__btn.--green {
	background-color: #009b5a;
}
.p-intermediary-contact__btn__inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1280px) {
	.p-intermediary-contact__btnArea {
		grid-template-areas:
			'contact'
			'border'
			'tel'
			'line';
		grid-template-columns: auto;
	}
	.p-intermediary-contact__btn {
		/* line-height: 50px; */
	}
	.p-intermediary-contact__btn__txt {
		font-size: 18px;
	}
}

/* intermediary-contact mail */
.p-intermediary-contact__block.mail-block {
	grid-area: contact;
	font-weight: 700;
}
.p-intermediary-contact__block.mail-block .txt {
	font-size: 43px;
}
.p-intermediary-contact__block.mail-block .p-intermediary-contact__btn__icon {
	width: 40px;
}
.p-intermediary-contact__block.mail-block .p-intermediary-contact__btn::after {
	content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 14px;
	width: 14px;
	margin: 0 10px;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 3;
}
@media screen and (max-width: 1280px) {
	.p-intermediary-contact__block.mail-block {
		margin-bottom: 50px;
	}
	.p-intermediary-contact__block.mail-block .txt {
		font-size: 20px;
	}
	.p-intermediary-contact__block.mail-block .p-intermediary-contact__btn::after {
		right: 5px;
		height: 12px;
		width: 12px;
		translate: 0 -2px;
	}
}

/* intermediary-contact tel */
.p-intermediary-contact__block.tel-block {
	grid-area: tel;
	/* margin-bottom: 30px; */
	grid-row: 1 / 4;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1280px) {
	.p-intermediary-contact__block.tel-block {
		grid-row: auto;
	}
}
.p-intermediary-contact__block.tel-block .p-intermediary-contact__btn__icon {
	width: 100px;
}
@media screen and (max-width: 1280px) {
	.p-intermediary-contact__block.tel-block {
		margin-bottom: 50px;
	}
	.p-intermediary-contact__block.tel-block .p-intermediary-contact__btn__txt {
		font-size: 30px;
	}
}
@media screen and (max-width: 420px) {
	.p-intermediary-contact__block.tel-block {
		margin-bottom: 50px;
	}
	.p-intermediary-contact__block.tel-block .p-intermediary-contact__btn__icon {
		width: 60px;
	}
	.p-intermediary-contact__block.tel-block .p-intermediary-contact__btn__txt {
		font-size: 25px;
	}
}

/* intermediary-contact line */
.p-intermediary-contact__block.line-block {
	grid-area: line;
}
.p-intermediary-contact__block.line-block .p-intermediary-contact__btn__icon {
	width: 40px;
	height: 100%;
}

.page_contact .p-intermediary-contact__btn {
	color: #fff;
	width: 380px;
	line-height: 100px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
}
.page_contact .p-intermediary-contact__btn__txt {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 400;
}
.page_contact .p-intermediary-contact__btn.--orange {
	background: #ff8c14;
}
.page_contact .p-intermediary-contact__btn.--contain img {
	display: block;
	margin-right: 20px;
	object-fit: contain;
	width: 50px;
	height: 50px;
}
.page_contact .p-intermediary-contact__btn.--green img {
	width: 35px;
	height: 35px;
}
@media screen and (max-width: 1300px) {
	.page_contact .p-intermediary-contact__btnArea {
		display: flex;
	}
}
@media screen and (max-width: 1100px) {
	.page_contact .p-intermediary-contact__btnArea {
		display: block;
	}
	.page_contact .p-intermediary-contact__btn {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 1000px) {
	.page_contact .p-intermediary-contact__btn__txt {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.page_contact .p-intermediary-contact__btn {
		max-width: 300px;
		width: 100%;
		font-size: 18px;
	}
	.page_contact .p-intermediary-contact__btn__txt {
		font-size: 18px;
	}
	.page_contact .p-intermediary-contact__btn.--orange {
		background: #ff8c14;
	}
}

/* 260313追加 */
.error-text {
	color: #c51111;
}
