section {
	padding: 100px 10%  0px 10%;
	max-width: 1180px;
	margin: 0 auto;
}

.topsection {
	padding: 0px 10%  0px 10%;
}

.box {
	max-width: 1100px;
	margin: 0 auto;
}

/*TOPページ*/
.top-title {
	padding-bottom: 40px;
	text-align: center;
	color: #2C90C6;
	
}
.top-title h2 {
	font-size: 260%;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.top-title h6 {
	font-size: 110%;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.12em;
	line-height: 1.5;
	
}
.maincati {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 40px;
}

.top01 {
	display: flex;
	justify-content: space-between;
}
.top01-a {
	width: 47%;
}
.top01-a p {
	margin-bottom: 30px;
}

.sub-tt {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #2C90C6;
}

.top02 {
	display: flex;
	justify-content: space-between;
	gap: 27px;
}
.top02-a {
	width: 30%;
}
.top02-a h3 {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-top: 10px;
}
.top02-a h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.12em;
	line-height: 1.5;
}
.top02-a a:hover {
	color: #2C90C6;
}

.sec-sa {
	padding-top: 140px;
	padding-bottom: 0px;
}

/*TOPページ*/
/*ページタイトル*/
.page-img {
	padding-top: 220px;
}
.page-img .top-title {
	padding-bottom: 0;
}
.page-img .top-title h2 {
	font-size: 360%;
}

.subsub-title {
	background-color: #CDDCE3;
	color: #005490;
	padding: 14px 20px;
	border-radius: 5px;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 60px;
}
/*ページタイトル*/
/*会社案内*/
.aisatuimg {
	margin-bottom: 80px;
}
.aisatu {
	max-width: 860px;
	padding-left: 100px;
	padding-right: 100px;
	margin: 0 auto;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.aisatu h3 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.02em;
	padding-bottom: 30px;
}
.daihyo {
	text-align: right;
	padding-top: 20px;
	font-weight: bold;
}
.keiei {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}
.keiei01 {
	width: 48%;
}
.keiei01 h4 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.02em;
	padding-bottom: 30px;
}

.table01 {
	width: 100%;
	border-top: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
}
.table01 td {
	border-bottom: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	padding: 15px 20px;
	font-size: 118%;
    line-height: 1.6;
    letter-spacing: 0.06em;
	font-weight:500;
}
.table01 .td01 {
	width: 300px;
	font-weight:  bold;
}

.table02 {
	width: 100%;
	border-top: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
}
.table02 td {
	border-bottom: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	padding: 15px 20px;
	font-size: 118%;
    line-height: 1.6;
    letter-spacing: 0.06em;
	font-weight:500;
}
.table02 .td02 {
	width: 120px;
	font-weight:  bold;
}

.enkaku {
	display: flex;
	justify-content: space-between;
}
.enkaku01 {
	width: 48%;
}
/*会社案内*/

/*業務案内*/
.gyoum {
	display: flex;
	justify-content: space-between;
}
.gyoum01 {
	width: 52%;
}
.gyoum02 {
	width: 45%;
}
.bur {
	border-top: 1px solid #CECECE;
	margin-top: 20px;
	padding-top: 20px;
}

.bur span {
	color: #2C90C6;
	padding: 0 5px;
}


.gyoumli {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gyoumli li {
	padding-top: 30px;
	text-align: center;
	width: 30%;
}
.gyoumli::after {
        content: "";
        display: block;
        width: 30%;
        height: 0;
    }
.gyoumli li p {
	margin-top: 10px;
}
/*業務案内*/

/*採用*/
.rectop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.rectop h3 {
	font-size: 318%;
    line-height: 1.8;
    letter-spacing: 0.06em;
	font-weight:bold;
	width: 35%;
	color: #2C90C6;
}
.rectop h3 span {
	background:linear-gradient(transparent 75%, #FFF500 75%);
}

.rectop p {
	width: 60%;
	line-height: 1.9;
	font-weight:bold;
}

.rectop02 {
	display: flex;
	justify-content: space-between;
}
.rectop02 li {
	width: 48%;
	text-align: center;
}
.rectop02 li p {
	margin-top: 10px;
}
.int {
	display: flex;
	justify-content: space-between;
}
.int01 {
	width: 48%;
}

.int01 img {
	border-radius: 0px 0px 5px 5px;
}
.name {
	background-color: #2C90C6;
	display:flex;
	align-items: center;
	color: #fff;
	padding: 20px 25px;
	border-radius: 5px 5px 0px 0px;
}
.name h4 {
	font-size: 160%;
	font-weight: bold;
	margin-right: 20px;
}
.name h6 {
	font-size: 100%;
	font-weight: bold;
}
.kiji {
	margin-bottom: 40px;
}
.kiji h4 {
	font-size: 138%;
    line-height: 1.8;
    letter-spacing: 0.06em;
	font-weight:bold;
	color: #2C90C6;
	margin-bottom: 10px;
}
.kyujitu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	border-top: 1px solid #2C90C6;
	border-bottom: 1px solid #2C90C6;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}
.kyujitu-t {
	width: 48%;
}
.kyujitu-t h4 {
	font-size: 138%;
    line-height: 1.8;
    letter-spacing: 0.06em;
	font-weight:bold;
	color: #2C90C6;
	margin-bottom: 10px;
}

.kyujitu img {
	width: 48%;
}

.oubo {
	max-width: 400px;
	margin: 0 auto;
	border: 4px solid #2C90C6;
	border-radius: 5px;
	padding: 40px;
	text-align: center;
}
.oubo h3 {
	font-size: 158%;
    line-height: 1.8;
    letter-spacing: 0.06em;
	font-weight:bold;
	color: #2C90C6;
	margin-bottom: 10px;
	border-bottom: 1px solid #2C90C6;
	padding-bottom: 10px;
}
.oubo h5 {
	font-size: 218%;
    line-height: 1.5;
    letter-spacing: 0.06em;
	font-weight:bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.oubo p {
	margin-bottom: 20px;
}
/*採用*/

/*お問い合わせ*/
.denwa {
	max-width: 900px;
	margin: 0 auto;
}
.denwa-fax {
	display: flex;
	justify-content: space-between;
	background-color: #EDEDED;
	border-radius: 5px;
	padding: 30px 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.denwa-fax li {
	width: 50%;
	text-align: center;
}
.denwa-fax li h5 {
	font-size: 260%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-family: Arial, Helvetica, "sans-serif";
	color: #2C90C6;
}
.denwa-fax li h5 a {
	color: #2C90C6;
}
/*お問い合わせ*/


/*hover写真拡大*/
.moimg1 {
	overflow: hidden;
	flex-shrink: 0;
	width: 260px;
	height: auto;
}
.moimg1 img {
    width: 100%;
	display: block;
	transition: 0.5s;
}
a:hover .moimg1 img {
	transform: scale(1.1, 1.1);
}
.moimg2 {
	overflow: hidden;
	flex-shrink: 0;
	width: 100%;
	height: auto;
}
.moimg2 img {
    width: 100%;
	display: block;
	transition: 0.5s;
}
a:hover .moimg2 img {
	transform: scale(1.1, 1.1);
}
/*hover写真拡大*/
/*ボタン*/
.btn {
	padding-top: 80px;
}
.btn a {
	display: block;
	padding: 20px;
	background-color: #000000;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	border-radius: 10px;
}

.btn02 {
	
}
.btn02 a {
	display: block;
	padding: 20px;
	background-color: #2C90C6;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	background-image: url("../img/ya01.png");
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: 90% 50%;
}

/*ボタン*/
/*画像丸*/
.img-maru {
	border-radius: 5px;
}
/*画像丸*/
.form_text{
	padding-bottom: 50px;
}

@media screen and ( max-width:800px )
{
.sp {
	padding: 100px 10%  0px 10%;
	max-width: 1180px;
	margin: 0 auto;
}
.top-title h2 {
	font-size: 200%;
}
.top-title h6 {
	font-size: 100%;
}	
.maincati {
	font-size: 110%;
	text-align: left;
}	
.top01 {
	display: block;

}
.top01-a {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 70px;
}	
.top02 {
	display: block;
}
.top02-a {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}	
.sec-sa {
	padding-top: 100px;
}	
.page-img .top-title h2 {
	font-size: 200%;
}	
.page-img {
	padding-top: 110px;
}	
.gyoum {
	display: block;
}
.gyoum01 {
	width: 100%;
}
.gyoum02 {
	width: 100%;
	margin-top: 15px;
}	
.gyoumli li {
	padding-top: 30px;
	text-align: center;
	width: 48%;
}	
.aisatu {
	padding-left: 0px;
	padding-right: 0px;
	border-left: none;
	border-right: none;
}	
.aisatu h3 {
	font-size: 170%;

}
.keiei {
	display:block;
	margin: 0 auto;
}
.keiei01 {
	width: 100%;
	padding-bottom: 20px;
}	
.keiei01 h4 {
	font-size: 170%;

}	
.table02 td {
	display: block;
	width: 90%;
}
.table02 .td02 {
	width: 90%;
	display: block;
	font-weight:  bold;
}

.enkaku {
	display: block;
}
.enkaku01 {
	width: 100%;
}
.table01 .td01 {
	display: block;
	width: 90%;
	font-weight:  bold;
}
.table01 td {
	width: 90%;
	display: block;
}	
.enkaku01 img{
	padding-top: 20px;

}
.sp_sec{
	padding: 50px 10% 0px 10%;
}
.rectop {
	display: block;
	justify-content: space-between;
	margin-bottom: 60px;
}
.rectop h3 {
	width: 100%;
	font-size: 250%;
	text-align: center;
	padding-bottom: 20px;

}
.rectop h3 span {
	background:linear-gradient(transparent 75%, #FFF500 75%);
}

.rectop p {
	width: 100%;

}	
.rectop02 {
	display: block;
	}
.rectop02 li {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}	
.int {
	display: block;
}
.int01 {
	width: 100%;
	padding-top: 20px;
}
.name h4 {
	font-size: 130%;

	margin-right: 10px;
}
.name h6 {
	font-size: 90%;
}	
.kyujitu {
	display: block;
}
.kyujitu-t {
	width: 100%;
}	
.kyujitu img {
	width: 100%;
	padding-top: 10px;
}	
.denwa-fax {
	display: block;
	padding: 30px 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.denwa-fax li {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.denwa-fax li h5 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-family: Arial, Helvetica, "sans-serif";
	color: #2C90C6;
}	
	
	
	
	
	
	
	
}