/*
Theme Name: mioana
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.0
License:
License URI: LICENSE
Text Domain: mioana
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mioana is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus(header)
	## Menus(footer)
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# 個別ページ
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	height: 100%;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
body, p, h1, h2, h3, h4,h5{
	font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: 'Arial','MS P ゴシック', sans-serif;
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: 'Arial','MS P ゴシック', sans-serif;
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #4d5156;
	font-family: 'Arial','MS P ゴシック', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #4d5156;
	font-family: 'Arial','MS P ゴシック', sans-serif;
}
.ariel {
	font-family: arial, sans-serif;
}

h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
	margin: 0;
}
p {
	font-size: 14px;
	margin-bottom: 1.5em;
	color: #4d5156;
	font-family: 'Arial','MS P ゴシック', sans-serif;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Arial','MS P ゴシック', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Arial','MS P ゴシック', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* 線ボタン */
.btn-colored{
  display: inline-block;
	background-color: #002d66;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #FFF;
  border: none;
  border-radius: 2px;
  transition: .4s;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #4d5156;
  border: solid 1px #4d5156;
  border-radius: 2px;
  transition: .4s;
}
a.btn-colored:link,
a.btn-colored:visited,
a.btn-colored:hover,
a.btn-colored:active{
  color: #FFF;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	background: #002d66;
	border-radius: 2px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* toggle menu */

.sidebar {
  height: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
	background-color: #FFF;
}
@media screen and (max-width: 979px){
	.sidebar {
	  height: 100%;
	  width: 400px;
	  position: fixed;
	  top: 0;
	  z-index: 1;
	  right: 0;
		background-color: #FFF;
	}

	.bar {
		position: relative;
	  display: block;
	  height: 2px;
	  width: 50px;
		background-color: #4d5156;
	  margin: 10px auto;
	}

	.button {
	  cursor: pointer;
	  display: inline-block;
	  width: auto;
	  margin: 0 auto;
	  -webkit-transition: all .7s ease;
	  -moz-transition: all .7s ease;
	  -ms-transition: all .7s ease;
	  -o-transition: all .7s ease;
	  transition: all .7s ease;
	}

	.nav-right {
	  position: fixed;
	  right: 40px;
	  top: 20px;
	}

	.nav-right.visible-xs {
	  z-index: 3;
	}

	.hidden-xs {
	  display: none;
	}

	.middle {
	  margin: 0 auto;
	}

	.bar {
	  -webkit-transition: all .7s ease;
	  -moz-transition: all .7s ease;
	  -ms-transition: all .7s ease;
	  -o-transition: all .7s ease;
	  transition: all .7s ease;
	}

	.nav-right.visible-xs .active .bar {
	  background-color: #FFF;
	  -webkit-transition: all .7s ease;
	  -moz-transition: all .7s ease;
	  -ms-transition: all .7s ease;
	  -o-transition: all .7s ease;
	  transition: all .7s ease;
	}

	.button.active .top {
	  -webkit-transform: translateY(15px) rotateZ(45deg);
	  -moz-transform: translateY(15px) rotateZ(45deg);
	  -ms-transform: translateY(15px) rotateZ(45deg);
	  -o-transform: translateY(15px) rotateZ(45deg);
	  transform: translateY(10px) rotateZ(45deg);
	}

	.button.active .bottom {
	  -webkit-transform: translateY(-15px) rotateZ(-45deg);
	  -moz-transform: translateY(-15px) rotateZ(-45deg);
	  -ms-transform: translateY(-15px) rotateZ(-45deg);
	  -o-transform: translateY(-15px) rotateZ(-45deg);
	  transform: translateY(-15px) rotateZ(-45deg);
	}

	.button.active .middle {
	  width: 0;
	}

	.move-to-left {
	  -webkit-transform: translateX(-400px);
	  -moz-transform: translateX(-400px);
	  -ms-transform: translateX(-400px);
	  -o-transform: translateX(-400px);
	  transform: translateX(-400px);
	}

	.sidebar-list {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  position: relative;
	  margin-top: 150px;
	  text-align: center;
	}

	.sidebar-item {
		margin-top: calc( (100vh - 330px) / 8 );
	  opacity: 0;
	  -webkit-transform: translateY(-20px);
	  -moz-transform: translateY(-20px);
	  -ms-transform: translateY(-20px);
	  -o-transform: translateY(-20px);
	  transform: translateY(-20px);

	  -webkit-transition: all .7s .4s ease-in-out;
	  -moz-transition: all .7s .4s ease-in-out;
	  -ms-transition: all .7s .4s ease-in-out;
	  -o-transition: all .7s .4s ease-in-out;
	  transition: all .7s .4s ease-in-out;
	}
	.sidebar-item a{
		  text-decoration: none;

	}

	.sidebar-item.active {
	  opacity: 1;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px);
	}

	.sidebar-anchor {
	  color: #FFF;
	  text-decoration: none;
	  font-size: 1.8em;
	  text-transform: uppercase;
	  position: relative;
	  padding-bottom: 7px;
	}

	.sidebar-anchor:before {
	  content: "";
	  width: 0;
	  height: 2px;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background-color: #FFF;
	  -webkit-transition: all .7s ease-in-out;
	  -moz-transition: all .7s ease-in-out;
	  -ms-transition: all .7s ease-in-out;
	  -o-transition: all .7s ease-in-out;
	  transition: all .7s ease-in-out;
	}

	.sidebar-anchor:hover:before {
	  width: 100%;
	}
}
@media screen and (max-width: 559px){
	.sidebar{
		width: 100%;
	}
	.move-to-left {
	  -webkit-transform: translateX(-100%);
	  -moz-transform: translateX(-100%);
	  -ms-transform: translateX(-100%);
	  -o-transform: translateX(-100%);
	  transform: translateX(-100%);
	}

}
/* ヘッダメニューおよびフッタの位置調整 */
#page{
	display: block;
	width: 100%;
  min-height: 100vh;
}
#content{
	display: inline-block;
	background-color: #FFF;
	width: 100%;
	z-index: 2;
	position: relative;
	-webkit-transition: transform .7s ease-in-out;
	-moz-transition: transform .7s ease-in-out;
	-ms-transition: transform .7s ease-in-out;
	-o-transition: transform .7s ease-in-out;
	transition: transform .7s ease-in-out;
}


/* 【納品時削除】管理バーの非表示 */
#wpadminbar{
	display: none;
}

/* 幅100% 固定 */
.site-header{
/*	display: block;*/
	position: fixed;
	/* height: 100px; */
	height: 110px;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 3;
}
/* wordpressの管理バーある時にはヘッダーを下げる */
.site-header .admin-bar{
	 	top: 32px;
}
.site-header .wrap{
	position: relative;
	/*width: 980px; */
	width: 1280px;
	height:100%;
	margin: auto;
	padding-top: 20px;
}
.site-header .wrap .site-branding{/* TOPメニューバー内ロゴ画像 */
	position: absolute;
	left: 0;
	margin: auto;
	bottom: 20px;
	z-index: 9999;
}
.site-header .wrap .site-branding .custom-logo-link img{
	display: block;
	width: auto;
	height: 55px;
}
/* TOPメニュー事業総合タブ内 */
.img-menu{
	width: 200px;
	height: 110px;
}

/* PC用TOPメニュー */
#menu-top-menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#menu-top-menu li {
  list-style: outside none none;
}
#menu-top-menu a{
	text-decoration: none;
	display: inline-block;
}

.main-navigation {
	display: flex;
	justify-content: flex-end;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
}

.menu-top-menu-container{
	height: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: 100%;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation div.menu-top-menu-container ul li {
	padding-bottom: 40px;
}
.main-navigation li {
	display: flex;
	align-items: flex-end;
	float: right;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 12px;
	margin-left: 12px;
	height: 100%;
	letter-spacing: 0.5px;
}

.main-navigation li.right-edge{
	padding-right: 0;
}

.main-navigation li div{
	padding-bottom: 0px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #666;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle .visible-xs {
	line-height: 2.5;
}

/* expanding menu detail */
#menu-top-service-detail{
	visibility: hidden;
	opacity: 0;
}
.menu-top-service-detail-wrap{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.menu-top-service-detail-wrap .img-wrap{
	width: 200px;
	height: 133px;
	background-size: contain;
	background-repeat: no-repeat;
}
#menu-top-service-detail .wrap{
	width: 980px;
}
#menu-top-about-detail{
	visibility: hidden;
	opacity: 0;
}
.menu-top-about-detail-wrap{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.menu-top-about-detail-wrap .img-wrap{
	width: 200px;
	height: 133px;
	background-size: cover;
	background-repeat: no-repeat;
}
#menu-top-about-detail .wrap{
	width: 600px;
}
.menu-item-detail{
		position: absolute;
		width: 100vw;
		height: 200px;
		background-color: rgba(0,0,0,0.5);
}

.menu-item-detail div img{
		width: 200px;
}
.menu-item-detail .vertical-line{
	background-color: black;
	width: 3px;
	height: 103px;
}

.menu-item-detail a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.box-example{
	background-color: #FFF;
/*	background-color: rgba(0,0,255,0.05); */
  padding: 16px;
  box-shadow: 0px 0px 10px #BBB;
	flex-shrink: 0;
	width: 300px !important;
	height:260px;
	margin-top: 25px;
}
.box-example h4{
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: solid 2px #002d66;
	letter-spacing: 1px;
}
.box-example ul{
	padding-left: 12px;
	padding-top: 16px;
}
.box-example ul li{
	padding-bottom: 12px;
	font-size: 14px;
}

@media screen and (max-width: 1320px){
	.site-header .wrap{
		width: 95%;
	}
	#img-top-mio .wrap{
		width: 95%;
	}
}
@media screen and (min-width: 980px){
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Menus(footer)
--------------------------------------------------------------*/
.site-footer{
	height: 40px;
	position: relative;
	margin-top: 100px;
	background-color: #002d66;
	z-index: 2;
	-webkit-transition: transform .7s ease-in-out;
	-moz-transition: transform .7s ease-in-out;
	-ms-transition: transform .7s ease-in-out;
	-o-transition: transform .7s ease-in-out;
	transition: transform .7s ease-in-out;
}
.site-footer .wrap-w-full{
	position: relative;
	width: 100%;
	height:100%;
	margin: auto;
}
.footer-navigation ul {
	/*display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
	height: 100%;
}
nav.footer-navigation .menu-footer-menu-container.site-footer-navigation{
	position: absolute;
	font-weight: bold;
}
nav.footer-navigation .menu-footer-menu-container{
	font-weight: bold;
}
div.footer-menu-container-pp-is nav.site-footer-navigation-others li{
	float: left;
	padding-right: 15px;
	padding-right: 0;
}


.footer-menu-container-bottom{
	width: 100%;
	background-color: #002d66;
}
.footer-menu-container-pp-is{
	width: 300px;
}
.footer-menu-container-copyright{
	width: 400px;
}
#menu-footer-service{
	width: 180px;
}

#wrap-menu-footer-main-links{
	margin: auto;
	width: 95%;
	align-self: flex-start;
}
#wrap-menu-footer-other-links{
	width: calc( 980px + ( 100vw - 980px ) / 2 );
}

.footer-navigation div.menu-footer-main-links ul li{
	font-weight: bold;
}

.footer-navigation ul ul {
/*	float: left; */
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 99999;
}

.footer-navigation div.menu-footer-main-links ul li ul li {
	padding-left: 0;
	font-weight: normal;
}

.footer-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.footer-navigation ul ul a {
	width: 200px;
}
.footer-navigation ul ul a.a-img-facebook {
	width: 60px;
}

.footer-navigation ul li:hover > ul,
.footer-navigation ul li.focus > ul {
	left: auto;
}

.footer-navigation li {
	float: right;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	height: 100%;
}

.footer-navigation li.right-edge{
	padding-right: 0;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
#colophon div.wrap-w-full {
    font-size: 14px;
}
#menu-footer-rights div{
	color: #FFF;
}
.site-footer .wrap-w-full .custom-logo-link img{
	display: block;
	width: auto;
	height: 70px;
}
.footer-menu-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	float: right; */
	margin-bottom: 20px;
}
.site-footer-navigation-others{
	width: 400px;
}
.site-footer-navigation-others ul{
	padding-right: 16px;
}
#wrap-copyright{
	right:0;
}
.img-facebook{
	width: 60px;
	height:60px;
	margin-top: 10px;
}

#menu-footer-rights{
	padding-right: 0;
}


@media screen and (max-width: 1320px){
}
@media screen and (max-width: 980px){

	.site-footer .wrap-w-full{
		width: 100%;
	}
	#wrap-menu-footer-main-links{
		width: 100%;
	}
	#wrap-menu-footer-other-links{
		width: 100%;
		margin-left: 0;
	}
	.footer-logo{
		width: 200px;
    float: left;
	}
}
@media screen and (max-midth: 799px ){
	.footer-menu-container-pp-is{
		width: 100%;
	}
	.footer-menu-container-copyright{
		width: 100%;
	}
}
@media screen and (max-width: 559px){
	.site-footer-navigation-others{
		width: 100%;
	}
	.footer-navigation li {
		float: left;
		position: relative;
		padding-right: 8px;
		padding-left: 8px;
		height: 100%;
	}
	.footer-navigation ul ul{
		position: relative;
		float: none;
	}
	#wrap-menu-footer-main-links{
		padding-bottom: 0;
	}
	.footer-menu-container{
		margin: 30px 0;
	}
	.site-footer{
		height: 40px;
	}
	nav.footer-navigation .menu-footer-menu-container{
		position: static;
	}
	#menu-footer-contact .footer-navigation li{
		padding: 0;
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 35px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
>>> # 個別ページ
----------------------------------------------------------------*/
/* -- 共通 --*/
.display-none{
	display: none;
}
.h2-big{
	font-size:36px;
	margin-block-start: 0.8em;
	margin-block-end: 0.6em;
	letter-spacing: 2px;
	font-weight: normal;
}
.h2-big-tall {
    font-size: 36px;
    margin-block-start: 1.2em;
    margin-block-end: 1.2em;
    padding-top: 0.4em;
    letter-spacing: 2px;
	 font-weight: normal;

}
div.obi {
    padding-top: 80px;
    padding-bottom: 30px;
}
div.obi h2.h2-big {
		color: #4d5156;
    margin: auto;
    padding: 0;
		font-size: 42px;
}

.z999{
	z-index: 999;
}
.commom-pd-top-add{
	padding-top: 40px;
}
.h4-big{
	font-size: 24px;
	margin-block-start: 0.8em;
	margin-block-end: 0.4em;
	letter-spacing: 2px;
	font-weight: normal;
}
.p-big{
	font-size: 20px;
}
.h-margin-big{
	margin-block-start: 1.6em;
	margin-block-end: 1.2em;
}
h4.description{
	margin-top: 0;
	margin-bottom: 5px;
}
p.description{
	margin-top: 0;
	margin-bottom: 5px;
}
.text-align-center{
	text-align: center !important;
}
.first-letter-big{
		font-size: 42px;
}
.grey{
	color: grey;
}
.red{
	color: red;
}
.white{
	color: white;
}
.wrap-w-full{
	position: relative;
	width: 100%;
	height:100%;
	margin: auto;
}
.background-color-deep{
	background-color: #002d66;
}
.background-color-grey{
	background-color: #6d6d6d;
}
.img-background-cover{
	background-size: cover !important;
}
#img-top-mio{
	background-image: url("/wp-content/uploads/2022/10/kirin.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: calc(105vw / 2);
	background-size: cover;
	background-position: right;
}
#img-top-mio .wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin: auto;
	width: 1280px;
}
.img-top-messages {
	padding-bottom: 80px;
}
#img-top-mio .wrap .img-top-messages .img-top-message{
	color: #FFFFFF;
	font-size: 58px;
	margin-block-end:5px;
	letter-spacing: 10px;
	line-height: 1.2em;
	font-weight: bold;
	text-shadow:0px 0px 40px #000;
}
#img-top-mio .wrap .img-top-messages .img-top-message-detail{
	color: #FFFFFF;
	font-size: 20px;
	margin-block-start:1.5em;
	letter-spacing: 1px;
}
.menu-img-inner{
	background-color: rgba(32, 31, 57, 0.5);
	height: 100%;
	width: 100%;
	padding: 0 20px;
}
.site-content .wrap-w-full{
	position: relative;
	width: 100%;
	height:100%;
	margin: auto;
}
.background-grey{
	background-color: rgba(242,242,242,0.5);
}
.box-tall{
	padding-top: 80px;
	padding-bottom: 80px;
}
.box-short{
	padding-top: 30px;
	padding-bottom: 30px;
}
.box-deco-inner{
	padding: 30px 40px 30px 40px;
  background-color: rgba(255,255,255, 0.8);
}
.news-list-tag{
	padding-left: 4px;
  padding-right: 4px;
}
.news-list-tag div{
	font-size: 13px;
	padding: 2px;
}
.img-round{
	border-radius: 50%;
}
.table-1{
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	table-layout: fixed;
}
.table-1 tr{
	background-color: #fff;
	padding: .35em;
}
.table-1 tr:last-child{
	border: none;
}
.table-1 td{
	padding: 2em .5em;
	text-align: left;
	border-bottom: 2px solid #eee;
}
.table-1 th.th-1{
	background-color: #4d5156;
	color: #FFF;
	font-weight: bold;
	border-right: 4px solid #FFF;
}
.table-1 th.th-2{
	border-right: 4px solid #FFF;
}
.table-1 th.th-3{
	background-color: #FFF;
	border: none;
	vertical-align: bott
}
.table-1 .th-none{
	border: none;
}
.table-1 .div-underline{
	border-bottom: 2px solid #eee;
	margin: 5px 5px;
	height:100%;
}
.table-1 ul{
	margin: 0;
	padding-inline-start: 20px;
	list-style-type: none;
}
table.table-1 tr .bd-thick-top{
	border-top: 5px solid #201f39;
}
table.table-1 tr .bd-thick-bottom{
	border-bottom: 5px solid #201f39;
}
table.table-1 tr .bd-thick-right{
	border-right: 5px solid #201f39;
}
table.table-1 tr .bd-thick-left{
	border-left: 5px solid #201f39;
}
.table-2{
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	table-layout: fixed;
}
.table-2 tr{
	background-color: #fff;
	padding: .35em;
}
.table-2 tr:first-child th, .table-2 tr:first-child td{
	border-top: 2px solid #eee;
}
.table-2 th{
	padding: 2em .5em;
	text-align: left;
	border-bottom: 2px solid #eee;
	width: 240px;
}
.table-2 td{
	padding: 2em .5em;
	text-align: left;
	border-bottom: 2px solid #eee;
}
.table-2 ul{
	margin: 0;
	padding-inline-start: 10px;
	list-style-type: none;
}
.table-3{
	border-collapse: collapse;
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	table-layout: fixed;
}
.table-3 tr{
	background-color: #fff;
	padding: .35em;
}
.table-3 tr:last-child th, .table-3 tr:last-child td{
	border-top: 2px solid #eee;
	border-bottom: none;
}
.table-3 th{
	padding: 2em .5em;
	text-align: left;
	border-bottom: 2px solid #eee;
	width: 240px;
}
.table-3 td{
	padding: 2em .5em;
	text-align: left;
	border-bottom: 2px solid #eee;
}
.table-3 ul{
	margin: 0;
	padding-inline-start: 10px;
	list-style-type: none;
}
.table-4{
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 30px;
}
.table-4 tr{
	background-color: #fff;
	padding: .35em;
}
.table-4 th{
	background-color: #002d66;
	padding: 2em .5em;
	text-align: center;
	border: 2px solid #002d66;
	width: 240px;
}
.table-4 td{
	padding: .2em .5em;
	text-align: left;
	border: 2px solid #002d66;
	width: calc(100% - 240px);
}
.table-4 ul{
	margin: 0;
	padding-inline-start: 10px;
	list-style-type: none;
}

.table-5{
	border-collapse: separate;
	border-spacing: 10px 10px;
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
.table-5 tr{
	background-color: #fff;
	padding: .35em;
	height: 90px;
}
.table-5 tr:first-child th{
	height: 50px;
	border: none;
	background-color: #002d66;
	color: #FFF;
	font-size: 32px;
	font-weight: normal;
}
.table-5 th{
	background-color: #fff;
	font-size: 42px;
	font-weight: normal;
	color: #002d66;
	border: 3px solid #002d66;
	text-align: center;
}
.table-5 td{
	padding: 0 .5em;
	text-align: left;
	border-bottom: 3px solid #002d66;
}
table.table-1 tr .bd-thick-top{
	border-top: 5px solid #201f39;
}
table.table-1 tr .bd-thick-bottom{
	border-bottom: 5px solid #201f39;
}
table.table-1 tr .bd-thick-right{
	border-right: 5px solid #201f39;
}
table.table-1 tr .bd-thick-left{
	border-left: 5px solid #201f39;
}
.li-disc{
	margin-left: 1em;
	list-style: disc !important;
}
.ul-mg-left-no{
	margin-left: 0;
}
.box-shadow{
	box-shadow: 0px 0px 10px #BBB;
}
.box-shadow-thin{
	box-shadow: 0px 0px 5px #BBB;
}
.text-vertical{
	writing-mode: vertical-rl;
  white-space: nowrap;
}
.cell-thin{
	width: 60px;
}
.cell-thin2{
	width: 100px;
}
.border-bottom-white{
	border-bottom: 8px solid #FFF;
}
.common-pd-top{
    padding-top: 30px;
}
.common-pd-top-tall{
    padding-top: 60px;
}
.common-pd-bottom {
    padding-bottom: 30px;
}
.common-pd-bottom-tall {
    padding-bottom: 60px;
}
.common-pd-thin{
	padding-right: 10px;
	padding-left: 10px;
}
.pd-bottom-0{
	padding-bottom: 0 !important;
}
.common-mg-top-tall{
    margin-top: 100px !important;
}
.common-mg-top-for-header{
    margin-top: 78px !important;
}
.common-mg-top{
    margin-top: 55px !important;
}
.common-mg-bottom{
    margin-bottom: 30px !important;
}
.common-mg-short{
    margin: 20px 0 !important;
}
.text-align-right{
	text-align: right;
}
.outer-table{
  display: table;
  width: 100%;
}
.inner-table{
  display: table-cell;
  vertical-align: middle;
}
.box-pager{
	text-align: center;
}
.page-numbers.current{
	color: #4d5156;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
a.page-numbers:link,
a.page-numbers:visited,
a.page-numbers:hover,
a.page-numbers:active{
	color: #6d6d6d;
	text-decoration: none;
}
div.box-pager a, div.box-pager span{
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 980px){
	.table-2{
		width: 90%;
	}
	.table-3{
		width: 98%;
	}
	.common-mg-top-for-header{
    margin-top: 0 !important;
	}
	.table-5 tr{
		height: 115px;
	}
}

@media screen and (max-width: 800px){
	.w-100p-mobile{
		width: 100% !important;
	}
	.cell-thin2{
		width: 80px;
	}
	.table-5 tr{
	}
}

@media screen and (max-width: 599px){
	.table-2, .table-3{
		table-layout: auto;
	}
	.table-2 th, .table-2 td, .table-3 th, .table-3 td{
		display: block;
		width: 100%;
	}
	.table-2 th, .table-3 th{
		padding: 1em .5em;
		text-align: center;
		background-color: #eee;
	}
	.table-3 th{
		text-align: center;
	}
	.box-contact-form{
		width:95%;
	}
	.box-deco-top{
		width:900px; height:1200px;
	}
}
/* パンくずリスト */
#breadcrumb ul {
  padding-left:0;
  margin-left:0;
}

#breadcrumb ul li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;
}

#breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #4d5156;
}

#breadcrumb ul li:last-child:after {
  content: '';
}

#breadcrumb ul li a {
  text-decoration: none;
  color: #4d5156;/*色*/
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1320px){
	#img-top-mio .wrap{
		width: 95%;
	}
}
@media screen and (max-width: 980px){
	#img-top-mio .wrap .img-top-messages{
	}
	#img-top-mio .wrap .img-top-messages .img-top-message{
		font-size: 42px;
	}
	#img-top-mio .wrap .img-top-messages .img-top-message-detail{
		font-size: 18px;
	}
	#img-top-mio .wrap .img-top-messages{
		padding-bottom: 0;
	}
	.box-tall{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.table-scroll{
	  overflow-x: scroll;
	  -webkit-overflow-scrolling: touch;
	}
}
@media screen and (max-width: 559px){
	#img-top-mio .wrap .img-top-messages .img-top-message-detail{
		font-size: 18px;
		letter-spacing: 2px;
	}
	#img-top-mio .wrap .img-top-messages .img-top-message{
		font-size: 32px;
		letter-spacing: 4px;
	}
	.box-tall{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/* -- トップページ --*/
.top-news-list-row{
	display: flex;
	text-align: left;
	margin-bottom: 15px;
}
.top-news-list-date{
	width: 120px;
	margin-right: 10px;
}
.top-news-list-content{
	width: calc(100% - 200px);
	padding-left: 25px;
}

.top-news-list{
	margin-left: 0;
	padding-left: 0;
}
.top-news-list-tag {
		width:100px;
	}
.site-content .wrap{
	position: relative;
	width: 980px;
	height:100%;
	margin: auto;
}
.home .site-content .wrap{
	margin-top: 80px;
}
.home .h2-big{
	font-size: 48px;
}
@media screen and (max-width: 1200px){
	.site-content .wrap{
		width: 90%;
	}
}
@media screen and (max-width: 980px){
	.site-content .wrap{
		width: 90%;
	}
}
@media screen and (max-width: 559px){
	.top-news-list-row{
		flex-wrap: wrap;
	}
	.top-news-list-content{
		width: 90%;
		margin-left: 20px;
	}
	#img-top-mio{
		height: calc(100vh / 1.5);
	}
	.home .h2-big{
		font-size: 38px;
	}
	.news-wrap{
		width: 90%;
		margin-left: 20px;
	}
}

/* -- 事業総合 -- */
.contents-service .entry-content{
	margin-top: 0;
}
.service-discribe-box{
	background-color: #FFFFFF;
	padding: 50px 0 50px 0;
}
.box-service-list{
	height: 90px;
}
.service-list-box{
	margin: auto;
	padding: 0 0 0 0;
}
.service-list-box-more{
	text-align: right;
}
.service-discribe-box-inner{
	width: 80%;
	margin: auto;
}
.margin-top-middle{
	margin-top: 50px;
}
.margin-bottom-middle{
	margin-bottom: 50px;
}
.service-list-li{
	width:100%;
}
.table-caption{
	font-weight: bold;
}
.table-li{
	list-style-type: none;
	position: relative;
	padding-left: 0.6em;
}
li.table-li:before {
    border-radius: 0;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: -1em;
    top: 0.6em;
    content: "";
    background: #201f39;
}
.td-colored{
	background-color: rgba(0,0,255,0.05);
}
.service-list-img-name{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	justify-content: flex-end;
}
.service-list-img-name p{
	margin-bottom: 10px;
}
.service-img{
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 200px;
	background-size: cover;
}
.service-discribe{
	background-color: #FFF;
	padding: 20px;
	height: 220px;
}
.service-discribe-p{
	margin-top: 0;
}
.no-mg{
	margin:0;
}
.corp-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 80px;
}
.mobile-only-flex{
	display:none !important;
}
@media screen and (max-width: 1200px){
	.under1200-hidden{
		display: none;
	}
}
@media screen and (max-width: 980px){
}
@media screen and (max-width: 800px){
	.under800-hidden{
		display: none;
	}
}
@media screen and (max-width: 559px){
	.mobile-only-flex{
		display:flex !important;
	}
	nav#site-footer-navigation{
		width: 100%;
		padding-left: 3%;
	}

	.mobile-hidden{
		display: none;
	}
}

/* -- 個別事業_コンサルティング --*/
div.service-step{
	border: solid 2px #002d66;
	position: relative;

}
div.service-step-num{
	background-color: #002d66;
	float: left;
	width: 160px;
	height: 100px;
	position: absolute;
	left: -20px;
	top: -30px;

}
div.service-step-num p{
	text-align: right;
	vertical-align: bottom;
	color: #FFF;
	font-size: 20px;
	padding-right: 10px;
	letter-spacing: 2px;
}
div.service-step-num .step-num{
	color: #FFF;
	font-size: 52px;
	letter-spacing: 3px;
}
p.service-step-caption{
	font-weight: bold;
	display: inline-block;
	padding-left: 160px;
}
div.service-step-detail{
	display: inline-block;
	padding: 10px 10px 20px 0;
	padding-left: 160px;
	padding-right: 40px
}
div.service-step-detail p.service-step-caption{
	font-size: 20px;
  font-weight: normal;
	padding-left: 10px;
	margin-block-end: 1em;
}
div.service-step-detail p.service-step-discription{
	left: 240px;
	margin:0;
	padding-left: 10px;
}

ul.ul-service-issue {
	padding:0.5em;
	list-style-type:none;
}
ul.ul-service-issue li.li-service-issue {
	position:relative;
	padding: 1.4em 0em 0.2em 0.5em;
  margin-left: 30px;
	font-size: 20px;
  border-bottom: solid 2px #999;
}
ul.ul-service-issue li.li-service-issue:before {
	position: absolute;
	content: '';
	display: block;
	background: url("/wp-content/uploads/2020/01/img_check_round.png") no-repeat;
	background-size: contain;
	top: 50%;
	left: -40px;
	height: 25px;
	width: 25px;
}
.pale-blue{
	color: #8F8F9C;
}
.service-issue{
	padding: 20px;
}
.service-issue ul{
	margin: 0;
}

@media screen and (max-width: 980px){
	.service-step-caption, .service-step-discription{
		height: 100%;
	}
}
@media screen and (max-width: 800px){
	.service-step-caption, .service-step-discription{
		width: 100%;
	}
	div.service-step-num{
		height: 70px;
		position: absolute;
		left: -20px;
		top: -35px;

	}
	div.service-step-detail{
		display: inline-block;
		padding: 40px 20px 20px 20px;
	}
	div.service-step-detail p.service-step-discription{
		left: 240px;
		margin:0;
	}
	div.service-step-detail p.service-step-caption{
		font-size: 20px;
	  font-weight: normal;
		margin-block-end: 1em;
	}
	div.service-step-num p{
		margin:0;
	}
}
@media screen and (max-width: 559px){
}

/* -- ニュース -- */
.box-news-list .h2-big {
	text-align: center;
}
.top-news-list {
    margin-top: 40px;
    margin-bottom: 80px;
}
.news-list-row{
	display: flex;
	text-align: left;
	height: 3.5em;
}
@media screen and (max-width: 800px){
	.top-news-list {
	    margin-top: 40px;
	    margin-bottom: 80px;
	    margin-left: 0;
	}
	.news-list-row{
		height: 6em;
	}
}
@media screen and (max-width: 559px){
	.news-list-row{
		flex-wrap: wrap;
	}
	.news-list-row{
		height: 8em;
	}
}
/* -- 採用ページ -- */
.box-link-interview{
	display: inline-block;
	position: relative;
	width: 300px;
	height: 172px;
}
.box-link-interview img{
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}
.careers-message-box p{
	font-size: 20px;
}
.position-caption-mini{
	width: 120px;
}
.position-detail{
	width: calc(100% - 20px - 120px);
}
.position-detail h4{
	margin-top: 0;
	margin-bottom: 0;
}
.position-detail p{
	margin-top: 0;
	margin-bottom: 0;
}
.garally-pd-right{
	padding-right: 3px;
}
.garally-pd-left{
	padding-left: 3px;
}
.garally-discription{
	font-size: 12px;
	margin-bottom: 20px;
}


/* -- ニュース個別記事--*/

.news-content{
	margin-top: 100px;
}

/* 会社概要 */
.company-map{
	width: 600px;
	height: 450px;
}

/* 会社理念 */
.philosophy-portrait1{
	background-image: url("/wp-content/uploads/2020/01/ph_ihara.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: -110px;
	top: -40px;
	width: 179px;
	height: 179px;
	transform: scale(-1, 1);
}
.wrap-philosophy1{
	padding-top: 100px;
}
.box-philosophy1{
	background-color: white;
	width: 750px;
}
.philosophy-portrait2{
	background-image: url("/wp-content/uploads/2020/01/ph_ihara2.jpg");
	background-repeat: no-repeat;
	float: right;
	right: 50px;
	top: 60px;
	width: 179px;
	height: 179px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.box-philosophy2{
	margin:0 auto;
	padding: 20px 80px;
}
.box-philosophy3{
	background-color: white;
	padding: 80px 120px 240px 120px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/2020/02/img-building.png");
	background-position: bottom;
	background-size: contain;
}
.box-inner-white{
	background-color: rgba(255,255,255,0.6);
	padding: 5% 10%;
}
.book-name{
	margin-bottom: 30px;
}
.box-ceo_message-img{
	margin: auto;
	width: 200px;
}
.box-ceo_message{
	width: 700px;
}

ul.ul-philosophy li{
	padding-bottom: 30px;
}

@media screen and (max-width: 979px){
	.philosophy-portrait1{
		position: static;
		float: right;
		right: 50px;
		top: 60px;
	}
	.philosophy-portrait1, .philosophy-portrait1{
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.box-philosophy1{
		width: 90%;
	}
	.box-philosophy2{
		width: 90%;
	}
}
@media screen and (max-width: 559px){
	.box-philosophy3{
		background-color: white;
		padding: 20px 0;
		width: 100%;
		background-image: url("/wp-content/uploads/2020/02/img-building.png");
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.box-philosophy1, .box-philosophy2{
		margin: auto;
		padding-right: 0;
		padding-left: 0;
	}
	.philosophy-portrait1, .philosophy-portrait2{
		float: none;
		margin: 0 auto;
	}
	ul.ul-philosophy{
		padding-left: 0;
	}
}
/* Cases */
	.box-case{
		height: 410px;
		width: 310px;
		padding: 15px;
		margin: 10px 5px;
	}
	.service-tag{
		width: 140px;
		position: absolute;
		top: 43px;
		right: 0px;
		padding: 8px 15px;
		height: 45px;
		background-color: #002d66;
		border-radius: 3px;
		font-size: 20px;
		text-align: center;
		color: #FFF;
	}
	.box-case-inner{
		height: 100%;
		width: 100%;
		padding: 5px;
		border: solid 2px #eee;
	}
	.box-case-title{
		width: 125px;
		height: 65px;
		border-bottom: solid 1px #4d5156;
		margin: 8px 10px 10px 10px;
		padding: 10px 3px 5px 3px;
		text-align: center;
		font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
	}
	.box-case-detail{
		height: 214px;
		margin:20px 10px 10px 10px;
		font-size: 14px;
	}
	.detail-title{
		margin: 0 0 0.8em 0;
    font-weight: bold;
		height: 40px;
	}
	.box-case-tags{
		margin:10px 10px;
		width: 100%;
	}
	.box-case-tag{
		display: inline-block;
		background-color: #eee;
		text-align: center;
		width: 80px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 12px;
	}

	.box-case .btn-colored{
		background-color: #fff;
	}
	.box-case a.btn-colored:link, .box-case a.btn-colored:visited, .box-case a.btn-colored:hover, .box-case a.btn-colored:active{
		color: #4d5156;
	}

/* 問い合わせ */
.circle{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ccc;
	position: absolute;
}
.circle-1{
	float: left;
}
.circle-1:before{
	content: "入力";
	font-size: 12px;
	position: absolute;
	top: 30px;
	left: calc((24px - 2em) / 2);
}
.circle-2{
	float: left;
	left: calc(50% - 12px);
	position: absolute;
}
.circle-2:before{
	content: "確認";
	font-size: 12px;
	position: absolute;
	top: 30px;
	left: calc((24px - 2em) / 2);
}
.circle-3{
	float: right;
	right: 0;
}
.circle-3:before{
	content: "送信";
	font-size: 12px;
	position: absolute;
	top: 30px;
	right: 0;
}
.circle-now{
  background: #555;
}
.circle-big{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #555;
	float: left;
}
.box-circles{
	margin: 0 auto;
	width: 480px;
	height: 24px;
}
.line1:before {
    content: "";
    display: block;
    border-top: solid 2px #999;
    width: calc(50% - 60px - 20px);
    height: 1px;
    position: absolute;
    top: 45%;
		left: 50px;
    z-index: 1;
}
.line2:before {
    content: "";
    display: block;
    border-top: solid 2px #999;
    width: calc(50% - 60px - 20px);
    height: 1px;
    position: absolute;
    top: 45%;
		right: 50px;
    z-index: 1;
}
.contact-button{
	margin-left:5px;
	margin-right:5px;
}
@media screen and (max-width: 559px){
	.box-circles{
		width: 50%;
	}
}

/* flex-box */
.flex-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: space-around;
	flex-wrap: wrap;
}
.flex-container-mini{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: center;
  align-items: center;
  align-content: space-around;
  flex-wrap: wrap;
}
.flex-reverse{
	flex-flow: row-reverse;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.flex-align-start{
	align-items: flex-start !important;
}
.flex-align-end{
	align-items: flex-end !important;
}
.flex-align-stretch{
	align-items: stretch !important;
}
.align-self-flex-end{
	align-self: flex-end;
}
.flex-justify-around{
	justify-content: space-around !important;
}
.flex-justify-between{
	justify-content: space-space-between !important;
}
.flex-justify-center{
	justify-content: center !important;
}
.item-double-nm{
	width: 50%;
}
.item-double-garally{
	width: 49%;
}
.item-double-big{
	width: 50%;
}
.item-double-small{
	width: 45%;
}
.item-triple-nm{
		width: 33.3%;
}
.item-triple-garally{
	width: 32%;
}
.item-triple{
	width: 32%;
}
.item-triple2{
	width: 29%;
	margin-bottom: 45px;
}
.item-triple3{
	width: 31%;
}
.item-quadruple-nm{
	width: 25%;
}
.item-quadruple-book{
	width: 15%;
}
.item-quadruple{
	width: 23%;
}
.item-quadruple2{
	width: 24%;
}
.item-quintuple{
	width: 19%;
}
.item-mini {
    width: 250px;
}
.order-1{
	order: 1;
}
.order-2{
	order: 2;
}
.order-3{
	order: 3;
}
.order-4{
	order: 4;
}
.order-5{
	order: 5;
}
.order-6{
	order: 6;
}

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

}
@media screen and (max-width: 800px){
	.flex-container{
		flex-wrap: wrap;
	}
	.item-double-big{
		width: 100%;
		margin-bottom: 45px;
	}
	.flex-justyfy-around-mobile{
		justify-content: space-around !important;
	}
	.item-double-small{
		width: 100%;
		margin-bottom: 0;
	}
	.item-triple, .item-triple2{
		width: 45%;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.item-quadruple{
		width: 45%;
		margin-bottom: 45px;
	}
	.item-mini{
		width: 150px;
	}
	.order-mobile-1{
		order: 1;
	}
	.order-mobile-2{
		order: 2;
	}
	.order-mobile-3{
		order: 3;
	}
	.order-mobile-4{
		order: 4;
	}
	.item-quadruple-book{
		width: 150px;
		margin-right: 20px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 559px){
	.item-triple, .item-triple-garally, .item-triple2, .item-triple-nm, .item-double-nm, .item-double-garally{
		width: 100%;
		margin-bottom: 45px;
	}
	.item-quintuple{
		width: 31%;
	}
	.item-quadruple-book{
		width: 35%;
		margin-right: 20px;
		margin-left: 20px;
	}
}
.news-content .wrap{
	width: 800px;
	margin-bottom: 50px;
}
.li-shironuki{
	color: white;
	font-size: 14px;
}
.li-rectangle{
	padding-left: 15px;
	padding-right: 15px;
}
.li-rectangle:before {
	position:absolute;
	left: 0;
	top: 6px;
	content:'';
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
}
.bg-c-seminar{
	background-color: #002d66;
}
.bg-c-notice{
	background-color: #002d66;
}
.bg-c-other{
	background-color: #002d66;
}
.seminar:before{
	border-color: transparent transparent transparent #002d66;
}
.notice:before{
	border-color: transparent transparent transparent #002d66;
}
.other:before{
	border-color: transparent transparent transparent #002d66;
}
.inline_block{
	display: inline-block;
}
.relative {
	position: relative;
}
h1.news-title{
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin-top: 2px;
}
.news-content .h2-big{
	margin-top: 4em;
	margin-bottom: 1.2em;
	text-align: center;
	color: #4d5156;
}
.h3-big{
	font-size: 24px;
	margin-top:1em;
	margin-bottom:0.5em;
	font-weight: normal;
}
.p-big{
	font-size: 18px;
	padding: 20px 0;
}
.p-big-np{
	font-size: 18px;
	padding: 0;
}
.li-big{
	font-size: 18px;
}
.margin-0{
	margin: 0;
}
.margin-bottom-0{
	margin-bottom: 0;
}
.news-content .posted-on{
	display: block;
	text-align: right;
}
.hr-news{
	margin-top: 50px;
}
a.a-black:link,
a.a-black:visited,
a.a-black:hover,
a.a-black:active{
	color: #4d5156;
	text-decoration: none;
}
a.a-grey:link,
a.a-grey:visited,
a.a-grey:hover,
a.a-grey:active{
	color: #4d5156;
	text-decoration: none;
}
.link-back{
	margin-top: 50px;
	text-align: center;
}
.no-mg-top{
	margin-top:0 !important;
}
