@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

/*common*/

/*
	main-color : #004098;
	main-color-rgb: rgb(0,105,140):
*/

* {
	box-sizing: border-box;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder {
	color: #aaa;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-family: "Noto Sans JP", "游ゴシック体", "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.4rem;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.7;
	color: #151515;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.sp {
	display: none !important;
}

.pc {
	display: block;
}

a {
	text-decoration: none;
	color: #151515;
}

.imgWrap .wp-post-image,
.reImg {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.bgGlay {
	background: #f5f5f5;
}

.cntInner {
	padding: 0 50px;
}

.inner {
	width: 100%;
	max-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', "Noto Sans JP", "游ゴシック体", "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: #004098;
	display: block;
	width: 180px;
	height: 5px;
	position: relative;
}

.imgRight .ttlA {
	margin-left: -25px;
}

.ttlB {
	font-size: 6rem;
	letter-spacing: 5px;
	line-height: 1.4;
	text-align: center;
	position: relative;
	top: -50px;
}

.ttlB:after {
	content: "";
	background: #004098;
	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: #004098;
	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: #004098;
	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: #004098;
	border: 1px solid #004098;
}

.btn.blue a {
	border: 1px solid #004098;
	color: #004098;
}

.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;
	visibility: hidden;
}

.siteHeaderInner {
	position: relative;
	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: relative;
	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: 1;
	color: #fff;
	width: 100%;
	height: 100%;
}

.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,
.imgRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.home .imgLeft,
.home .imgRight {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.imgLeft .image,
.imgRight .image {
	width: 60%;
	min-height: 0%;
}

.imgRight .txtBox {
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.imgRight .image {
	order: 2;
}

.txtBox {
	width: 40%;
	min-height: 0%;
	vertical-align: middle;
}

.txtBox .modP {
	margin-bottom: 20px;
}

.txtBox .txtBoxInner {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
}

.pages .txtBox .txtBoxInner {
	padding: 50px;
	background: #fff;
	width: calc(100% + 100px);
}

.pages.imgLeft .txtBox .txtBoxInner {
	left: -50px;
}

.pages.imgRight .txtBox .txtBoxInner {
	right: -50px;
	margin-left: -100px;
}

.sentenceBox {
	width: 800px;
	margin: -50px auto 100px auto;
}

.sentenceBox:before {
	content: "";
	background: #004098;
	display: block;
	width: 120px;
	height: 5px;
	margin: 10px 0 20px 0;
}

.sentenceBox p:nth-child(n + 1) {
	margin-top: 30px;
}

/***** 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;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.imgThreeColumn li {
	width: 300px;
	display: inline-block;
	margin-right: 3%;
	text-align: left;
	vertical-align: top;
}

.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: #004098;
	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.aSection {
	background: url("../img/about/mv_about_01.jpg") no-repeat center center;
	background-size: cover;
}

.flow.fSection {
	background: url("../img/flow/mv_flow_01.jpg") no-repeat center center;
	background-size: cover;
}

.privacy.pSection {
	background: url("../img/privacy/mv_privacy_01.jpg") no-repeat center center;
	background-size: cover;
}

.voice.vSection {
	background: url("../img/voice/mv_voice_01.jpg") no-repeat center center;
	background-size: cover;
}

.menu.mSection {
	background: url("../img/menu/mv_menu_01.jpg") no-repeat center center;
	background-size: cover;
}

.work.wSection {
	background: url("../img/work/mv_work_01.jpg") no-repeat center center;
	background-size: cover;
}

.blog.cSection {
	background: url("../img/blog/mv_blog_01.jpg") no-repeat center center;
	background-size: cover;
}

.contact.conSection {
	background: url("../img/contact/mv_contact_01.jpg") no-repeat center center;
	background-size: cover;
}

.nSection {
	background: url("../img/blog/blog_mainvisual.png") center center / cover no-repeat;
}

/*****form*******/
.mw_wp_form_input .formMessage01,
.mw_wp_form_confirm .formMessage02 {
	display: block;
}

.mw_wp_form_confirm .formMessage01,
.mw_wp_form_input .formMessage02 {
	display: none;
}

.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;
	word-break: break-all;
}

.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 #004098;
	color: #004098;
	-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: #004098;
	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: #004098;
	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 img,
.blogSingle p img {
	margin-bottom: 0;
}

.singleContent p {
	margin-bottom: 30px;
}

.blogSingle .btn a {
	margin: 30px auto 50px auto;
}

.meta {
	margin-bottom: 20px;
}

.meta .category {
	background: #004098;
	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 #004098;
	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;
}


.upperBox {
	text-align: center;
	margin: 2em auto 50px auto;
}

.upperBox h3 {
	font-size: 3rem;
	font-weight: bold;
}

.upperBox dl {}

.upperBox dt {
	font-size: 2.2rem;
	color: #333333;
	font-weight: bold;
	margin: 1em auto 0 auto;
}

.upperBox .content {
	text-align: left;
}


.recBox {
	max-width: 800px;
	text-align: center;
	background: #f5f5f5;
	padding: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2em auto 50px auto;
}

.recBox h3 {
	font-size: 2.4rem;
	color: #004098;
	font-weight: bold;
}

.recBox dl {}

.recBox dt {
	font-size: 2.2rem;
	color: #333333;
	font-weight: bold;
	margin: 1em auto 0.5em auto;
}

.recBox .content {
	text-align: left;
	padding: 0 30px;
}

.twoImgList {
	font-size: 0;
}

.twoImgList li {
	width: 48%;
	margin-right: 4%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 4%;
}

.twoImgList li figure a {
	display: block;
	width: 100%;
	padding-top: 66%;
	position: relative;
}

.twoImgList li figure a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.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 {
	max-width: 1000px;
	width: 100%;
	display: table;
	margin: 0 auto 50px auto;
}

.categoryDl dt {
	background: #004098;
	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%;
	vertical-align: top;
	margin-bottom: 6%;
}

.voiceBox li:only-child {
	margin-right: auto;
	margin-left: auto;
}

.voiceBox .name {
	background: #004098;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	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;
	white-space: nowrap;
}

.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 #004098;
	margin-bottom: 100px;
}

.reasonOl li .wrap {
	display: table;
	width: 100%;
	max-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: #004098;
	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: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	background: #f5f5f5;

}

.staffBox figure .image {
	width: 45%;
	vertical-align: top;
	line-height: 0;

}

.staffBox figure figcaption {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #f5f5f5;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.staffBox figure figcaption .name {
	font-size: 2.4rem;
	font-weight: bold;
	color: #004098;
	margin-bottom: 10px;
}

.step {
	background: #004098;
	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;
	white-space: nowrap;
}

.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: #004098;
	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: #004098;
}

.areaTbl.typeB dd strong {
	display: block;
}

.faqDl dt {
	display: table;
}

.faqDl dt img {
	display: table-cell;
}

.faqDl dt span {
	color: #004098;
	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;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1400px) {

	/*header*/
	.siteHeader {
		min-width: 100%;
	}

	.siteHeader .logo {
		display: table;
		margin: 0 auto;
	}

	.siteHeader .logo a span {
		display: none;
	}

	.siteHeader .logo a img {
		padding-right: 0;
	}

	.mainNav.pc {
		position: static;
		right: auto;
		top: auto;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}

	.mainNav.pc ul {
		padding-right: 0;
	}

	.siteHeader .btn {
		display: table-cell;
		position: absolute;
		right: -30px;
		top: -30px;
	}

	.siteHeader .btn a {
		width: 140px;
		background: #004098;
		border: none;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1024px) {

	/*imgThreeColumn*/
	.imgThreeColumn {
		width: 100%;
	}

	.imgThreeColumn li {
		width: 30%;
	}

	/*about*/
	.imgRight .image {
		order: 1;
	}

	.imgRight .txtBox {
		order: 2;
	}

	.imgRight .ttlA {
		margin-left: -50px;
	}

	.pages.imgLeft,
	.pages.imgRight {
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}

	.pages .txtBox .txtBoxInner {
		padding: 0 0 0 50px;
	}

	.pages.imgLeft .txtBox .txtBoxInner {
		width: 100%;
		left: auto;
	}

	.pages.imgRight .txtBox .txtBoxInner {
		width: 100%;
		right: auto;
		margin-left: auto;
	}

	.sentenceBox {
		width: 89%;
	}

}

/********sp***************/

@media screen and (max-width: 770px) {

	.siteHeaderInner {
		min-height: 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	/*common*/

	body {
		font-size: 1.3rem;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.cntInner {
		padding: 0 5%;
	}

	.inner {
		width: 90%;
		max-width: none;
	}

	.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, 0, 255, 0.6);
		z-index: 99;
	}

	.changeInner {
		position: relative;
		height: inherit;
		padding: 0 0 0 5%;
	}

	.changeInner .logo {
		margin: 0;
	}

	.changeInner .hum a {
		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;
		width: 50px;
		height: 50px;
	}

	.siteHeader {
		min-width: 100%;
		padding: 0 0 0 5%;
	}

	.logo {
		line-height: 1;
		margin-top: -5px;
	}

	.siteHeader .logo {
		width: calc(100% - 110px);
		margin: 0;
	}

	.mainNav .hum a {
		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;
		width: 60px;
		height: 70px;
	}

	.mainNav .phone {
		position: absolute;
		top: 0;
		right: 60px;
	}

	.mainNav .phone a {
		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;
		width: 50px;
		height: 70px;
	}

	#change .phone a {
		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;
		width: 40px;
		height: 50px;
	}

	#change .phone img {
		width: 26px;
	}

	.topMainTxt,
	.topMainTxt>div {
		width: 100%;
	}

	.topMainTxt .lead .en {
		font-size: 3.6rem;
		letter-spacing: 2px;
		display: block;
		line-height: 1.3;
	}

	.topMainTxt .lead .jpTxt {
		font-size: 1.6rem;
		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 {
		width: 60px;
		height: 60px;
		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;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
	}

	.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;
	}

	.imgRight .ttlA {
		margin-left: 0;
	}

	.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,
	.imgRight {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.imgLeft .image,
	.imgRight .image {
		width: 100%;
		display: block;
	}

	.imgLeft .txtBox,
	.imgRight .txtBox {
		width: 100%;
		display: block;
		position: relative;
		z-index: 5;
	}

	.txtBox .txtBoxInner {
		position: relative;
		left: auto;
		right: auto;
		width: 100%;
		padding: 5%;
	}

	.home .txtBox .txtBoxInner {
		padding-top: 0;
	}

	.pages.imgLeft .txtBox .txtBoxInner,
	.pages.imgRight .txtBox .txtBoxInner {
		padding: 5%;
	}

	/*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;
		border-top: 1px solid #ddd;
	}

	.footInfo .footNav li {
		width: 50%;
		margin-right: 0;
		padding: 0;
		font-size: 1.1rem;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}

	.footInfo .footNav li a {
		height: 40px;
		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;
	}

	.footInfo .footNav li:nth-child(odd) {
		border-right: 1px solid #ddd;
	}

	.footInfo .footNav li:last-child {
		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 0 10px 0;
		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 {
		display: block;
		background-color: transparent;
	}

	.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;
		text-align: left;
	}

	.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 h3 {
		font-size: 2.0rem;
	}

	.recBox dt {
		font-size: 1.8rem;
	}

	.recBox .content {
		padding: 0 15px;
	}

	.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, 64, 152, 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:771px) {

	/* 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;
}

/*blog対策*/

.single-post .blogList .btn.blue {
	margin-top: 5em;
}

.meta time {
	font-size: 1.6rem;
	padding-right: 10px;
}

.meta br {
	display: none;
}

.articleTtl {
	font-size: 3rem;
}

.singleContent,
.seoText,
.tableContents li a,
.blogDetail {
	font-size: 1.6rem;
	font-size: 16px !important;
	line-height: 2 !important;
}

.seoTtl02 {
	margin-top: 4em !important;
}

.seoTtl01 {
	margin-top: 2em !important;
	font-size: 2.8rem !important;
	font-size: 28px !important;
}

@media screen and (max-width:770px) {
	.meta br {
		display: block;
	}

	.articleTtl {
		font-size: 2.6rem;
	}

	.seoTtl01 {
		font-size: 2.4rem !important;
		font-size: 24px !important;
	}

	.seoTtl02 {
		margin-top: 2em !important;
	}

}

/******************************
	Radio Button Layout (Smart Phone)
*******************************/
@media screen and (max-width: 770px) {
	input[type="radio"] {
		position: relative;
		-webkit-appearance: button;
		appearance: button;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 24px;
		height: 24px;
		content: "";
		background-color: #FFFFFF;
		border: 1px solid #999999;
		-webkit-border-radius: 24px;
		border-radius: 24px;
		vertical-align: middle;
		cursor: pointer;
	}

	input[type="radio"]:checked:after {
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		content: "";
		width: 12px;
		height: 12px;
		background: #004098;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}

	.mw_wp_form .horizontal-item,
	.horizontal-item {
		margin: 0 10px 0 0 !important;
		display: inline-block;
	}

	.mwform-radio-field.horizontal-item label {
		white-space: nowrap;
		margin: 0 10px 10px 0 !important;
		display: inline-block;
	}
}

/***************
	Logo Size
****************/
@media screen and (max-width: 770px) {

	.siteHeader .logo a img,
	.changeInner .logo img {
		width: auto;
		height: auto;
		max-width: 200px;
		max-height: 40px;
	}

	.footInfo .footLogo img {
		width: auto;
		height: auto;
		max-width: 200px;
		max-height: 70px;
	}
}

@media screen and (min-width: 771px) {
	.siteHeader .logo a img {
		width: auto;
		height: auto;
		max-width: 200px;
		max-height: 60px;
	}

	.footInfo .footLogo img {
		width: auto;
		height: auto;
		max-width: 300px;
		max-height: 70px;
	}
}

/***** SNS Share Button *****/
.snsWrap {
	display: none;
	padding: 30px;
	background: #f2f2f2;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.snsWrap .snsWrapTtl {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2em;
}

.snsWrap .snsWrapTtl span {
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 770px) {
	.snsWrap {
		padding: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.snsWrap .snsWrapTtl {
		font-size: 13px;
		margin-bottom: 0.6em;
	}

	.snsWrap .snsWrapTtl span {
		font-size: 16px;
	}
}

@media screen and (max-width: 770px) {
	.about.aSection {
		background: url("../img/about/mv_about_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}

	.flow.fSection {
		background: url("../img/flow/mv_flow_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}

	.privacy.pSection {
		background: url("../img/privacy/mv_privacy_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}

	.voice.vSection {
		background: url("../img/voice/mv_voice_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}

	.menu.mSection {
		background: url("../img/menu/mv_menu_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}

	.work.wSection {
		background: url("../img/work/mv_work_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}

	.blog.cSection {
		background: url("../img/blog/mv_blog_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}

	.contact.conSection {
		background: url("../img/contact/mv_contact_01sp.jpg") no-repeat 50% 50%;
		background-size: cover;
	}
}

.formWrap .formBtn_wrap {
	display: flex;
	justify-content: center;
}

.formWrap .formBtn {
	margin: 0 10px;
}

