@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: 90%;
    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;
}

/*ヘッダー　コンタクト-------------------------------------------*/
.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: 1.4;
	font-size: 16px;
}
h2 {
	font-size: 32px;
	line-height: 30px;
	color: #000;
	font-family: "游明朝","HGS明朝E","メイリオ","Meiryo",serif;
	margin-bottom: 30px;
	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 #003069;
	text-align: center;
	margin-top: 30px;
}
h2 a.btnList::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #5472cd;
    top: 50%;
    right: 15%;
    width: 15%;
}
h2 a.btnList::before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #5472cd;
    top: 41.5%;
    right: 14.5%;
    width: 15px;
    transform: rotate(45deg);
}

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

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

.sectionBlock .textLeft{
	color: #fff;
	border-left: 5px solid #d0af11;
}
.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;
}

.intro_bg{
	background-image: url(../img/contact/02.jpg);
	padding: 140px 0;
	background-position: center;
	position: relative;
	z-index: -1;
	margin-top: 60px;
}
.intro_bg::before{
	content: ' ';
	background-color: #fff;
	opacity: 0.2;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.intro_bg .sectionBlock{
	margin-top: 0;
}
.top_intro{
    margin: auto;
    width: 50%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
    padding: 60px 30px;
}


/*お知らせ-------------------------------------------*/
.news_bg{
	background-image: linear-gradient(to right, #003069 0%,#003069 30%,#faf1c1 30%,#faf1bf 30%);
}
.sectionBlock .newTopics{
	padding: 30px 0;
	display: flex;
}
.newTopics .topSecTitle{
	width: 30%;
    align-self: center;
    color: #fff;
    text-align: left;
}
.topSecTitle{
    align-self: center;
    color: #333;
    text-align: center;
}

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

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 100;
    background-color: #eccb16;
    padding: 60px 80px;
}
.top_view__message h2 {
	color: #fff;
    font-family: serif;
    font-size: 36px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.6;
}

/*TOPメニューのフレックスボックス-------------------------------------------*/
.tpflexbox {
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.tpflexbox1 {
	width: 100%;
    display: flex;
    justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 50px 0;
}
.tpbox-itemleft {
	position:relative;
    width: 48%;
    flex-direction: column-reverse;
}
.tpbox-itemright {
    width: 48%;
	height: auto;
	align-self: center;
}
.tpbox-itemright h2 {
    font-size: 32px;
	text-align: left;
	margin-bottom: 30px;
}
img.imgPlacementLeft {
	display: block;
	width: 100%;
}
img.imgPlacementRight {
	display: block;
	width: 100%;
}

.tpbox-itemright .topSecTitle{
	border-left: 3px solid #003069;
	padding-left: 15px;
}

.tpbox-itemright .topSecTitle:after {
	position: absolute;
    content: " ";
    display: block;
    border-left: solid 3px #eccb16;
    bottom: 0px;
    width: 5px;
    height: 25px;
    left: -3px;
}

/*サービスページ-------------------------------------------*/
.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;
	margin-bottom: 60px;
}
.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;
} 

.contactBox {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: #003069;
    margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #88a7b4;
}
.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;
	display: block;
	color: #fff;
	background-color: #003069;
}

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

.footerBlock ul li .listTitle {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #666;
	font-size: 14px;
	letter-spacing: 1px;
}

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

.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;
}

.footerboxIn{
	display: flex;
	justify-content: center;
}

.footerBlock .footerboxIn ul {
	display: flex;
	margin-bottom: 30px;
}

/*トップへ戻るボタン-------------------------------------------*/
.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,table th {
	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;
	border-top: none;
}

.sectionBlock table.companyTable th {
	color: #003069;
	letter-spacing: 2px;
	background-color: #f5f5f5;
}
.sectionBlock table.companyTable tr:first-child {
	border-top: solid 1px #b4b4b4;
}
.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;
	font-size: 14px;
	padding: 20px;
	border: solid 1px #CCC;
	border-top: none;
}

.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;
	border-top: none;
	font-size: 14px;
}
.mailForm_table tr:first-child {
	border-top: solid 1px #CCC;
}

.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;
	line-height: 2;
	letter-spacing: 1px;
}
.item_prop strong{
	font-size: 20px;
	color: #bfa100;
}
.item_prop span{
	line-height: 1;
}
.textLeft{
	background-color: #003069;
    width: auto;
    display: block;
    padding: 10px 0 10px 10px;
	font-size: 18px;
	margin-bottom: 20px;
}

@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;
	float: right;
	height: 110px;
}
#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: 0 25px;
	height: 110px;
	display: table-cell;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}
.nav_contact{
	background-color: #eccb16;
    width: 150px;
}

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

.logo_left{
	float: left;
	margin: 25px 0;
}

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

.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;
}


}
/*-----（/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: 30px;
}
.headerSectionBlock {
	width: 90%;
}
.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: #666;
}

.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: #003069;
	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;
	width: 90%;
    margin: auto;
}

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

#globalNavi ul li a:hover {
	background-color: #fff;
	color: #666;
}
.globalNaviMenu svg{
	display: none;
}

.fixed {
	overflow: hidden;
}


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

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

.top_intro {
    width: 70%;
}

.intro_bg {
    padding: 90px 0;
}
.intro_bg .sectionBlock {
    margin-top: 0;
    margin-bottom: 0;
}
.on__sp{
	display: block;
	margin: 15px 0;
}
.sectionBlock .newTopics {
	padding: 0;
}

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

/*フッター-------------------------------------------*/
.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;
}

.footerToTop {
	bottom: 10px;
	right: 10px;
}

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


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

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

/*トップフォーム-------------------------------------------*/
.top_view__message h2{
	font-size: 20px;
}

/* サービス*/
.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: 100%;
	padding-top: 20px;
}
.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;
}

.intro_bg {
    margin-top: 0;
}

/*テーブル-------------------------------------------*/
.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;
}
.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 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:last-child {
	display: none;
}
.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;
}

img.footerLogo {
	width: 240px;
	margin: auto;
}

}
/*-----（/～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 {
	padding: 0;
}
.contList .listBox {
	width: 98%;
	margin-left: 1%;
}
.item_prop {
    display: block;
}
.listBox img {
    width: 90%;
}

.contactBox--inquiry {
    display: block;
}
.inquiry--tel, .inquiry--btn {
    width: auto;
}
.contactBox p {
	padding-bottom: 15px;
	font-size: 15px;
}
.contactBox--inquiry::before {
	display: none;
}


.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 {
	display: block;
}
.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: 5px 0 1px 0;
}
.news_bg {
    background-image: linear-gradient(180deg, #003069 0%,#003069 35%,#faf1c1 30%,#faf1bf 30%);
}
.newTopics ul {
    width: 100%;
}
.sectionBlock .newTopics ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}
.sectionBlock .newTopics ul li {
    margin-bottom: 0;
}
.newTopics .topSecTitle {
    margin-bottom: 10px;
}
.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: 1.8;
	font-size: 13px !important;
}

h2 {
    font-size: 20px;
}
.tpflexbox1 {
	margin-bottom: 10px;
}
.tpbox-itemright h2 {
    font-size: 18px;
}
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;
}

.intro_bg {
    padding: 60px 0;
}
.top_intro {
    padding: 30px 30px;
}

.top_view__message {
    top: 63%;
	padding: 7px 7px;
	background-color: rgb(236 203 22 / 80%);
}
.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;
}

}
/*-----（/～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);    
}
