@charset "UTF-8";

/* Color Scheme
------------------------------------------------------

	=Theme Color = #fe5b43, #55acee

------------------------------------------------------
*/

@import url(reset.css);

/* Google Font */
@import url(https://fonts.googleapis.com/css?family=Lato:400,200,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

/*
-----------------------------------------------------

	=WordPress Global Style

-----------------------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 auto 0.7em
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: normal;
}

blockquote {
	font-size: 97%;
	color: #000;
	padding: 1.6125em;
	margin: 0 auto 1.6125em;
	border: solid 1px #888;
	border-top: none;
	border-bottom: none;
}

blockquote p:last-child {
	padding: 0 !important;
	margin: 0 !important;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

pre {å
	overflow: auto;
	background: #000;
	color: #0F0;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
}

code,
kbd {
	font-weight: normal;
	margin: 1.625em 0;
	padding: 1.125em;
	background-color: #f1f1f1;
	border: solid 1px #ccc;
	display: block;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
}

ins {}

sup,
sub {
	font-size: 66%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*
-----------------------------------------------------

 	=Global Layout

-----------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif, serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	word-wrap: break-word;
	letter-spacing: 0;
}

body {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
dt,
dd,
li {
	line-height: 1.75;
	display: block;
}

table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
	margin: 0 auto 20px;
}

tr {
	border-bottom: solid 1px #ccc;
}

th,
td {
	padding: 1em;
	border: none;
	vertical-align: top;
}

th {
	font-weight: bold;
}

embed,
iframe,
object {
	max-width: 100%;
}

video {
	max-width: 100%;
	height: auto;
}

button {
	border: none;
	border-radius: none;
	background: none;
	cursor: pointer;
}

button:hover {
	opacity: .6;
}

p,
ul,
ol {
	margin-bottom: 20px;
}

p:last-of-type,
ul:last-of-type,
ol:last-of-type {
	margin-bottom: 0 !important;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a img {
	border: none;
}

a {
	color: #fe5b43;
	text-decoration: underline;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

em {}

ol li {
	display: list-item;
	list-style: decimal inside;
	line-height: 2;
	margin-bottom: 1.4em;
	font-size: 100%;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	margin: 30px 0;
	background-color: transparent;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	padding: 1%;
	font-size: 100%;
	font-weight: inherit;
	color: inherit;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #888;

	min-width: 70%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	border-color: #55acee !important;
}

textarea {}

input[type=text] {}

input[type=email] {}


input[type=submit] {
	cursor: pointer;
}
input[type=button] {
	cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit] {}

form em {
	float: right;
	background: #fe5b43;
	color: #fff;
	font-size: 80%;
	padding: 0em 0.35em;
	border-radius: 5px;
	font-style: bold;
}

form table em {
	margin-left: 0.7em;
}

form table th,
form table td {}

form ul {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

form ul li {
	display: inline-block !important;
}

form input[type="radio"] {
	margin-right: 0.7em;
}

form input[type*="submit"] {
	border: none;
	-webkit-appearance: none;
	border-radius: 5px;
	display: block;
	margin: 30px auto;
	width: 300px;
	background: #fff;
	color: #6495ed !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	text-decoration: none !important;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

form input[type*="submit"]:hover {
	opacity: 0.8;
}
form input[type*="button"] {
	border: none;
	-webkit-appearance: none;
	border-radius: 5px;
	display: block;
	margin: 30px auto;
	width: 300px;
	background: #fff;
	color: #6495ed !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	text-decoration: none !important;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

form input[type*="button"]:hover {
	opacity: 1;
}

/*
-----------------------------------------------------

	=Overall layout

-----------------------------------------------------
*/
html,
body {}

/* =Loader
-----------------------------------------------------------*/
html,
html body,
* html,
* html body {
	height: 100%;
}

#loader {
	display: none;
}

#loader {
	display: block;
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #fff;
}

#loader img{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 300px auto 0 auto;
	text-align: center;
}
.loading-text {
	margin-top: 350px;
	text-align: center;
}

* html #loader,
* html #loader p {
	position: absolute;
}

/*
-----------------------------------------------------

	=Page layout

-----------------------------------------------------
*/

#container2 {
	margin-left: 10px;
}

/*
-----------------------------------------------------

	=Header & Navigation

-----------------------------------------------------
*/


.wrapper {
	width: 1200px;
	margin: auto;
}

.window-scale {
	height: 600px;
}

#main {
	position: relative;
}

#primary {
	margin: 0 auto;
	width: 82%;
}
/* 
#secondary {
	float: left;
	width: 18%;
	position: fixed;
}
*/

#primary #content {
	padding: 40px;
	border-left: solid 0px #ddd;
}

/* 
#secondary #side {
	background: #fff url(images/side-colorchart.jpg) no-repeat left top;
	background-size: 4px 700px;
	min-height: 564px;
	padding: 40px;
}*/

/* Header & Navigation
-----------------------------------------------------*/
#page {
	padding-top: 140px;
}

#page2{
	padding-top: 140px;
}


#header {
	background: #fff;
	border-bottom: solid 0px #ddd;
	text-align: center;

	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

#header img {
	display: inline-block;
}

#header #header-in {
	padding: 30px 0 0;
}

#logo {
	margin-bottom: 15px;
}

#header #logo img {
	width: 80px;
}

#nav {
	text-align: center;
}

#nav ul li {
	display: inline-block;
}

#nav ul li:last-child {}

#nav a {
	display: block;
	padding: 18px 36px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all ease-in 0s;
	-moz-transition: all ease-in 0s;
	-ms-transition: all ease-in 0s;
	transition: all ease-in 0s;

	overflow: hidden;
	position: relative;
	z-index: 1;
	border-bottom: solid 4px #fe5b43;
}

#nav ul li:first-child a {
	border-color: #00008b;
}

#nav ul li:nth-child(2) a {
	border-color: #0000cd;
}

#nav ul li:nth-child(3) a {
	border-color: #0000ff;
}

#nav ul li:nth-child(4) a {
	border-color: #1e90ff;
}

#nav ul li:nth-child(5) a {
	border-color: #6495ed;
}

#nav ul li:nth-child(6) a {
	border-color: #00bfff;
}

#nav a span {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;
	transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;
}

#nav a .span02 {
	filter: alpha(ç=0);
	opacity: 0;
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	color: #00bfff;
	-webkit-transform: translateY(-20px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(-20px) translateZ(0) translate3d(0, 0, 0);
}

#nav ul li:first-child a .span02 {
	color: #00008b;
}

#nav ul li:nth-child(2) a .span02 {
	color: #0000cd;
}

#nav ul li:nth-child(3) a .span02 {
	color: #0000ff;
}

#nav ul li:nth-child(4) a .span02 {
	color: #1e90ff;
}

#nav ul li:nth-child(5) a .span02 {
	color: #6495ed;
}

#nav a:hover .span01 {
	color: #ccc;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(20px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(20px) translateZ(0) translate3d(0, 0, 0);
}

#nav a:hover .span02 {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
}


#nav .current a,
#nav a:hover {}

#nav ul li.entry a i {
	margin-left: 0.5em;
	font-size: 80%;
}

#nav ul li.entry a:hover {
	background: #55acee;
}

/* Child
#nav ul ul {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
}
#nav ul ul li {
	float: none;
	width: 100%;
	text-align: left;
}
#nav ul ul li a { padding: 5px 10px; font-size: 15px; font-weight: bold;}
#nav ul ul li a,
#nav ul ul li a:hover { background-image: none !important;}
#nav ul li:hover ul { display: block;} */


/*
-----------------------------------------------------

	=Main Visual

-----------------------------------------------------
*/
#mv {
	position: relative;
	overflow: hidden;
}

#mv .slide img {
	margin: auto;
	width: 100%;
	height: auto;
}

#mv .mv-head-wrap {
	position: absolute;
	z-index: 102;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}

#mv .mv-head-wrap .mv-head {
	position: absolute;
	z-index: 103;
	width: 90%;
	height: 360px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#mv .mv-head img {
	display: inline-block;
}

#mv .mv-head .logo,
#mv .mv-head .border,
#mv .mv-head .copy {
	margin-bottom: 30px;
}

#mv .mv-head .border {
	margin-bottom: 45px;
}

#mv .mv-head .button a {
	display: block;
	margin: auto;
	width: 400px;
	height: 60px;
	
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	text-decoration: none;

	overflow: hidden;
	position: relative;
	z-index: 1;
	
	display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 0px;
  transition: 0.3s;
  overflow: hidden;
}
#mv .mv-head .button a::before, #mv .mv-head .button a::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
  transition: .5s;
}

#mv .mv-head .button a::before {
  top: 0;
}

#mv .mv-head .button a::after {
  bottom: 0;
}

#mv .mv-head .button a:hover::before {
  transform: translateX(-100%);
}

#mv .mv-head .button a:hover::after {
  transform: translateX(100%);
}
　
#mv .mv-head .button a span {
	display: block;
	
	padding: 20px 0;
}

#mv .mv-head .button a:hover {
	
	color: #1e90ff;
}

/*
#mv .mv-head .button a:hover span {
	background: url(images/i-arrow-r-k-b.png) no-repeat 94% center;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}*/
#mv .mv-head .button span {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;
	transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;

	
}

#mv .mv-head .button a .span01 {}

#mv .mv-head .button a .span02 {
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	color: #1e90ff;
	-webkit-transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
}

#mv .mv-head .button a:hover {
	background-color: rgba(255, 255, 255, 1);
}

#mv .mv-head .button a:hover .span01 {
	color: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(50px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(50px) translateZ(0) translate3d(0, 0, 0);
}

#mv .mv-head .button a:hover .span02 {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
}


/*
-----------------------------------------------------

	=Footer

-----------------------------------------------------
*/
#footer {
	background: #6495ed;
	color: #fff;
	
	/* for Sidebar */
	position: relative;
	z-index: 2;
}
#footer2 {
	background: #fff;
	color: #6495ed;
	
	/* for Sidebar */
	position: relative;
	z-index: 2;
}

#footer,
#footer a {
	color: #fff;
}

#footer2,
#footer2 a {
	color: #6495ed;
}

#footer .sharecard {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	font-size: 14px !important;
	padding-bottom: 35px;
	font-family: 'Lato', sans-serif !important;
	font-weight: bold !important;
	text-align: center;
}

#button-pagetop {
	position: absolute;
	z-index: 6;
	right: 0;
	top: 0;
	width: 120px;
}

#footer #footer-in {
	padding: 30px 0;
	position: relative;
}

#footer a {
	display: block;
	text-decoration: none;
}
#footer2 a {
	display: block;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#footer2 a:hover {
	text-decoration: underline;
}

#footer .cntL,
#footer .cntR {
	width: 47%;
}
#footer div .shikaku{
	width: 5%;
	margin: 0 0 0 auto;
}

#footer2 div .shikaku{
	width: 5%;
	margin: 0 0 0 auto;
}

#footer img {
	display: inline-block;
}

#footer-nav {
	margin-bottom: 30px;
}

#footer-nav ul li {}

#footer-nav h2 {
	margin-bottom: 5px;
	font-size: 100%;
}

#copyright {}

#copyright .wrapper {
	border-top: solid 1px #1e90ff;
	box-shadow: 0 -1px 0 #e0ffff;
	padding: 15px 0;
}

#copyright .cntL ul li:nth-child(2) {
	display: none;
}

#copyright .cntR {
	text-align: right;
}

#copyright small {
	display: block;
}


/* =Sharecard */
.sharecard {
	margin: 20px auto;
	text-align: center !important;
	font-weight: bold;
	font-size: 14px;
}

.sharecard p {}

.sharecard li {
	display: inline-block;
	text-align: center !important;
}

.sharecard li a {
	display: block;
	margin: 6px 6px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 26px;
	background-color: #42bec2;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	overflow: hidden;
}

.sharecard li a:hover {
	opacity: 1;
}

.sharecard li a span {
	display: none;
}

.sharecard li a.a-line {
	
	background-size: 26px auto;
}


/*
-----------------------------------------------------

	=Side (Sub Only)

-----------------------------------------------------
*/
.h-side {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.14em;
}

#side ul li {
	display: block;
}

#side ul li a {
	display: block;
	
	padding: 0.35em 2em 0 0;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

#side ul li a:hover,
#side ul li.current a {

	color: #fe5b43;
}


/*
-----------------------------------------------------

 	=汎用スタイル

-----------------------------------------------------
*/
/* Animation & Decoration
-----------------------------------------------------*/
.effect h1 {
	-webkit-transition: .7s;
	transition: .7s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.effect .section,
.effect div,
.effect img {
	-webkit-transition: .7s;
	transition: .7s;
}


/* =Heading
-----------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1.4em;
	font-weight: bold;
	font-size: 120%;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0 !important;
}

/* =Horizontal Rule
-----------------------------------------------------*/
hr.hr-sep {
	background: #ddd;
	height: 2px;
	margin: 60px 0;
}

hr.hr-transparent {
	background-color: transparent;
	height: 1px;
	margin: 60px 0;
}
/* =List
-----------------------------------------------------*/

.list-block li {
	display: block !important;
}

/* Inline */
.list-inline li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.taR .list-inline li,
.taR.list-inline li {
	margin: 0 0 0 15px;
}


/* =Columns
-----------------------------------------------------------*/

.splitColumn {
	overflow: hidden;
}

.splitColumn .row {
	width: 104%;
	margin-left: -2%;
}

.splitColumn .row .col {
	float: left;
	margin: 0 2% 4%;
	padding: 0 !important;
}

.splitColumn .row.column-2 .col {
	width: 46%;
}

.splitColumn .row.column-3 .col {
	width: 29.33%;
}

.splitColumn .row.column-4 .col {
	width: 21%;
}

.splitColumn .row.column-5 .col {
	width: 16%;
}

.splitColumn .row.column-6 .col {
	width: 14.66%;
}

/* =Frame
-----------------------------------------------------*/
.frame {
	padding: 30px 30px;
}

.frame-shadow {
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
}

.frame-gray {
	background-color: #eee;
}

.frame-bold {
	border: solid 3px #000;
}

.frame-theme {
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}

.bg-black {
	background-color: #000 !important;
	color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-gray {
	background-color: #eee !important;
}

.bg-beige {
	background: #f6f4eb;
}

.bg-theme {
	background: #fe5b43;
}

.bg-theme01 {
	background: #f6efe5;
}

.bg-theme02 {
	background: #fbf3db;
}

/* =Social Buttons
-----------------------------------------------------*/
.socialButtons .item {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0;
	max-width: 200px !important;
	overflow: hidden !important;
}

/*
-----------------------------------------------------

 	=個別設定

-----------------------------------------------------
*/

/* 共通
-----------------------------------------------------*/
#content p {
	line-height: 1.75;
	
}

.section {
	padding: 150px 0 0;
	margin-top: -60px;
	margin-bottom: 10px;
}

.section.covid-19 {
	padding: 150px 0 70px;
	margin-top: -60px
}

.section hr {
	margin: 45px 0;
}

.section p {
	line-height: 2;
}

.section h1 {
	padding-top: 20px;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: bold;
}


.section h2 {
	margin-top: 0;
	margin-bottom: 45px;
	font-size: 21px;
	font-weight: bold;
}

.copy p {
	font-size: 18px;
	line-height: 2.7;
}

.button-link {
	display: block;
	margin: auto;
	width: 300px;
	
	color: #1e90ff;
	font-weight: bold;
	font-size: 21px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;

	overflow: hidden;
	position: relative;
	z-index: 1;
  border-top: solid #1e90ff;
	border-bottom: solid #1e90ff;
}

.button-link02 {
	display: block;
	margin: auto;
	width: 300px;
	
	color: #ffff;
	font-weight: bold;
	font-size: 21px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;

	overflow: hidden;
	position: relative;
	z-index: 1;
	border-top: solid #fff;
	border-bottom: solid #fff;
}


.button-link span {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;
	transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;

	
}

.button-link02 span {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;
	transition: all 300ms cubic-bezier(.23, 1, .32, 1) 0s;

	
}

.button-link .span02 {
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
}
.button-link02 .span02 {
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
}


.button-link:hover {
	opacity: 1;
}

.button-link02:hover {
	opacity: 1;
}

.button-link:hover .span01 {
	color: #ccc;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(50px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(50px) translateZ(0) translate3d(0, 0, 0);
}

.button-link02:hover .span01 {
	color: #1e90ff;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translateY(50px) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(50px) translateZ(0) translate3d(0, 0, 0);
}

.button-link:hover .span02 {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
}
.button-link02:hover .span02 {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
}

.button-link:hover span {
	background: #1e90ff  ;
}
.button-link02:hover span {
	background: #fff ;
}

.button-link.white {
	
	color: #fff;
	line-height: 45px;
	font-size: 18px;
}
.button-link02.white {
	
	color: #fff;
	line-height: 45px;
	font-size: 18px;
}

.button-link.white:hover span {
	color: #1e90ff;
}

.button-link02.white:hover span {
	
	color: #1e90ff;
}
/* TOP
-----------------------------------------------------*/
/* MISSION */

#mission .cntL {
	width: 40%;
}

#mission .cntR {
	width: 58%;
}

/* SERVICE */

#service .cntL,
#service .cntR {
	width: calc(100%/2);
	padding: 50px 0;
	background: #000;
	background-size: 100% 100% !important;
	color: #fff;
}

#service .ict {
	background: url(mobile.jpg) no-repeat;
	height: 500px;
}

#service .web {
	background: url(web.jpg) no-repeat;
	height: 500px;
}

#service h2 {
	font-weight: normal;
}

#service h2 em {
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.14em;
}


#service h3 {
	font-size: 18px;
}

/* COMPANY */

#company img {
	width: 100%;
}

#company .row .col {
	float: left;
	margin: 0 2%;
	padding: 0 !important;
}

#company .row .col {
	width: 29.33%;
	border: solid 3px #ddd;
	border-left: none;
	border-right: none;
	min-height: 360px;
}


#company .row .col table tr:last-child {
	border-bottom: none;
}

/* ACCESS */

#access #map {
	height: 400px;
	margin-left: auto;
		margin-right: auto;
}

#access table {
	max-width: 600px;
	margin: auto;
}

#access table tr:last-child {
	border-bottom: none;
}

/* RECRUIT */
#recruit {}

#recruit .cntL {
	width: 38%;
}

#recruit .cntR {
	width: 60%;
}

/* CONTACT */
#contact {
	padding-bottom: 150px;
}



/* SUBPAGES COMMON
-----------------------------------------------------*/
/* Main Visual */
.mv-sub {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	background: no-repeat;
}

.mv-sub.message {
	background-image: url(ceo.JPG);
	background-size: cover;
	background-position: 20% 50%;
	padding: 0 30px;
	width: 95%;
}

.mv-sub.ict {
	background-image: url(fu.jpg);
	background-size: cover;
	background-position: 10% 10%;
	padding: 0 30px;
	width: 95%;
}

.mv-sub.web {
	background-image: url(pasokonn.png);
	background-size: cover;
	background-position: 50% 50%;
	padding: 0 30px;
	width: 95%;
}

.mv-sub.web__rayer{
  background-color: rgba(255, 255, 255, 0.5);
}

.mv-sub.contact {/* リクルート---*/
	background-image: url(rc.jpg);
	background-size: cover;
	background-position: 20% 20%;
	padding: 0 30px;
	margin-left: 10px;
	width: 95%;
}

.mv-sub.privacy {
	background-image: url(key.JPG);
	background-size: cover;
	background-position: 50% 40%;
	padding: 0 30px;
	width: 95%;
}

.mv-sub .mv-head {
	position: absolute;
	z-index: 103;
	width: 90%;
	height: 4em;
	left: 15%;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;

	color: #fff;
}

.mv-sub .mv-head h1 {
	font-size: 21px;
	font-weight: normal;
}

.mv-sub .mv-head h1 em {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 1500px) {
	.mv-sub {
		background-size: 100% auto !important;
	}
}

/* STATEMENT
-----------------------------------------------------*/
.h-statement {
	font-size: 1.75em;
	line-height: 1.75;
	vertical-align: middle;
}

.h-statement em {
	display: inline-block;
	margin-left: 2em;
	font-size: 0.6em;
	font-weight: normal;
	color: #1e90ff;
}

.statement h2 {
	margin-bottom: 60px;
}

.statement-mission {
	max-width: 560px;
	margin: auto;
}

.cultures {
	margin-bottom: 40px;
	font-size: 12px;
}

.cultures .box {
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: solid 1px #ddd;
}

.cultures .box01 .cntL {
	color: #b02612;
}

.cultures .box02 .cntL {
	color: #e71f02;
}

.cultures .box03 .cntL {
	color: #fc704d;
}

.cultures .box04 .cntL {
	color: #fea73c;
}

.cultures .box05 .cntL {
	color: #e8bb18;
}

.cultures .box05 {
	border-bottom: 0;
}

.cultures .box .cntL {
	width: 18%;
	text-align: center;
}

.cultures .box .cntL img {
	display: inline-block;
}

.cultures .box .cntR {
	width: 77%;
}

.cultures .box .cntL .h3 {
	margin: 20px 0;
}

.cultures .box h4 {
	
	background-size: 56px auto;
	padding: 20px;
	padding-left: 70px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.cultures .box h4:nth-of-type(2n) {
	margin-top: 20px;
}

.statement-innovation .h-statement em {
	color: #000;
	font-style: italic;
}



/* MESSAGE
-----------------------------------------------------*/
.h-message {
	margin-bottom: 1.4em;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

/*.message { line-height: 2;}*/
.sign {}

.sign span {
	font-size: 10px;
}

/* SERVICE (ICT & WEB)
-----------------------------------------------------*/
/* BUTTONS SERVICE Only */
.service-buttons {
	margin-bottom: 60px;
}

.service-buttons li {
	display: block;
	/* for White Line Error */
	float: left;
	width: 29.33%;
	margin-right: 4%;
}

.service-buttons li:last-child {
	margin-right: 0 !important;
}

.service-buttons .button-link {
	border: solid 3px #1e90ff;
	width: auto;
	
	background-size: auto 100%;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 16px;
	display: block;

	opacity: 0.7;
}

.service-buttons .button-link span {
	background-image: none;
	display: block;
	width: 100%;
}

.service-buttons .button-link .span01 {}

.service-buttons .button-link .span02 {
	
	background-size: auto 100%;
}

.button-link.ict {
	border-color: #e2041b;
	color: #e2041b;
	
}

.current .button-link.ict,
.button-link.ict:hover,
.button-link.ict .span02 {
	background-color: #e2041b;
	color: #fff;
}

.button-link.web {
	border-color: #f08300;
	color: #f08300;
	
}

.current .button-link.web,
.button-link.web:hover,
.button-link.web .span02 {
	background-color: #f08300;
	color: #fff;
}

.button-link.innovation {
	border-color: #29b0e8;
	color: #29b0e8;
	
}

.button-link.innovation span {
	background-color: transparent;
}

.service-buttons .button-link:hover {}

.service-buttons .button-link:hover .span02,
.current .button-link .span02 {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
}

.h-service {
	margin-bottom: 1.4em;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.75;
}

.service-icons {}

.service-icons img {
	display: inline-block;
}

.service-icons .box {
	padding: 25px 0;
	border-bottom: solid 1px #ccc;
}

.service-icons .box:after {
	content: ".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.service-icons .box .icon {
	float: left;
	width: 14%;
	text-align: center;
}

.service-icons .box .content {
	float: right;
	width: 84%;
	font-size: 15px;
}

.service-icons .box .content h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 1em;
}

.service-icons .box .content p {
	line-height: 1.75 !important;
}

/* GEAR (ICT Only) */
.service-gear {
	margin: 60px 0;
	margin-left: -60px;
	
	background-size: 260px auto;
	padding-left: 270px;
	font-size: 12px;
}

.service-gear img {
	display: inline-block;
}

.service-gear .box {
	margin: 25px 0;
	padding-left: 20px;
	border-left: solid 5px #ccc;
}

.service-gear .box01 {
	border-color: #ea6f8a !important;
}

.service-gear .box02 {
	border-color: #dfc970 !important;
	margin-left: 40px;
}

.service-gear .box03 {
	border-color: #3ab6d2 !important;
}

.service-gear .box:after {
	content: ".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.service-gear .box h3 {
	font-size: 21px;
	line-height: 1;
	margin-bottom: 20px !important;
}

/* PRIVACY
-----------------------------------------------------*/
.h-privacy {
	margin-top: 2em;
	margin-bottom: 1.4em;
	padding-bottom: 0.5em;
	
	font-size: 21px;
	font-weight: bold;
	line-height: 2;
}

/* CONTACT
-----------------------------------------------------*/
.form {}

.requre {
	color: #c80000;
}

.fone{
	width: 100%;
	height: 450px;
	background-image: url(contact.jpg);
	background-size: cover;
	background-position: center;
	margin: auto;
}
 
.fone li{
	margin-top: 210px;
}

/*dl.tbl_contact { margin-bottom: 30px;}
.form dt, .form dd { display: inline-block; padding: 1%; vertical-align: top;}
.form dt { width: 25%;}
.form dd { width: 70%;}
.form dt:before { content: "."; font-size: 0; width:100%; display: block; clear: both; border-bottom: dashed 1px #c80000; } */
.form tr {
	border-bottom: dashed 1px #c80000;
}

.inp_radio label {
	margin-right: 1.4em;
}

.submit_list {
	text-align: center;
}

.submit_list input:hover {
	opacity: 0.5;
}

.error {
	margin-left: 1em;
	color: #c80000;
}


/*
-----------------------------------------------------

	=Article

-----------------------------------------------------
*/

.hentry {}

.hentry,
.no-results {
	position: relative;
}


/* =Alignment
-----------------------------------------------------*/
.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

img.alignleft,
img.alignright,
img.aligncenter {}

img.alignleft {
	margin: 0 8% 2% 0;
	max-width: 92%;
	padding: 0%;
}

img.alignright {
	margin: 0 0 2% 8%;
	max-width: 92%;
	padding: 0%;
}

img.aligncenter {
	margin: 0 auto 2%;
	max-width: 100%;
	padding: 0%;
}



/*
-----------------------------------------------------

	=Plug-In

-----------------------------------------------------
*/



/* FlexSlider
-----------------------------------------------------*/

/*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
	width: auto;
	height: 600px;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides{
	background-color: #000;
}

.flexslider .slides img {
	width: 1450px;
	display: block;
	height: 700px;
	margin: auto;
	opacity: 0.6;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	margin: 0;
	position: relative;
}

.flex-viewport {}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	
	width: 48px;
	height: 48px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -24px;
}

.flex-direction-nav .flex-prev {
	left: -24px;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	right: 30px;
	width: 100%;
	text-align: center;
	list-style: none;
	font-size: 0;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	font-size: 0;
	background-color: #ddd;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background-color: #fe5b43;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

/* Carousel */
.carousel {
	position: relative;
}

.carousel .flex-viewport {
	overflow: hidden !important;
}

.carousel li {
	margin-right: 0;
}

/* Override */
.flexslider {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

.flex-viewport {
	overflow: hidden !important;
	position: static !important;
}

.flexslider,
.flexslider .slides {
	margin: auto;
}

.flexslider .slides li,
.flexslider .slides img {
	margin: auto;
	padding: 0;
	/* for centering */
	vertical-align: bottom !important;
	text-align: center;
}


/*
-----------------------------------------------------

	=WordPress Plug-In

-----------------------------------------------------
*/

/* =PageNavi
-----------------------------------------------------*/

/* =WP-PageNavi
Default style for WP-PageNavi plugin
https://wordpress.org/extend/plugins/wp-pagenavi/
----------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto 40px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 9px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 2px solid #fe5b43 !important;
	padding: 3px 8px;
	margin: 2px;
	color: #fe5b43;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	font-weight: bold;
	background: #fe5b43;
	color: #fff;
}

/* =MWWP Form
-----------------------------------------------------*/

.mw_wp_form {
	font-weight: bold;
}

.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea {
	font-size: 16px;
	color: #000;
}

.mw_wp_form em,
.must {
	float: right;
	background: #fff;
	color: #fe5b43;
	font-size: 10px;
	font-family: sans-serif;
	padding: 3px 6px;
	border-radius: 5px;
}

.mw_wp_form tr {
	border-bottom: dotted 1px #fff;
}



.mw_wp_form .error {
	font-size: 93%;
	display: inline-block !important;
	font-weight: bold;
	background: #ffc;
	color: #fe5b43;
	padding: 0.5em 1em;
	margin: 1em;
}

.mw_wp_form_preview:before {
	content: "以下の内容で送信します。よろしければ「エントリー」ボタンを押してください。"
}

/* 調節 */
.mw_wp_form input[type*="email"],
.mw_wp_form textarea {
	width: 100%;
}

/* アコーディオン */
.acd-check {
	display: none;
}

.acd-label {
	background: #333;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	position: relative;
}

.acd-label:after {
	background: #333;
	box-sizing: border-box;
	content: '+';
	color: #fff;
	display: block;
	font-family: "Font Awesome 5 Free";
	height: 32px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}

.acd-content {
	border: 1px solid #333;
	height: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: collapse;
}


.acd-check:checked + .acd-label:after{
    content: '-';
}

.acd-check:checked+.acd-label+.acd-content {
	height: auto;
	max-height: 8000px;
	overflow: visible;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

.border{
	font-size: 40px;
	color: #ffff;
}

.wrapper.ma{
	width: calc(100%/1);
}

/*CEO*/
#ceo{
	margin-top: 181px;
}

.box99 {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
	padding: 20px;		
}

.text1{text-align: left;
	font-weight: bold;
	padding: 20px;
margin-right: 80px;
border-bottom: solid 1px #888;
}

.text2{text-align: left;
	font-weight: bold;
	padding: 10px;
	margin-left: 130px;
	border-bottom: solid 1px #888;
}

.pict1 {
  width: calc(100%/5);
	margin-left: 160px;
	margin-top: 30px;

}

.pict2 {
  width: calc(100%/5);
	margin-right: 180px;
	margin-top: 30px;
}

.box99:nth-child(even) {
  flex-direction: row-reverse;
}
.box99:nth-child(even) .text {
  text-align: right;
}
.box99:nth-child(even) .pict {
	width: calc(100%/5);
margin-left: 170px;
margin-top: 30px;
}

/* ENTRY */
#nav ul li.entry a {
	margin-left: 18px;
	border-radius: 30px;
	padding: 18px 32px;
	background: #1e90ff;
	color: #fff;
}
#nav ul li.entry a i { margin-left: 0.5em; font-size: 80%;}
#nav ul li.entry a:hover { background: #55acee;}


#entry {
	background: #6495ed;
	color: #fff;
}
#entry .wrapper { width: 720px; min-height: 450px;}
#entry table th,
#entry table td { padding: 1em;}
#entry a { color: #fff;}

.button-entry {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.button-entry {
	margin-left: 18px;
	margin-bottom: 20px;
	border-radius: 30px;
	padding: 18px 48px;
	background: #6495ed;
	color: #fff;
}
.button-entry i { margin-left: 0.5em; font-size: 80%;}
.button-entry:hover { background: #1e90ff;}

#nav ul li.entry a { margin: 0 !important;}

.entry-header .entry-title { font-size: 180%;}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
	padding: 0.35em;
	 font-size: 100%;
	font-weight: inherit;
	color: inherit;
	border: none;

	border-radius: 0;
	background: #fafafa;
	 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 3px solid #eee; color: #888;
}


/* リクルート  */
.crosses {
	padding: 20px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.crosses ul li {
	display: inline-block;
	margin: 0 20px;
	max-width: 216px;
}
.crosses ul li.i-cross {
	
	width: 62px;
	height: 216px;
	vertical-align: top;
}
.crosses ul li p { line-height: 1 !important;}
.crosses ul li p span { font-size: 11px; line-height: 1em !important; font-weight: normal;}
.crosses ul li p strong { font-weight: bold !important; font-size: 1.1em;  display: inline-block; margin-bottom: 10px; line-height: 1.5 !important; }



/* =タブ切替
-----------------------------------------------------*/
.tabbox { display: none;}


.tab-item td {
	font-weight: 600;
	padding: 40px 25px;
	line-height: 1.75rem;
}

.tab-item span {
	font-weight: 400;
	padding-left: 20px;
}
.tab-item span.f-bold {
	font-weight: 600;
	padding-left: 20px;
}

ul#tab li {
	display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
}
ul#tab li:last-child { margin-right: 0;}
ul#tab li a {
	display: block;
	width: auto;
    height: 20px;
	padding: 20px 15px;
	line-height: 1;
	border-radius: 7px 7px 0 0;
	font-size: 1.1em;
	background: #6495ed;
	color: #fff;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	cursor: pointer;

	opacity: 0.6;
	margin-bottom: 2px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
ul#tab li.active a,
ul#tab li a:hover {
	background: #6495ed;
	color: #fff;
	opacity: 1;
}
ul#tab li.active a{
	border-bottom: 3px solid;
	margin-bottom: 0;
}

.tabbox table { border: solid 3px;}
#tab-item1 th { background: #6495ed; font-size:15px;}
ul#tab li:nth-child(1).active a,
#tab-item1 table { border-color: #6495ed;}
ul#tab li:nth-child(2) a,
ul#tab li:nth-child(2).active a,
#tab-item2 th { background: #1e90ff; font-size:16px;}
ul#tab li:nth-child(2).active a,
#tab-item2 table { border-color: #1e90ff;}
/*  第三項目
ul#tab li:nth-child(3) a,
ul#tab li:nth-child(3).active a,
#tab-item3 th { background: #045AB1; font-size:16px;}
ul#tab li:nth-child(3).active a,
#tab-item3 table { border-color: #045AB1;}
*/


.webc{
	margin: -135px auto 30px auto;
}

.scrollify{
	padding-bottom:30px;
	margin-bottom: 20px;

}

.container{
	margin:auto;
}
.container2{
	margin:auto;
}

.container {
	 display: grid;
	 width: 700px;
	 height: 400px;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	 grid-template-rows: 1fr 1fr ;
	 gap: 10px 20px;
 }
 .container2 {
	display: grid;
	width: 700px;
	height: 400px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr ;
	gap: 10px 20px;
}
 
 .item1 {
 grid-row: 1/3;
 grid-column: 1/2;
 background-image: url(./01.JPG);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 
 }
 .item2 {
 grid-row: 1/2;
 grid-column: 2/3;
 background-image: url(./02.JPG);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 
 }
 .item3 {
 grid-row: 2/3;
 grid-column: 2/3;
 background-image: url(./03.JPG);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 }
 .item4 { 
 grid-row: 1/3;
 grid-column: 3/4;
 background-image: url(./04.JPG);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 }
 .item5{
 grid-row: 1/2;
 grid-column: 4/5;
 background-image: url(./05.JPG);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 }
 .item6{
 grid-row: 2/3;
 grid-column: 4/5;
 background-image: url(./06.JPG);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 }
 .item7{
 grid-row: 1/3;
 grid-column: 5/6;
 background-image: url(./07.JPG);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 }
 
 /*.container {
		 display: grid;
		 width: 250px;
		 height: 300px;
		 grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		 grid-template-rows: 1fr 1fr ;
		 gap: 10px 30px;
		 grid-template-areas: 
		 "areaA areaA areaB"
		 "areaE areaF areaC"
		 "areaD areaD areaC"; 「セル3×3のレイアウト」に対してエリア名を指定
 }*/



/*
-----------------------------------------------------

	=Media Queries Responsive Structure

-----------------------------------------------------
*/

/* Desktop
-----------------------------------------------------*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}

	#container,
	#header {
		min-width: 1240px;
	}
}

/* iPad & iPhone (min-width: 0px ~ 768px)
-----------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 768px) {

	html {
		font-size: 13px;
	}

	body {
		margin: 0 auto;
	}

	.pc {
		display: none !important;
	}

	.tgt,
	.tgt span {
		opacity: 1;
	}

	#mv .mv-head .button a .span02 {
		filter: alpha(opacity=0);
		opacity: 0;
		position: absolute;
		top : 0 ;
		left: 0;
		width: 100%;
		color: #1e90ff;
		-webkit-transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
		transform: translateY(-50px) translateZ(0) translate3d(0, 0, 0);
	}

	/* Reset
	--------------------------------------------------*/
	iframe {
		width: 100%;
	}

	[class*="h-"] {
		margin-bottom: 15px !important;
		font-size: 150% !important;
		line-height: 1.5 !important;
		letter-spacing: 0;
	}

	[class*="h-"] br {
		display: none;
	}

	hr {
		margin: 15px auto !important;
	}

	ul.row li,
	.row .col,
	.cntL,
	.cntR {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 auto 20px !important;
	}

	.column-4 .col {
		float: left !important;
		width: 48% !important;
		margin: 0 1% 2% !important;
	}

	.img,
	.cntR img,
	.row .col img {
		display: inline-block;
		text-align: center;
	}

	.splitColumn {
		overflow: hidden;
	}

	.splitColumn .row {
		width: 100%;
		margin-left: 0;
	}

	.tx{
		padding: 10px !important;
	}

	ul.information-list time,
	ul.information-list span {
		display: block;
		width: auto !important;
		margin-bottom: 1em;
	}

	ul.information-list time {
		max-width: 100px;
	}

	/* =Overall
	--------------------------------------------------*/
	#container {
		border: none;
	}
	#container2 {
		border: none;
	}
	#container2 {
		margin-left: 0 !important;
	}

	.wrapper {
		width: 100% !important;
		
	}

	/* 2 Columns 
	#primary,
	#secondary {
		float: none !important;
		width: 100% !important;
		margin: auto !important;
		padding: 0 !important;
		border: none !important;
	}
/* 
	#secondary {
		display: none !important;
	}*/

	#primary #content {
		width: 80% !important;
		margin: 0 0 0 0px;
		padding: 6.25% !important;
		border: none;
	}
	#content2{
		margin: 0 0 0 65px;
		padding: 6.25% !important;
		border: none;
	}

	#primary {
		width: 100% !important;
	}

	.box.box02{
		margin-top: 10px;
	}

	/* =Header & Navigation
	--------------------------------------------------*/
	
	
	#header {
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		background: #fff;
		width: 100%;
	}

	#page {
		width: 100%;
		padding-top: 90px;
	}
	#page2 {
		width: 100%;
		padding-top: 90px;
	}

	#header #header-in {
		width: 100% ;
		padding: 15px 3.125% !important;
	}

	#header h1 {
		display: none !important;
	}

	#header img {
		display: inline-block;
	}

	#header .cntL,
	#header .cntR {
		margin-bottom: 0 !important;
	}

	#header #logo {
		margin-bottom: 0 !important;
		text-align: left !important;
	}

	#header #logo img {
		width: 50px;
		height: 50px;
	}

	#header #info .textnav {
		font-size: 11px;
	}

	.button-open,
	.button-close {
		position: absolute;
		z-index: 2;
		top: auto;
		right: 15px;
		padding: 10px;
		color: #727172 !important;
		font-size: 12px;
		font-weight: 900;
		line-height: 1;
		border: solid 2px #727172;
		border-radius: 0px;
		letter-spacing: 0;
		line-height: 1;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
	}

	.button-open i,
	.button-close i {
		margin-right: 0.7em;
	}

	.button-close {
		display: none;
	}

	/* Toggle Navigation */
	#nav {
		position: absolute;
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 0;
		width: 200px !important;
		height: 100% !important;
		padding: 0 !important;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		text-align: center;
		background: #f9f9f9;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}

	#nav.on {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	#nav ul {
		padding: 0;
	}

	#nav ul li {
		display: block;
		float: none !important;
		width: auto;
		padding: 0 !important;
		margin: 0 !important;
	}

	#nav ul li a {
		display: block;
		width: auto;
		padding: 20px 0 !important;
		font-size: 11px;
		font-weight: bold;
		color: #000;
	}

	/* Design */
	#nav ul {
		height: 100%;
		border-right: solid 4px #00bfff;	/* メニューの下に伸びる色 */
	}

	#nav ul li {
		margin-right: -4px !important;
		border-bottom: solid 2px #f9f9f9 !important;
	}

	#nav ul li a {
		border: none;
		border-right: solid 4px;
	}

	/* Breadcrumbs */
	#breadcrumbs {
		padding: 0;
		font-size: 9px;
	}

	/* Main Visual */
	#mv {
		overflow: inherit;
	}

	#mv,
	#mv .mv-head-wrap {
		height: 300px !important;
	}

	#mv .mv-head-wrap .mv-head {
		position: static;
		height: 160px;
		padding: 40px 0;
	}

	#mv .mv-head img {
		display: inline-block;
	}

	#mv .mv-head .logo,
	#mv .mv-head .border,
	#mv .mv-head .copy {
		margin: auto;
		margin-bottom: 15px !important;
	}

	#mv .mv-head .border {
		font-size: 25px;
		margin-bottom: 25px !important;
		height: 60px;
	}

	#mv .mv-head .copy img {
		width: auto !important;
		height: 30px !important;
	}

	#mv .mv-head .logo {
		width: 140px !important;
	}

	#mv .mv-head .button a {
		width: 300px;
		height: 45px;
		
		background-size: 100% auto;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
	}

	#mv .mv-head .button a span {
		display: block;
		
		padding: 15px 0;
	}

	#mv .mv-head .button a:hover {
		
		color: #fe5b43;
	}

	/* flexslider */
	.flexslider {
		width: 100%;
		overflow: hidden;
		height: auto;
	}

	.flexslider,
	.flexslider .slides,
	.flexslider .slides li,
	.flexslider .slides img {
		max-width: none !important;
		width: auto;
		height: 100%;
		margin: 0 5px 0 5px;
	}

	.flex-direction-nav {
		display: none;
	}

	.flex-control-nav {
		display: none !important;
	}


	/* =Footer
	--------------------------------------------------*/
	#button-pagetop {
		right: 0;
		top: 0;
		left: 0;
		margin: auto;
	}

	#footer {
		text-align: center;
	}
	#footer2 {
		text-align: center;
	}

	#footer #footer-in {
		width: 93.75% !important;
		padding: 30px 3.125% !important;
	}
	#footer2 #footer-in {
		width: 93.75% !important;
		padding: 30px 3.125% !important;
	}

	#footer img {
		margin: auto;
	}
	#footer2 img {
		margin: auto;
	}

	#footer .cntL,
	#footer .cntR {
		margin-bottom: 0 !important;
	}
	#footer2 .cntL,
	#footer2 .cntR {
		margin-bottom: 0 !important;
	}

	#footer-nav {
		margin-bottom: 0 !important;
	}

	#footer-nav .row .col {
		width: 30% !important;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	#footer-nav a {
		padding: 5px 0;
		font-size: 11px;
		line-height: 1;
	}

	#footer .sharecard {
		position: static !important;
		padding-bottom: 30px !important;
	}
	#footer2 .sharecard {
		position: static !important;
		padding-bottom: 30px !important;
	}

	#copyright {
		font-size: 11px;
		padding: 0 !important;
	}

	#copyright .cntL,
	#copyright .cntR {
		text-align: center !important;
	}

	#copyright .cntL {
		margin-bottom: 15px !important;
	}

	#copyright p {
		text-align: center !important;
	}

	#copyright li {
 margin: 0 5px 0 0 !important;
	}

	#footer div .shikaku{
		width: 10%;
		margin: 0 0 0 auto;
	}
	
	#footer2 div .shikaku{
		width: 10%;
		margin: 0 0 0 auto;
	}

	/* =Article
	--------------------------------------------------*/
	.hentry {
		padding: 0;
	}

	.entry-header .entry-title {
		font-size: 180%;
	}

	/* =Common
	--------------------------------------------------*/
	.section {
		padding-top: 15px !important;
		margin-top: 0 !important;
	}

	.section h1 {
		font-size: 1.6em;
		margin-bottom: 20px !important;
	}

	.section h2 {
		margin-bottom: 10px !important;
		font-size: 1.1em;
	}

	.button-link {
		margin-bottom: 10px;
	}


	/* =Toppage
	--------------------------------------------------*/
	/* SERVICE */
	#service .cntL,
	#service .cntR {
		margin-bottom: 0 !important;
		padding: 30px !important;
		width: auto !important;
		height: 300px;
	}

	#service h2 em {
		font-size: 12px;
		letter-spacing: 0em;
	}

	#service h3 {
		font-size: 1em;
	}

	#service p br {
		display: none;
	}

	/* COMPANY */
	#company th,
	#company td {
		font-size: 12px;
		padding: 15px 5px;
	}

	#company th {
		width: 100px;
	}

	#company .row .col {
		border-bottom: 0;
		min-height: 1px;
	}

	/* ACCESS */
	#access th,
	#access td {
		display: block;
		padding: 0;
	}

	#access #map {
		height: 240px;
		
	}

	/* RECRUIT */
	#recruit .list-inline {
		text-align: center !important;
	}

	/* CONTACT */
	#contact {
		margin-top: -15px;
		padding-bottom: 40px !important;
	}

	#contact ul {
		padding-top: 135px;
	}

	.fone{
		width: 100%;
		height: 300px;
		background-image: url(contact.jpg);
		background-size: cover;
		background-position: center;
		
	}

.button-link02{
	margin: auto;
}
.complete{
	text-align: center;
}


	/* =Subpage
	--------------------------------------------------*/

	/* Common */
	.mv-sub {
		height: 200px;
		background-position: center;
		background-size: auto 100%;
	}

	.mv-sub .mv-head {
		left: 6.25%;
	}

	/*.mv-sub .mv-head h1 {
		 font-size: 1.5em;
	}*/

	.mv-sub .mv-head h1 em {
		font-size: 14px;
	}

	/* MISSION  */
	.statement br {
		display: none;
	}
	#ceo{
		margin-top: 81px;
		margin-left: -9px !important;
	}

	.mv-sub.message {
		background-position: center;
		width: 100% !important;
		padding: 0;
		margin: 0;
	}

	.statement-mission {
		max-width: none !important;
	}

	.statement-innovation .block {
		text-align: left !important;
	}

	.h-statement em {
		display: block;
		margin-left: 0;
	}

	.box99 {
		display:block;
		flex-direction: none;
		justify-content: none;
		margin: 0;
		padding: 10px;		
	}
	
	.text1{text-align: left;
		font-weight: bold;
		padding: 20px;
		margin-right: 0 !important;
	border-bottom: none;
	}
	
	.text2{text-align: left;
		font-weight: bold;
		padding: 10px;
		margin-left: 0;
		border-bottom: none;
		border-top: solid 1px #888;
	}
	
	.pict1 {
		width: 60%;
		margin: 0 auto 0 auto;
	}
	
	.pict2 {
		width: 60%;
		margin: 0 auto 0 auto;
	}


	/* SERVICE */
	.service-buttons li {
		width: 100%;
		margin: auto !important;
	}

	.service-icons .box .icon {
		clear: both;
		float: none;
		width: 50%;
		text-align: center;
		margin: 0 auto 0 auto;
	}
	
	.service-icons .box {
		padding: 0 0 25px 0;
		border-bottom: solid 1px #ccc;
	}

	.service-icons .box .content {
		clear: both;
		float: none;
		width: 100%;
		text-align: center;
	}

	.service-icons .box .content p {
		text-align: left;
	}

	.service-gear {
		margin-left: -7.25%;
		background-size: auto 90%;
		padding-left: 60px;
	}

	.service-gear .box {
		padding: 10px 20px;
		background-color: rgba(255, 255, 255, 0.8);
		border: solid 5px;
		margin-left: 0 !important;
	}

	.service-graph th,
	.service-graph td {
		padding: 5px 5px;
		font-size: 12px;
	}

	.service-graph tr {
		border-bottom: none;
	}

	.service-graph th {
		width: 80px;
	}
	/* RECRUIT*/
	.mv-sub.contact {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.copy p{
		font-size: 12px;
	}

	.boxr{
		margin: 0 2px 0 2px;
	}

	/* WEB*/

	#page2{
		padding-top: 90px;
		margin: 0 0 0 0;
	}

	.webco{
		margin: 0 auto 0 auto !important;
	}

	.mv-sub.web {
		padding: 0 ;
		width: 100%;
	}

	.mv-sub.ict{
		padding: 0;
		width: 100% !important;
	}
	
	.webc{
		margin: -45px auto 20px auto;
		width: 180px;
		height: 180px;
	}
	.pagep{
		width: 100% !important;
	}
	.mv-sub.privacy {
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.container {
		display: grid;
		width: 80%;
		height: 600px;
		grid-template-columns: 1fr 1fr ;
		grid-template-rows: 1fr 1fr 1fr 1fr ;
		gap: 5px 5px;
	}
	.item1 {
		grid-row: 1/3;
		grid-column: 2/3;
		background-image: url(./01.JPG);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		
		}
		.item2 {
		grid-row: 2/3;
		grid-column: 1/2;
		background-image: url(./02.JPG);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		
		}
		.item3 {
		grid-row: 1/2;
		grid-column: 1/2;
		background-image: url(./03.JPG);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		}
	
		.item5{
		grid-row: 3/4;
		grid-column: 2/3;
		background-image: url(./05.JPG);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		}
		.item6{
		grid-row: 4/5;
		grid-column: 2/3;
		background-image: url(./06.JPG);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		}
		.item7{
		grid-row: 3/5;
		grid-column: 1/2;
		background-image: url(./07.JPG);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		}
 }



/*iPad
-----------------------------------------------*/
@media screen and (min-width: 641px) and (max-width: 768px) {

	/* =Top
	--------------------------------------------------*/
	/* Main Visual */
	#mv .mv-head .logo {
		width: 200px !important;
	}

	#mv .mv-head .copy img {
		width: auto !important;
		height: 48px !important;
	}

	#mission .taL,
	#recruit .taL,
	#access th,
	#access td {
		text-align: center !important;
	}
}

/*iPhone
-----------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 640px) {

	/* Apperance
	--------------------------------------------------*/
	input[type="button"],
	input[type="text"],
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}

	/* Reset
	--------------------------------------------------*/
	iframe {
		max-height: 240px;
	}

	img[class*="align"],
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none !important;
		max-width: 100% !important;
		margin: 0 auto 3% !important;
		padding: 0% !important;
		text-align: center !important;
	}

	form tr,
	form th,
	form td,
	form span {
		display: block !important;
		text-align: left;
		max-width: 100%;
	}

	form tr {
		padding: 10px 10px;
		margin: 0;
	}

	form th,
	form td {
		width: 100%;
		padding: 5px 0 !important;
		background-color: transparent;
		border: none !important;
	}

	form .num {
		display: none !important;
	}

	form input,
	form textarea {
		font-size: 16px;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="submit"],
	form textarea {
		padding: 3.125% !important;
		max-width: 92.75% !important;
	}

	form input[type="radio"] {
		padding: 0 !important;
	}


	/* Toppage
	--------------------------------------------------*/
	.flexslider .slides img {
		margin-left: -20%;
	}

	.list-inline li {
		margin: auto !important;
	}

}

/* Print
---------------------------------------------------*/
@media print {
	.sp {
		display: none !important;
	}
}