/*
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-size: 12px;
	font-weight: 400;
	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 .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;
	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 .ttl {
	color: #116ec5;
}
.top .works ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.top .works li {
	position: relative;
	margin-bottom: 30px;
	width: 48%;
}
.top .works li a {
	background: #116ec5;
	border: solid 1px #116ec5;
	color: #fff;
	display: block;
	padding: 20px 40px;
	transition: 0.3s;
}
.top .works li a:hover {
	background: #fff;
	color: #116ec5;
	opacity: 1;
}
.top .works li 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;
}
.top .works li a:hover::after {
	border-top: 1px solid #116ec5;
	border-right: 1px solid #116ec5;
}
.top .works li p:first-child {
	font-family: century-gothic, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.4;
}

@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;
}
.contact {
	background: #116ec5;
	color: #fff;
}
#pagetop {
	background: url(../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 .more {
		width: 240px;
	}
	.about .inner .w-40 {
		margin: 0 auto 20px;
		width: 80%;
	}
	.inner .w-40,
	.inner .w-55 {
		width: 100%;
	}
	.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 20px;
		margin-bottom: 10px;
		width: 100%;
	}
	.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: 620px;
	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: #116ec5;
	margin-bottom: 20px;
}
.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 .soon {
	border: 1px solid #116ec5;
	border-radius: 15px;
	color: #116ec5;
	font-family: century-gothic, sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	height: 30px;
	margin-top: 30px;
	width: 240px;
	text-align: center;
}

a.soon {
	display: block;
}

.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;
}
.p-intermediary-contact__btn.--orange {
	background: #ff8c14;
	color: #fff;
}
.p-intermediary-contact__btn.--contain img {
	display: block;
	margin-right: 20px;
	object-fit: contain;
}

.category-list {
	border: solid 2px #e2ecf5;
	margin: 0 auto;
	max-width: 900px;
}
.category-list-item {
	flex: 1;
}
.category-list-item:not(:first-child) {
	border-left: solid 2px #e2ecf5;
}
.category-list-link {
	color: #136ec5;
	background-color: #fff;
	padding: 6px 0;
}
.category-list-link.current {
	color: #fff;
	background-color: #116ec5;
}

.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 #136ec5;
	color: #136ec5;
	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;
	}
}

.recommendPropertyBtn {
	display: block;
	background: #1867b3;
	color: #fff;
	border-radius: 15px;
	border: 2px solid #fff;
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 30px;
	font-size: 20px;
	font-weight: 700;
	filter: drop-shadow(5px 5px 10px rgba(41, 41, 41, 0.7));
}

@media screen and (max-width: 768px) {
	.recommendPropertyBtn {
		display: block;
		background: #1867b3;
		color: #fff;
		border-radius: 15px;
		border: 2px solid #fff;
		position: fixed;
		bottom: 20px;
		right: 5vw;
		padding: 10px;
		font-size: 16px;
		font-weight: 700;
		filter: drop-shadow(5px 5px 10px rgba(41, 41, 41, 0.7));
		text-align: center;
		width: 90vw;
		z-index: 10000;
	}
}

.property .container {
	/* border-top: solid 1px #116EC5; */
}
.property-info-list {
	border-bottom: solid 1px #116ec5;
	font-weight: 500;
	width: 50%;
}
.property-info-dt {
	width: 140px;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 500;
	background-color: #f3f9ff;
	text-align: left;
	vertical-align: middle;
}
.property-info-dd {
	width: calc(100% - 140px);
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.property-info-list {
		width: 100%;
		flex-wrap: wrap;
	}
	.property-info-dt {
		width: 100%;
	}
}

/* intermediary-contact */
.contact.contact-bottom {
	padding: 0 20px 100px;
}
.contact-bottom .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;
	place-content: center;
	column-gap: 50px;
	column-gap: 4.16%;
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
}

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

/* intermediary-contact mail */
.contact-bottom .p-intermediary-contact__block.mail-block {
	grid-area: contact;
	font-weight: 700;
}
.contact-bottom .p-intermediary-contact__block.mail-block .txt {
	font-size: 43px;
}
.contact-bottom .p-intermediary-contact__block.mail-block .p-intermediary-contact__btn__icon {
	width: 40px;
}
.contact-bottom .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) {
	.contact-bottom .p-intermediary-contact__block.mail-block {
		margin-bottom: 50px;
	}
	.contact-bottom .p-intermediary-contact__block.mail-block .txt {
		font-size: 20px;
	}
	.contact-bottom .p-intermediary-contact__block.mail-block .p-intermediary-contact__btn::after {
		right: 5px;
		height: 12px;
		width: 12px;
		translate: 0 -2px;
	}
}

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

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