@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	color: #666;
	background-color: #fff;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}

.mainContainer {
	width: 100%;
}
img {
	vertical-align: top;
}
section,
article {
	display: block;
}

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;
}
.ver_sp{
	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;
}
.sectionBlock {
	width: 1300px;
	max-width: 100%;
}

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

.headerSectionBlock {
	margin-right: auto;
	margin-left: auto;
}

header {
	height: auto;
}

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

.topveiw_bg{
	padding-left: 120px;
}
.news_bg .sectionBlock {
	padding-left: 120px;
}


/* .service_bg{
	background-color: #f4f6f8;
} */
.recruit_bg{
	background-color: #fcfcfc;
}

@keyframes down{
	5%{
		transform: translateX(0);
	}
	100%{
		transform: translatey(20px);
	}
}
.scroll {
	animation: down 2s .3s ease-in-out infinite alternate;
	position: absolute;
	bottom: 6rem;
	left: 4rem;
	z-index: 100;
	pointer-events: none;
}
.scroll p {
	writing-mode: vertical-rl;
	color:#212b38f8;
}
.scroll_arrow {
	position: absolute;
	top: 0.25rem;
	left: -0.5rem;
	width: 0;
	height: 7rem;
	border: 0.8px solid#212b38f8;
}

/*ヘッダー　コンタクト-------------------------------------------*/
.logo_centertop{
	width: 240px;
	position: absolute;
	transform: rotate(90deg);
	display: flex;
	top: 75px;
	left: -60px;
	z-index: 1000;
}
.logo_suppag{
	transform: rotate(0deg);
	position: absolute;
	display: flex;
}
.headerContent{
	display: flex;
	align-items: center;
	z-index: 1000;
	position: absolute;
	width: 100%;
}
.headerContent__btn{
	font-size: 16px;
	line-height: 30px;
	color: #507a8a;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	padding: 5px 0px;
	width: 160px;
	border-radius: 5px;
	margin-left: 15px;
}
.headerContent__btn--call{
	border: 1px solid #385561;
}
.headerContent__btn--form{
	border: 1px solid #507a8a;
}
.headerContent__btn--form::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 8px;
	right: 0px;
	content: '>';
	text-align: center;
}

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

#globalNavi {
	font-size: 16px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-left: 120px;
}

/*サブページ-------------------------------------------*/
.body_subpag .headerContent {
	background-color: #003069;
}
.border_title {
	background-color:#f4f6f8;
	padding-bottom: 90px;
	padding-top: 180px;
}
.border_title .topSecTitle{
	color: #003069;
}


/*パン屑-------------------------------------------*/
.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::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.sectionBlock p {
	line-height: 1.4;
	font-size: 16px;
}

h2 {
	font-size: 38px;
	color: #003069;
	display: block;
	text-align: center;
	font-weight: unset;
}

h2 a.btnList {
	width: 50%;
	font-size: 14px;
	line-height: 45px;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0px;
	padding:0 30px;
	color: #003069;
	border: #344150 1px solid;
	background-color: #fff;
	text-align: center;
	margin-top: 15px;
}
h2 a.btnList ::before {
	width: 100px;
	height: 1px;
	background: #AAA;
}

h2 a.btnList:hover {
	background-color: #002e4c;
	border: #fff 1px solid;
	color: #fff;
}

.item_btn .btnList::before{
	right: -10%;
	width: 50px;
	height: 1px;
	background: #0051b1;
}

.topSecTitle{
	font-size: 30px;
	font-weight: 500;
}

.listBox p {
	line-height: 1.9;
	font-size: 14px;
	margin: 15px 15px 0 0;
}
.service_item p{
	width: 60%;
}
.service_item strong{
	border-radius: 10px 10px 0 10px;
	border: #003069 2px solid;
	font-size: 25px;
	padding: 0px 15px;
	padding-top: 3px;
	margin-right: 15px;
}
.service_item span{
	display: flex;
	padding-top: 20px;
}
.bg_top_intro {
	background-color: #f4f6f8;
}
.bg_top_intro h2{
	padding-bottom: 45px;
	letter-spacing: -3px;
	font-size: 30px;
}
.top_intro-text span{
	font-size: 14px;
}
.top_intro p {
	background-size: auto 2rem;
	line-height: 3rem;
	overflow: hidden;
	padding: 0 ;
	text-align: justify;
	letter-spacing: 1px;
	font-size: 14px;
}
.sectionBlock .top_intro h3 {
	font-size: 20px;
}

/*トップページのタイトル*/
h2.topSetTytle {
	padding-left: 15px;
	font-size: 30px;
	color: #000;
	text-align: center;
}
h2.topSecTitle .tst_en{
	font-size: 15px;
	color: #AAA;
	letter-spacing: 2px;
}
.topcont_box-bgcolor{
	background-color: #e5eaed;
	width: 100%;
	padding-top: 100px;
}
.topcont_title{
	display: flex;
	border-bottom: 2px solid #5084b2;
	border-left: 3px solid #5084b2;
}
.topcont_title ::after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #a5a5a5;
	border-right: solid 1px #a5a5a5;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	position: absolute;
	margin-top: 20px;
	right: 40px;
}

.topcont_title-right{
	display: table;
	margin-left: auto;
}
.sectionBlock h3 {
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 1px;
	display: block;
	clear: both;
}

.subIntro,
.top_intro{
	margin: auto;
	display: flex;
}
.bg_top_intro .sectionBlock{
	padding-bottom: 0;
}
.top_intro-photo{
	width: 45%;
	position: relative;
	align-self: flex-end;
}
.top_intro-photo img{
	width: 100%;
	padding: 90px 0;
}
.top_intro-text{
	max-width: 420px;
	width: 40%;
	margin: auto;
	padding: 90px;
	position: relative;
	background-color: #f4ff7c;
}
.top_intro-text ::before{
	position: absolute;
	bottom: -15px;
	right: 15px;
	content: "";
	width: 30%;
	height: 30%;
	border-bottom: 2px solid #5084b2;
	border-right: 2px solid #5084b2;
}
.top_intro-text ::after{
	position: absolute;
	top: 15px;
	left: -15px;
	content: "";
	width: 30%;
	height: 30%;
	border-top: 2px solid #5084b2;
	border-left: 2px solid #5084b2;
}

.subIntro p{
	font-size: 16px !important;
	text-align: center;
	padding: 10px 0;
}

.service_list{
	display: block;
	justify-content: space-between;
	position: relative;
}

.service_list__box{
	display: flex;
	width: 100%;
	text-align: center;
}
.service_list__box img{
	width: 100%;
}
.service_list__box a:hover{
	opacity: .8;
}
.service_list h3 {
	color: #333;
}

.img_box{
	width: 100%;
	margin:0 auto;
	overflow:hidden;
}
.img_box img{
	transition:1s all;
}

.img_box img:hover{
	transform:scale(1.2,1.2);
	transition:2s all;
}
.text_box{
	max-width: 420px;
	width: 40%;
	text-align: left;
	padding-bottom: 50px;
	padding: 60px;
	background-color: #ffffff;
	position: absolute;
	bottom: -20px;
	right: -20px;
}
.text_box ::after{
	position: absolute;
	bottom: 10px;
	right: -10px;
	content: "";
	width: 30%;
	height: 60%;
	border-bottom: 2px solid #5084b2;
	border-right: 2px solid #5084b2;
}
.price_bg{
	background-image: linear-gradient(0deg,#e5eaed 50%,#e5eaed 70%, #ffffff 50%,#ffffff 100%);
}
.price_bg .sectionBlock{
	padding-top: 0;
}

.text_box-text{
	font-size: 18px;
}

.service_title{
	line-height: 1.2;
	width: 100%;
}

.service_title span{
	font-size: 18px;
}

/*お知らせ-------------------------------------------*/
.newTopics{
	display: flex;
}
.sectionBlock .newTopics h2{
	text-align: unset;
	width: 30%;
	position: relative;
}
.sectionBlock .newTopics .news_title ::after{
	position: absolute;
	top: 25px;
	right: 20%;
	content: "";
	height: 70%;
	width: 2px;
	background-color: #5084b2;
}
.sectionBlock .newTopics ul li {
	padding-bottom: 60px;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
}
.sectionBlock .newTopics ul li:first-child {
	padding-top: 10px;
	color:#666;
}
.news_title{
	line-height: 1.2;
	font-size: 30px;
	display: inline-block;
}
.news_title span{
	font-size: 18px;
	color: #aaa;
}

.news_date{
	width: 180px;
	position: relative;
	color: #3180b2;
}
.news_text{
	width: 100%;
	position: relative;
}
.news_list li{
	display: flex;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}
.top_view__message h2 {
	color: #fff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.2;
	text-shadow: 0 0 10px #003c71;
	letter-spacing: 12px;
	font-weight: 600;
}

/*TOPメニューのフレックスボックス-------------------------------------------*/
.tpflexbox {
	width: 100%;
	position: relative;
	padding: 0 15px;
}
.tpflexbox1 {
	width: 100%;
	position: relative;
}
.tpbox-itemleft {
	width: 100%;
}
.service_flex{
	display: flex;
}

.service_title-white,
.service_title-white span{
	color: #003069;
}
.tpbox-itemtext1 {
	width: auto;
	background-color: #ffffff;
	padding: 15px 20px 40px 20px;
	margin: 3px 0;
	min-height: 200px;
}

.tpbox-itemright .item_btn {
	width: 100%;
}
.tpbox-itemright .topSecTitle {
	font-size: 24px;
	text-align: left;
	padding-left: 10px;
}
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;
	margin-bottom: 60px;
}
.contList .listBox h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
.sectionBlock .listBox h3 {
	font-size: 18px;
	margin-top: 0px;
	padding: 0px;
	color: #003069;
	border-bottom: 3px solid #003069;
	padding: 10px;
	border-left: 6px solid #003069;
}
.contList .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;
}

.service_item{
	display: flex;
}

/*TOPコンタクト-------------------------------------------*/
.recruitImg::before {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
}

.recruitBox {
	display: flex;
}
.recruitContactBox {
	width: 70%;
	margin: 0 auto;
}
.recruitBox-text{
	padding: 30px;
}
.recruitBox-btn{
	width: 100%;
	margin: 0 auto;
	align-self: center;
	position: relative;
	display: flex;
}
.recruitBox-text h4{
	font-size: 30px;
	line-height: 1.2;
	display: inline-block;
	font-weight: unset;
}
.recruitBox-title{
	padding-bottom: 60px;
	text-align: center;
}
.recruitBox-title span{
	font-size: 18px;
}
.recruitBox-text p{
	line-height: 2;
	letter-spacing: 1px;
}
.recruitBox-box{
	margin: 15px auto;
	width: 40%;
}
.recruitContactBox-pwhite p,
.recruitContactBox-pwhite h4{
	color: #4d4d4d;
}
.recruitContactBox-pwhite .Box-tel p{
	color: rgb(41, 41, 41);
}

.recruitContactBox .Box-tel,
.recruitContactBox .Box-contact{
	display: flex;
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	text-align: center;
	position: relative;
	min-height: 48px;
}
.recruitContactBox .Box-contact{
	border: solid 2px #02446f;
	color: #003069;
}
.recruitContactBox .Box-tel{
	border: solid 2px #1d5c84;
	color: #003069;
}
.recruitContactBox .Box-tel .Box-tel_time{
	font-size: 14px;
}
.recruitContactBox .Box-contact:hover {
	opacity: .8;
}
.recruitBox-box_icon{
	padding: 0 10px;
	border-right: 1px solid #02446f;
}
.recruitBox-box_icon img{
	width: 65%;
}
.recruitBox-box_text{
	padding: 0 15px;
	align-self: center;
}

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

footer {
	clear: both;
	padding: 45px 0 0px 0;
	display: block;
	color: #000;
	background-color: #f4f6f8;
}

.footer_block {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #000;
}
.footer_block .footer_block__inner ul {
	margin: auto;
	max-width: 1100px;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.footer_block .footer_block__inner ul li a {
	color: #000;
	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;
}
.footer_block .address{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 30px;
}

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 #5084b2;
	border-right: solid 5px #5084b2;
	-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 #d3d3d3;
}
.sectionBlock table.companyTable th {
	color: #003069;
	letter-spacing: 2px;
	border: solid 1px #d3d3d3;
	background-color: rgb(245, 245, 245);
}
.sectionBlock table.recuitTable{
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.googleMap iframe{
	width: 100%;
	border: 0;
}

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

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

.mailForm_table input, .mailForm_table textarea{
	padding: 5px;
	width: 100%;
	max-width: 500px;
}
.mailForm_table th {
	text-align: center;
	font-size: 14px;
	padding: 20px;
	color: #003069;
	letter-spacing: 2px;
	border: solid 1px #d3d3d3;
	background-color: #f5f5f5;
}
.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: #666;
	color: #FFF;
	padding: 10px 100px;
	line-height: 24px;
	border: solid 1px #666;
}
form input.mailFormBtn:hover {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
}

/*料金ページ-------------------------------------------*/
.menu__Categorytitle{
	font-size: 18px;
	margin-top: 0px;
	padding: 0px;
	color: #003069;
	border-bottom: 3px solid #003069;
	padding: 10px;
	border-left: 6px solid #003069;
}

.menuTable{
	width: 100%;
	margin: 30px 0 90px 0;
}
.menuTable th,
.menuTable td{
	padding: 15px;
	border: 1px solid #d3d3d3;
}
.menuTable th{
	background-color: #f2f5f7;
	color: #537298;
}
.menuTable td{
	text-align: right;
}
.menuTable .table_prop .table_propa{
	background-color: #aac2de;
}
.menuTable .table_prop th{
	background-color: #d2e1f3;
	color: #2d5483;
	border-bottom: 3px solid #2d5483;
}
.price_text{
	padding-top: 15px;
}

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

.topveiw_bg{
	padding-left: 120px;
}

/*グローバルナビ-------------------------------------------*/
#globalNavi.nav_fixed {
	position: fixed;
	top: 0px;
}
#globalNavi ul.globalNaviMenu {
	display: flex;
}

#globalNavi ul li{
	margin-right: 30px;
}

#globalNavi li a {
	padding: 45px 20px ;
	display: table-cell;
	color: #ffff;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
}

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

.globalNaviMenu ul li a::after {
	border-bottom: solid 2px #f00;
	bottom: 0;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
.globalNaviMenu ul li a:hover::after {
	width: 100%;
}


/*メインコンテンツ-------------------------------------------*/
.top_intro p {
	line-height: 2.2rem;
}
.bg_top_intro h2 {
	padding-bottom: 30px;
	font-size: 24px;
}
.top_intro-text {
	width: 30%;
	padding: 70px;
}


.sectionBlock {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 90px;
	padding-top: 90px;
}

.tpbox-itemright p {
	line-height: 2;
	font-size: 16px;
	margin-top: 30px;
}

.service_list p{
	line-height: 2;
	letter-spacing: 1px;
}

.breadcrumbs ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.recruitContactBox .Box-contact:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 7%;
	width: 15px;
	height: 15px;
	border-top: solid 2px #003069;
	border-right: solid 2px #003069;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp__on{
	display: none;
}
.pc__on{
	display: table;
}

img.imgPlacementRight {
	height: auto;
	object-fit: cover;
}

/*フッター-------------------------------------------*/
.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%;
	margin-right: 5%;
}
header {
	overflow: hidden;
}

.headerContent{
	display: flex;
	width: 100%;
	margin-top: 0px;
	position: initial;
}
.logo_suppag{
	position: initial;
}
.border_title {
	padding-bottom: 90px;
	padding-top: 90px;
}
.top_view__message h2 {
	font-size: 20px;
	line-height: 1.6;
}

.scroll_arrow {
	height: 4rem;
}
.scroll {
	bottom: 3rem;
}

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

.menuTrigger:hover {
	cursor: pointer;
}

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

.menuTrigger.opened span {
	background-color: #fff;
}
.menuTrigger span {
	width: 35px;
	height: 2px;
	display: block;
	position: absolute;
	left: 22%;
	top: 45%;
	background-color: #fff;
}
.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;
	padding-left: 0;
	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: 0 5%;
}

#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 #ffffff3b;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	font-size: 18px;
	position: relative;
}

#globalNavi ul li a::before {
	top: 25px;
	left: 5px;
}

#globalNavi ul li a:hover {
	border-bottom: solid 1px #ffffff3b;
	color: #666;
}

.fixed {
	overflow: hidden;
}

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

.bg_top_intro h2 {
	padding-bottom: 30px;
	letter-spacing: 0px;
	font-size: 22px;
}
.top_intro-text {
	padding: 30px;
}
.top_intro p {
	line-height: 1.5rem;
}

.headerSectionBlock {
	width: 100%;
}

h2 {
	font-size: 24px;
}
.sectionBlock {
	width: auto;
	padding-bottom: 0px;
	padding-bottom: 60px;
	padding-top: 60px;
}
.sectionBlock p {
	line-height: 1.8;
	font-size: 14px;
}
.bgChange {
	padding: 10px 0 20px 0;
	margin: 10px 0 20px 0;
}
.bgChange h2 {
	margin-bottom: 24px;
}

.tpbox-itemright .topSecTitle {
	font-size: 20px;
}

.top_intro{
	width: 100%;
}
.top_intro img{
	width: 100%;
}

.fontimg2 {
	left: -15px;
	top: -59px;
}
.fontimg1 {
	left: -35px;
	top: -57px;
}

.tpbox-itemtext1 {
	padding: 20px;
}
.topcont_title ::after {
	margin-top: 10px;
}

.tpbox-itemtext2 {
	border-radius: 10px;
	width: 40%;
	padding: 20px;
	bottom: -70px;
	left: -20px;
	border-left: 1px solid #c0ccda;
}

.topcont_box-bgcolor {
	padding-bottom: 0px;
	padding-top: 90px;
}
.price_bg .sectionBlock{
	padding-bottom: 110px;
}
.tpbox-itemtext1 .item_btn .btnList,
.tpbox-itemtext2 .item_btn .btnList {
	width: 50%;
	padding: 0;
	margin-top: 15px;
}
.tpbox-itemtext1 p,
.tpbox-itemtext2 p {
	font-size: 14px;
}
.tpbox-itemright p{
	margin-top: 15px;
}

/*フッター-------------------------------------------*/
.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;
}
.recruitContactBox {
	width: 90%;
}

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


@media screen and (max-width:760px) {
header h1 {
	left: 5px;
	top: 5px;
}

.newTopics{
	display: block;
}
.newTopics h2{
	margin-bottom: 0;
}

.sectionBlock .newTopics h2{
	width: 100%;
}

.service_list {
	display: block;
}
.service_list__box {
	width: 100%;
	margin-bottom: 60px;
	display: block;
}
.text_box {
	width: 60%;
	border: unset;
	bottom: -90px;
}

.topSecTitle {
	font-size: 25px;
}

.fontimg1 {
	left: -53px;
	top: 0px;
}
.fontimg2 {
	left: -35px;
	top: 10px;
}

.border_title {
	padding-bottom: 45px;
	padding-top: 45px;
}

.price_bg .sectionBlock{
	padding-bottom: 90px;
}

.topveiw_bg {
	padding-left: 0;
}

.logo_centertop {
	position: initial;
	transform: rotate(0deg);
}

.scroll_arrow {
	border: 0.8px solid#fffffff8;
}
.scroll p {
	color: #fffffff8;
}

.top_intro{
	display: block;
	padding-bottom: 90px;
}
.top_intro-photo {
	width: 70%;
	margin: auto;
	padding-bottom: 30px;
}
.top_intro-photo img {
	padding-top: 60px;
	padding-bottom: 0;
}
.topcont_box-bgcolor {
	padding-top: 60px;
}
.bg_top_intro h2 {
	padding-top: 60px;
	padding-bottom: 0;
	margin: auto;
}
.bg_top_intro span {
	font-size: 18px;
}
.top_intro-text {
	width: 50%;
}

.tpflexbox {
	padding: 0;
}
/*トップフォーム-------------------------------------------*/


/*お知らせ-------------------------------------------*/

.news_bg .sectionBlock {
	padding-left: 0;
}

.sectionBlock .newTopics .news_title ::after {
	top: 80px;
	left: 0;
	height: 2px;
	width: 10%;
}
.sectionBlock .newTopics ul li {
	padding-bottom: 30px;
}
.sectionBlock .newTopics ul li:first-child {
	padding-top: 30px;
}

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

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

.tpbox-itemleft {
	width: 80%;
	margin: auto;
	position: relative;
}
.tpflexbox-mb {
	margin-bottom: 60px;
}
.service_flex{
	display: block;
}
.tpbox-itemtext1 {
	min-height: 180px;
}

.recruitImg {
	background-attachment: scroll;
}

.service_item {
	display: block;
}

.contList .listBox img {
	width: 70%;
}

.listBox p {
	margin: 15px 0 0 0;
	width: 100%;
}

.sectionBlock {
	padding-bottom: 45px;
	padding-top: 45px;
}

.sp__on{
	display: table;
}
.pc__on{
	display: none;
}
h2 a.btnList{
	width: auto;
}

h2 a.btnList {
	width: 40%;
	margin-top: 30px;
}

.recruitBox {
	display: block;
}

/*テーブル-------------------------------------------*/
.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;
}


/*フッター-------------------------------------------*/
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%;
}
.recruitBox-text p {
	line-height: 1.6;
	font-size: 14px;
}
.recruitBox-title {
	padding-bottom: 15px;
}
.recruitBox-title span {
	font-size: 16px;
}
.recruitBox-text h4 {
	font-size: 25px;
}
.recruitContactBox .Box-tel,
.recruitContactBox .Box-contact {
	font-size: 24px;
}
.recruitBox-text,
.recruitBox-btn {
	padding: 30px 15px;
}
.recruitBox-btn{
	padding-top: 0;
	display: block;
}
.recruitBox-box {
	width: 80%;
	margin: 15px auto;
}

.footer_block .footer_block__inner ul {
	display: block;
	text-align: center;
}
.footer_block .footer_block__inner ul li a{
	padding: 3px 0 3px 0px;
}

}
/*-----（/～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 h2 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -1px;
}
.top_intro {
	width: 100%;
	display: block;
}
.top_intro-photo {
	width: 80%;
	margin: auto;
	padding-bottom: 30px;
}
.top_intro-text {
	width: 70%;
}

.topSecTitle {
	font-size: 20px;
}

.service_list h3{
	font-size: 20px;
}
.service_title {
	font-size: 24px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}

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

h2 a.btnList::before {
	line-height: 26px;
}
.sectionBlock p {
	font-size: 14px;
}
.contList .listBox {
	width: 98%;
	margin-left: 1%;
}

.ver_sp {
	display: block;
}

.tpbox-itemright p {
	margin-top:0;
}
.item_btn {
	padding-top: 0;
}

.recruitBox-box {
	margin: 15px auto;
	width: 100%;
}
.recruitBox-box_text{
	font-size: 15px;
}

.text_box {
	position: initial;
	width: auto;
	max-width: none;
}
.text_box ::after {
	height: 30%;
}


.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;
}
.subIntro p {
	font-size: 13px !important;
	text-align: center;
	padding: 10px 0;
}
.recuitTable th {
	padding: 0;
}
.recuitTable td {
	padding: 15px;
	font-size: 13px;
}

.menuTable {
	margin: 15px 0 45px 0;
	font-size: 14px;
}
.menuTable th, .menuTable td {
	padding: 10px;
}

.recruitContactBox {
	display: block;
}
.recruitBox-text,
.recruitBox-btn {
	width: 100%;
	padding: 30px 0 30px 0 ;
}
.recruitBox-text {
	padding-bottom: 0;
	padding-top: 0;
}
.recruitBox {
	padding-bottom: 15px;
}

.sectionBlock {
	margin-bottom: 0;
	padding-bottom: 0;
}

.service_list__box {
	padding-top: 45px;
	margin-bottom: 0;
}
.price_bg .sectionBlock {
	padding-bottom: 60px;
}

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

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


.sectionBlock p {
	line-height: 1.8;
	font-size: 13px !important;
}
.top_view__message h2{
	font-size: 16px;
}
.top_intro h2{
	font-size: 20px;
	letter-spacing: -1px;
}
h2 {
	font-size: 20px;
}

.tpbox-itemright h2 {
	font-size: 16px;
}
h2.topSecTitle .tst_en {
	font-size: 13px;
}

.text_box {
	padding: 30px;
}
.service_list__box {
	margin-bottom: 45px;
}

.footerBlock .footerboxIn ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 10px 5px;
	font-size: 13px;
}
.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 p {
	background-size: auto 1.4rem;
}
.top_intro h2 {
	margin-bottom: 15px;
}

.news_date::after {
	bottom: -43px;
	left: 0px;
}

.tpbox-itemtext1 {
	padding: 20px;
	bottom: -220px;
	right: -10px;
}
.tpbox-itemtext2 {
	padding: 20px;
	bottom: -220px;
	left: -10px;
}
.tpbox-itemtext1 .item_btn .btnList,
.tpbox-itemtext2 .item_btn .btnList {
	width: 60%;
}
.tpbox-itemleft {
	width: 100%;
}

.price_bg .sectionBlock {
	padding-bottom: 15px;
}

.recruitBox-box {
	width: 95%;
}

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

/*スライドショー---------------------------------------------------------*/
.topImg {
	height: auto;
	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);
}


