@charset "utf-8";

/*---------------------------------------------

会社情報ページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼共通部分 PC */
.sep1 {padding: 80px 0 10px 0;}

.gray_area {background: #e9e9e9;}

/* ▼タイトル部分 PC */
#pagetitle {
	background: url("../img/titlebk_company_pc_240229.jpg") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 120px 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 45px; font-size: 4.5rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼ご挨拶部分 PC */
#co01 {background: #fff;}

#co01 .gray_area .inner {
	position:relative;
	padding: 40px 0;
}

#co01 h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#co01 h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.aisatsu_img {
	width: 475px;
	position: absolute;
	top: 45px;
	left: 0;
}

.aisatsu_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.aisatsu_txt {
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	width: 470px;
	margin: 0 0 30px 525px;
}

.name_txt {
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: right;
}

.name_txt img {
	width: 145px;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 30px;
}

/* ▼会社概要部分 PC */
#co02 {background: #fff;}

#co02 .inner {
	padding: 80px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#co02 h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#co02 h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.co_table {
	width: 475px;
	border-top: solid 1px #000;
}

.co_table th, .co_table td {
	border-bottom: solid 1px #000;
	box-sizing: border-box;
	text-align: left;
	padding: 12px 0;
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
}

.co_table th {
	width: 110px;
	font-weight: bold;
}

.co_table td dl {
	display: flex;
	flex-wrap: wrap;
}

.co_table td dl > dt {width: 30px;}

.co_table td dl > dd {
	width: calc(100% - 30px);
	margin-bottom: 12px;
}

.co_table td dl > dd:last-of-type {margin-bottom: 0;}

.yaku {
	display: inline-block;
	width: 110px;
}

.yubin {margin-right: 20px;}

/* ▼取引銀行部分 PC */
#co03 {background: #fff;}

#co03 .inner {padding: 50px 0;}

#co03 h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#co03 h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

#co03 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#co03 li:nth-of-type(-n+2) {border-top: solid 1px #000;}

#co03 li {
	width: 475px;
	border-bottom: solid 1px #000;
	box-sizing: border-box;
	text-align: left;
	padding: 12px 0;
	font-size: 17px; font-size: 1.7rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
}

/* ▼アクセス部分 PC */
#access {background: #fff;}

#access .inner {padding: 60px 0 30px 0;}

#access h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#access h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.access_txt {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 10px;
}

.ac_add {
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
}

.ac_add span {margin-right: 20px;}

#maparea {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

/* ▼バナー部分 PC */
#bn .inner {padding: 50px 0 120px 0;}

.bnlist {
	display: flex;
	justify-content: space-between;
}

.bnlist > li a {
	display: flex;
	width: 476px;
	height: 230px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 26px; font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.bnlist > li:nth-of-type(1) a {
	background: url("../img/page_bnbk03_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.bnlist > li:nth-of-type(2) a {
	background: url("../img/page_bnbk02_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

}

@media only screen and (max-width: 767px) {

/* ▼共通部分 SP */
.sep1 {padding: 8vw 0 2vw 0;}

.gray_area {
	background: #e9e9e9;
	width: 94%;
	margin: 0 auto;
}

/* ▼タイトル部分 SP */
#pagetitle {
	background: url("../img/titlebk_company_sp_240205.jpg") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 25vw 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼ご挨拶部分 SP */
#co01 {background: #fff;}

#co01 .gray_area .inner {width: 100%;}

#co01 h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#co01 h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.aisatsu_img {
	width: 100%;
	margin: 0 auto 5vw auto;
}

.aisatsu_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.aisatsu_txt {
	width: 90%;
	margin: 0 auto;
	font-size: 4vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	margin-bottom: 6vw;
}

.name_txt {
	font-size: 4vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding-bottom: 6vw;
}

.name_txt img {
	width: 34%;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 5%;
	vertical-align: -3vw;
}

/* ▼会社概要部分 SP */
#co02 {background: #fff;}

#co02 .inner {padding: 10vw 0;}

#co02 h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 8vw;
}

#co02 h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.co_table {
	width: 100%;
	border-top: solid 1px #000;
}

#co02 .inner > table:last-of-type {border-top: none;}

.co_table th, .co_table td {
	display: block;
	box-sizing: border-box;
	text-align: left;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
	padding: 0 3vw;
}

.co_table th {
	padding-top: 4vw;
	padding-bottom: 2vw;
	font-weight: bold;
}

.co_table td {
	padding-bottom: 4vw;
	border-bottom: solid 1px #000;
}

.co_table td dl {
	display: flex;
	flex-wrap: wrap;
}

.co_table td dl > dt {width: 8%;}

.co_table td dl > dd {
	width: calc(100% - 8%);
	margin-bottom: 4vw;
}

.co_table td dl > dd:last-of-type {margin-bottom: 0;}

.yaku {
	display: inline-block;
	width: 33%;
}

.yubin {display: block;}

/* ▼取引銀行部分 SP */
#co03 {background: #fff;}

#co03 .inner {padding: 10vw 0;}

#co03 h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 8vw;
}

#co03 h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

#co03 li:first-of-type {border-top: solid 1px #000;}

#co03 li {
	box-sizing: border-box;
	text-align: left;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	vertical-align: middle;
	padding: 4vw 3vw;
	border-bottom: solid 1px #000;
}

/* ▼アクセス部分 SP */
#access {background: #fff;}

#access .inner {padding: 10vw 0 0 0;}

#access h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#access h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.access_txt {
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 4vw;
}

.ac_add {
	font-size: 5vw;
	line-height: 1.6;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
}

.ac_add span {display: block;}

#maparea {
	width: 100%;
	padding-bottom: 20vw;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 10%;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ▼バナー部分 SP */
#bn .inner {padding: 6vw 0 14vw 0;}

.bnlist > li a {
	display: flex;
	width: 90%;
	margin: 0 auto 7vw auto;
	height: 35vw;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.bnlist > li:nth-of-type(1) a {
	background: url("../img/page_bnbk03_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.bnlist > li:nth-of-type(2) a {
	background: url("../img/page_bnbk02_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

}
