@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:700');

/*common*/

* {
	box-sizing: border-box;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.7;
	color: #151515;
	background: #fff;
}

.sp {
	display: none !important;
}

.pc {
	display: block;
}

a {
	text-decoration: none;
	color: #151515;
}

.imgWrap .wp-post-image ,
.reImg {
	width: 100%;
	height: auto;
}

.bgGlay {
background: #f5f5f5;
}

.cntInner {
padding: 0 50px;
}

.inner {
	width:1000px;
	margin:0 auto;
}

/*pgTop*/
.pageTop {
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:7;
}

.pageTop a {
		background: #151515;
	width:40px;
	height:40px;
	display:block;
	text-align: center;
    padding-top: 5px;
}

.pageTop a:hover img {
	opacity:0.7;
}

/*margin*/
.mt20 {
margin-top: 20px;
}

.mb100 {
margin-bottom: 100px;
}

/*font ttl*/
.en {
font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ttlA {
font-size:6rem;
letter-spacing: 5px;
margin-left: -50px;
line-height: 1.4;
margin-bottom: 30px;
}

.ttlA:after {
content: "";
background: #00698c;
display: block;
width: 180px;
height: 5px;
position: relative;
}

.ttlB {
font-size:6rem;
letter-spacing: 5px;
line-height: 1.4;
text-align: center;
position: relative;
top: -50px;
}

.ttlB:after {
content: "";
background: #00698c;
display: block;
width: 180px;
height: 5px;
margin: 0 auto;
}

.ttlC {
font-size:3rem;
letter-spacing: 5px;
line-height: 2;
text-align: center;
position: relative;
font-weight:bold;
}

.ttlC:after {
content: "";
background: #00698c;
display: block;
width: 120px;
height: 5px;
margin: 0 auto 50px;
}

.subTtlA {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 10px;
}

.subTtlB {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 10px;
}

.subTtlB:after {
content: "";
background: #00698c;
display: block;
width: 120px;
height: 5px;
margin:10px 0 20px 0;
}

.oneModP {
	text-align:center;
	border-bottom:1px solid #ddd;
	padding:30px 0;
}

.modPCenter {
	text-align:center;
	margin-bottom:50px;
}


/*.btn*/
.btn a,
.btn a::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	position: relative;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.btn a:hover {
background: #00698c;
border: 1px solid #00698c;
}

.btn.blue a {
border: 1px solid #00698c;
color: #00698c;
}

.btn.blue a:hover {
color: #fff;
}


/***** topMain *******/

/*header*/
#change {
	display:none;
}

#topmainVisual {
	position:relative;
	overflow:hidden;
}

.siteHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	min-width: 1400px;
	padding: 50px;
}

.siteHeaderInner {
	position: relative;
	min-height:70px;
	display:block;
}

.siteHeader .logo a {
	font-size: 1rem;
	color: #fff;
	line-height: 19px;
	height: 19px;
	display: table;
}

.siteHeader .logo a img {
	display: table-cell;
	padding-right: 10px;
}

.siteHeader .logo a span {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.mainNav {
	position: absolute;
	right:0px;
}

.mainNav ul {
	display: table-cell;
	padding-right: 20px;
}

.mainNav ul li {
	display: table-cell;
	padding-right: 15px;
}

.mainNav ul li a {
	color: #fff;
	padding-bottom: 15px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .2s;
}

nav.stroke ul li a {
	position: relative;
}

nav.stroke ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #fff;
	height: 1px;
}
nav.stroke ul li a:hover:after {
	width: 100%;
}

.siteHeader .btn {
	display: table-cell;
}


.Opening {
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}

.Opening ul li {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.Opening ul li span img.Opening__img {
	max-width: inherit;
	width: 100%;
	height: auto;
}

.pageMainFullImg {
	width: 100%;
	position: relative;
}

.topMainTxt {
	position: absolute; 
	z-index: 2; 
	color: #fff; 
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}

.topMainTxt .lead {
	text-align: center;
	line-height: 1.5;
}

.topMainTxt .lead .en {
	font-size: 6rem;
	letter-spacing: 7px;
	text-transform:uppercase;
}

.topMainTxt .lead .jpTxt {
	display: block;
	font-size: 2.6rem;
	font-weight: bold;
}

.mainNews {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 800px;
	margin: 40px auto 0 auto;
}

.mainNews a {
	display: block;
	color: #fff;
	padding: 20px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mainNews a:hover {
	background: rgba(255,255,255,0.3);
}

.mainNews span {
	display: table-cell;
	vertical-align: middle;
}

.mainNews  time {
	font-size: 1.6rem;
	padding-right: 20px;
}

.mainNews .category {
	font-size: 1.2rem;
	border: 1px solid #fff;
	padding:5px 10px;
}

.mainNews .ttl  {
	font-size: 1.4rem;
	padding-left: 20px;
	color: #fff;
}

.scrollBt {
	position: absolute; 
	width: 100%;
	text-align: center;
	z-index: 2; 
	bottom: 30px;
	left: 0%;
}

.scrollBt a:hover img {
	opacity: 0.6;
}

.flow.mb100 ,
.about.mb100 {
	margin-bottom:120px;
}

/***** imgLeft*******/

.imgLeft .image {
	width: 60%;
	display: table-cell;
}

.imgLeft .txtBox {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}

.imgLeft .txtBox .modP {
width: 480px;
margin-bottom: 20px;
}

.pages.imgLeft .txtBox {
	display: table-cell;
	vertical-align:bottom;
	padding-left: 0;
	position:relative;
	left:-50px;
}

.pages.imgLeft .txtBox .modP {
margin-bottom: 0px;
}

.txtBoxInner {
	padding:50px;
	background:#fff;
}

.sentenceBox:before {
	content: "";
background: #00698c;
display: block;
width: 120px;
height: 5px;
margin:10px 0 20px 0;
}

.sentenceBox {
	width:800px;
	margin:-50px auto 100px auto;
}

.sentenceBox p:nth-child(n + 1) {
	margin-top:30px;
}

/***** imgRight*******/

.imgRight .image {
	width: 60%;
	display: table-cell;
}

.imgRight .txtBox {
	display: table-cell;
	vertical-align: middle;
	padding-left:20%;
	padding-right:20px;
}

.imgRight .txtBox .modP {
margin-bottom: 20px;
}

.pages.imgRight .txtBox {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 0;
	position: relative;
 	right: -50px;
	padding-left:5vw;
}

@media screen and (max-width: 1700px) {
	.pages.imgRight .txtBox {
	padding-left:4vw;
}
}
@media screen and (max-width: 1610px) {
	.pages.imgRight .txtBox {
	padding-left:0vw;
}
}

.pages.imgRight .txtBox .modP {
margin-bottom: 0px;
}


/***** imgFourColumn *******/

.imgCenter {
	padding-bottom:50px;
}

.imgFourColumn  {
font-size: 0;
text-align: center;
}

.imgFourColumn li {
width: 22%;
display: inline-block;
margin-right: 3%;
vertical-align:top;
}

.imgFourColumn li a:hover img {
opacity: 0.6;
} 

.imgFourColumn li:last-child ,
.imgFourColumn li:nth-child(4n) {
margin-right: 0;
}

.imgFourColumn .ico_dot {
position: relative;
top: -30px;
}

.imgFourColumn .ico_dot img {
	margin-left:auto;
	margin-right:auto;
}

.imgFourColumn .ttl {
font-size: 1.5rem;
font-weight: bold;
margin-top: -20px;
margin-bottom: 20px;

}

.imgFourColumn .txt {
font-size: 1.4rem;
}

.imgCenter .btn a {
	margin:50px auto 0;
}

/***** imgThreeColumn *******/

.imgThreeColumn  {
font-size: 0;
text-align: center;
width:1000px;
margin:0 auto;
}

.imgThreeColumn li {
width: 300px;
display: inline-block;
margin-right: 3%;
text-align:left;
overflow:hidden;
}

.imgThreeColumn li:nth-child(3n) ,
.imgThreeColumn li:last-child {
	margin-right:0;
}

.imgThreeColumn li .imgWrap {
	position:relative;
	margin-bottom:20px;
	display:block;
}

.imgThreeColumn li a:hover img {
opacity: 0.6;
} 

.imgThreeColumn .category {
	background:#00698c;
	color:#fff;
	font-size:1.2rem;
	display:block;
	font-style:normal;
	padding:5px;
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
}

.imgThreeColumn .ttl {
font-size: 1.5rem;
}

.imgThreeColumn .date {
font-size: 1.5rem;
}

/*****.siteFooter*******/

.siteFooterOuterA {
	background:#f5f5f5;
	padding:50px 0;
}

.contactUl {
	display:table;
	width:100%;
	border:1px solid #ddd;
}

.contactUl li {
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	padding:30px 0;
}

.contactUl li:nth-child(1) {
	border-right:1px solid #ddd;
}

.contactUl  .btn a {
	margin:0 auto;
}

.contactUl  .heading {
	font-size:1.5rem;
	margin-bottom:10px;
}

.contactUl .tel {
	font-size:3rem;
	line-height:1;
}

.footInfo {
	padding-top:50px;
	text-align:center;
}

.footInfo .footLogo {
	margin-bottom:20px;
}

.footInfo  .address {
	margin-bottom:20px;
	font-size:1.3rem;
}

.footInfo  .footNav {
	font-size:0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:15px 0;

}

.footInfo  .footNav li {
	display:inline-block;
	font-size:1.3rem;
	border-right:1px solid #151515;
	padding-right:10px;
	margin-right:10px;
	line-height:1;
}

.footInfo  .footNav li:last-child {
	border:none;
	margin-right:0;
}

.footInfo  .footNav li  a:hover {
	text-decoration:underline;
}

.siteFooterOuterB {
	background:#151515;
	text-align:center;
	padding:30px 0;
}

.footSns {
	font-size:0;
	margin-bottom:20px;
}

.footSns li {
	display:inline-block;
	margin-right:20px;
}

.footSns li:last-child{
	margin-right:0;
}

.siteFooterOuterB address {
	color:#fff;
	font-size:1.2rem;
}

/*****pageMV*******/
#pageVisual {
	position:relative;
	width:100%;
	height:400px;
}

.about#pageVisual {
	background:url(../img/about/mv_about_01.jpg) no-repeat center center;
	background-size:cover;
}

.flow#pageVisual {
	background:url(../img/flow/mv_flow_01.jpg) no-repeat center center;
	background-size:cover;
}

.privacy#pageVisual {
	background:url(../img/privacy/mv_privacy_01.jpg) no-repeat center center;
	background-size:cover;
}

.voice#pageVisual {
	background:url(../img/voice/mv_voice_01.jpg) no-repeat center center;
	background-size:cover;
}

.menu#pageVisual {
	background:url(../img/menu/mv_menu_01.jpg) no-repeat center center;
	background-size:cover;
}

.work#pageVisual {
	background:url(../img/work/mv_work_01.jpg) no-repeat center center;
	background-size:cover;
}

.blog#pageVisual {
	background:url(../img/blog/mv_blog_01.jpg) no-repeat center center;
	background-size:cover;
}

.contact#pageVisual {
	background:url(../img/contact/mv_contact_01.jpg) no-repeat center center;
	background-size:cover;
}

/*****form*******/
.formWrap {
	background:#f5f5f5;
	width:800px;
	margin:0 auto;
	padding:50px 0;
}

.formWrap dl {
	width:600px;
	margin:0 auto;
}

.formWrap dt {
	font-size:1.6rem;
	font-weight:bold;
}

.formWrap dd {
	margin:15px 0 30px 0 ;
}

.formWrap .required{
	background:#cc391f;
	font-size:1.2rem;
	color:#fff;
	font-weight:normal;
	height:25px;
	line-height:25px;
	display:inline-block;
	padding:0 15px;
	margin-right:10px;
	position:relative;
	top:-2px;
}

.formWrap .any{
	background:#999;
	font-size:1.2rem;
	color:#fff;
	font-weight:normal;
	height:25px;
	line-height:25px;
	display:inline-block;
	padding:0 15px;
	margin-right:10px;
	position:relative;
	top:-2px;
}

.formWrap textarea,
.formWrap input[type="email" ] ,
.formWrap input[type="text" ] {
	border:1px solid #ddd;
	background:#fff;
	height:40px;
	padding-left:15px;
	width:100%;
}

.formWrap textarea{
	height:15em;
}

.formWrap .formBtn {
	display: block;
	position: relative;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #00698c;
	color: #00698c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
	margin:0 auto;
}

.formWrap .formBtn:hover {
	background:#00698c;
	color:#fff;
}

/*****work_detail*******/

.workSIngleMeta figcaption  {
	text-align:center;
	padding:0 0 30px 0;
	border-bottom:1px solid #ddd;
	margin-bottom:50px;
}

.workSIngleMeta .category {
	background:#00698c;
	color:#fff;
	font-size:1.2rem;
	font-style:normal;
	height:50px;
	line-height:50px;
	padding:0 20px;
	display:inline-block;
	position:relative;
	top:-30px;
	font-weight:bold;
}

.workSIngleMeta .ttl {
	font-size:3rem;
	margin-bottom:20px;
	font-weight:bold;
	line-height:1.3;
}

.workSingle .btn a  {
	margin:30px auto 100px auto;
}


/*****menu_detail*******/
.menu_detail .btn a  {
	margin:30px auto 100px auto;
}

/*****blogSingle*******/

.singleContent img  , .blogSingle  img {
	max-width:100%;
	height:auto;
	margin-bottom:30px;
}

.singleContent p {
	margin-bottom:30px;
}

.blogSingle .btn a {
	margin:30px auto 50px auto;
}

.meta {
	margin-bottom:20px;
}

.meta .category {
	background:#00698c;
	color:#fff;
	font-size:1.5rem;
	display:inline-block;
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0 10px;
	margin-right:15px;
}

.articleTtl {
	font-size:3rem;
	font-weight:bold;
	border-bottom:2px solid #00698c;
	padding-bottom:10px;
	margin-bottom:30px;
}

/*****menu_detail*******/
.menu_detail .image img {
	max-width:100%;
	height:auto;
	margin-bottom:40px;
}

.workTtl {
	font-size:3rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}

.workTtl  span {
	font-size:1.8rem;
}

.recBox {
	text-align:center;
	background:#f5f5f5;
	padding:30px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:50px;
}

.recBox dt{
	font-size:2.4rem;
	color:#00698c;
	font-weight:bold;
	margin-bottom:15px;
}

.twoImgList {
	font-size:0;
}

.twoImgList li {
	width:48%;
	margin-right:4%;
	vertical-align:top;
	display:inline-block;
	margin-bottom:4%;
}

.twoImgList li a:hover img {
	opacity:0.7;
}

.twoImgList li:nth-child(2n) {
	margin-right:0;
}

.twoImgList li figcaption {
	font-size:1.6rem;
	border:1px solid #ddd;
	text-align:center;
	padding:20px 0;
}


/*****categoryDl*******/

.categoryDl {
	width:1000px;
	display:table;
	margin:0 auto 50px auto;
}
.categoryDl dt {
	background:#00698c;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	width:200px;
	text-align:center;
	font-size:1.8rem;
}

.categoryDl dd {
	display:table-cell;
	border-right:2px solid #f5f5f5;
	border-top:2px solid #f5f5f5;
	border-bottom:2px solid #f5f5f5;
	vertical-align:middle;
	padding:20px;
}

.categoryDl dd li {
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #ddd;
}

.categoryDl dd li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
}

.categoryDl dd a:hover {
	text-decoration:underline;
}

/*****workList*******/
.workList .bgGlay {
	padding:50px 0;
}

.workList .bgGlay .imgFourColumn li:nth-child(n + 5) {
	margin-top:50px;
}

/*****blogList*******/
.blogList  .imgThreeColumn li:nth-child(n + 4) {
	margin-top:50px;
}


/*****voice*******/

.voiceBox {
	font-size:0;
	margin-top:80px;
}

.voiceBox li {
	font-size:1.4rem;
	background:#f5f5f5;
	padding:20px;
	display:inline-block;
	width:48%;
	margin-right:4%;
	vertical-align:top;
	margin-bottom:6%;
}

.voiceBox li:nth-child(2n) {
	margin-right:0;
}

.voiceBox .name {
	background:#00698c;
	color:#fff;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	width:420px;
	padding:10px;
	position:relative;
	top:-40px;
}

.voiceBox .txt {
	margin-top:-20px;
}


/*****dlA*******/
.dlA {
	width:800px;
	margin:0 auto 50px auto;
}

.dlA dt {
	font-size:1.8rem;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:15px;
}

.dlA li {
	margin-bottom:15px;
}

.dlA li li {
	margin:15px 0 15px 1.5em;
}

.dlA .num {
	font-style:normal;
	font-weight:bold;
	display:table-cell;
	padding-right:10px;
}

.dlA .content {
	display:table-cell;
}

.dlA .one {
	margin-bottom:15px;
	display:block;
}



/*****bred*******/
.bred {
	background:#f5f5f5;
	font-size:1.2rem;
	padding:20px 0;
	margin-bottom:100px;
}

/*****reasonOl*******/

.reasonOl {
	margin-top:80px;
}

.reasonOl li {
	border:4px solid #00698c;
	margin-bottom:100px;
}

.reasonOl li .wrap {
	display:table;
	width:1000px;
	padding:30px;
}

.reasonOl li .image {
	display:table-cell;
	width:450px;
}

.reasonOl li .txt {
	display:table-cell;
	vertical-align:middle;
	padding-left:30px;
}

.reasonOl li .ttl {
	background:#00698c;
	color:#fff;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	display:block;
	width:600px;
	padding:20px;
	margin:-40px auto 0;
}

/*****tbl*******/
.tblA {
	font-size:0;
	width:800px;
	margin:0 auto 100px;
}

.tblA dt{
	display:inline-block;
	font-size:1.5rem;
	font-weight:bold;
	width:200px;
	border-top:1px solid #ddd;
	padding:15px 0;
	vertical-align:top;
	margin-right:50px;
}

.tblA dt:last-of-type {
	border-bottom:1px solid #ddd;
}

.tblA dd{
	display:inline-block;
	font-size:1.5rem;
	width:550px;
	border-top:1px solid #ddd;
	padding:15px 0;
	vertical-align:top;
}

.tblA dd:last-of-type {
		border-bottom:1px solid #ddd;
}

/*****map*******/
.ggmapSize {
	width:800px;
	margin:0 auto;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access .oneModP {
	width:800px;
	margin:0 auto;
}

/*****staff flow*******/
.staffBox {
	margin-bottom:50px;
}

.staffBox figure {
	display:table;
	
}

.staffBox figure .image {
	display:table-cell;
	width:45%;
	vertical-align:top;
	line-height:0;
	
}

.staffBox figure figcaption {
	background:#f5f5f5;
	display:table-cell;
	vertical-align:middle;
	padding-left:30px;
	padding-right:30px;
}

.staffBox figure figcaption .name {
	font-size:2.4rem;
	font-weight:bold;
	color:#00698c;
	margin-bottom:10px;
}

.step {
	background:#00698c;
	border-radius:20px;
	display:inline-block;
	color:#fff;
	font-style:normal;
	font-size:1.8rem;
	padding: 5px 15px;
	position:relative;
	top:-5px;
	margin-right:10px;
}

.flowArrow {
	text-align:center;
	margin-bottom:50px;
}

.areaTbl {
	width:800px;
	margin:0 auto;
	border:2px solid #f5f5f5;
	padding:30px 0;
}

.areaTbl.typeB {
	margin:0 auto 50px auto;
}

.areaTbl dt {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:200px;
}

.areaTbl dt .en {
	display:block;
	color:#00698c;
	font-size:4rem;
	line-height:1.4;
}

.areaTbl.typeB dt .en {
	font-size:2.6rem;
}

.areaTbl dd {
	display:table-cell;
	vertical-align:middle;
	padding-right:20px;
}

.areaTbl dd strong {
	color:#00698c;
}

.areaTbl.typeB dd strong {
	display:block;
}

.faqDl dt{
	display:table;
}

.faqDl dt img {
	display:table-cell;
}

.faqDl dt  span{
	color:#00698c;
	font-weight:bold;
	font-size:2rem;
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}

.faqDl dd {
	margin-top:20px;
	background:#f5f5f5;
	padding:30px;
}

.faqDl  {
	margin-bottom:50px;
}

.faqDl:last-of-type {
	margin-bottom:0;
}

/********menu ブレイクポイント***************/
@media screen and (min-width:1401px) {
	.siteHeaderInner {
		display:-webkit-box;
		display:-ms-flexbox;
		display: -webkit-flex;
		display:flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 1400px) {
/*header*/
.siteHeader {
	min-width:100%;
}

.logo.pc {
	display: table;
	margin: 0 auto;
}

.siteHeader .logo.pc a span {
	display:none;
}

.mainNav.pc {
	position:static;
	right:auto;
	top:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	display: table;
	font-size:17px;
}

.mainNav.pc ul {
	padding-right:0;
}

.siteHeader .btn {
	display: table-cell;
	position: absolute;
	right: -30px;
	top: -30px;
}

.siteHeader .btn a {
	width:140px;
	background:#00698c;
	border:none;
	font-size:1.3rem;
}
}

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

/*imgLeft*/
.imgLeft .txtBox .modP {
	padding-right:20px;
	width:320px;
}
/*imgThreeColumn*/
.imgThreeColumn {
	width:100%;
}

.imgThreeColumn li {
	width:30%;
}

/*about*/
.pages.imgLeft .image {
	width:100%;
	display:block;
}

.pages.imgLeft .txtBox {
	display: block;
	left: 0;
	padding-right: 0;

}

.pages.imgLeft .txtBox .modP {
	width:100%;
}

.sentenceBox {
	width:89%;
}

.pages.imgRight .image.pc {
	display:none;
}

.pages.imgRight .image.sp {
	display:block !important;
	width:100%;
}

.pages.imgRight .txtBox {
	right:0;
}
}

/********sp***************/

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

.siteHeaderInner {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
	
/*common*/

body {
	font-size:1.3rem;
}

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

.cntInner {
	padding:0 5%;
}

.inner {
	width:90%;
}

.pageTop {
	position:fixed;
	right:0px;
	bottom:0px;
}

.pageTop a {
	background:rgba(21,21,21,0.9) ;
	width:50px;
	height:50px;
	display:block;
	text-align: center;
	padding-top: 13px;
}

/*margin*/

.flow.mb100 ,
.about.mb100 {
	margin-bottom:50px;
}
.mb100 {
	margin-bottom:50px;
}

/*header*/
#change {
	display:none;
	width:100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,105,140,0.6) ;
	z-index:99;
}

.changeInner {
	position:relative;
	height:inherit;
	padding: 0 0 0 5px;
}

.changeInner .logo {
	position:relative;
	margin:0;
	top:0;
	left:5px;
}

.changeInner .hum {
	position:absolute;
	right:5%;
	top:15px;
}

.siteHeader {
	min-width:100%;
	padding:0 5%;
}

.logo {
	line-height:1;
	margin-top:-5px;
}

.mainNav {
}

.mainNav .phone {
	position:absolute;
	top:0;
	right:50px;
}

#change .phone {
	position:absolute;
	top:13px;
	right:60px;
}

.topMainTxt {
	width:100%;
}

.topMainTxt .lead .en {
	font-size:2.6rem;
	letter-spacing:2px;
	display:block;
	line-height:1.3;
}

.topMainTxt .lead .jpTxt {
	font-size:1.2rem;
	margin-top:0.5em;
}

.mainNews a {
	padding:10px 0;
}

.mainNews {
	width:90%;
}

.mainNews .ttl {
	display:block;
	padding-left:0;
	margin-top:10px;
}

.mainNews .category {
	padding:2px 5px;
}

.mainNews time {
	font-size:1.4rem;
	padding-right:10px;
}

.scrollBt {
	bottom:10px;
}

/*hamburger*/
.closeBT {
	position: absolute;
	right: 10%;
	top: 5%;
	z-index:99;
}

.humNavi {
	padding-top:10%;
}

.humNavi li {
}


.humNavi li a {
	display:block;
	padding:10px 0;
}

#hum {
	display:none;
}

.modaal-inline.modaal-fullscreen .modaal-container {
	background:rgba(255,255,255,0.7) ;
}

/*btn*/
.btn a {
	width:100%;
}


/*ttl*/
.ttlA {
	font-size:4rem;
	letter-spacing:3px;
	margin-left:0;
	margin-top:-30px;
	margin-bottom:20px;
}

.ttlB:after ,
.ttlA:after {
	width:100px;
	height:5px;
}

.ttlB {
	font-size:4rem;
	letter-spacing:3px;
	top:-30px;
}

.ttlC {
	font-size:2rem;
	letter-spacing:0px;
}


.ttlC:after {
	width:80px;
	height:3px;
	margin:0 auto 30px;
}

.subTtlB:after  {
	width:80px;
	height:3px;
}

.subTtlA {
	font-size:1.8rem;
}

.subTtlB {
	font-size:1.6rem;
}

/*imgLeft*/
.imgLeft .image {
	width:100%;
	display:block;
}

.imgLeft .txtBox {
	padding-left:5%;
	padding-right:5%;
	display:block;
	
}

.imgLeft .txtBox .modP {
	width:100%;
	padding-right:0;
}

/*imgRight*/
.imgRight .image {
	width:100%;
	display:block;
}

.imgRight .txtBox {
	padding-left:5%;
	padding-right:5%;
	display:block;
	
}

/*imgFourColumn*/
.imgFourColumn {
	padding:0 5%;
}

.imgFourColumn li {
	width:100%;
	margin-right:0;
}

.imgFourColumn .ttl {
	font-size:1.4rem;
	margin-bottom:10px;
}

.imgFourColumn .txt {
	font-size:1.2rem;
}

.imgCenter .btn a {
	margin: 30px auto 0;
}

/*threeCnt*/
.threeCnt .cntInner {
	padding:0;
}

/*imgThreeColumn*/
.imgThreeColumn {
	width:100%;
}

.imgThreeColumn li {
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.imgThreeColumn li:last-child {
	margin-bottom:0;
}

.imgThreeColumn li .imgWrap {
	display:table-cell;
	width:40%;
}

.imgThreeColumn li figcaption {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

.imgThreeColumn .category.sp {
	position:inherit;
	display:inline-block !important;
	font-size:1rem;
	margin-bottom:10px;
}

.imgThreeColumn .date {
	font-size:1.2rem;
}

.imgThreeColumn .ttl {
	font-size:1.3rem;
}

/*footer*/

.siteFooterOuterA .inner {
	width:100%;
}

.siteFooterOuterA {
	padding:30px 0 0;
}

.contactUl {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.contactUl li {
	display:block;
	width:100%;
	padding:15px 0;
}

.contactUl li:nth-child(1) {
	border-right:none;
	border-bottom:1px solid #ddd;
}

.contactUl .heading {
	font-size:1.4rem;
}

.contactUl li .btn a {
	width:90%;
}

.contactUl .tel {
	font-size:2.4rem;
}

.footInfo .address {
	font-size:1.2rem;
	padding:0 5%;
}

.footInfo .footLogo {
	margin-bottom:10px;
}

.footInfo {
	padding-top:30px;
}

.footInfo .footNav {
	text-align:left;
	border:none;
	padding:0;
}

.footInfo .footNav li {
	width:50%;
	margin-right:0;
	font-size:1rem;
	text-align:center;
	border-right:none;
	border-top:1px solid #ddd;
}

.footInfo .footNav li a {
	height:40px;
	line-height:40px;
}

.footInfo .footNav li:nth-child(odd) {
	border-right:1px solid #ddd;
}

.footInfo .footNav li:last-child {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.footInfo .footNav li:nth-last-child(2) {
	border-bottom:1px solid #ddd;
}

.siteFooterOuterB address {
	font-size:1rem;
}

.siteFooterOuterB {
	padding:20px 0;
}

/*pageMv*/
#pageVisual {
	height:50vh;
}

/*bred*/
.bred {
	margin-bottom:50px;
	padding:10px 0 ;
	font-size:1rem;
}

/*about*/
.pages.imgLeft .txtBox {
	display:block;
	left:0;
	padding-right:0;
}

.txtBoxInner {
	padding:5%;
}

.sentenceBox {
	width:90%;
	margin:-30px auto 50px auto;
}

.sentenceBox:before {
	width:80px;
	height:3px;
}

.pages.imgRight .txtBox {
	display:block;
	right:0;
	padding-right:0;
}

.reasonOl {
	margin-top:0px;
}

.reasonOl li .ttl {
	width:100%;
	font-size:1.3rem;
	padding:6px 10px 10px 10px;
	margin:0;
}

.reasonOl li .wrap {
	width:100%;
	display:block;
	padding:10px;
}

.reasonOl li .image {
	display:block;
	width:100%;
}

.reasonOl li .txt {
	display:block;
	padding:5%;
}

.reasonOl li {
	margin-bottom:30px;
}

/*map*/

.access .oneModP ,
.ggmapSize {
	width:100%;
}

.oneModP {
	padding:15px 0;
}

/*tbl*/

.tblA {
	width:100%;
	margin: 0 auto 50px;
}

.tblA dt {
	display:block;
	width:100%;
	margin-right:0;
	font-size:1.3rem;
	border-top:none;
	padding:10px 0;
}

.tblA dd {
	display:block;
	width:100%;
	font-size:1.4rem;
}

.tblA dt:last-of-type ,
.tblA dd:last-of-type {
	border-bottom:none;
}

/*staffbox*/
.staff {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.staffBox figure figcaption ,
.staffBox figure .image {
	display:block;
	width:100%;
}

.staffBox figure figcaption {
	padding:20px;
}

.staffBox figure figcaption .name {
	margin-bottom:0;
	font-size:1.8rem;
}

/*workList*/
.workList {
	padding:0 5%;
}

.modPCenter {
	margin-bottom:30px;
}

.workList .bgGlay {
	padding:30px 0;
}

.workList .imgFourColumn li {
	margin-bottom:15%;
}

.workList .imgFourColumn li:last-child {
	margin-bottom:0;
}

.workList .bgGlay .imgFourColumn li:nth-child(n + 5) {
	margin-top:0;
}

/*.categoryDl*/
.categoryDl {
	width:100%;
	word-break:keep-all;
	margin: 0 auto 30px auto;
}

.categoryDl dt {
	width:100%;
	display:block;
	font-size:1.5rem;
}

.categoryDl dd li {
	padding-right:5px;
	margin-right:5px;
}

.categoryDl dd {
	display:block;
	border-top:none;
	border-left: 2px solid #f5f5f5;
	padding:10px;
	text-align:center;
}

/*workdetail*/
.workSIngleMeta .category {
	height:30px;
	line-height:30px;
	font-size:1rem;
	top:-25px;
}

.workSIngleMeta .ttl {
	font-size:2rem;
}

.workSIngleMeta figcaption {
	margin-bottom:30px;
}

.areaTbl {
	width:100%;
	padding:15px;
}

.areaTbl.typeB {
	margin:0 auto 30px auto;
}

.areaTbl dt {
	width:100%;
	display:block;
	margin-bottom:15px;
}

.areaTbl.typeB dt .en {
	font-size:2rem;
}

.workSingle .btn a {
	margin: 30px auto 50px auto;
}
	
/*flow*/
.flow .staffBox {
	margin-bottom:20px;
}

.flowArrow  {
	width:25px;
	margin:0 auto 20px auto;
}

.flowArrow img {
	width:100%;
	height:auto;
}

.step {
	display:block;
	text-align:center;
	font-size:1.4rem;
	margin-right:0;
	margin-bottom:5px;
}

.flow .staffBox figure figcaption .name {
	font-size:1.6rem;
	margin-bottom:10px;
}

.areaTbl dt .en {
	font-size:3rem;
}

.faqDl {
	margin-bottom:30px;
}

.faqDl dt span {
	font-size:1.6rem;
}

.faqDl dd {
	font-size:1.2rem;
	padding:15px;
}

/*menu_detail*/
.menu_detail .image img {
	margin-bottom:20px;
}

.workTtl {
	font-size:2rem;
}

.recBox {
	padding:15px 0;
	margin-bottom:30px;
}

.recBox dt {
	font-size:1.8rem;
}

.twoImgList li figcaption {
	font-size:1.3rem;
	padding:10px;
}

/*voice*/

.voiceBox {
	margin-top:40px;
}

.voiceBox li {
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom:50px;
}

.voiceBox .name {
	width:100%;
	font-size:1.5rem;
}

.voiceBox .txt {
	font-size:1.3rem;
}

/*blog*/
.blogList .categoryDl {
	width:90%;
}

.blogList .imgThreeColumn {
	border-top:1px solid #ddd;
}

.blogList .imgThreeColumn li {
	padding:5%;
	border-bottom:1px solid #ddd;
	margin-bottom:0;
	margin-top:0 !important;
}

.meta {
	margin-bottom:10px;
}

.meta .category {
	font-size:1.3rem;
	height:30px;
	line-height:30px;
	margin-right:10px;
}

.articleTtl {
	font-size:2rem;
	padding-bottom:5px;
	margin-bottom:20px;
}

.blogSingle  img {
	margin-bottom:20px;
}

.blogSingle .btn a {
	width:90%;
}

/*contact*/
.formWrap {
	width:100%;
	padding:10% 5%;
}

.formWrap dl {
	width:100%;
}

.formWrap .formBtn {
	width:100%;
}

.formWrap textarea ,
.formWrap input {
	border-radius:0;
	box-shadow:none;
	-webkit-appearance:none;
}

/*privacy policy*/
.dlA {
	width:100%;
}

.dlA dt {
	font-size:1.5rem;
}

.dlA .num {
	width:12%;
	letter-spacing:0em;
	font-size:1.3rem;
}

}

/*pager*/
.pageLoader {
	position: relative;
	margin-top: 4rem;
	display: none;
}
.pageLoaderSpinner2 {
	position: relative;
	width: 40px;
	height: 40px;
	margin: auto;
}
.pageLoaderSpinner2 .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.pageLoader .container1 > div, .pageLoader .container2 > div, .pageLoader .container3 > div {
	background-color: rgba(0, 105, 140, 1);
}


.wow {
	visibility: hidden;
}
/*
	add setting
*/

span.red {
	color:#ff3333;
}
span.blue {
	color:#3333ff;
}
.staffBox figure figcaption .name {
	line-height:1.2;
	font-size:20px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align: center;
	align-items: center;
}
.step{
	top:0;
}
@media screen and (max-width: 770px) {
	.staffBox figure figcaption .name {
		display:block;
	}
	.step{
		top:0;
		margin-bottom:10px;
	}
}

/*****************************************************************************
	Flex Box
*****************************************************************************/
/***********
horizon
************/
.f_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.f_item {
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}
.f_h_start {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/*****************************************************************************
	common media
*****************************************************************************/
.col {
	width:100%;
}
@media screen and (max-width:770px){
	/* for Mobile */
	.f_res {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	div.blank {
		height:25px;
	}
	div.blankx2 {
		height:50px;
	}
	.pc {
		display:none;
	}
	.order_top {
		-webkit-order:-1;
		-ms-order:-1;
		order:-1;
	}
	.order_1 {
		-webkit-order:1;
		-ms-order:1;
		order:1;
	}
	address {
	}
}
@media screen and (min-width:768px){
	/* for Tablet and PC */
	.f_res {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	div.blank {
		height:50px;
	}
	div.blankx2 {
		height:100px;
	}
	div.blankx3 {
		height:150px;
	}
	.sp {
		display:none;
	}
	.w10 {
		width:10%;
		min-width:10%;
	}
	.w15 {
		width:15%;
		min-width:15%;
	}
	.w20 {
		width:20%;
		min-width:20%;
	}
	.w20s {
		width:calc(20% - 1em);
		min-width:calc(20% - 1em);
	}
	.w20l {
		width:calc(20% + 1em);
		min-width:calc(20% + 1em);
	}
	.w25 {
		width:25%;
		min-width:25%;
	}
	.w25s {
		width:calc(25% - 1em);
	}
	.w33{
		width:calc(100% / 3);
	}
	.w33s{
		width:calc(100% / 3 - 0.5em);
	}
	.w30 {
		width:30%;
		min-width:30%;
	}
	.w30s {
		width:calc(30% - 1em);
		min-width:calc(30% - 1em);
	}
	.w30l {
		width:calc(30% + 1em);
	}
	.w35 {
		width:35%;
		min-width:35%;
	}
	.w35s {
		width:calc(35% - 1em);
		min-width:calc(35% - 1em);
	}
	.w40 {
		width:40%;
		min-width:40%;
	}
	.w40s {
		width:calc(40% - 1em);
		min-width:calc(40% - 1em);
	}
	.w45 {
		width:45%;
	}
	.w45s {
		width:calc(45% - 1em);
		min-width:calc(45% - 1em);
	}
	.w45l {
		width:calc(45% + 1em);
		min-width:calc(45% + 1em);
	}
	.w60 {
		width:60%;
		min-width:60%;
	}
	.w60s {
		width:calc(60% - 1em);
	}
	.w60l {
		width:calc(60% + 1em);
	}
	.w66 {
		width:66%;
	}
	.w50s {
		width:calc(50% - 1em);
	}
	.w50 {
		width:50%;
		min-width:50%;
	}
	.w50l {
		width:calc(50% + 1em);
	}
	.w55 {
		width:calc(55%);
		min-width:calc(55%);
	}
	.w55s {
		width:calc(55% - 1em);
		min-width:calc(55% - 1em);
	}
	.w65 {
		width:65%;
		min-width:65%;
	}
	.w65s {
		width:calc(65% - 1em);
		min-width:calc(65% - 1em);
	}
	.w75 {
		width:75%;
	}
	.w75s {
		width:calc(75% - 1em);
	}
	.w70 {
		width:70%;
	}
	.w70s {
		width:calc(70% - 1em);
	}
	.w70l {
		width:calc(70% + 1em);
	}
	.w80 {
		width:80%;
	}
	.w80s {
		width:calc(80% - 1em);
	}
	.w80l {
		width:calc(80% + 1em);
	}
	.w85 {
		width:85%;
	}
	.w90 {
		width:90%;
	}
	.w95 {
		width:95%;
	}
}

.f_cc {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.company {
	max-width:800px;
	width:100%;
	margin:0 auto 100px auto;
}
ul.company li {
}
ul.company > li > div {
	padding:1em 0;
	border-top:1px solid #ddd;
}
ul.company > li > div:first-child {
	font-weight:bold;
}
ul.company > li:last-child > div {
	padding:1em 0;
	border-bottom:1px solid #ddd;
}
@media screen and (max-width:770px) {
	ul.company > li > div:first-child {
		border:none;
	}
	ul.company > li:last-child > div {
		border-bottom:none;
	}
}