@charset "utf-8";

/* 
 Theme Name:	Unitec
 Template:		Unitec
 Update:		2025.06.03
*/

/* link
=============================================== */

a {
	color: #0950a2;
	text-decoration: none;
}
a:visited {
	color: #0950a2;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a[id]:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width:768px) {
a[href^="tel:"] {
    pointer-events: auto;
}
}

/* default
=============================================== */

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

html {
	background: #FFF;
}
body {
	min-width: 1000px;
	font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
	font-family: "���C���I","Meiryo",Helvetica,verdana,"�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",Osaka,"�l�r �o�S�V�b�N","MS PGothic",Sans-Serif;
	color: #111;
	background: #FFF;
}
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
a img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

@media screen and (max-width:768px) {
body {
	min-width: 100%;
}
img {
	width: 100%;
}
}

/* header
=============================================== */

header {
	padding: 15px 0 0;
}
header #header-inner {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
header h1#logo {
	float: left;
	margin-top: 5px;
	font-size: 1.7rem;
}
header h1#logo img {
	display: inline-block;
	margin: 0 15px 0 0;
	height: 55px;
	vertical-align: middle;
}
header h1#logo img {
}
header h1#logo a {
	color: #191919;
}
header #header-tel {
	float: right;
	width: 235px;
	text-align: center;
}

@media screen and (max-width:768px) {
header, header #header-inner {
	margin: 0;
	padding: 0;
	width: 100%;
}
header h1#logo {
	float: none;
	position: absolute;
	top: 13px;
	left: 10px;
	z-index: 1;
	margin: 0;
	font-size: 1.1rem;
}
header h1#logo img {
	margin: 0 8px 0 0;
	width: 264px;
	height: 35px;
}
header #header-tel {
	display: none;
}

}

/* navigation
=============================================== */

.slicknav_menu {
	display: none;
}
#global-nav {
	padding: 15px 0 25px;
}
#global-nav ul {
	display: flex;
	position: relative;
	z-index: 9999;
	margin: auto;
	width: 1000px;
	border: 1px solid #18908F;
}
#global-nav ul::after {
	display: block;
	clear: both;
	content: '';
}
#global-nav ul li {
	width: calc(100% / 6);
	position: relative;
	text-align: center;
}
#global-nav ul li a {
	display: block;
	padding: 13px 0 12px;
	font-size: 1.0rem;
	font-weight: bold;
	text-decoration: none;
	color: #18908F;
	background: #FFF;
}
#global-nav ul li a:hover {
	background: #18908F;
	color: #FFF;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
#global-nav ul li:not(:first-child) {
	border-left: none;
}
#global-nav ul li:hover {
	background-color: rgba(255,255,255,.3);
}
#global-nav ul ul {
	display: block;
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
}
#global-nav ul ul li {
	width: 100%;
	margin: 0;
	border-top: 1px solid #18908F;
}
#global-nav ul ul li:first-child {
	border: none;
}
#global-nav ul ul li a {
	margin: 0;
}
#global-nav ul ul.sub-menu-d {
	display: flex;
	flex-wrap: wrap;
	width: calc(120% + 120%);
	background: #FFF;
	border: none;
	border-top: 1px solid #18908F;
	border-left: 1px solid #18908F;
}
#global-nav ul ul.sub-menu-d li {
	display: flex;
	width: calc(100% / 2);
	border: none;
	border-right: 1px solid #18908F;
	border-bottom: 1px solid #18908F;
}
#global-nav ul ul.sub-menu-d li:nth-child(odd) {
}
#global-nav ul ul.sub-menu-d li:nth-of-type(-n+2) {
}
#global-nav ul ul.sub-menu-d li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	line-height: 1.2;
}

#global-nav ul ul {
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(10px);
}
#global-nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#global-nav ul ul li:hover > ul {
	transform: translateX(0) translateY(0);
}

#page-company #global-nav li a[href$="/company/"],
#page-business #global-nav li a[href$="/business/"],
#page-works #global-nav li a[href$="/works/"],
#page-contact #global-nav li a[href$="/contact/"],
#page-recruit #global-nav li a[href$="/recruit/"] {
	background: #18908F;
	color: #FFF;
}

@media screen and (max-width: 768px) {
.js #global-nav {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
#global-nav {
	display: none;	
}
header .slicknav_menu {
	width: 100%;
	position: relative;
	background: #FFF;
}
header .slicknav_btn {
	position: relative;
	right: 0;
	display: block;
}
header .slicknav_menutxt {
	display: block;
	min-height: 60px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	background: url(../img/common/btn-slicknav.svg) 100% 0 no-repeat;
}
header .slicknav_open .slicknav_menutxt {
	background: url(../img/common/btn-slicknav-hover.svg) 100% 0 no-repeat;
}
header .slicknav_nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
	border-bottom: 1px dotted #18908F;
    background: #FFFFFF;
}
header .slicknav_nav ul li {
    overflow: hidden;
    margin: 0;
    padding: 0;
	border-top: 1px dotted #18908F;
    background: #FFFFFF;
}
header .slicknav_nav li a {
	display: block;
	margin: 0;
	padding: 14px 40px 15px 15px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #18908F;
}
header .slicknav_nav li a:hover {
	background-color: #18908F;
	color: #FFFFFF;
}
header .slicknav_nav .slicknav_item {
	padding: 0 !important;
}
header .slicknav_nav .slicknav_arrow {
	display: none;
}
header .slicknav_nav li li a {
	padding-left: 32px;
}
header .slicknav_nav ul li ul {
	border: none;
}
header .slicknav_nav li.slicknav_collapsed a.slicknav_item {
	background: url(../img/common/icon-nav-plus01.svg) 95% 50% no-repeat;
}

header .slicknav_nav li.slicknav_open a.slicknav_item {
	background: url(../img/common/icon-nav-minus01.svg) 95% 50% no-repeat;
}
header .slicknav_nav li.slicknav_collapsed a.slicknav_item a:hover {
	background: #18908F url(../img/common/icon-nav-plus02.svg) 95% 50% no-repeat;
	color: #FFF;
}
header .slicknav_nav li.slicknav_open a.slicknav_item a:hover {
	background: #18908F url(../img/common/icon-nav-minus02.svg) 95% 50% no-repeat;
	color: #FFF;
}

#page-company .slicknav_nav li a[href$="/company/"],
#page-business .slicknav_nav li a[href$="/business/"],
#page-works .slicknav_nav li a[href$="/works/"],
#page-contact .slicknav_nav li a[href$="/contact/"] {
	background: #EFF8FC;
	color: #18908F;
}
#page-company .slicknav_nav li a[href$="/company/"],
#page-business .slicknav_nav li a[href$="/business/"] {
	background: #EFF8FC url(../img/common/icon-nav-plus01.svg) 95% 50% no-repeat;
	color: #18908F;
}
#page-company .slicknav_nav li a[href$="/company/"]:hover,
#page-business .slicknav_nav li a[href$="/business/"]:hover {
	background: #18908F url(../img/common/icon-nav-plus02.svg) 95% 50% no-repeat;
	color: #EFF8FC;
}
}

/* footer
=============================================== */

footer {
	background: #E4F3FA;
}
footer #footer-inner {
	overflow: hidden;
	margin: auto;
	padding: 35px 0;
	width: 1000px;
}
footer dl#footer-company-info {
	float: left;
	width: 500px;
	color: #333;
}
footer dl#footer-company-info dt {
	margin: 0 0 8px 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0950A2;
}
footer dl#footer-company-info dd {
	font-size: 0.9rem;
	line-height: 1.5;
}
footer dl dd#footer-zip span {
	padding-right: 0.5em;
}
footer dl#footer-company-info dd#footer-tel-sp {
	display: none;
}

@media screen and (max-width:768px) {
footer #footer-inner {
	width: auto;
	padding: 35px 0 25px;
}
footer dl#footer-company-info {
	float: none;
	margin: 0;
	width: auto;
	text-align: center;
}
footer dl#footer-company-info dt {
	margin: 0 0 12px 0;
	font-size: 1.2rem;
}
footer dl#footer-company-info dd {
	font-size: 1.0rem;
	line-height: 1.4;
}
footer dl#footer-company-info dd span {
	padding: 0;
	display: block;
}
footer dl#footer-company-info dd#footer-tel {

}
footer dl#footer-company-info dd#footer-tel-sp {
	display: block;
	padding: 12px 0;
}
footer dl#footer-company-info dd#footer-tel-sp img {
	width: 60%;
}
}


/* contents
=============================================== */

.pc {
	display: inline;
}
.sp {
	display: none;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

h2.h2-01 {
	margin: 0 0 35px;
	font-size: 1.0rem;
	line-height: 1.6;
	text-align: center;
	color: #999;
}
h2.h2-01 span,
h2.h2-02 span {
	display: block;
	font-size: 1.6rem;
	color: #0950A2;
}
h2.h2-02 {
	margin: 25px 0 35px;
	font-size: 1.0rem;
	line-height: 1.6;
	text-align: center;
	color: #999;
}
.inner1000 {
	margin: 0 auto;
	padding: 25px 0 50px;
	width: 1000px;
}
.inner700 {
	margin: 0 auto;
	padding: 25px 0 50px;
	width: 700px;
}
.btn01 {
	margin: 25px 0;
	text-align: center;
}
.btn01 a {
	display: inline-block;
	padding: 12px 18px;
	color: #FFFFFF;
	background: #0950A2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn01 a:hover {
	background: #0E80DA;
}
.table01 {
	width: 100%;
}
.table01 th, .table01 td {
	padding: 10px 5px 8px;
	border: 1px solid #CCC;
}
.table01 thead th {
	font-size: 1.0rem;
	background: #F0F0F0;
}
.table01 tbody td {
	font-size: 1.0rem;
	text-align: center;
}
.table02 {
	margin: 15px 0;
	width: 100%;
}
.table02 th, .table02 td {
	padding: 10px 15px 9px;
	border: 1px solid #CCC;
	line-height: 1.5;
}
.table02 thead th {
	font-size: 1.0rem;
	background: #F0F0F0;
}
.table02 tbody th {
	font-size: 1.0rem;
}
.table02 tbody td {
	font-size: 1.0rem;
	text-align: center;
}
.table03 {
	margin: 15px 0;
	width: 100%;
}
.table03 th, .table03 td {
	padding: 10px 15px 9px;
	border: 1px solid #CCC;
	line-height: 1.5;
}
.table03 tbody th {
	font-size: 1.0rem;
	text-align: left;
}
.table03 tbody td {
	font-size: 1.0rem;
	text-align: center;
}


@media screen and (max-width:768px) {
.pc {
	display: none;
}
.sp {
	display: inline;
}
h2.h2-01 {
	margin: 0 0 20px;
}
h2.h2-02 {
	margin: 25px 0 20px;
}
#contents {
	border-top: 1px dotted #CCC;
}
.inner1000, .inner700 {
	margin: 0 auto;
	padding: 25px 10px;
	width: auto;
}

.table01-box {
	overflow: auto;
	white-space: nowrap;
}
.table01-box::-webkit-scrollbar {
	height: 5px;
}
.table01-box::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.table01-box::-webkit-scrollbar-thumb {
	background: #0950A2;
}
.tablesc {
	overflow: auto;
	white-space: nowrap;
}
.tablesc::-webkit-scrollbar {
	height: 5px;
}
.tablesc::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.tablesc::-webkit-scrollbar-thumb {
	background: #0950A2;
}
.table01 {
	width: 100%;
}
.table01 th, .table01 td {
	border: 1px solid #CCC;
}
.table01 thead th {
	padding: 8px;
	font-size: 0.9rem;
	background: #F0F0F0;
}
.table01 tbody td {
	padding: 8px;
	font-size: 0.8rem;
}
.table01 tbody td.year span {
	display: block;
}
.table02 {
	margin: 15px 0;
	width: 100%;
}
.table02 th, .table02 td {
	padding: 10px 15px 9px;
	font-size: 0.8rem;
}
.table03 {
	margin: 15px 0;
	width: 100%;
}
.table03 th, .table03 td {
	padding: 10px 15px 9px;
	font-size: 0.8rem;
}

}

/* index
=============================================== */

#eye-box {
	margin: auto;
	width: 1000px;
}
#top-contents {
	margin-top: 35px;
}
#top-contents-box {
	background: #E9F4F9;
}
#top-contents-list {
	margin: auto;
	padding: 35px 0;
	width: 1050px;
	overflow: hidden;
}
#top-contents-list li {
	float: left;
	padding: 0 25px;
	width: 20%;
}
#top-contents-list dl {
	text-align: center;
}
#top-contents-list dd {
	margin-top: 14px;
	font-size: 1.0rem;
}
#info-box .info-list {
	margin: auto;
	width: 700px;
	font-size: 1.2rem;
	color: #4B4237;
}
.info-list dt {
	clear: both;
	float: left;
	margin: 0 0 1em 0;
	min-width: 10em;
	font-weight: normal;
	line-height: 2;
}
.info-list dd {
	margin: 0 0 1em 0;
	overflow: hidden;
	line-height: 2;
}

@media screen and (max-width:768px) {
#eye-box {
	margin: 0;
	width: auto;
}
#eye-box #eye01 img {
	display: none;
}
#eye-box #eye01 {
	position: relative;
	height: 320px;
	background: url(../img/index/eye01sp.jpg) no-repeat 50% 0;
	background-size: auto 320px;
}
#top-contents {
	margin-top: 35px;
}
#top-contents-list {
	margin: auto;
	padding: 35px 0 15px 15px;
	width: auto;
	overflow: hidden;
}
#top-contents-list li {
	float: left;
	padding: 0 15px 30px 0;
	width: 50%;
}
#top-contents-list dd {
	margin-top: 15px;
	font-size: 1.2rem;
}
#info-box .info-list {
	margin: auto;
	width: auto;
	font-size: 1.2rem;
	color: #4B4237;
}
.info-list dt {
	float: none;
	margin: 0 0 .5em 0;
	min-width: auto;
	font-weight: normal;
	line-height: 1;
}
.info-list dd {
	margin: 0 0 1em 0;
	padding-bottom: .8em;
	line-height: 1.6;
	border-bottom: 1px dotted #CCC;
}
}


/* company
=============================================== */

.company-box {
	overflow: hidden;
	margin: 0 0 50px;
}
.company-box p {
	font-size: 1.0rem;
	line-height: 1.7;
}
.company-box-inner {
	margin: 0 0 50px;
	padding: 5px 25px;
	background: #EFF8FC;
}
#techno-kashiwa-group,
#techno-kashiwa-partner {
	margin: 0 0 50px;
	text-align: center;
}
#techno-kashiwa-partner img {
    width: 550px;
}
#company-outline h3,
#company-history h3 {
	margin: 0 0 20px;
	font-size: 1.4rem;
	text-align: center;
}
#company-outline {
	float: left;
	width: 490px;
	font-size: 1.0rem;
}
#company-outline dt {
	clear: both;
	float: left;
	margin: 0 0 1em 0;
	min-width: 8em;
	font-weight: bold;
	line-height: 1.5;
}
#company-outline dd {
	overflow: hidden;
	margin: 0 0 1em 0;
	line-height: 1.5;
}
#company-history  {
	float: right;
	width: 490px;
	font-size: 1.0rem;
}
#company-history dt {
	clear: both;
	float: left;
	margin: 0 0 1em 0;
	min-width: 8em;
	font-weight: bold;
	line-height: 1.5;
}
#company-history dd {
	margin: 0 0 1em 0;
	overflow: hidden;
	line-height: 1.5;
}
#access-map {
	padding: 0 0 1px;
	width: 100%;
}
#access-map iframe {
	width: 100%;
	height: 480px;
}

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

.company-box {
	overflow: hidden;
	margin: 0 0 50px;
}
.company-box p {
	margin: 0;
	font-size: 1.0rem;
	line-height: 1.7;
	text-align: left;
}
.company-box-inner {
	margin: 0 0 25px;
	padding: 15px;
	background: #EFF8FC;
}
#techno-kashiwa-group,
#techno-kashiwa-partner {
	margin: 35px 0 0px;
}
#techno-kashiwa-partner img {
    width: 90%;
}
#company-outline h3,
#company-history h3 {
	margin: 0 0 15px;
	font-size: 1.3rem;
}
#company-outline,
#company-history {
	float: none;
	margin: 0 auto 25px;
	width: auto;
	font-size: 1.0rem;
	border-bottom: 1px dotted #4B4237;
}
#company-outline dt,
#company-history dt {
	float: none;
	margin: 0 0 8px 0;
	padding: 15px 0 0 0;
	width: 100%;
	min-width: auto;
	border-top: 1px dotted #4B4237;
	font-weight: bold;
	line-height: 1;
}
#company-outline dd,
#company-history dd {
	margin: 0 0 15px 0;
	width: 100%;
	line-height: 1.7;
}
#company-outline dt:first-child,
#company-history dt:first-child {
	border: none;
}
#access-map {
	padding: 25px 0 1px;
	width: 100%;
}
#access-map iframe {
	width: 100%;
	height: auto;
	min-height: 340px;
}
}

/* business
=============================================== */

.business-box {
	overflow: hidden;
}
.business-box p {
	font-size: 1.0rem;
	line-height: 1.7;
}
.business-box-inner {
	padding: 5px 25px;
	background: #EFF8FC;
}
#business-list-box {
	margin: 0 auto 50px;
	width: 1000px;
}
#business-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#business-list li {
    margin: 0 0 25px 0;
	width: calc(100% / 4 - 20px);
	text-align: center;
}
#business-list li dl {
	border: 1px solid #CCC;
	padding: 20px 20px 0;
}
#business-list li dl dt img {
    object-fit: cover;
    min-height: 188px;
}
#business-list li a:hover {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.7;
}
#business-list li dl dd {
	margin: 15px 0;
	font-size: 1.1rem;
}

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

.business-box {
	margin: 0;
}
.business-box p {
	margin: 0;
	font-size: 1.0rem;
	line-height: 1.7;
}
.business-box-inner {
	margin: 0 0 25px;
	padding: 15px;
}
#business-list-box {
	margin: 0 0 50px;
	width: auto;
}
#business-list {
	margin: 0 15px;
}
#business-list li {
	width: calc(100% / 2 - 8px);
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
}
#business-list li a {
	color: #FFF;
}
#business-list li dl {
	margin: 0;
	padding: 10px 10px 0;
	border: 1px solid #CCC;
}
#business-list li dl dt {
	margin: 0;
}
#business-list li dl dt img {
    height: 100%;
}
#business-list li dl dd {
	padding: 10px 5px;
	font-size: 0.8rem;
	background: #0950A2;
}
}


/* business-single
=============================================== */

#business-single-box {
	margin: 0 auto 50px;
	width: 1000px;
}
#business-single-box .left-con {
	width: 480px;
	float: left;
}
#business-single-box .right-con {
	width: 480px;
	float: right;
}
#business-single-box p {
	margin-bottom: 1em;
	font-size: 1.0rem;
	line-height: 1.6;
}
#business-single-box h3 {
	margin: 50px 0 20px;
	padding: 0 0 8px;
	font-size: 1.4rem;
	border-bottom: 2px solid #0950A2;
	color: #0950A2;
}
#business-single-box h4 {
	margin: 35px 0 15px 0;
	font-size: 1.2rem;
}
#business-single-box ul {
	margin: 0 0 1em 25px;
}
#business-single-box ul li {
	list-style: circle;
	margin-bottom: 0.5em;
	font-size: 1.0rem;
	line-height: 1.6;
}
#business-single-box ul li:last-child {
	margin-bottom: 0;
}
#business-single-box ul.photo25,
#business-single-box ul.photo50 {
	margin: 25px 0;
	overflow: hidden;
}
#business-single-box ul.photo25 li,
#business-single-box ul.photo50 li {
	float: left;
	margin-bottom: 0.5em;
	padding: 0 15px 10px;
	font-size: 1.0rem;
	text-align: center;
	list-style: none;
	line-height: 1.5;
}
#business-single-box ul.photo25 li {
	width: 25%;
}
#business-single-box ul.photo50 li {
	width: 50%;
}
#business-single-box ul.photo25 li dt,
#business-single-box ul.photo50 li dt {
	margin: 8px 0;
	font-weight: bold;
	color: #0950A2;
}
#business-single-box ul.photo25 li dd,
#business-single-box ul.photo50 li dd {
	text-align: left;
	line-height: 1.5;
	font-size: 1.0rem;
}
#business-single-box ul.photo25 li img,
#business-single-box ul.photo50 li img {
	padding: 8px 0;
}

@media screen and (max-width:768px) {
#business-single-box {
	margin: 0 10px 50px;
	width: auto;
}
#business-single-box .left-con,
#business-single-box .right-con {
	float: none;
	width: 100%;
}
#business-single-box p {
	font-size: 0.9rem;
}
#business-single-box h3 {
	font-size: 1.2rem;
	line-height: 1.5;
}
#business-single-box h4 {
	font-size: 1.0rem;
}
#business-single-box ul li {
	font-size: 0.9rem;
}
#business-single-box ul.photo25,
#business-single-box ul.photo50 {
	margin: 25px 0;
	overflow: hidden;
}
#business-single-box ul.photo25 li {
	width: 50%;
	margin-bottom: 10px;
	padding: 0 10px 5px;
	font-size: 0.8rem;
}
#business-single-box ul.photo50 li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0 5px;
	font-size: 0.8rem;
}
#business-single-box ul.photo25 li dt,
#business-single-box ul.photo50 li dt {
	font-size: 0.8rem;
}
#business-single-box ul.photo25 li dd,
#business-single-box ul.photo50 li dd {
	font-size: 0.8rem;
}
}

/* business control-system
--------------------------------------------- */
#business-single-box .h3-cs01 {
	margin-bottom: 35px;
	padding: 0;
	border: none;
	font-size: 1.8rem;
	text-align: center;
	color: #FF6411;
}
#business-single-box .h3-cs01 span {
	color: #113A6A;
	font-size: 1.4rem;
	font-weight: normal;
}
#business-single-box .h4-cs01 {
	font-size: 1.6rem;
	color: #0950A2
}
#business-single-box .h4-cs01 span {
	font-size: 2.0rem;
	color: #188F8E;
}
@media screen and (max-width:768px) {
#business-single-box .h3-cs01 {
	line-height: 1.6;
	font-size: 1.6rem;
}
#business-single-box .h3-cs01 span {
	font-size: 1.0rem;
}
#business-single-box .h4-cs01 {
	font-size: 1.0rem;
	line-height: 1.7;
}
#business-single-box .h4-cs01 span {
	font-size: 1.6rem;
}
}



/* works
=============================================== */

.works-box {
	margin: 0 0 50px;
}
.works-box-inner {
	padding: 5px 25px;
	background: #EFF8FC;
}
.works-box-inner p {
	font-size: 1.0rem;
	line-height: 1.7;
}
.case-box {
	margin: 50px 0;
}
.case-box h2 {
	font-size: 1.3rem;
}
.case-box p {
	font-size: 1.1rem;
	line-height: 1.7;
}
.case-box-left {
	float: left;
	width: 350px;
	padding-right: 50px;
}
.case-box-right {
	float: right;
	width: 650px;
	padding-left: 49px;
	border-left: 1px solid #000;
}
.case-box .swiper-wrapper {
	max-height: 320px;
}
.case-box .swiper-button-next,
.case-box  .swiper-button-prev {
	top: 50%;
	height: 36px;
	width: 36px;
	background-size: 36px 36px;
}
.case-box .swiper-button-next {
	background-image: url(../img/common/btn-carrow-right.svg);
}
.case-box .swiper-button-prev {
	background-image: url(../img/common/btn-carrow-left.svg);
}
.result-list {
	width: 100%;
}
.result-list th, .result-list td {
	border: 1px solid #CCC;
}
.result-list thead th {
	padding: 8px 0;
	font-size: 1.0rem;
	background: #F0F0F0;
}
.result-list tbody td {
	padding: 5px 5px;
	font-size: 0.9rem;
}
.result-list tbody td.year,
.result-list tbody td.total {
	text-align: center;
}

@media screen and (max-width:768px) {
.works-box {
	margin: 35px 0 35px;
}
.works-box p {
	font-size: 1.0rem;
	text-align: left;
}
.works-box-inner {
	padding: 5px 15px;
}

.case-box {
	margin: 25px 0;
}
.case-box h2 {
	font-size: 1.2rem;
}
.case-box p {
	font-size: 1.0rem;
	line-height: 1.7;
}
.case-box-left,
.case-box-right {
	float: none;
	width: auto;
	padding: 0;
	border: none;
}
.case-box-right {
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
}

.case-box .swiper-wrapper {
	max-height: 320px;
}
.case-box .swiper-container {
	background: #000;
}
.case-box .swiper-slide img {
	vertical-align: middle;
}
.case-box .swiper-button-next,
.case-box .swiper-button-prev {
	top: 50%;
	height: 24px;
	width: 24px;
	background-size: 24px 24px;
}
.result-list-box {
	overflow: auto;
	white-space: nowrap;
}
.result-list-box::-webkit-scrollbar {
	height: 5px;
}
.result-list-box::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.result-list-box::-webkit-scrollbar-thumb {
	background: #0950A2;
}
.result-list {
	width: 100%;
}
.result-list th, .result-list td {
	border: 1px solid #CCC;
}
.result-list thead th {
	padding: 8px 5px;
	font-size: 0.9rem;
	background: #F0F0F0;
}
.result-list tbody td {
	padding: 5px 5px;
	font-size: 0.8rem;
}
.result-list tbody td.year span {
	display: block;
}

}



/* recruit
=============================================== */

.recruit-box {
	overflow: hidden;
	margin: 0 0 50px;
}
.recruit-box p {
	font-size: 1.0rem;
	line-height: 1.7;
}
.recruit-box-inner {
	margin: 0 0 50px;
	padding: 5px 25px;
	background: #EFF8FC;
}

#recruit-info h3 {
	margin: 0 0 20px;
	font-size: 1.4rem;
	text-align: center;
}
#recruit-info .recruit-list {
	margin: 50px auto;
	width: 800px;
}
#recruit-info .rec-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid #CCC;
}
#recruit-info .rec-item:last-child {
	border-bottom: none;
}
#recruit-info .rec-item dt {
	flex-shrink: 0;
	width: 25%;
	padding-right: 30px;
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 1.6;
	color: #0950A2;
}
#recruit-info .rec-item dd {
	font-size: 1.0rem;
	line-height: 1.6;
}


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

.recruit-box {
	overflow: hidden;
	margin: 0 0 50px;
}
.recruit-box p {
	font-size: 1.0rem;
	line-height: 1.7;
}
.recruit-box-inner {
	margin: 0 0 50px;
	padding: 5px 25px;
	background: #EFF8FC;
}

#recruit-info h3 {
	margin: 0 0 20px;
	font-size: 1.4rem;
	text-align: center;
}
#recruit-info .recruit-list {
	margin: 35px 15px;
	width: auto;
}
#recruit-info .rec-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid #CCC;
}
#recruit-info .rec-item:last-child {
	border-bottom: none;
}
#recruit-info .rec-item dt {
	flex-shrink: 0;
	width: 100%;
	padding-right: 30px;
	font-weight: bold;
	font-size: 1.0rem;
	line-height: 1.6;
	color: #0950A2;
}
#recruit-info .rec-item dd {
	width: 100%;
	font-size: 1.0rem;
	line-height: 1.6;
}

}







/* contact
=============================================== */

.contact-box {
	margin: 0 0 50px;
}
.contact-box p {
	font-size: 1.2rem;
	line-height: 1.7;
}
.contact-box p span {
	padding-left: 1em;
}
.contact-box-inner01,
.contact-box-inner02 {
	padding: 5px 25px;
	background: #EFF8FC;
	text-align: center;
}
#contact-tel {
	font-size: 1.0rem;
	line-height: 1.8;
}
#contact-tel a {
	display: inline-block;
	padding-left: 65px;
	color: #0950A2;
	font-size: 1.8rem;
	font-weight: bold;
	background: url(../img/contact/icon_freedial.svg) 0 50% no-repeat;
}
.contact-freedial {
	padding: 0 8px 0 0;
}
.contact-form {
	margin: 25px auto;
	width: 640px;
}
.contact-form dt { 
	font-size: 1.1rem;
	text-align: left;
}
.contact-form dt span {
	padding-left: 1em;
	font-size: 0.9rem;
	font-weight: normal;
	color: #0950A2;
}
.contact-form dd {
	margin: 8px 0 15px;
}
.contact-form dd input,
.contact-form dd textarea {
	width: 100%;
	border: 1px solid #0950A2;
	padding: 8px 12px 9px;
	font-size: 1.1rem;
}
.contact-form-submit {
	text-align: center;
}
.contact-form-submit input {
	font-size: 1.4rem;
}
#contact-form .wpcf7-not-valid-tip {
	padding: 8px 0 15px 0;
	font-size: 1.0rem;
}
#contact-form .wpcf7-validation-errors {
	border: 2px solid #FF0000;
	padding: 8px 12px 9px;
	font-size: 1.1rem;
	text-align: center;
	color: #FF0000;
}

@media screen and (max-width:768px) {
.contact-box {
	margin: 0 0 35px;
}
.contact-box p {
	font-size: 1.0rem;
}
.contact-box p span {
	padding: 0;
	display: block;
}
.contact-box-inner01 {
	padding: 5px 15px;
}
.contact-box-inner02 {
	padding: 5px 15px;
	text-align: left;
}
.contact-box-inner02 p br {
	display: none;
}
.contact-form {
	margin: 35px 0;
	width: auto;
}
.contact-form dt { 
	font-size: 1.1rem;
	text-align: left;
}
.contact-form dt span {
	padding-left: 1em;
	font-size: 0.9rem;
	font-weight: normal;
	color: #0950A2;
}
.contact-form dd {
	margin: 10px 0 25px;
}
.contact-form dd input,
.contact-form dd textarea {
	width: 100%;
	border: 1px solid #0950A2;
	padding: 8px 12px 9px;
	font-size: 1.1rem;
}
.contact-form-submit {
	text-align: center;
}
.contact-form-submit input {
	font-size: 1.4rem;
}

#contact-form .wpcf7-not-valid-tip {
	padding: 8px 0 0 0;
	font-size: 1.0rem;
}
#contact-form .wpcf7-validation-errors {
	border: 2px solid #FF0000;
	padding: 8px 12px 9px;
	font-size: 1.1rem;
	text-align: center;
	color: #FF0000;
}
}


/* sitemap
=============================================== */
.sitemap-box {
	margin: 0 0 50px;
}
.sitemap-box p {
	font-size: 1.2rem;
	line-height: 1.7;
}
.sitemap-box-inner {
	padding: 5px 25px;
	background: #EFF8FC;
	text-align: center;
}
#sitemap {
	margin: 35px 0;
	border-bottom: 1px dotted #CCC;
}
#sitemap li {
	margin: 0;
	padding: 15px 0;
	border-top: 1px dotted #CCC;
	font-size: 1.2rem;
	font-weight: bold;
}
#sitemap li ul {
	margin: 15px 0 0;
}
#sitemap li ul li {
	padding: 15px 0 15px 25px;
	font-weight: normal;
}
#sitemap li ul li:last-child {
	padding-bottom: 0;
}

@media screen and (max-width:768px) {
.sitemap-box {
	margin: 0 0 35px;
}
.sitemap-box p {
	font-size: 1.0rem;
}
.sitemap-box-inner {
	padding: 5px 15px;
}
#sitemap li {
	padding: 20px 0;
	font-size: 1.0rem;
}
#sitemap li ul {
	margin-top: 20px;
}
#sitemap li ul li {
	padding: 20px 0 20px 30px;
}
}

/* information
=============================================== */

#info-inner {
	margin: 0 auto;
	width: 1000px;
	min-height: 400px;
	overflow: hidden;
}
#info-main {
	float: left;
	width: 700px;
}
#info-subtitle {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}
#entry-list {
	border-top: 1px dotted #CCC;	
}
#entry-list li {
	padding: 15px 0;
	border-bottom: 1px dotted #CCC;	
	font-size: 1.0rem;
}
#entry-list dl {
	overflow: hidden;
}
#entry-list dl dt {
	float: left;
	width: 200px;
	padding-right: 25px;
}
#entry-list dl dd {
	float: right;
	width: 500px;
}
#blog-side {
	float: right;
	width: 300px;
	padding-left: 30px;
}
.side-box {
}
.side-menu-ttl {
	padding: 15px 12px 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
	background-color: #0950A2;
}
.side-menu-item {
	margin: 0 0 25px;
}
.side-menu-list li {
	padding: 15px 0;
	font-size: 1.0rem;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

.entry-box {
}
.entry-title {
	margin-bottom: 20px;
	padding-top: 17px;
	border-top: 3px solid #0950A2;
}
.entry-title h1 {
	font-size: 1.4rem;
	line-height: 1.5;
}
.entry-meta {
	margin: 15px 0 20px;
}
.entry-date {
	font-size: 1.0rem;
	text-align: right;
}
.entry-body p {
	margin: 1.5em 0;
	font-size: 1.0rem;
	line-height: 1.5;
}

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

#info-inner {
	margin: 0;
	padding: 15px;
	width: 100%;
	min-height: 0;
}
#info-main {
	margin: 0 0 35px;
	float: none;
	width: 100%;
}
#info-subtitle {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
}
#entry-list {
	margin: 0 0 25px;
}
#entry-list li {
	padding: 12px 0;
	font-size: 1.0rem;
}
#entry-list dl {
	overflow: hidden;
}
#entry-list dl dt {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	padding-right: 0;
}
#entry-list dl dd {
	float: none;
	width: 100%;
	line-height: 1.5;
}
#blog-side {
	float: none;
	width: 100%;
	padding-left: 0px;
}







.side-box {
}
.side-menu-ttl {
	padding: 15px 12px 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
	background-color: #0950A2;
}
.side-menu-item {
	margin: 0 0 25px;
}
.side-menu-list li {
	padding: 15px 0;
	font-size: 1.0rem;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

.entry-box {
	margin: 0 0 25px;
}
.entry-title {
	margin-bottom: 15px;
	padding-top: 13px;
	border-top: 2px solid #0950A2;
}
.entry-title h1 {
	font-size: 1.2rem;
}
.entry-meta {
	margin: 15px 0;
}
.entry-date {
	font-size: 1.0rem;
	text-align: right;
}
.entry-body {

}
.entry-body p {
	font-size: 1.0rem;
	line-height: 1.5;
}

}