@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
    height: 100%;
}
body {
	height: 100%;
	color: #666;
	background-color: #fff;
	font-family: 游明朝,HGS明朝E,メイリオ,Meiryo,serif;
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}
.mainContainer {
	width: 100%;
}
img {
	vertical-align: top;
}
section,
article {
	display: block;
}
/* a:hover img, form.contact_form input.mailFormBtn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
} */
li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.sp__on{
	display: none;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}


/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #fff;
	border-bottom-color:#fff;
	background-size: cover;
}

.headerSectionBlock {
	width: 100%;
	margin-right: auto;
    margin-left: auto;
}
.subheaderSectionBlock {
	width: 100%;
}
.subimg img{
	height: 210px;
    width: 100%;
    object-fit: cover;
}

header {
	height: auto;
}


header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}

.top_scroll{
	display: inline-block;
    position: absolute;
	bottom: -75px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    letter-spacing: .2em;
    /* text-transform: uppercase; */
    text-decoration: none;
    /* writing-mode: vertical-lr; */
    transition: 0.5s;
}
.top_scroll::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #fff;
	animation: scroll 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll {
0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}
50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}
50.1% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}
100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}
}

/*ヘッダー　コンタクト-------------------------------------------*/
.headerContent{
	width: 1100px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.headerContent__contact{
	display: flex;
	justify-content: flex-end;
}
.headerContent__btn{
	font-size: 14px;
    color: #507a8a;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
	width: 120px;
}
.top_left{
	float: left;
	font-size: 13px;
	font-weight: 700;
}

/*グローバルナビゲーション-------------------------------------------*/

#globalNavi {
	font-size: 16px;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
	padding: 10px;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	clear: both;
}
.mainContent {
	margin-bottom: 10px;
}

.sectionBlock p {
	line-height: 2;
	font-size: 16px;
}
h2 {
	font-size: 32px;
	line-height: 1;
	color: #000;
	font-family: "游明朝","HGS明朝E","メイリオ","Meiryo",serif;
	padding-top: 5px 0;
	position: relative;
	display: block;
	text-align: center;
}

h2 a.btnList {
	margin: auto;
	font-size: 14px;
	line-height: 60px;
	width: 50%;
	text-decoration: none;
	display: block;
	letter-spacing: 0px;
	padding: 0 15px;
	color: #003069;
	border: solid 1px #9eabbb;
	text-align: center;
	margin-top: 30px;
}

.service_btn {
	display: block;
    background: linear-gradient(45deg, #9d8502  42%, #fff 42%);
    background-size: 245% 225%;
    background-position: right bottom;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-out;
}
.service_btn:hover {
	background-position: left bottom;
	color: white;
}


h2 a.btnList:hover {
	opacity: .7;
}

/*トップページのタイトル*/
h2.topSetTytle {
	padding-left: 15px;
	font-size: 30px;
	color: #000;
	text-align: center;
}
h2.topSecTitle span{
	font-size: 14px;
	color: #c3a711;
	letter-spacing: 5px;
}

.sectionBlock .textLeft{
    color: #003069;
	border-left: 5px solid #c3a711;
	position: relative;
}
.sectionBlock .textLeft:before{
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 5px;
    height: 80%;
    content: '';
    background: #eccb16;
}


.sectionBlock .menu__Categorytitle {
    font-size: 20px;
}
.sectionBlock h3 {
	font-size: 18px;
	line-height: 30px;
	color: #003069;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 10px;
	display: block;
	clear: both;
}

.top_intro{
    margin: auto;
    width: 75%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
    padding: 60px 30px;
}


/*お知らせ-------------------------------------------*/
.sectionBlock .newTopics{
	padding: 90px 0;
	display: flex;
}
.newTopics .topSecTitle{
    width: 20%;
    align-self: center;
	text-align: center;
	margin-right: auto;
}
.topSecTitle{
    align-self: center;
    color: #333;
    text-align: center;
}

.newTopics ul{
	width: 70%;
}
.sectionBlock .newTopics ul li {
	margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
}
.sectionBlock .newTopics ul li:first-child {
    margin-top: 10px;
    padding-top: 15px;
    color: #666;
}
.newsbox {
	text-align: center;
    color: #c3a711;
    padding: 0 15px;
    margin: 0 15px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.top_view__message h2 {
	color: #fff;
	text-shadow: 1px 1px 5px rgb(4 4 4 / 0.7);
	background: rgb(0 0 0 / 0.7);
    font-family: serif;
    font-size: 30px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.6;
	padding: 15px;
}

/*TOPメニューのフレックスボックス-------------------------------------------*/
.tpflexbox {
	width: 100%;
    display: flex;
	justify-content: space-between;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.tpflexbox1 {
	width: 100%;
    display: flex;
	justify-content: space-between;
}
.tpbox-itemleft {
	position:relative;
    width: 50%;
    flex-direction: column-reverse;
}
.letter_desing{
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	filter: opacity(0);
	/* filter: opacity(0.7); */
	color: white;
	z-index: 1000;
	letter-spacing: 10px;
}

.border{
	width: 2px;
    height: 10%;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1000;
	opacity: 0.7;
}
.border:after{
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 0;
}
.tpflexbox:hover .border:after,
.tpflexbox1:hover .border:after{
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.border-white:after{
	background-color:#fff;
}

.tpflexbox1:hover .letter_desing,
.tpflexbox:hover .letter_desing{
	filter: opacity(0.7);
	-webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.tpflexbox:hover .imgPlacementRight,
.tpflexbox1:hover .imgPlacementRight{
	filter: brightness(0.5);
	-webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.tpbox-itemright {
    width: 60%;
    align-self: center;
    margin: 0 auto;
    padding: 0 5%;
}
.box_text{
	width: 50%;
	position: relative;
	align-self: center;
}
.tpbox-itemright h2 {
    font-size: 60px;
	text-align: center;
	margin-bottom: 30px;
}
img.imgPlacementLeft {
	display: block;
	width: 100%;
}
img.imgPlacementRight {
	display: block;
	width: 100%;
}

/*サービスページ-------------------------------------------*/
.contList {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contList .listBox {
	width: 100%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.contList .listBox h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	padding: 0px;
}
.sectionBlock .listBox h3 {
	font-size: 18px;
	color: #ffffff;
}
.listBox img {
	width: 40%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
img.imgPlacementLeft {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.imgPlacementRight {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*TOPコンタクト-------------------------------------------*/
.recruitContactBox {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.recruitContactBox p a{
	display: block;
	font-size: 26px;
	border: solid 2px #003069;
	padding-top: 15px;
    padding-bottom: 13px;
	color: #003069;
	width: 50%;
	background-color: none;
	margin: auto;
	text-align: center;
}
.recruitContactBox p a:after {
	display: block;
	content: "";
	position: absolute;
	top: 38%;
	right: 36%;
	width: 15px;
	height: 15px;
	border-top: solid 2px #003069;
	border-right: solid 2px #003069;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recruitContactBox p a:hover {
	border: solid 2px #003069;
	background: #003069;
	color: #ffffff;
	opacity: .8;
}
.recruitContactBox p a:hover::after { 
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
} 

.recruitBox-border{
	border-top: 1px solid #e9e9e9;
}
.contactBox {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: #003069;
    margin-left: auto;
	margin-right: auto;
}
.contactBox h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.contactBox p{
	padding-bottom: 30px;
}

.contactBox--inquiry{
	width: 90%;
    position: relative;
    display: flex;
    justify-content: center;
	margin: auto;
	font-size: 20px;
}
.inquiry--tel span{
	font-size: 12px;
	vertical-align: middle;
	padding-right: 10px;
}
.inquiry--tel,
.inquiry--btn{
	width: 269px;
    padding: 10px 0px;
	margin: 10px 30px;
	border: 1px solid #fff;
	background-color:#c3a711;
}
.inquiry--tel a,
.inquiry--btn a{
	color: #fff;
}

.inquiry--btn:hover{
	opacity: 0.8;
}
.contactBox--inquiry::before{
	content: "";
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background-color:#c3a711;
}

/*フッター-------------------------------------------*/

footer {
	clear: both;
	padding: 20px 0 0px 0;
	display: block;
	/* color: #fff; */
	background-color: #f6f6f6;
}

.footerBlock {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footerBlock ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}

.footerBlock ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footerBlock ul li a:hover {
	opacity: .7;
}

.footerBlock ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerBlock ul li ul {
	width: 100% !important;
}

small {
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 15px 0;
	display: block;
}
.footerboxIn ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 200;
}
.footerToTop a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 40px;
	padding-top: 20px;
}
.footerToTop a:hover{
	opacity: .7;
}

.footerToTop a::after{
	content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 5px #eccb16;
    border-right: solid 5px #eccb16;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
}

/*会社概要、お問い合わせのテーブル-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.sectionBlock table.companyTable,
.mailForm_table{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sectionBlock table.companyTable th,
.sectionBlock table.companyTable td {
	padding: 20px;
	font-size: 14px;
	border: solid 1px #b4b4b4;
}
.sectionBlock table.companyTable th {
	color: #003069;
	letter-spacing: 2px;
	border: solid 1px #b4b4b4;
	background-color: #f5f5f5;
}
.sectionBlock table.recuitTable{
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.companyTable iframe{
	width: 100%;
	height: 400px;
	border: 0;
}


/*採用ぺージ-------------------------------------------*/
.recuitTable{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.recuitTable th {
	padding: 20px;
	font-size: 15px;
	border-bottom: solid 1px #d0af116b;
	color: #003069;
	letter-spacing: 2px;
	text-align: left;
}
.recuitTable td {
	padding: 20px;
	font-size: 15px;
	border-bottom: solid 1px #d0af116b;
}

/*お問い合わせページ メールフォーム-------------------------------------------*/

.mailForm_table input, .mailForm_table textarea{
	padding: 5px;
	width: 100%;
	max-width: 500px;
}
.mailForm_table th {
	text-align: right;
	border: solid 1px #CCC;
	font-size: 14px;
	padding: 20px;
}
.mailForm_table th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;

}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}
.mailForm_table td {
	padding: 30px;
	border: solid 1px #CCC;
	font-size: 14px;
}
.mailTextBox {
	height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form input.mailFormBtn {
	font-size: 18px;
	background-color: #c3a711;
	color: #FFF;
	padding: 10px 100px;
	line-height: 24px;
	border: solid 1px #c3a711;
}
.contact_form .textCenter{
	margin-bottom: 30px;
}
form input.mailFormBtn:hover {
	opacity: 0.8;
	cursor: pointer;
}

/*料金ページ-------------------------------------------*/
.menu__Categorytitle{
	border-bottom: solid 1px #decf7c;
	margin: 10px 0;
}

.menuTable{
	width: 100%;
	margin: 30px 0 90px 0;
}
.menuTable th,
.menuTable td{
    padding: 15px;
    border: 1px solid #aac2de;
}
.menuTable th{
    background-color: #fafcfe;
    color: #537298;
}
.menuTable td{
	text-align: right;
}
.menuTable .table_prop th{
	background-color: #f2f7fc;
    color: #2d5483;
}

/*サービスページ-------------------------------------------*/
.service_list ul{
	width: 50%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.service_list li{
	width: 33%;
	text-align: center;
	border-top: 1px solid #003069;
	border-left: 1px solid #003069;
	padding: 15px 0px;
}

.service_list li:nth-child(n+4){
	border-bottom: 1px solid #003069;
}
.service_list li:nth-child(3n){
	border-right: 1px solid #003069;
}
.service_list li .active, .service_list li:hover {
    background-color: #003069;
    color: #fff;
}

.service_cont{
	margin-bottom: 60px !important;
}

.item_prop{
	display: flex;
}
.item_prop p{
	padding: 10px 10px 0 0;
}
.item_prop strong{
	font-size: 20px;
	color: #bfa100;
}
.item_prop span{
	line-height: 1;
}

.textLeft{
	background-color: #f1f1f1;
    display: block;
    padding: 15px 0 15px 10px;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 60px;
}

@media screen and (min-width:1100px) {

/*ヘッダー-------------------------------------------*/
header h1 {
    top: -75px;
    left: 0;
}
.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}

.bgWhite{
	background-color: #fff;
		height: 100px;
	}

.on__sp{
	display: none;
}
/*グローバルナビ-------------------------------------------*/
#globalNavi {
	/* text-align: end;
    height: 110px; */
    width: 100%;
    text-align: right;
}
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	/* height: 110px; */
	margin-right: auto;
	margin-left: auto;
	display: inline-flex;
}

.globalNaviMenu svg{
	vertical-align: middle;
	padding-bottom: 4px;
	padding-right: 5px;
	width: 20px;
    height: 20px;
}

#globalNavi ul li{
	float: right;
	display: block;
}

#globalNavi li a {
	padding: 30px;
	/* height: 110px; */
	display: table-cell;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#globalNavi li :hover,
#globalNavi ul li:hover > a {
	opacity: .7;
}

.logo_left{
	margin: auto 0;
}

.top_menu{
	display: flex;
    position: fixed;
    z-index: 1000;
	width: 100%;
	background: #fff;
}

/*メインコンテンツ-------------------------------------------*/

.sectionBlock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	/* margin-top: 60px; */
}
.sectionBlock p {
	line-height: 1.8;
	font-size: 15px;
}

.breadcrumbs ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.pc__on{
	display: table;
}
.sp__on {
    display: none;
}

/*フッター-------------------------------------------*/
.footerBlock  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footerBlock .footerboxIn .footerRight {
	float: right;
	width: 240px;
}
.footerBlock .footerboxIn .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footerBlock .footerboxIn ul {
	display: block;
	float: left;
	margin-left: 12%;
}




}
/*-----（/1100～）-----*/


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

/*ヘッダー-------------------------------------------*/
.mainContainer {
	width: 90%;
	margin-left: 5%;
}
header {
	overflow: hidden;
}

.headerContent{
	display: flex;
	width: 100%;
	margin-top: 0px;
}
.headerContent__contact{
	display: none;
}
.top_left{
	display: none;
}

.off__sp{
	display: none;
}
.on__sp{
	display: none;
}

.top_view__message h2{
	font-size: 20px;
	width: max-content;
}
.top_view__message {
    top: 55%;
    padding: 20px 20px;
}


/*ハンバーガー-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 50px;
	width: 60px;
	text-align: center;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255);
}

.menuTrigger:hover {
	cursor: pointer;
}

.menuTrigger.opened {
	background-color: #665600;
}

.menuTrigger.opened span {
	background-color: #fff;
}
.menuTrigger span {
	width: 35px;
	height: 2px;
	display: block;
	position: absolute;
	left: 22%;
	top: 45%;
	background-color: #000;
}
.menuTrigger span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
}
.menuTrigger span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
}
.menuTrigger span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menuTrigger:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menuTrigger:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menuTrigger.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menuTrigger.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menuTrigger.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*グローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 170px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #665600;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#globalNavi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#globalNavi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	border-bottom: solid 1px #fff;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
}

#globalNavi ul li a:hover {
	background-color: #fff;
	color: #666;
}

.fixed {
	overflow: hidden;
}


/*メインコンテンツ-------------------------------------------*/


h2 {
    font-size: 24px;
}
.sectionBlock {
	width: 100%;
	padding-bottom: 0px;
	margin-top: 60px;
}
.bgChange {
	padding: 10px 0 20px 0;
	margin: 10px 0 20px 0;
}
.bgChange h2 {
	margin-bottom: 24px;
}
.tpbox-itemright h2 {
    font-size: 24px;
}

.top_intro {
    width: 90%;
}
.contactBox--inquiry {
    width: 100%;
}

.on__sp{
	display: block;
}
.sectionBlock .newTopics {
	padding: 0;
	margin-bottom: 60px;
}

.tpflexbox1 {
    padding-top: 0;
    padding-bottom: 0;
}


.sectionBlock_contact {
    margin-top: 0;
}
.top_intro {
    padding: 0 30px 30px;
}

/*フッター-------------------------------------------*/
.footerBlock .footerboxIn {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footerBlock .footerboxIn .footerRight {
	float: right;
	width: 24%;
}
.footerBlock .footerboxIn .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footerBlock .footerboxIn ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}

/*-----サブページ---------------------------*/
.sectionBlock .margintop_first{
	margin-top: 0;
}

}
/*-----（/～1100）-----*/


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

header h1 {
	left: 5px;
	top: 5px;
}

/*トップ-------------------------------------------*/
.top_scroll::after {
    height: 60px;
}

.top_scroll {
	/* padding: 10px 10px 60px;
	font-size: 10px; */
	display: none;
}

/* サービス*/
.contList .listBox {
	width: 98%;
	margin-left: 1%;
}

.tpflexbox {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.tpflexbox1 {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column-reverse;
	margin: 0;
	padding: 0;
}

.tpflexbox :nth-child(odd) {
    flex-direction: row-reverse;
}
h2 a.btnList {
    margin-bottom: 60px;
}
.tpbox-itemleft {
    width: 100%;
}
.tpbox-itemright {
	width: 90%;
	padding-top: 20px;
}
.box_text {
    width: 100%;
}
.imgPlacementRight:nth-child(odd) {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    flex-direction: column-reverse;
}
.tpbox-itemright .topSecTitle {
    margin-top: 15px;
}

.recruitImg {
	background-attachment: scroll;
}




/*テーブル-------------------------------------------*/
.mailForm_table {
	width: 100%;
}

.sectionBlock table.companyTable th,
.sectionBlock table.companyTable td,
.mailForm_table th,
.mailForm_table td {
	display: block;
	padding: 15px;
	text-align: left;
	border-top: none;
}
.sectionBlock table.companyTable tr:first-child,
.mailForm_table tr:first-child {
    border-top: solid 1px #CCC;
}
.sectionBlock table.recuitTable th,
.sectionBlock table.recuitTable td{
	display: block;
    padding: 15px;
	font-size: 14px;
	text-align: left;
}

.mailForm_table th,
.mailForm_table td {
	text-align: left !important;
}

.mailForm_table th {
	border-right: solid 1px #CCC;
}

.mailForm_table input, .mailForm_table textarea{
	font-size: 16px;
}

.pc__on{
	display: none;
}
.sp__on {
    display: table;
}
.menuTable th, .menuTable td {
    padding: 7px;
}

.contactBox--inquiry {
    font-size: 16px;
}
.inquiry--tel, .inquiry--btn {
    margin: 10px 15px;
}
.top_intro h2{
    font-size: 18px;
}
.sectionBlock .newTopics ul li {
	font-size: 14px;
}

/*フッター-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footerBlock .footerboxIn .footerRight {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footerBlock .footerboxIn .footerRight p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footerBlock .footerboxIn ul {
	width: 32%;
}
img.footerLogo {
	width: 70%;
	margin-left: 15%;
}

/*-----サブページ-----*/
.item_prop {
    display: block;
}

.listBox img {
    width: 75%;
}

}
/*-----（/～760）-----*/

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

header .headerContactBtn a {
	float: left;
	margin-left: 13px;
	padding: 0px;
	width: 280px;
	background-position: 240px center;
}

header .headerContactBtn a::after {
	line-height: 26px;
}

.top_view__message {
    top: 55%;
	padding: 10px 10px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h2 a.btnList {
	font-size: 13px;
}

.sectionBlock p {
    font-size: 14px;
}

.contactBox {
    padding: 0;
}

.contList .listBox {
	width: 98%;
	margin-left: 1%;
}
.contactBox--inquiry {
    display: block;
}
.inquiry--tel, .inquiry--btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contactBox p {
	padding-bottom: 15px;
	font-size: 15px;
}
.contactBox--inquiry::before {
	display: none;
}
.letter_desing {
    font-size: 35px;
}

.footerBlock .footerboxIn {
	width: 100%;
}
.footerBlock ul li .listTitle {
	font-size: 12px;
	letter-spacing: 0px;
}

.footerBlock ul li a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}

.footerBlock .footerboxIn ul {
	width: 32%;
	margin-left: 1%;
}
.footerBlock .footerboxIn ul li{
	font-size: 13px;
}

textarea,
input {
	max-width: 360px;
}
.topIntro p {
    font-size: 13px !important;
    line-height: 30px;
}
.recruitContactBox p a {
	font-size: 16px;
}
.recruitContactBox p a:after {
	font-size: 16px;
    display: none;
}

.recuitTable th {
    padding: 0;
}
.recuitTable td {
    padding: 15px;
    font-size: 13px;
}
.sectionBlock .newTopics {
	display: block;
	padding-bottom: 30px;
}
.sectionBlock .newTopics {
    margin-bottom: 0;
}
.newTopics ul {
    width: 100%;
}
.sectionBlock .newTopics ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}
.newTopics .topSecTitle {
	margin-bottom: 10px;
	width: auto;
}

.sectionBlock {
    margin-bottom: 0;
    margin-top: 30px;
}
h2 a.btnList {
    margin-bottom: 30px;
}
.tpbox-itemright .topSecTitle {
	margin-top: 0;
	margin-bottom: 15px;
}
.menuTable {
    margin: 30px 0 45px 0;
}


}
/*-----（/～560）-----*/

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

.sectionBlock {
	margin-bottom: 20px;
}
.sectionBlock p {
	line-height: 2;
	font-size: 13px !important;
}

h2 {
    font-size: 16px;
}
.tpflexbox1 {
	margin-bottom: 10px;
}
.tpbox-itemright h2 {
    font-size: 16px;
}
h2.topSecTitle span {
    font-size: 13px;
}
.footerBlock .footerboxIn ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 10px 5px;
	font-size: 13px;
	text-align: center;
}
.sectionBlock .newTopics ul li:first-child {
    margin-top: 10px;
    padding-top: 10px;
}
.sectionBlock .newTopics ul li {
    margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.mailForm_table textarea,
.mailForm_table input {
	max-width: 280px;
}

.sectionBlock h3 {
    font-size: 16px;
}

.top_intro {
    padding: 30px 0;
}

.top_view__message h2{
	font-size: 14px;
}


.tpbox-itemright .topSecTitle {
    margin: 0 0 15px 0;
}
h2 a.btnList {
    margin-bottom: 30px;
    margin-top: 15px;
}
h2 a.btnList::after {
    right: 15%;
}
h2 a.btnList::before {
    right: 14.5%;
}
.footerBlock ul li a {
    padding-left: 0;
    text-align: center;
}
.footerBlock ul li a::before {
	display: none;
}

.letter_desing{
	font-size: 30px;
}

}
/*-----（/～400）-----*/


/*スライドショー---------------------------------------------------------*/
.topImg {
	height: auto;
	background-color: #5f5f5f;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.topImg img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.topImg img.topImg01,
.topImg img.topImg02,
.topImg img.topImg03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	will-change: contents;
}

.topImg img.topImg02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.topImg img.topImg03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.itemEffect.delay02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
