
.spOnly {
	display: none;
}

/*   ヘッダー   */

.header {
	display: none;
}
.header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 50px;
}
.header > div h1 {
	max-width: 250px;
}
.header > div > ul {
	display: flex;
	align-items: center;
}
.header > div > ul > li:nth-child(-n+4) {
	margin-right: 40px;
	padding: 22px 0;
}
.header > div > ul > li:nth-child(-n+4) > a {
	font-size: 14px;
	position: relative;
	display: inline-block;
}
.header > div > ul > li:nth-child(-n+4) > a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.header > div > ul > li:nth-child(-n+4) > a:hover::after {
  transform: scale(1, 1);
}
.header > div > ul > li:last-child {
	display: block;
	padding: 20px 25px;
	line-height: 1;
	background: #2e3b7d;
}
.header > div > ul > li:last-child img {
	width: 160px;
}
header.header {
	display: block;
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.is-show {
  transform: translateY(0);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li.menu__mega:hover {
	background: url(../img/common/ico_menu.png) no-repeat;
	background-position: bottom  center;
	background-size: 25%;
}
.menu > li.menu__mega:hover > a {
	position: relative;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0;
    background: #57badb;
}
li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
	display: flex;
	justify-content: center;
}
li.menu__mega:hover ul.menu__second-level li {
	margin: 0 25px;
}
li.menu__mega:hover ul.menu__second-level li a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	position: relative;
}
li.menu__mega:hover ul.menu__second-level li a::before {
	content: "";
	width: 15px;
	height: 7px;
	background: url(../img/common/ico_arrow_side_wh.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: -25px;
	top: calc(50% - 6px);
}


/*   共通パーツ   */


.titleH2 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 60px;
}
.titleH2 span {
	font-size: 18px;
	color: #777;
	display: block;
	margin-top: 10px;
}

.mvCont {
	width: 100%;
	height: 290px;
	padding-top: 70px;
}
.company .mvCont {
	background: url(../img/company/bg_mv.jpg) no-repeat center 70px;
	background-size: cover;
}
.business .mvCont {
	background: url(../img/business/bg_mv.jpg) no-repeat center 70px;
	background-size: cover;
}
.news .mvCont {
	background: url(../img/news/bg_mv.jpg) no-repeat center 70px;
	background-size: cover;
}
.mvCont > div {
	max-width: 1050px;
	width: 1050px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.mvCont h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	color: #fff;
}
.mvCont h2 span {
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.mvCont ul {
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.mvCont ul li {
	color: #fff;
	font-size: 14px;
	padding-right: 10px;
}
.mvCont ul li::after {
	content: "-";
	color: #fff;
	padding-left: 10px;
}
.mvCont ul li:last-child::after {
	content: "";
}
.mvCont ul li a {
	color: #fff;
	font-size: 14px;
}
.mvCont ul li a:hover {
	text-decoration: underline;
}

.pagesCont {
	padding: 100px 20px 150px 20px;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagination ul li {
	margin: 0 5px 20px 5px;
}
.pagination ul li a,
.pagination ul li span {
	display: block;
	background: #f0f0f0;
	padding: 8px 10px 0 10px;
	transition: 0.2s;
	height: 100%;
	line-height: 1;
}
.pagination ul li a:hover {
	transition: 0.2s;
	background: #2e3b7d;
	color: #fff;
}
.pagination ul li span.current {
	background: #2e3b7d;
	color: #fff;
}
.pagination ul li a.prev,
.pagination ul li a.next {
	position: relative;
	background: #fff;
}
.pagination ul li a.prev::before,
.pagination ul li a.next::after {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_bl.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	transition: 0.2s;
}
.pagination ul li a.prev::before {
	transform: scale(-1, 1);
}

div.wpcf7-validation-errors {
	padding: 20px !important;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #d80b0b;
	border: 2px solid #d80b0b !important;
}
span.wpcf7-not-valid-tip {
	color: #d80b0b !important;
}
.wpcf7 .ajax-loader {
	display: block !important;
}
.wpcf7c-conf, .wpcf7c-conf:focus {
  background-color: transparent;
  border: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}


/*   フッター   */


footer {
	border-top: 1px solid #ddd;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer > div:first-child dl {
	display: block;
	margin-bottom: 20px;
}
footer > div:first-child dl dt {
	max-width: 270px;
	margin-bottom: 15px;
}
footer > div:first-child dl dd {
	font-size: 14px;
}
footer > div:first-child div {
	display: flex;
}
footer > div:first-child div p:first-child {
	max-width: 363px;
}
footer > div:first-child div p:last-child {
	margin-left: 30px;
}
footer > div:first-child div p:last-child a {
	font-size: 13px;
	display: inline-block;
	position: relative;
	text-decoration: underline;
}
footer > div:first-child div p:last-child a:hover {
	text-decoration: none;
}
footer > div:first-child div p:last-child a::after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/common/ico_pdf.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -25px;
	top: calc(50% - 9px);
}

footer > div:last-child ul {
	display: flex;
	margin-bottom: 20px;
}
footer > div:last-child ul li {
	margin-left: 20px;
}
footer > div:last-child ul li a {
	font-size: 14px;
}
footer > div:last-child ul li a:hover {
	text-decoration: underline;
}
footer > div:last-child p {
	font-size: 11px;
	text-align: right;
}





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

.hamburger {
	display: none;
}
.spOnly {
	display: none;
}

}

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


}

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


/*   ヘッダー   */

.header {
	display: none;
}
.header > div {
	padding: 20px 0 20px 50px;
}
.header > div h1 {
	max-width: 250px;
}
.header > div > ul {
	display: none;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.is-show {
  transform: translateY(0);
}

.menuInner {
	width: 50%;
	margin: 0 auto;
	padding-top: 200px;
}
.menuInner > p {
	margin-bottom: 30px;
}
.menuInner > dl {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}
.menuInner > dl dt {
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 30px;
}
.menuInner > dl dt::before {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_wh.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
}
.menuInner > dl dt::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_open.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}
.menuInner > dl:last-child dt::after {
	display: none;
}
.menuInner > dl dt a {
	color: #fff;
}
.menuInner > dl dt.open::after {
	background: url(../img/common/ico_close.png) no-repeat;
	background-size: cover;
}
.menuInner > dl dd {
	padding-top: 10px;
	display: none;
}
.menuInner > dl dd ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 10px 20px;
}


/*   共通パーツ   */

.titleH2 {
	margin-bottom: 40px;
}

.top .hamburger__icon, .top .hamburger__icon:before, .top .hamburger__icon:after {
    background-color: #fff;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    background-color: #000;
}

.mvCont > div {
	width: 100%;
}
.mvCont ul {
	left: 20px;
}

.pagesCont {
	padding: 60px 20px 100px 20px;
}


/*   フッター   */


footer {
	padding: 50px;
	display: block;
}
footer > div:first-child {
	margin-bottom: 30px;
}
footer > div:first-child dl {
	display: block;
	align-items: flex-end;
	margin-bottom: 20px;
}
footer > div:first-child dl dt {
	max-width: 250px;
}
footer > div:first-child dl dd {
	font-size: 14px;
}
footer > div:first-child p {
	max-width: 363px;
}

footer > div:last-child ul {
	display: none;
}
footer > div:last-child p {
	font-size: 11px;
	text-align: center;
}

}


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

.spOnly {
	display: block;
}
.pcOnly {
	display: none;
}


/*   ヘッダー   */

.hamburger {
  top: 2px;
  right: 5px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  width: 35px;
}
.pagesInner .hamburger__icon, .pagesInner .hamburger__icon:before, .pagesInner .hamburger__icon:after {
	background-color: #000 !important;
}

.header {
	display: none;
}
.header > div {
	padding: 15px 0 15px 20px;
}
.header > div h1 {
	max-width: 180px;
}
.header > div > ul {
	display: none;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  display: block;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.is-show {
  transform: translateY(0);
}

.menuInner {
	width: 80%;
	margin: 0 auto;
	padding-top: 120px;
}
.menuInner > p {
	margin-bottom: 30px;
}
.menuInner > dl {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}
.menuInner > dl dt {
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 30px;
}
.menuInner > dl dt::before {
	content: "";
	width: 17px;
	height: 8px;
	background: url(../img/common/ico_arrow_side_wh.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
}
.menuInner > dl dt::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/ico_open.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}
.menuInner > dl:last-child dt::after {
	display: none;
}
.menuInner > dl dt a {
	color: #fff;
}
.menuInner > dl dt.open::after {
	background: url(../img/common/ico_close.png) no-repeat;
	background-size: cover;
}
.menuInner > dl dd {
	padding-top: 10px;
	display: none;
}
.menuInner > dl dd ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 10px 20px;
}


/*   共通パーツ   */

.titleH2 {
	font-size: 20px;
	margin-bottom: 30px;
}
.titleH2 span {
	font-size: 14px;
}

.top .hamburger__icon, .top .hamburger__icon:before, .top .hamburger__icon:after {
    background-color: #fff;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    background-color: #000;
}

.mvCont {
	height: 180px;
	padding-top: 54px;
}
.company .mvCont {
	background: url(../img/company/bg_mv.jpg) no-repeat right 54px;
	background-size: cover;
}
.business .mvCont {
	background: url(../img/business/bg_mv.jpg) no-repeat center 54px;
	background-size: cover;
}
.news .mvCont {
	background: url(../img/news/bg_mv.jpg) no-repeat center 54px;
	background-size: cover;
}
.mvCont > div {
	width: 100%;
}
.mvCont h2 {
	font-size: 20px;
}
.mvCont h2 span {
	font-size: 14px;
}
.mvCont ul {
	bottom: 10px;
	left: 20px;
}
.mvCont ul li {
	font-size: 12px;
	padding-right: 5px;
}
.mvCont ul li::after {
	padding-left: 5px;
}
.mvCont ul li a {
	font-size: 12px;
}

.pagesCont {
	padding: 50px 20px 60px 20px;
}


/*   フッター   */

footer {
	padding: 50px 20px;
	display: block;
}
footer > div:first-child dl {
	display: block;
	margin-bottom: 20px;
}
footer > div:first-child dl dt {
	max-width: 200px;
	margin: 0 auto 20px auto
}
footer > div:first-child dl dd {
	font-size: 13px;
	margin-left: 0;
	text-align: center;
}
footer > div:first-child div {
	display: block;
}
footer > div:first-child div p:first-child {
	max-width: 220px;
	margin: 0 auto 20px auto;
}
footer > div:first-child div p:last-child {
	text-align: center;
	margin-bottom: 30px;
}


footer > div:last-child ul {
	display: none;
}
footer > div:last-child p {
	font-size: 10px;
	text-align: center;
}



}



