@import "default.css";
@import "standard.css";

* {
	box-sizing: border-box;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(/image/common/bg_body.webp) center top repeat-x;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
	line-height: 2;
}
a:hover {
	opacity: .7;
}
img {
	width: 100%;
	height: auto;
}
/* スタイル
------------------------------------------------ */
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header h1 {
	width: 190px;
	height: 110px;
	display: block;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 2;
}
header h1 a {
	width: 100%;
	height: 100%;
	background: #0085CE;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
header h1 a:hover {
	opacity: 1;
}
header h1 a img {
	width: 160px;
	margin: 10px auto;
}
header h1 a span {
	font-size: 18px;
	color: #fff;
}
header .r_wrap {
	padding: 30px 0;
	padding-left: 240px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 45px;
}
header nav ul li {
	text-align: center;
}
header nav ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
	text-decoration: none;
}
header nav ul li a span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #75A7D1;
	letter-spacing: .1rem;
	text-transform: uppercase;
}
header ul.contact {
	margin: 0 50px;
	margin-left: 70px;
}
header ul.contact li {
	width: 200px;
	height: 60px;
	display: block;
}
header ul.contact a {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #40719B;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px #0083CB solid;
}
/* フッター */
footer {
	padding: 60px 80px;
	padding-bottom: 50px;
	background: url(/image/common/block/block_white_h210.svg) left top repeat-x,#003B6E;
	background-size: 100px;
}
footer #contact .block {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 70px 0;
	padding-bottom: 50px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
footer #contact h2 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
footer #contact h2:before {
	content: "Contact";
	font-size: 100px;
	font-weight: bold;
	color: #003B6E;
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
footer #contact p.center {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
footer .nav {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	gap: 0 70px;
}
footer .nav a {
	color: #fff;
	text-decoration: none;
}
footer .nav a span {
	display: none;
}
footer .name {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
}
footer .name ul li {
	width: 170px;
	height: 100px;
	padding: 0 10px;
	background: #0085CE;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .name dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
footer .name dd {
	color: #89A4BC;
}
footer .copyright {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	letter-spacing: .15rem;
}
#fixedTop {
	right: 20px;
	bottom: 110px;
	width: 45px;
	height: 45px;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 9999;
}
/* ナビ部分
------------------------------------------------ */
nav li .sp_menu {
	display: none;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 1790px;
	width: 94%;
	margin: 0 auto 60px;
	margin-right: 0;
	padding: 10px;
	font-size: 12px;
}
#rootlist span {
	margin: 0 5px;
}
#rootlist a {
	color: #000;
	text-decoration: none;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
.h2_wrap {
	position: relative;
}
.h2_wrap:before {
	content: "";
	width: 42%;
	height: 310px;
	background: #003B6E;
	clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0%);
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 0;
}
h2.title {
	width: 94%;
	margin-left: auto;
	margin-right: 0;
	height: 310px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}
h2.title:after {
	content: "";
	width: 75%;
	height: 310px;
	background: url(/image/common/h2_band.jpg) right center no-repeat;
	background-size: cover;
	clip-path: polygon(6% 0, 0 100%, 100% 100%, 100% 0%);
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
h2.title span {
	font-size: 18px;
	font-weight: bold;
	color: #B8DBF9;
	letter-spacing: .15rem;
	text-indent: 5px;
	text-transform: uppercase;
}
h3.title {
	margin-bottom: 70px;
	text-align: center;
	position: relative;
}
h3.title:before,
h3.title:after {
	content: "";
	width: 220px;
	height: 4px;
	background: #003B6E;
	clip-path: polygon(2% 0, 0 100%, 98% 100%, 100% 0);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
h3.title:before {
	top: -15px;
}
h3.title:after {
	bottom: -15px;
}
h3.title span {
	font-size: 34px;
	font-weight: bold;
	display: inline-block;
}
h3.title2 {
	margin-bottom: 70px;
	text-align: center;
	position: relative;
}
h3.title2:after {
	content: "";
	width: 80px;
	height: 4px;
	background: #003B6E;
	clip-path: polygon(4% 0, 0 100%, 96% 100%, 100% 0);
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
h3.title2 span {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
}
/* 共通
------------------------------------------------ */
#contents p {
	margin-bottom: 20px;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 200px;
	box-sizing: border-box;
}
.cbox_m80 {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_m {
	max-width: 1060px;
	min-width: 960px;
	width: 95%;
	margin: 0 auto 200px;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 1000px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 200px;
	box-sizing: border-box;
}
.cbox_s_m80 {
	max-width: 1000px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	max-width: 1000px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 80px auto;
}
br.sp {
	display: none;
}
.pc_none {
	display: none;
}
.contact_button {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.contact_button a {
	width: 380px;
	height: 130px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contact_button .tel a {
	background: #fff;
	border: 1px #BFBFBF solid;
	font-size: 34px;
	color: #000;
	font-weight: bold;
}
.contact_button .tel a span:first-of-type {
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
}
.contact_button .tel a span:first-of-type:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(/image/common/icon/icon_phone_b.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
}
.contact_button .tel a span:last-of-type {
	font-size: 20px;
	color: #003B6E;
	font-weight: normal;
}
.contact_button ul.mail a {
	background: #4997AB;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.contact_button ul.mail a i {
	width: 40px;
	height: 26px;
	margin-bottom: 20px;
	display: inline-block;
}
/* 投稿ページ */
#p_news .cbox {
	padding: 50px;
	background: #fff;
	box-sizing: border-box;
}
/* トップページ
------------------------------------------------ */
/* メイン スライダー */
body#p_top {
	background: url(/image/top/bg_top.webp) center top repeat-x;
}
#p_top #main .bg_wrap {
	padding-bottom: 190px;
	position: relative;
}
#p_top #main ul.logo {
	width: 1530px;
	position: absolute;
	left: 10px;
	bottom: 0;
	opacity: 0.25;
	z-index: 1;
}
.fixed_button {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 10;
}
.fixed_button li a {
	height: 70px;
	border-radius: 60px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.fixed_button .tel a {
	width: 280px;
	background: #FF881E;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fixed_button .tel a:hover {
	background: #FEA14E;
	opacity: 1;
}
.fixed_button .tel a span:first-of-type {
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
}
.fixed_button .tel a span:first-of-type:before {
	content: "";
	width: 26px;
	height: 26px;
	background: url(/image/common/icon/icon_phone.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
}
.fixed_button .tel a span:last-of-type {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}
.fixed_button .beginner a {
	width: 260px;
	background: #0F9D9D;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
.fixed_button .beginner a:hover {
	background: #0CC1C1;
	opacity: 1;
}
.fixed_button .beginner a i {
	width: 26px;
	height: 42px;
	display: inline-block;
}
/* 三代受け継ぐ伝統の技と心 */
#p_top #introduction .bg_wrap {
	padding: 80px 0;
	background: url(/image/common/bg_introduction.webp) left -80px center no-repeat,#E8F4FB;
	background-size: 1830px;
}
#p_top #introduction .flex {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#p_top #introduction .l_wrap {
	width: 55%;
}
#p_top #introduction .l_wrap h2 {
	width: 192px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-family: "Shippori Mincho", serif;
	font-size: 48px;
	font-weight: 700;
	color: #003B6E;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#p_top #introduction .l_wrap h2 span {
	letter-spacing: 1rem;
	display: block;
}
#p_top #introduction .l_wrap h2 span:last-of-type {
	margin-top: 100px;
}
#p_top #introduction .l_wrap p {
	margin-bottom: 20px;
}
#p_top #introduction .l_wrap p:last-of-type {
	margin-bottom: 0;
}
#p_top #introduction .r_wrap {
	width: 45%;
	position: relative;
}
#p_top #introduction .r_wrap ul.photo {
	position: relative;
}
#p_top #introduction .r_wrap ul.photo li {
	position: absolute;
}
#p_top #introduction .r_wrap ul.photo li.p_01 {
	width: 420px;
	top: 0;
	left: 0;
}
#p_top #introduction .r_wrap ul.photo li.p_02 {
	width: 260px;
	top: 210px;
	left: 375px;
}
#p_top #introduction .r_wrap ul.photo li.p_03 {
	width: 214px;
	top: 320px;
	left: 140px;
}
#p_top #introduction .r_wrap ul.photo li.p_04 {
	width: 240px;
	top: 460px;
	left: 290px;
}
#p_top #introduction .r_wrap ul.more {
	position: absolute;
	bottom: 0;
	left: 70px;
}
#p_top #introduction .r_wrap ul.more a {
	font-size: 20px;
	font-weight: bold;
	color: #003B6E;
	text-decoration: none;
	position: relative;
}
#p_top #introduction .r_wrap ul.more i {
	width: 156px;
	height: 20px;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: -60px;
}	
/* 施工事例 */
#p_top #works_wrap .bg_wrap {
	padding: 90px 0;
	padding-bottom: 70px;
	background: url(/image/common/block/block_whitte.svg) left top repeat-x,#F5F4F1;
	background-size: 100px;
	overflow: visible;
}
#p_top #works_wrap h2 {
	margin-bottom: 40px;
	font-size: 100px;
	font-weight: bold;
	color: #003B6E;
	text-align: center;
	line-height: 1.4;
}
#p_top #works_wrap h2 span {
	font-size: 32px;
	color: #000;
	display: block;
}
#p_top #works_wrap .flex {
	width: 90%;
	max-width: 1266px;
	margin: 0 auto;
	padding: 3px;
	display: block;
	overflow: hidden;
	position: relative;
}
#p_top #works_wrap .post_item {
	position: relative;
	z-index: 1;
	}
#p_top #works_wrap .in_wrap {
	width: 90%;
	max-width: 1300px;
	min-width: 900px;
	margin: 0 auto;
	position: relative;
}
#p_top #works_wrap .in_wrap:before {
	content: "";
	width: 310px;
	height: 310px;
	background: url(/image/top/works_parts.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -200px;
	left: -120px;
}
#p_top #works_wrap .in_wrap:after {
	content: "";
	width: 430px;
	height: 430px;
	background: url(/image/top/works_parts.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -240px;
	right: -60px;
}
/* スライド */
#p_top #works .swiper-slide {
    flex-shrink: 0;
}
#p_top #works .swiper-button-prev {
    left: 0; /* 現在の位置からさらに左へ */
}
#p_top #works .swiper-button-next {
    right: 0; /* 現在の位置からさらに右へ */
}
#p_top #works .swiper-button-prev::after,
#p_top #works .swiper-button-next::after {
    color: #EF6666; /* 矢印の色を変更 */
}
.w_more {
	margin-top: 60px;
	text-align: center;
}
.w_more a {
	margin: 0 auto;
	padding: 5px 80px;
	background: #003B6E;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
/* お知らせ */
#p_top #news .flex {
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 70px
}
#p_top #news .flex h2 {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
#p_top #news .log {
	width: 700px;
}
#p_top #news .log ul {
	text-align: right;
}
#p_top #news .log ul a {
	font-size: 14px;
	color: #003B6E;
	text-decoration: none;
}
#p_top #news .log ul a i {
	margin-right: 5px;
	color: #FF0000;
}
.log dl {
	padding: 15px 0;
	border-bottom: 1px #CCCCCC solid;
	display: flex;
}
.log dl:last-of-type {
	border-bottom: none;
}
.log dt {
	margin-right: 50px;
	color: #D68787;
}
.log dd {
	flex: 1;
}
.log dd a {
	color: #000;
}
.log dd i {
	margin: 0 10px;
	font-size: 12px;
	color: #d43a3a;
	font-style: normal;
}
/* 5つのお約束 */
#p_top #promise .bg_wrap {
	margin-bottom: 30px;
	padding: 100px 0;
	background: url(/image/common/block/block_grade_white_580.png) right 485px top repeat-y,url(/image/top/bg_promise_photo.jpg) right top no-repeat;
}
#p_top #promise .in_wrap {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto;
}
#p_top #promise h2 {
	margin-bottom: 40px;
	font-size: 50px;
	font-weight: bold;
}
#p_top #promise h2 span {
	font-size: 60px;
}
#p_top #promise p {
	margin-bottom: 60px;
}
#p_top #promise ul {
	width: 870px;
}
#p_top #promise li {
	width: 100%;
	margin-bottom: 25px;
}
#p_top #promise li span.slide-in_inner {
	width: 100%;
	padding: 30px 20px;
	background: #003B6E;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#p_top #promise li:nth-of-type(even) span.slide-in_inner {
	background: #2E6EA5;
}
#p_top #promise li:last-of-type {
	margin-bottom: 0;
}
#p_top #promise li span.number {
	margin-right: 20px;
	color: #8BB6CE;
}
/* 各種工事
------------------------------------------------ */
#p_service h2.title:after {
	background: url(/service/image/h2_band.jpg) right center no-repeat;
	background-size: cover;
}
#p_service #service ul.message {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}
#p_service #service ul.message .text {
	padding: 30px;
	background: #FEFFEC;
	border: 1px #FFC607 solid;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #5D1919;
	flex: 1;
	position: relative;
}
#p_service #service ul.message .text::after {
	content: "";
	width: 30px;
	height: 30px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #FFC607;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_service #service ul.message .illust {
	width: 150px;
}
#p_service #service .flex {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p_service #service .flex a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#p_service #service .flex dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#p_service #service .flex dl:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(/service/image/icon_arrow_white.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_service #service .block_c dl:after {
	right: 30px;
}
#p_service #service .flex dt:before,
#p_service #service .flex dt:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #80C1E5;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 10px;
}
#p_service #service .flex dt:before{
	left: 10px;
}
#p_service #service .flex dt:after{
	right: 10px;
}
#p_service #service .flex dd:before,
#p_service #service .flex dd:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #80C1E5;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: 10px;
}
#p_service #service .block_c dt:before,
#p_service #service .block_c dt:after,
#p_service #service .block_c dd:before,
#p_service #service .block_c dd:after {
	background: #87D8E8;
}
#p_service #service .flex dd:before{
	left: 10px;
}
#p_service #service .flex dd:after{
	right: 10px;
}
#p_service #service .flex dd img {
	width: auto;
}
#p_service #service .flex .block_a,
#p_service #service .flex .block_b {
	width: calc(( 100% - 20px ) / 2 );
	margin-bottom: 50px;
}
#p_service #service .flex .block_a dl {
	width: 100%;
	height: 280px;
	margin-bottom: 10px;
	padding: 50px 0;
	background: #0083CB;
}
#p_service #service .flex .block_b dl {
	width: 100%;
	height: 280px;
	margin-bottom: 10px;
	padding: 50px 0;
	background: #2EA1E1;
}
#p_service #service .flex .block_a dt,
#p_service #service .flex .block_b dt {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
#p_service #service .flex .block_a dd {
	padding-bottom: 30px;
}
#p_service #service .flex .block_b dd {
	padding-bottom: 10px;
}
#p_service #service .flex .block_c {
	width: calc(( 100% - 20px ) / 3 );
}
#p_service #service .flex .block_c dl {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	padding: 30px 0;
	display: flex;
	background: #0FB0D1;
}
#p_service #service .flex .block_c dt {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#p_service #service .flex .drone dd {
	padding-bottom: 15px;
}
#p_service #service .flex p {
	padding: 0 10px;
	color: #000;
}
#p_service #service .public_link {
	text-align: center;
}
#p_service #service .public_link a {
	padding: 0 100px;
	background: url(/service/image/icon_arrow_white.svg) right 30px center no-repeat,#A95EA9;
	background-size: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
/* 各工事のページ
------------------------------------------------ */
#p_service .lead {
	margin-bottom: 90px;
}
#p_service .lead p {
	font-size: 18px;
	font-weight: bold;
	color: #003B6E;
}
#p_service .lead .photo {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#p_service .lead .photo li {
	flex: 1;
}
#p_service .lead .photo2 {
	width: 90%;
	max-width: 990px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
#p_service .lead .photo2 li {
	width: calc(( 100% - 30px) / 3);
}
#p_service .border {
	margin-bottom: 90px;
	padding: 50px;
	background: #fff;
	border: 5px #0083CB solid;
	position: relative;
}
#p_service .border h4.box {
	padding: 5px 40px;
	background: #0062B1;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_service .way .flex {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
#p_service .way dl {
	width: calc((100% - 40px) / 3);
}
#p_service .way dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#p_service .way dd {
	margin-bottom: 10px;
	line-height: 1.6;
}
#p_service .way dd:last-of-type {
	margin-bottom: 0;
}
#p_service .way dd li {
	display: flex;
	align-items: center;
	gap: 10px;
}
#p_service .way dd li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(/image/common/icon/icon_check_orange.svg) center no-repeat;
	display: inline-block;
}
#p_service h4.marker {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#p_service h4.marker span {
	background: linear-gradient(transparent 80%, #FFFF00 80%);
	display: inline-block;
}
#p_service ul.example_list {
	min-height: 320px;
	margin-bottom: 60px;
	padding: 40px 60px;
	background: url(/service/image/img_human_point.svg) right 60px bottom 40px no-repeat,#F5F4F1;
	background-size: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
#p_service ul.example_list li {
	display: flex;
	align-items: center;
	gap: 10px;
}
#p_service ul.example_list li span {
	font-size: 20px;
	font-weight: bold;
	color: #0083CB;
}
#p_service ul.example_list li:before{
	content: "";
	width: 15px;
	height: 15px;
	background: #003B6E;
	transform:rotate(45deg);
	display: inline-block;
}
#p_service dl.point {
	margin-bottom: 80px;
}
#p_service dl.point dt {
	width: 176px;
	margin-bottom: 20px;
}
#p_service #works_wrap p.sub_text {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #003B6E;
	text-align: center;
}
#p_service #works_wrap .flex2 {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#p_service #works_wrap .flex2 dl {
	width: calc((100% - 40px) / 3);
}
#p_service #works_wrap .flex2 dt {
	font-weight: bold;
}
#p_service #works_wrap .flex2 dd {
	margin-bottom: 10px;
}
#p_service #works_wrap .flex2 .in_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_service #works_wrap .flex2 .in_flex li {
	flex: 1;
	position: relative;
}
#p_service #works_wrap .flex2 .in_flex li span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 10px;
}
#p_service #works_wrap .caution {
	margin-bottom: 100px;
}
#p_service #works_wrap .caution dt {
	margin-bottom: 20px;
	padding-top: 60px;
	background: url(/service/image/typhoon/img_caution.svg) center top no-repeat;
	background-size: 70px;
	text-align: center;
}
#p_service #works_wrap .caution dt span {
	font-size: 28px;
	font-weight: bold;
	color: #E23737;
	background: linear-gradient(transparent 70%, #FAFF5B 70%);
}
#p_service #works_wrap .caution dd {
	font-size: 18px;
	text-align: center;
}
#p_service #works_wrap h4.skyblue {
	margin-bottom: 30px;
	font-size: 30px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #0083CB;
	text-align: center;
}
#p_service #faq dl {
	margin-bottom: 50px;
}
#p_service #faq dl:last-of-type {
	margin-bottom: 0;
}
#p_service #faq dt {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
}
#p_service #faq dt span {
	font-size: 18px;
	font-weight: bold;
	color: #003B6E;
	flex: 1;
}
#p_service #faq dt i {
	width: 40px;
	height: 40px;
	border: 1px #003B6E solid;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #003B6E;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_service #faq dd {
	margin-bottom: 15px;
	padding-left: 60px;
}
#p_service #faq dd:last-of-type {
	margin-bottom: 0;
}
#p_service #faq dd span {
	font-weight: bold;
	display: block;
}
#p_service .tenken {
	padding: 50px 0;
	background: #fff;
}
#p_service #drone .tenken {
	padding-top: 80px;
}
#p_service .tenken h4.green {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #298800;
	text-align: center;
}
#p_service .tenken dl {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#p_service .tenken dl:last-of-type {
	margin-bottom: 40px;
}
#p_service .tenken dt {
	width: 180px;
	height: 40px;
	background: #0083CB;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_service .tenken dl:nth-of-type(even) dt {
	background: #40719B;
}
#p_service .tenken dd {
	flex: 1;
}
#p_service .tenken p.red {
	font-size: 20px;
	font-weight: bold;
	color: #E23737;
	text-align: center;
}
#p_service .tenken p.green {
	font-size: 20px;
	font-weight: bold;
	color: #298800;
	text-align: center;
}
#p_service .background h4 {
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: bold;
	color: #E23737;
	text-align: center;
}
#p_service #flow dl {
	margin-bottom: 30px;
	padding: 20px 40px;
	border: 1px #D0D7E3 solid;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#p_service #flow dl::after {
	content: "";
	width: 60px;
	height: 16px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #D68787;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_service #flow dl:last-of-type::after {
	display: none;
}
#p_service #flow dt {
	width: 220px;
	font-weight: bold;
	color: #0083CB;
}
#p_service #flow dd {
	flex: 1;
}
#p_service #toyou .bg_color {
	padding: 50px 30px;
	background: #E8F4FB;
}
#p_service #toyou .bg_color ul {
	margin-bottom: 40px;
}
#p_service #toyou .bg_color ul li {
	margin-bottom: 15px;
}
#p_service #toyou .bg_color ul li:last-of-type {
	margin-bottom: 0;
}
#p_service #toyou .bg_color ul .red {
	font-weight: bold;
	color: #E23737;
}
#p_service #toyou .bg_color .union_link {
	width: 580px;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	text-align: center;
}
#p_service #toyou .bg_color .union_link a {
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
}
#p_service #toyou .bg_color .union_link dt {
	font-weight: bold;
	color: #003B6E;
}
/* 施工実績
------------------------------------------------ */
#p_works h2.title:after {
	background: url(/image/works/h2_band.jpg) right center no-repeat;
	background-size: cover;
}
/* 共通 */
ul.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 1px;
}
ul.category li {
	width: 50px;
	height: 20px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.category li.w-new {
	width: 80px;
	margin-right: 2px;
	border: 1px #FF7700 solid;
	color: #FF7700;
}
ul.category li.w-reform {
	width: 80px;
	margin-right: 2px;
	border: 1px #32A800 solid;
	color: #32A800;
}
ul.category li.w-shrine-temple {
	width: 80px;
	margin-right: 2px;
	border: 1px #88004D solid;
	color: #88004D;
}
ul.category li.w-factory {
	width: 50px;
	margin-right: 2px;
	border: 1px #A95EA9 solid;
	color: #A95EA9;
}
ul.category li.w-roof {
	background: #0083CB;
}
ul.category li.w-wall {
	background: #2EA1E1;
}
ul.category li.w-raingutter {
	background: #0FB0D1;
}
ul.category li.w-public {
	background: #A95EA9;
}
ul.category li.w-others {
	background: #57A772;
}
ul.category li.w-amamori {
	display: none;
}
/* 施工実績一覧
------------------------------------------------ */
/* カテゴリーボタン */
ul.cate_nav {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
ul.cate_nav li {
	width: 140px;
	height: 40px;
}
ul.cate_nav a {
	width: 100%;
	height: 100%;
	background: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.cate_nav li.works a {
	border: 2px #0062B1 solid;
	font-weight: bold;
	color: #0062B1;
}
ul.cate_nav li.works.active a {
	border: none;
	background: #0062B1;
}
ul.cate_nav li.w-roof a {
	border: 2px #0083CB solid;
	font-weight: bold;
	color: #0083CB;
}
ul.cate_nav li.w-roof.active a {
	border: none;
	background: #0083CB;
}
ul.cate_nav li.w-wall a {
	border: 2px #2EA1E1 solid;
	font-weight: bold;
	color: #2EA1E1;
}
ul.cate_nav li.w-wall.active a {
	border: none;
	background: #2EA1E1;
}
ul.cate_nav li.w-raingutter a {
	border: 2px #0FB0D1 solid;
	font-weight: bold;
	color: #0FB0D1;
}
ul.cate_nav li.w-raingutter.active a {
	border: none;
	background: #0FB0D1;
}
ul.cate_nav li.w-factory a {
	border: 2px #A95EA9 solid;
	font-weight: bold;
	color: #A95EA9;
}
ul.cate_nav li.w-factory.active a {
	border: none;
	background: #A95EA9;
}
ul.cate_nav li.w-public a {
	border: 2px #A95EA9 solid;
	font-weight: bold;
	color: #A95EA9;
}
ul.cate_nav li.w-public.active a {
	border: none;
	background: #A95EA9;
}
ul.cate_nav li.w-others a {
	border: 2px #57A772 solid;
	font-weight: bold;
	color: #57A772;
}
ul.cate_nav li.w-others.active a {
	border: none;
	background: #57A772;
}
ul.cate_nav li.active a {
	color: #fff;
}
/* 一覧 */
#works .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#works .post_item {
	width: calc((100% - 60px) / 3);
	height: auto;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#works .post_item a {
	height: 100%;
	text-decoration: none;
}
#works .post_item .photo {
	margin-bottom: 5px;
}
#works .post_item img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
#works .post_item .category {
	margin-bottom: 10px;
	padding: 0 10px;
}
#works .post_item dl {
	padding: 0 10px;
}
#works .post_item dd.post_date {
	color: #E23737;
}
#works .post_item dt {
	font-weight: bold;
	color: #003B6E;
}
#works .post_item dd.excerpt {
	font-size: 14px;
	color: #000;
	line-height: 1.6;
}
/* 投稿 */
#p_works.p_single h3.work {
	font-size: 34px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #003B6E;
	text-align: center;
	letter-spacing: 0.15rem;
}
#p_works.p_single p.sub_title {
	margin-bottom: 40px;
	font-size: 26px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}
#p_works.p_single #main .frame {
	margin-bottom: 30px;
	padding: 50px 100px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#p_works.p_single #main .frame .photo {
	margin-bottom: 10px;
}
#p_works.p_single #main .frame .photo img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}
#p_works.p_single #details .wrap {
	margin-bottom: 100px;
	padding: 40px;
	background: #F9FAFB;
	border: 3px #EBEBEB solid;
}
#p_works.p_single #details dl {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
#p_works.p_single #details dl:last-of-type {
	margin-bottom: 0;
}
#p_works.p_single #details dt {
	width: 120px;
	font-weight: bold;
	color: #003B6E;
	position: relative;
}
#p_works.p_single #details dt:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #ABABAB;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 8px;
}
#p_works.p_single #details dd {
	flex: 1;
	padding-left: 40px;
}
#p_works.p_single #be_af .photo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10%;
	position: relative;
}
#p_works.p_single #be_af .photo:after {
	content: "";
	width: 36px;
	height: 36px;
	background: url(/image/common/icon/icon_arrow_circle.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#p_works.p_single #be_af .photo li {
	flex: 1;
	position: relative;
}
#p_works.p_single #be_af .photo li img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}
#p_works.p_single #be_af .photo li:before {
	width: 100px;
	height: 40px;
	content: "Before";
	background: #000;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
#p_works.p_single #be_af .photo li.after:before {
	content: "After";
	background: #0085CE;
}
#p_works.p_single .gralley {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#p_works.p_single .gralley dl {
	width: calc((100% - 60px) / 3);
}
#p_works.p_single .gralley dd {
	margin-top: 5px;
	line-height: 1.4;
}
#p_works.p_single #voice .wrap {
	width: 900px;
	margin: 0 auto 200px;
}
#p_works.p_single #voice h4 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FF7700;
}
#p_works.p_single #voice dl {
	padding: 30px 40px;
	background: #FFFBDE;
	border: 3px #FFE2AF solid;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#p_works.p_single #voice dt {
	width: 80px;
}
#p_works.p_single #voice dd {
	flex: 1;
}
/* ご依頼の流れ
------------------------------------------------ */
#p_flow h2.title:after {
	background: url(/flow/image/h2_band.jpg) right center no-repeat;
	background-size: cover;
}
#p_flow #flow .box {
	margin-bottom: 90px;
	background: #fff;
	box-shadow: 10px 10px 0 #003B6E;
	display: flex;
	align-items: center;
	position: relative;
}
#p_flow #flow .box:nth-of-type(even) {
	box-shadow: 10px 10px 0 #0083CB;
}
#p_flow #flow .box:after {
	content: "";
	width: 150px;
	height: 15px;
	background: #EFBBBB;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	display: inline-block;
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_flow #flow .box:last-of-type {
	margin-bottom: 120px;
}
#p_flow #flow .box:last-of-type:after {
	display: none;
}
#p_flow #flow .box ul {
	width: 390px;
}
#p_flow #flow .box dl {
	padding: 0 30px;
	flex: 1;
}
#p_flow #flow .box dt {
	margin-bottom: 50px;
	padding-left: 140px;
	font-size: 26px;
	font-weight: bold;
	color: #003B6E;
	position: relative;
}
#p_flow #flow .box dt span {
	font-size: 100px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #003B6E, -1px -1px 1px #003B6E, -1px 1px 1px #003B6E, 1px -1px 1px #003B6E, 1px 0px 1px #003B6E, -1px -0px 1px #003B6E, 0px 1px 1px #003B6E, 0px -1px 1px #003B6E;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_flow #flow .box dt em {
	font-size: 18px;
	font-weight: bold;
	color: #BE6161;
	position: absolute;
	top: 10px;
	right: 0;
}
#p_flow #flow .follow {
	width: 900px;
	margin: 0 auto;
	padding: 50px 120px;
	padding-right: 50px;
	background: #FFFCEC;
	border-radius: 20px;
}
#p_flow #flow .follow dt {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
#p_flow #flow .follow dt span {
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/* よくある質問
------------------------------------------------ */
#p_faq h2.title:after {
	background: url(/faq/image/h2_band.jpg) right center no-repeat;
	background-size: cover;
}
#p_faq #faq dl {
	margin-bottom: 40px;
	padding: 40px 10%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	background: #fff;
	position: relative;
}
#p_faq #faq dl:last-of-type {
	margin-bottom: 0;
}
#p_faq #faq dl dt {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #003B6E;
}
#p_faq #faq dd.number {
	width: 75px;
	height: 75px;
	background: #003B6E;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 75px;
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/* 会社概要
------------------------------------------------ */
#p_company h2.title:after {
	background: url(/company/image/h2_band.jpg) right center no-repeat;
	background-size: cover;
}
#p_company #greetings h3 {
	margin-bottom: 50px;
	font-size: 40px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #003B6E;
	text-align: center;
}
#p_company #greetings p {
	margin-bottom: 60px;
	font-size: 18px;
	letter-spacing: .07rem;
}
#p_company #greetings ul.commitment {
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 60px;
}
#p_company #greetings ul.commitment li {
	width: 230px;
	height: 230px;
	background: url(/company/image/parts_circle.svg) center no-repeat;
	background-size: contain;
	font-size: 40px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #0083CB;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_company #greetings ul.member_link {
	text-align: center;
}
#p_company #greetings ul.member_link a {
	padding: 10px 120px;
	background: #003B6E;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#p_company #company dl {
	padding: 5px 0;
	display: flex;
	align-items: stretch;
	border-top: 1px #DBDBDB solid;
}
#p_company #company dl:last-of-type {
	border-bottom: 1px #DBDBDB solid;
}
#p_company #company dt {
	width: 200px;
	padding: 10px 0;
	background: #0085CE;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_company #company dd {
	flex: 1;
	padding: 10px 40px;
}
#p_company #photo ul {
	max-width: 1030px;
	margin: 0 auto;
	margin-bottom: 160px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
#p_company #photo ul li {
	width: calc( ( 100% - 40px) / 3 );
}
/* 社員紹介
------------------------------------------------ */
#p_company #member .flex {
	margin-bottom: 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 40px;
}
#p_company #member .flex:nth-of-type(even) {
	flex-direction: row-reverse;
}
#p_company #member .flex:last-of-type {
	margin-bottom: 0;
}
#p_company #member .flex dl {
	width: 420px;
	position: relative;
}
#p_company #member .flex dt {
	width: 76px;
	padding: 20px 0;
	background: #0062B1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: -10px;
}
#p_company #member .flex:nth-of-type(odd) dt {
	right: -10px;
}
#p_company #member .flex:nth-of-type(even) dt {
	left: -10px;
}
#p_company #member .flex dt span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.25rem;
	writing-mode: vertical-rl;
	display: inline-block;
}
#p_company #member .flex dt em {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1rem;
}
#p_company #member .flex .message {
	flex: 1;
}
#p_company #interview .border {
	padding: 120px 5%;
	padding-bottom: 70px;
	border: 3px #003B6E solid;
	position: relative;
}
#p_company #interview .border h3 {
	padding: 25px 30px;
	padding-bottom: 40px;
	background: url(/company/image/speech_bubble.svg) center no-repeat;
	background-size: contain;
	font-size: 16px;
	font-family: 'Noto Sans JP', serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_company #interview .border dl {
	margin-bottom: 60px;
}
#p_company #interview .border dl:last-of-type {
	margin-bottom: 0;
}
#p_company #interview .border dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #003B6E;
	display: flex;
	align-items: center;
}
#p_company #interview .border dt:before {
	content: "";
	width: 20px;
	height: 3px;
	margin-right: 6px;
	background: #003B6E;
	display: inline-block;
}
#p_company #interview .border dd {
	margin-bottom: 10px;
}
#p_company #interview .border dd:last-of-type {
	margin-bottom: 0;
}
#p_company #interview .border dd ul.list {
	margin: 10px 0;
}
#p_company #interview .border dd ul.list li {
	margin-left: 25px;
	list-style: disc;
}
/* ご検討中の方へ
------------------------------------------------ */
#p_beginner h2.title:after {
	background: url(/beginner/image/h2_band.jpg) right center no-repeat;
	background-size: cover;
}
#p_beginner #correspondence p.copy {
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
}
#p_beginner #correspondence ul {
	margin-bottom: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
#p_beginner #correspondence li {
	width: 180px;
	height: 180px;
	background: #fff;
	border: 5px #0083CB solid;
	border-radius: 50%;
	font-size: 28px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	font-style: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
#p_beginner #correspondence li i {
	height: 80px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#p_beginner #correspondence li img {
	width: auto;
}
#p_beginner #forte .wrap {
	margin-bottom: 80px;
	padding-top: 130px;
}
#p_beginner #forte .n_01.wrap {
	background: url(/beginner/image/photo_forte01.jpg) left top no-repeat;
	background-size: 55%;
}
#p_beginner #forte .n_02.wrap {
	margin-bottom: 140px;
	background: url(/beginner/image/photo_forte02.jpg) right top no-repeat;
	background-size: 55%;
}
#p_beginner #forte .n_03.wrap {
	margin-bottom: 100px;
	background: url(/beginner/image/photo_forte03.jpg) left top no-repeat;
	background-size: 55%;
}
#p_beginner #forte .wrap dl {
	width: 80%;
	max-width: 820px;
	margin: 0 0 0 auto;
	padding: 20px 30px;
	background: #fff;
}
#p_beginner #forte .wrap:nth-of-type(even) dl {
	margin: 0 auto 0 0;
}
#p_beginner #forte .wrap dt {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: bold;
	color: #003B6E;
	background: linear-gradient(transparent 70%, #FFF71D 70%);
	display: inline-block;
}
#p_beginner #forte .a_price {
	padding: 40px 60px;
	background: #E8F4FB;
	position: relative;
}
#p_beginner #forte .a_price h4 {
	margin-bottom: 50px;
	text-align: center;
}
#p_beginner #forte .a_price h4 span {
	padding: 5px 100px;
	background: #E23737;
	border-radius: 25px;
	font-size: 22px;

	font-weight: bold;
	color: #fff;
}
#p_beginner #forte .a_price dl {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
#p_beginner #forte .a_price dt {
	width: 170px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_beginner #forte .a_price dl.company dt {
	color: #0083CB;
}
#p_beginner #forte .a_price dd {
	width: 120px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#p_beginner #forte .a_price dd.wwrap {
	width: 160px;
}
#p_beginner #forte .a_price dd.arrow {
	width: 46px;
	padding-right: 10px;
	padding-bottom: 15px;
	background: url(/beginner/image/img_arrow.svg) center bottom no-repeat;
	background-size: contain;
	font-size: 14px;
	font-weight: normal;
}
#p_beginner #forte .a_price dd i {
	height: 46px;
	display: block;
}
#p_beginner #forte .a_price dd img {
	width: auto;
}
#p_beginner #forte .a_price dd span {
	line-height: 1;
}
#p_beginner #forte .a_price p.point {
	padding: 30px;
	background: #0083CB;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: -30px;
	right: 30px;
}
#p_beginner #voice .flex {
	margin-bottom: 70px;
	padding: 40px 60px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	display: flex;
	align-items: center;
	gap: 70px;
}
#p_beginner #voice .flex ul {
	width: 100px;
}
#p_beginner #voice .flex li {
	text-align: center;
}
#p_beginner #voice .flex ul span {
	margin-top: 10px;
	font-weight: bold;
}
#p_beginner #voice .flex dl {
	flex: 1;
}
#p_beginner #voice .flex dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #0083CB;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact #mail .box {
	margin-bottom: 80px;
	padding: 70px 0;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#p_contact #mail .box > dl {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_contact #mail .box > dl.textarea {
	align-items: flex-start;
}
#p_contact #mail .box > dl:last-of-type {
	margin-bottom: 50px;
}
#p_contact #mail .box > dl dt {
	width: 200px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #40719B;
	display: flex;
	align-items: center;
}
#p_contact #mail .box > dl dt:before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border: 5px #003B6E solid;
	display: inline-block;
}
#p_contact #mail .box > dl dt span {
	margin-left: 10px;
	padding: 0 10px 2px;
	border: 1px #E97238 solid;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #E97238;
	text-align: center;
	display: inline-block;
}
#p_contact #mail .box > dl.textarea span {
	top: 5px;
}
#p_contact #mail .box > dl dd {
	flex: 1;
}
#p_contact #mail .box > dl dd input,
#p_contact #mail .box > dl dd textarea {
	background: #F1F1F1;
	border: none;
	border-radius: 0;
}
#p_contact #mail .box > dl dd input {
	line-height: 50px;
}
#p_contact #mail .box > dl dd textarea {
	height: 300px;
}
#p_contact #mail .box > dl.case dd {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#p_contact #mail .box dl.file input {
	margin: 0 10px;
	background: transparent;
	line-height: 1.6;
}
#p_contact #mail .box dl.file li {
	margin-bottom: 10px;
}
#p_contact #mail .button {
	text-align: center;
}
#p_contact #mail .button input[type="submit"] {
	padding: 10px 80px;
	background: #E36D6D;
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	transition: 0.2s;
}
#p_contact #mail .button input[type="submit"]:hover {
	opacity: .7;
}
.policy {
	width: 100%;
	max-width: 720px;
	height: 200px;
	margin: 0 auto;
	padding: 10px;
	border: 1px #adadad solid;
	overflow-y: scroll;  
}
.policy h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #383838;
}
.policy dl {
	margin-bottom: 10px;
	font-size: 14px;
}
.policy dl:last-of-type {
	margin-bottom: 0;
}
.policy dt {
	font-weight: bold;
	color: #2a2a2a;
}
/*ラインバナー*/
#p_contact #line{
	margin-bottom: 80px;
}
#p_contact #line h3{
	margin-bottom: 15px;
	text-align: center;
}
#p_contact #line h3 span{
	font-size: 28px;
	font-weight: bold;
	color: #01B901;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#p_contact #line h3 span::before,
#p_contact #line h3 span::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #01B901;
	margin-top: 15px;
}
#p_contact #line h3 span::before {
	transform: rotate(45deg);
}
#p_contact #line h3 span::after {
	transform: rotate(-45deg);
}
#p_contact #line a.banner{
	width: 800px;
	margin: 0 auto;
	padding: 25px 50px;
	background: linear-gradient(to right, #65d919 0%,#0cbd02 100%);
	text-decoration: none;
	color: #FFF;
	display: block;
	display: flex;
	justify-content: flex-end;
	gap: 60px;
	box-sizing: border-box;
	position: relative;
}
#p_contact #line a.banner::before{
	content: url(../image/top/line_ist.svg);
	position: absolute;
	bottom: 10px;
	left: 40px;
}
#p_contact #line a.banner .line dt{
	margin-bottom: 10px;
	font-family: "じゅん 501";
	font-size: 90px;
	line-height: 90px;
	letter-spacing: 0.05em;
}
#p_contact #line a.banner .line dd{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#p_contact #line a.banner .line dd span{
	color: #FFF171;
}
#p_contact #line a.banner .line dd.tap{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
}
#p_contact #line a.banner .qr{
	text-align: center;
}
#p_contact #line a.banner .qr dt{
	margin-bottom: 5px;
}
#p_contact #line a.banner .qr dt img{
	width: 160px;
	height: auto;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 96% !important;
}
form .wm {
	width: 50% !important;
}
form .ws {
	width: 25% !important;
}
form .wss {
	width: 10% !important;
}
/* プライバシーポリシー
------------------------------------------------ */
#p_policy #policy dl {
	padding: 30px 10px;
	background-image: linear-gradient(to left, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 2px;
	background-position: right bottom;
	background-repeat: repeat-x;
}
#p_policy #policy dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}