@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	margin-top: 70px;
	height: 260px;
	background-image: url("../images/company/h_bg.webp");
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
}
.helo h1 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	padding-top: 110px;
	width: 90%;
	min-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.helo h1 span {
	margin-left: 8vw;
}


main section {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
main h2 {
	font-size: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #595757;
	margin-bottom: 25px;
}





.greeting_section {
	margin-top: 100px;
	margin-bottom: 70px;
}
.greeting_section .flex {
	display: flex;
	justify-content: center;
	gap : 30px;
}
.greeting_section .flex figure {
	width: 290px;
}
.greeting_section .flex div {
	width: 555px;
	text-align: left;
	line-height: 2em;
	font-size: 17px;
}
.greeting_section .flex div dl {
	display: flex;
	text-align: right;
	justify-content: flex-end;
	align-items: center;
}
.greeting_section .flex div dl dt {
	font-size: 20px;
}
.greeting_section .flex div dl dd {
	font-size: 28px;
	margin-left: 20px;
}





.company_section {
	margin-bottom: 100px;
}
.company_section h2 {
	margin-bottom: 0px;
}
.company_section th {
	border-bottom: 1px solid #595757;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	width: 140px;
	line-height: 2em;
}
.company_section td {
	border-bottom: 1px solid #595757;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2em;
}





.access_section .flex {
	display: flex;
	justify-content: space-between;
}
.access_section .flex div {
	width: 428px;
	text-align: left;
	line-height: 1.8em;
}
.access_section .flex div h3 {
	font-size: 18px;
	margin-top: 10px;
}
.access_section .flex div p {
	font-size: 18px;
}
.access_section .flex div li {
	font-size: 18px;
	display: inline-block;
}
.access_section .flex div li a {
	color: #000;
	text-decoration: none;
}
.access_section .flex div li:first-child {
	margin-right: 10px;
}




.business_section {
	margin-top: 100px;
}
.business_section .flex {
	display: flex;
	gap:30px;
}
.business_section .flex figure {
	width: 420px;
}
.business_section .flex h3 {
	text-align: left;
	font-size: 22px;
}
.business_section .flex p {
	text-align: left;
	font-size: 18px;
	margin-top: 15px;
}



.history_section {
	margin-top: 120px;
	margin-bottom: 120px;
}
.history_section h2 {
	margin-bottom: 0px;
}
.history_section th {
	border-bottom: 1px solid #595757;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	width: 180px;
	line-height: 2em;
}
.history_section td {
	border-bottom: 1px solid #595757;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2em;
}

}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	margin-top: 13.3333333333vw;
	height: 40vw;
	background-image: url("../images/company/h_bg_sp.webp");
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
}
.helo h1 {
	color: #fff;
	font-size: 4vw;
	font-weight: 500;
	padding-top: 20vw;
}




main section {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
main h2 {
	font-size: 6vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid #595757;
	margin-bottom: 5vw;
}





.greeting_section {
	margin-top: 15vw;
	margin-bottom: 15vw;
}
.greeting_section .flex {

}
.greeting_section .flex figure {
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
}
.greeting_section .flex div {
	text-align: left;
	line-height: 2em;
	margin-top: 3vw
}
.greeting_section .flex div dl {
	display: flex;
	text-align: right;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5vw;
}
.greeting_section .flex div dl dt {
	font-size: 3.5vw;
}
.greeting_section .flex div dl dd {
	font-size: 6vw;
	margin-left: 5vw;
}





.company_section {
	margin-bottom: 15vw;
}
.company_section h2 {
	margin-bottom: 0px;
}
.company_section th {
	border-bottom: 1px solid #595757;
	font-weight: 500;
	text-align: left;
	width: 25vw;
	line-height: 1.8em;
	font-size: 3.5vw;
}
.company_section td {
	border-bottom: 1px solid #595757;
	text-align: left;
	padding-top: 3vw;
	padding-bottom: 3vw;
	line-height: 1.8em;
	font-size: 3.5vw;
}





.access_section .flex {

}
.access_section .flex div {
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 10vw;
}
.access_section .flex div h3 {
	font-size: 5vw;
	margin-top: 10px;
}
.access_section .flex div p {

}
.access_section .flex div li {
	display: inline-block;
}
.access_section .flex div li a {
	color: #000;
	text-decoration: none;
}
.access_section .flex div li:first-child {
	margin-right: 3vw;
}




.business_section {
	margin-top: 15vw;
}
.business_section .flex {
}
.business_section .flex figure {

}
.business_section .flex h3 {
	text-align: left;
	font-size: 5vw;
	margin-top: 3vw;
}
.business_section .flex p {
	text-align: left;
	margin-top: 3vw;
}



.history_section {
	margin-top: 15vw;
	margin-bottom: 15vw;
}
.history_section h2 {
	margin-bottom: 0px;
}
.history_section th {
	border-bottom: 1px solid #595757;
	font-size: 3.5vw;
	font-weight: 500;
	text-align: left;
	width: 26vw;
	line-height: 2em;
}
.history_section td {
	border-bottom: 1px solid #595757;
	font-size: 3.5vw;
	text-align: left;
	padding-top: 3vw;
	padding-bottom: 3vw;
	line-height: 1.8em;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}