@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #212121;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover {
	opacity: 0.6;
}
img {
	vertical-align: bottom;
}
ins {
	background-color: #ff9;
	color: #2f3131;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #2f3131;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-size: 15px;
	height: 100%;
	line-height: 180%;
	color: #212121;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
button:hover {
	background: #1488ff;
}
label {
	cursor: pointer;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header div.pkg-header {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#logo {
	width: 7%;
    height: auto;
    display: block;
    z-index: 1;
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#logo-black {
	display: none;
}
#logo-slide {
	display: none;
}
#logo img {
	width: 100%;
	height: auto;
}
#menu {
	position: absolute;
	display: none;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	margin: 0;
	line-height: 0;
	color: #212121;
	text-align: center;
	font-size: 10px;
	top: 0;
	right: 0;
}
#menu i {
	height: 65px;
	line-height: 65px;
}
#menu i:first-child {
	display: block;
}
#menu i:nth-child(2) {
	display: none;
}
nav#nav-sub {
	position: absolute;
	top: 0;
	right: 0;
}
nav#nav-sub ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#nav-sub ul li {
	display: block;
}
nav#nav-sub ul li:nth-last-child(2) {
	background: #475d74;
}
nav#nav-sub ul li:last-child {
	background: #1dcd00;
}
nav#nav-sub ul li a {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #fff;
}
nav#nav-sub ul li:nth-last-child(2),
nav#nav-sub ul li:last-child {
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
}
nav#nav-sub ul li .search_box {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}
nav#nav-sub ul li .search_box form i {
    padding: 0;
    color: #fff;
    position: relative;
    float: left;
    font-size: 18px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    line-height: 18px;
    margin: 11px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
nav#nav-sub ul li .search_box form input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: 140px;
    font-size: 10px;
    height: 26px;
    line-height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 7px 10px 7px 10px;
}
nav#nav-main {
	width: 92%;
}
nav#nav-main ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 12px;
	padding-right: 20px;
}
nav#nav-main ul li {
	height: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 15px;
	margin: 15px 0;
}
nav#nav-main ul li a {
	width: 100%;
	position: relative;
	display: block;
	line-height: 28px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	padding-bottom: 21px;
	color: #fff;
}
nav#nav-main ul li a:before,
nav#nav-main ul li a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav#nav-main ul li a:before {
	bottom: 15px;
	display: block;
	height: 1px;
	width: 0;
	content: "";
	background-color: #fff;
}
nav#nav-main ul li a:after {
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	color: #ffffff;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}
nav#nav-main ul li a:hover:before,
nav#nav-main ul li .current a:before {
	opacity: 1;
	width: 100%;
}
nav#nav-main ul li a:hover:after,
nav#nav-main ul li .current a:after {
	max-width: 100%;
}
nav#nav-main ul li:nth-child(8) {
	padding-right: 30px;
}
nav#nav-main ul li:last-child {
	display: inline-block;
    background: #ff3a72;
    height: 40px;
    margin: 10px 0 0 0;
    transition: all 0.8s ease 0s;
}
nav#nav-main ul li:last-child a {
    color: #fff;
    font-size: 14px;
    padding-bottom: 0;
    line-height: 40px;
}
nav#nav-main ul li:last-child:hover {
	opacity: 0.6;
}
nav#nav-main ul li:last-child a:before,
nav#nav-main ul li:last-child a:after {
	display: none;
}
nav#nav-sp {
	position: absolute;
	width: 100%;
	height: 600px;
	overflow-x: scroll;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 65px;
	z-index: 1;
	background: #fff;
	margin-bottom: 120px;
}
nav#nav-sp {
	display: none;
}
nav#nav-sp ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #eee;
}
nav#nav-sp ul li {
	position: relative;
	width: 50%;
	border-right: 1px solid #eee;
	border-bottom: solid 1px #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav#nav-sp ul li:nth-child(2n) {
	border-right: none;
}
nav#nav-sp ul li:last-child	{
	width: 100%;
	padding: 18px;
	border: none;
}
nav#nav-sp ul li:last-child div {
	display: block;
	padding: 40px 20px 100px 20px;
}
nav#nav-sp ul a {
	width: 100%;
	min-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #212121;
	font-weight: bold;
	padding: 18px 18px 18px 20px;
}
nav#nav-sp ul li:last-child a {
	background: #ff3a72;
	text-align: center;
	color: #fff;
}
.conts-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.conts-fixed.pkg-header {
	height: 80px;
	background: #fff;
	transition: 0.8s;
}
.conts-fixed #logo {
	display: none;
}
.conts-fixed #logo-slide {
	width: 6%;
    height: auto;
    display: block;
    z-index: 1;
    padding: 17px 0 0 20px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
}
.conts-fixed nav#nav-main {
	width: 94%;
}
.conts-fixed nav#nav-main ul {
    height: 65px;
    padding-top: 25px;
    padding-right: 20px;
}
.conts-fixed nav#nav-main ul li {
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.conts-fixed nav#nav-main ul li a {
	padding-bottom: 17px;
	color: #212121;
}
.conts-fixed nav#nav-main ul li div {
	top: 65px;
}
.conts-fixed nav#nav-main ul li a:before {
	bottom: 15px;
	background-color: #212121;
}
.conts-fixed nav#nav-main ul li:nth-child(8) {
	padding-right: 20px;
}
.conts-fixed nav#nav-main ul li:last-child {
	display: inline-block;
    background: #ff3a72;
    height: 30px;
    margin: 0;
    transition: all 0.8s ease 0s;
}
.conts-fixed nav#nav-main ul li:last-child a {
    color: #fff;
    font-size: 13px;
    padding-bottom: 0;
    line-height: 31px;
}
.conts-fixed nav#nav-main ul li:last-child:hover {
	opacity: 0.6;
}
.conts-fixed nav#nav-main ul li:last-child a:before,
.conts-fixed nav#nav-main ul li:last-child a:after {
	display: none;
}
.underlayer {
	position: inherit;
    background: #fff;
}
.underlayer .pkg-header #logo {
	display: none;
}
.underlayer .pkg-header #logo-black {
	width: 7%;
    height: auto;
    display: block;
    z-index: 1;
    padding: 15px 0 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.underlayer .pkg-header #logo-black img {
	width: 100%;
	height: auto;
}
.underlayer .pkg-header.conts-fixed #logo-black {
	display: none;
}
.underlayer nav#nav-main ul li a {
	color: #212121;
}
.underlayer nav#nav-main ul li:last-child a {
	color: #fff;
}
.experience-sp-head {
	display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
footer {
	width: 100%;
	background: #212121;
}
.f-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
}
.f-wrap .company-profile {
	width: 70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.f-wrap .company-profile .f-logo {
	width: 15%;
	padding-right: 4%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.f-wrap .company-profile .txt {
	width: 85%;
	font-size: 14px;
	line-height: 140%;
}
.f-wrap .company-profile .txt .profile {
	margin-bottom: 20px;
}
.f-wrap .company-profile .f-logo img {
	width: 100%;
	height: auto;
}
.f-wrap .site-map {
	width: 30%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.f-wrap .site-map .f-nav {
	width: 100%;
	height: auto;
}
.f-wrap .site-map .f-nav li {
	line-height: 100%;
	margin-bottom: 10px;
}
.f-wrap .site-map .f-nav li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.8s ease 0s;
}
.f-wrap .site-map .f-nav li a:hover {
	opacity: 0.6;
}
.f-wrap .company-profile .eng,
.f-wrap .site-map .eng {
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 40px;
	color: #fff;
}
.copyright {
	font-size: 10px;
	text-align: center;
	color: #fff;
}
.back_top a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #212121;
	color: #fff;
	font-size: 14px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.back_top a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.breadcrumbs-pkg {
    background: #fff;
}
#breadcrumbs p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    color: #212121;
    padding: 12px 0;
}
#breadcrumbs a {
    color: #999;
    transition: 0.8s;
}
#breadcrumbs a:hover {
	color: #e0be7c;
}
#breadcrumbs span,
#breadcrumbs a {
    line-height: 30px;
}
.wp-pagenavi {
    margin-top: 40px;
}
.wp-pagenavi .current, .wp-pagenavi .pages {
    font-size: 15px;
    padding: 12px 20px;
    color: #999;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-right: 5px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wp-pagenavi .inactive {
    font-size: 15px;
    padding: 12px 20px;
    background: #fff;
    margin-right: 5px;
    color: #212121;
    border: 1px solid #212121;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wp-pagenavi a {
    padding: 12px 20px;
    display: inline-block;
}

