/*
Theme Name: factorism
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: 2st planning Inc.
Description:  This is the original theme of factorism's homepage.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## index
	## Posts and pages
	## archive
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  transition: all 0.4s ease-out;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border: 0.5px #adb5bd solid;
  padding: 5px;
  border-radius: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*----------------- 特商の表 -----------------*/
.btable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.btable th {
  padding: 15px 10px;
  text-align: center;
  font-weight: normal;
}
.btable td {
  padding: 15px 20px;
  text-align: left;
}
.btable tr:nth-child(odd) {
  background-color: #f8f9fa;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #575757;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  border-bottom: double #d9e158;
  color: #575757;
}
.widget-area{
  padding-top: 60px;
  padding-bottom: 100px;
}
.f-en{
	font-family: azo-sans-web, sans-serif;
}
.information-tb th,
.information-tb td{
	padding: 30px;
	border-top: none;
}
.information-tb iframe{
	width: 100%;
	height: 450px;
}
@media screen and (max-width: 767px) {
	.information-tb th,
	.information-tb td{
		padding: 20px;
		border-top: none;
		display: block;
	}
	.information-tb th{
		padding-bottom: 0;
	}
	.information-tb td{
		padding-top: 10px;
	}
	.information-tb iframe{
		height: 250px;
	}
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: 12px 0;;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
}
.navbar-brand > a {
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:hover{ opacity: 0.7; }
.navbar-brand img {
	width: 240px;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,05,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.page .navbar-light .navbar-toggler-icon{
/* 	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
}
.page .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
/*   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E"); */
}
.sp-en-btn{
	border: solid 1px #000;
	color: #000;
}
.page .sp-en-btn{
/* 	border: solid 1px #004182;
	color: #000; */
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav{ align-items: center; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #575757;
  font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	font-family: azo-sans-web, sans-serif;
	padding: 2px 10px;
	position: relative;
	text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after{
	position: absolute;
	content: "";
	background: #575757;
	width: 1px;
	height: 15px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child{ margin-left: 10px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child a{ border: solid 1px #575757 }
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child a::after{ display: none; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	font-weight: bold;
  color: #575757;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul{
  position: absolute;
  display: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:hover ul{
  display: block;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul li{
  display: block;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul li a{
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 8px black;
  background: #00214129;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul li a:hover{
  background-color: #00214199;
  font-weight: bold;
}

.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.navbar-toggler-icon{
	width: 2em;
	height: 2em;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 990px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
	.navbar-nav{
		display: block;
		margin: 10px 0;
		background-color: rgb(0 0 0 / 0.6);
		padding: 0 5px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
		display: block;
		padding: 8px 10px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after{
		display: none;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child{ display: none; }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

*{
  box-sizing: border-box;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li a{
  display: block;
  color: #fff;
  padding: 8px;
  text-align: center;
}
ul.menu li a {
  position: relative;
  color: #575757;
}
ul.menu li a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
ul.menu li a:hover::before{
  content: "";
  position: absolute;
  background: #d9e158;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
ul.menu{
  width: 85%;
  display: flex;
  font-size: 14px;
}
ul.menu > li{
  width: 25%;
}
ul.menu > li > ul{
  display: none;
}
ul.menu li:hover a + ul{
  display: block;
}
ul.menu > li > ul > li > a{
  width: 100%;
  padding: 2px;
}
.arrow:before {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
	ul.menu{
		width: 90%;
		display: inline-block;
		font-size: 14px;
		margin-left: 12px;
		}
	ul.menu > li{
	  width: 100%;
	}
	ul.menu li a {
	  text-align: left;
	}
	.arrow:before {
		display: none;
	}
	header#masthead{
		padding: 10px 0;
		opacity: 0.9;
	}
	.navbar-brand img {
		width: 150px;
	}
	.page .navbar-nav{
/* 		background: none; */
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# 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;
	font-size: 14px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget .nav-link {
	display: block;
	color: #24292e;
  text-align: left;
}
.widget select{
	display: block;
	width: 100%;
	height: 40px;
	border-color: #ccc;
}
.widget .tagcloud a{
	font-size: 11px!important;
	border: solid 1px #ccc;
	background: #f2f2f2;
	border-radius: 3px;
	padding: 2px 8px;
	display: inline-block;
	color: #24292e;
	margin: 5px;
}
.widget .tagcloud a:hover{
	text-decoration: none;
	background: #1d2124;
	border-color: #1d2124;
	color: #fff;
}
.cat-links a,
.tags-links a{
	font-size: 11px!important;
	border: solid 1px #ccc;
	background: #f2f2f2;
	border-radius: 3px;
	padding: 2px 8px;
	display: inline-block;
	color: #24292e;
	margin: 5px;
}
.cat-links a:hover,
.tags-links a:hover{
	text-decoration: none;
	background: #1d2124;
	border-color: #1d2124;
	color: #fff;
}
.wp-pagenavi{
	margin-bottom: 90px;
	display: flex;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	padding: 3px 10px;
	border-color: #ccc;
	color: #23272b;
}
.wp-pagenavi span.current{
	background: #23272b;
	color: #fff;
}
.wp-pagenavi a:hover{
	background: #23272b;
	color: #fff;
	text-decoration: none;
}
.wp-pagenavi .extend{
	border: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## common
--------------------------------------------------------------*/
html{
	overflow-x: hidden;
}
body{
	font-size: 16px;
  font-weight: 300;
  line-height: 2;
  overflow-x: hidden;
  color: #575757;
  letter-spacing: 0.04em;
  line-height: 170%;
  font-family: azo-sans-web, sans-serif;
}
.container{
	max-width: 1200px;
	padding: 0;
	width: 95%;
}
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}
/*-------------------- Animation --------------------*/
.fadeup {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.fadeup.in {
  -webkit-animation: up 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: up 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeup.in:nth-of-type(1) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards;
}
.fadeup.in:nth-of-type(2) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards;
}
.fadeup.in:nth-of-type(3) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
}
.fadeup.in:nth-of-type(4) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s forwards;
}
.fadeup.in:nth-of-type(5) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.10s forwards;
}
.fadedown {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.fadedown.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.slideLeft {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(90%, 0);
  transform: translate(90%, 0);
}
.slideLeft.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.slideRight {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(-90%, 0);
  transform: translate(-90%, 0);
}
.slideRight.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@-webkit-keyframes inview {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes up {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes up {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*--------------------------------------------------------------
## index
--------------------------------------------------------------*/
/* mainimg */
.home .mainimg{ position: relative; display: flex; }
.home .mainimg .scroll-down {
  position: absolute;
	overflow: hidden;
	z-index: 100;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 230px;
	color: #fff
}
.scroll-down .arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 130px;
}
.scroll-down .arrowInner p {
  font-size: 12px;
	font-weight: bold;
	font-family: azo-sans-web, sans-serif;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scroll-down .arrow {
  position: relative;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 2px;
  height: 83px;
}
.scroll-down .arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #fff;
  content: '';
  -webkit-animation: scrollline 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: scrollline 3.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes scrollline {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(120%);
  }
}
@keyframes scrollline {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(120%);
  }
}
.home .swiper-container-horizontal>.swiper-pagination-bullets,
.home .swiper-pagination-custom,
.home.swiper-pagination-fraction{
	/*
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
	*/
}
.home .swiper-pagination-bullet,
.home .swiper-pagination-bullet-active{
  background: #8d5ba1;
  width: 25px;
  border-radius: 0px;
}
/*
.home .slide-box img{
	position: relative;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.home .swiper-slide-active .slide-box img	,
.home .swiper-slide-duplicate-active .slide-box img	,
.home .swiper-slide-prev .slide-box img	{
  animation: zoomUp 5s linear 0s 1 normal both;
}
*/
.home .mainimg .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home .mainimg .swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.home .mainimg .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
.home .mainimg .swiper-container.nav-slider .swiper-slide.swiper-slide-active { opacity: 1; }
.home .mainimg .swiper-container.nav-slider .swiper-slide .content { width: 100%; }
.home .mainimg .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.home .mainimg .swiper-slide {
  overflow: hidden;
}
.home .mainimg .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
	margin-top: 0;
  transition: opacity 0s ease, transform 1s ease;
}
/*
.home .mainimg .swiper-slide .slide-bgimg.show {
	animation: zoomUp 5s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
*/
.home .mainimg .swiper-slide .entity-img { display: none; }
.home .mainimg .swiper-slide .content {
  position: absolute;
  top: 0;
	bottom: 0;
  left: 0;
	margin: auto;
  width: 600px;
  padding-left: 5%;
  color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.home .mainimg .swiper-slide .content .slide-title {
	font-size: 35px;
	font-weight: bold;
	line-height: 54px;
  margin-bottom: 30px;
	letter-spacing: 0.06em;
	color: #fff;
  transform: translateX(100px);
	opacity: 0;
  transition: opacity 1s ease, transform 0.7s ease;
}
.home .mainimg .swiper-slide .content .slide-title.show {
  transform: translateX(0);
  opacity: 1;
}
.home .mainimg .swiper-slide .content .caption {
  display: block;
  font-size: 16px;
	font-family: azo-sans-web, sans-serif;
  line-height: 1.8;
  transform: translateX(50px);
  transition: opacity 0.3s ease, transform 0.7s ease;
	opacity: 0;
}
.home .mainimg .swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}
.home .mainimg h1{
/*
	position: absolute;
 	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  width: fit-content;
	height: fit-content;
*/
/*	line-height: 62px;*/
/*
	line-height: 54px;
	background: rgba(0,0,0,0.8);
	padding: 30px;
	color: #fff;
*/
/*	z-index: 100;*/
}
/*
.ex1 {
  opacity: 0;
}
.ex1 span {
  position: relative;
  top: 10px;
  left: 10px;
  opacity: 0;
}
*/
/*
.home .swiper-slide-active h1 {
  animation: slideFromRight 3s ease 0s 1 normal;
}
@keyframes slideFromRight {
  0%, 25% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
*/
/*.home .slide-box h1 span{ background: #fff; padding: 5px 10px; }*/
.home .slide-box .slidebox-site{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: max-content;
	height: fit-content;
	padding: 50px;
	text-align: center;
	background: #fff;
}
.home .slide-box .slidebox-site h2{
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.home .slide-box .slidebox-site span{
	font-size: 14px;
	color: #C1C1C1;
	display: block;
	margin-top: 5px;
}
.home .slide-box .slidebox-site .img{ max-width: 226px; margin: 20px auto 0; }
.home .slide-box .slidebox-site .img img{ height: auto; object-fit: inherit; }
.home .slide-box img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
body.page #primary{ padding: 0; }
body.page header#masthead{
/* 	position: inherit;
	background: #fff; */
}
body.page #masthead .navbar-nav > li > a{
/* 	color: #000; */
}
body.page #masthead .navbar-nav > li > a::after{
/* 	background: #adb5bd; */
}
body.page #masthead .navbar-nav > li:last-child a{
/* 	border-color: #adb5bd; */
}
.entry-header{
	background: #575757;
	width: 100%;
	height: 920px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.entry-header2{
	background: #575757;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.entry-header h1.entry-title{
  color: #fff;
  font-size: 36px;
  font-family: azo-sans-web, sans-serif;
  font-weight: bold;
  border-bottom: none;
  z-index: 2;
  background-color: #00214199;
  padding: 10px 30px;
}
.entry-header img{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}
.single article,
.archive article,
.page article{
	position: relative;
}
.page-bg-en{
	color: #f1f1f1;
	position: absolute;
	left: 0;
	top: -3vw;
	font-size: 10vw;
	font-weight: bold;
	line-height: 12vw;
	z-index: -1;
}
.page .entry-content h2{
}
.page .entry-content h3{
}
.sub1 {
  border-bottom: 3px dotted #004182;
  padding: 0.4em 0.5em;
}
.sub2 {
  padding: 0.4em 0.5em;
  border-left: solid 5px #004182;/
  border-bottom: solid 3px #eaeaea;
  background: #fbfbfb;
}
.tit1 {
  color: #575757;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
  margin: 40px 0 20px 0;
}
.tit1:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.3em;
  background: -webkit-linear-gradient(to right, #004182, #ffd699);
  background: linear-gradient(to right, #004182, #ffd699);
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.entry-content{
  padding-top: 40px;
  padding-bottom: 100px
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
.site-title-sp {
	
}
.site-title-sp img {
	width: 40%;
	margin-left:10px;
}

/* --------------- 更新情報一覧 --------------- */
.info_arch_title {
	margin-top: 20px;
	background: #00214199;
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
}
.info_archive {
	border-bottom: solid 1px #adb5bd;
	margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.info_arch_p1 {
	margin-bottom: 0.5rem;
  font-size: 12px;
}
.info_arch_p1 span {
	margin: 0 1rem;
  padding: 0.2rem 1rem;
  height: 20px;
  font-size: 14px;
	background-color: #6c757d;
}
.info_arch_p2 {
	margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
## layer
--------------------------------------------------------------*/
/*	margin-left: calc(-50vw + 50%);*/
	margin: 100px 0;
  margin-right: calc(-50vw + 50%);
	height: 32vw;
}
@media screen and (max-width: 767px) {
	.entry-header{
		height: 130px;
	}
	.entry-header h1.entry-title{
		font-size: 30px;
	}
	.page-bg-en{
		top: 0px;
		font-size: 16vw;
	}
	.company-policy-img,
	.english-img,
	.english-img2{
		margin: 50px 0;
	}
}
/*--------------------------------------------------------------
## archive and single
--------------------------------------------------------------*/
.single .entry-header,
.archive .entry-header,
.category .entry-header{ height: 300px; }
.category .entry-header2{ height: 770px; }
.single .entry-header h1.entry-title,
.archive .entry-header h1.entry-title,
.category .entry-header h1.entry-title{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.single .entry-header h1.entry-title span,
.archive .entry-header h1.entry-title span,
.category .entry-header h1.entry-title span{
	display: block;
	font-size: 40%;
	font-weight: normal;
	margin-top: 5px;
}
.category .post.hentry,
.archive .post.hentry{
	margin-bottom: 20px;
}
.category .entry-content .archive-box,
.archive .entry-content .archive-box{
	padding: 20px;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.category .entry-content .archive-box:hover,
.archive .entry-content .archive-box:hover{
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.category .entry-content .archive-box h2,
.archive .entry-content .archive-box h2{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.category .entry-content .archive-box .text,
.archive .entry-content .archive-box .text{
	font-size: 13px;
  line-height: 140%;
	color: #333;
}
.category .entry-content .archive-box .date,
.archive .entry-content .archive-box .date{
	font-size: 12px;
  color: #9a9a9a;
}
.category .entry-content .archive-box .btn,
.archive .entry-content .archive-box .btn{
	font-size: 12px;
  padding: 5px 10px;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.category .entry-content,
	.archive .entry-content{
		width: 95%;
		margin: 20px auto;
	}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.foot-contact {
	padding: 70px 0;
}
.foot-contact h1{
	font-size: 20px;
	margin: 0 0 30px;
	padding: 0;
}
.foot-contact .contact-box{
	display: flex;
	justify-content: center;
}
.foot-contact .tel-box {
}
.foot-contact .tel-box a{ color: #1A1A1A; }
.foot-contact .tel-box a:hover span{ text-decoration: none; }
.foot-contact .tel-box .num{
	position: relative;
	padding-left: 1.2em;
	line-height: 33px;
	font-size: 34px;
	font-weight: normal;
	font-family: azo-sans-web, sans-serif;
}
.foot-contact .tel-box .num::before{
	position: absolute;
	content: "";
	background: url(assets/img/common/icon-tel.svg) no-repeat 0 0 / 100% auto;
	width: 1em;
	height: 1em;
	left: 0;
}
.foot-contact .tel-box span {
	font-size: 12.3px;
	font-weight: normal;
	color: #858585;
	display: block;
}
.foot-contact .btn {
	padding: 14px;
	width: 280px;
	background: #333;
	border-radius: 5px;
	position: relative;
	padding-left: 42px;
}
.foot-contact .btn:hover {
	background-color: #1a1a1a;
}
.foot-contact .btn::before{
	position: absolute;
	content: "";
	background: url(assets/img/common/icon-mail-white.svg) no-repeat 0 0 / 100% auto;
	width: 30px;
	height: 22px;
	margin-left: -42px;
}
.foot-list {
	background: #fff;
	padding: 30px 0;
  margin-top: 80px;
}
.foot-list .banner {
	height: 100%;
}
.foot-list a {
	display: block;
	background: #f1f1f1;
	padding: 20px;
	color: #000;
	font-weight: 300;
	position: relative;
  line-height: 1.4;
  border-radius: 10px;
}
.foot-list a::after{
	position: absolute;
	content: "";
	background: url(assets/img/common/arrow-gray-right.svg) no-repeat 0 0 / 100% auto;
	width: 8px;
	height: 13px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.foot-list a:hover {
	text-decoration: none;
	color: #da1447;
}
.footer-nav{
}
.footer-nav ul{
	display: flex;
	justify-content: center;
}
.footer-nav li{
	list-style: none;
	position: relative;
}
.footer-nav li::after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 1px;
	height: 10px;
	background: #D0D0D0;
}
.footer-nav li:last-child::after{
	display: none;
}
.footer-nav a{
	display: block;
	padding: 0 10px;
	font-weight: 300;
	font-size: 13px;
	font-family: azo-sans-web, sans-serif;
}
footer#colophon {
	padding: 40px 0 0;
}
footer .site-logo{
  max-width: 300px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
body:not(.theme-preset-active) footer#colophon {
  color: #000;
  background-color: #d9e158;
}
.navbar-dark .site-info {
  color: #fff;
}
.ft-sitemap {
  overflow: hidden;
  margin: 40px auto;
  max-width: 800px;
}
.ft-sitemap .column {
  float: left;
  width: calc((100% - 20px) /3);
}
.ft-sitemap .column:not(:first-child) {
  margin-left: 10px;
}
.ft-sitemap .column li {
  padding: 6px;
}
.ft-sitemap .column a {
  font-weight: bold;
}
.ft-sitemap .column a:hover {

}
.site-info {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
	background: #2a2639;
	padding: 20px 0;
	color: #fff;
}
.ft-banner {

}
.ft-banner ul li {
  width: 240px;
  display: inline-block;
  margin: 0 20px;
}
.ft-banner ul li p {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
}
.ft-banner ul li img {
	margin-bottom: 20px;
}
.sns_twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f099';
  font-weight: 900;
  padding-right: 6px;
}
.sns_facebook:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f09a';
  font-weight: 900;
  padding-right: 6px;
}
.sns_instagram:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f16d';
  font-weight: 900;
  padding-right: 6px;
}
.sns_youtube:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f167';
  font-weight: 900;
  padding-right: 6px;
}
.icon_shop:before {
  font-family: "Font Awesome 5 Free";
  content: '\f07a';
  font-weight: 900;
  padding-right: 6px;
}
.icon_shop:after {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  padding-left: 6px;
}

.c-right {
  font-size: 14px;
	font-weight: bold;
	font-family: azo-sans-web, sans-serif;
  border-top: solid 1px #fff;
  padding-top: 20px;
  margin-top: 40px;
}
.copyright a, footer#colophon a {
  color: inherit;
  text-align: left;
}
#topBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 64px;
    height: 64px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
#page-top a {
  background: rgba(0, 0, 0, 0.3) url(../factorism/assets/img/common/arrow-top.svg) no-repeat center/30px auto;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 30px;
  display: block;
}
#page-top a:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
	.foot-contact{
		padding: 40px 0;
	}
	.foot-contact .contact-box{
		flex-direction: column;
	}
	.foot-contact .tel-box{
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.foot-contact .btn{
		width: 100%;
	}
	.footer-nav ul{
		flex-direction: column;
		padding: 0;
		border-top: solid 1px rgba(255,255,255,0.6);
	}
	.footer-nav li{
		border-bottom: solid 1px rgba(255,255,255,0.6);
	}
	.footer-nav li::after{
		display: none;
	}
	.footer-nav li a{
		padding: 10px;
		font-size: 14px;
	}
}
.ft_link {
	float: right;
}
.ft_link p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## contact form 7
--------------------------------------------------------------*/
.wpcf7-form{ max-width: 800px; margin: 30px auto; }
.wpcf7-form label{ display: block; }
.wpcf7-form .form-control{ margin-top: 10px; }
.wpcf7-form .wpcf7-submit{
	padding: 10px 50px;
	display: flex;
	margin: auto;
 }

/*-----------------------------------------------
フォーム
-----------------------------------------------*/
/*------------- お問い合わせフォーム ------------*/
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	text-align: left;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 6px 12px;
	text-align: left;
}
.cform {
	width: 90%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
  border: 0.5px #adb5bd solid;
  padding: 5px;
  border-radius: 5px;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #a9a9a9;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
		height: 100%;
	}
}
.submit-btn input {
  background: #d9e158;
    width: 50%;
    max-width: 300px;
    min-width: 200px;
    margin: 30px auto;
    display: block;
    text-align: center;
    padding: 14px;
    color: #575757;
    transition: all 0.4s ease;
    font-weight: bold;
    border-radius: 5px;
}
.submit-btn input:hover {
	background: #d2d68c;
}

/*-----------------------------------------------
トップページの動画とテキスト
-----------------------------------------------*/
/*--------------トップページの動画--------------*/
.movmov {
 position: relative;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: 100%;
 height: auto;
 z-index: -100;
 background: url(movie.jpg) no-repeat;
 background-size: cover;
}
@media screen and (max-width: 767px) {
.movmov {
  position: relative;
  top: 0;
  left: -50%;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 640px;
  z-index: -100;
  background: url(movie.jpg) no-repeat;
  background-size: cover;
 }
 }
/*--------------トップページの文字--------------*/
.scroll {
  text-align: center;
}
.scroll a {
  position: absolute;
  color: #fff;
}
.scroll a span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 24px;
  height: 42px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.toptext2 {
  text-align: center;
  z-index: 1000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: azo-sans-web, sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .toptext1 {
    text-align: center;
    z-index: 1000;
    font-size: 34px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
    color: #fff;
    font-family: azo-sans-web, sans-serif;
  }
  .toptext2 {
    text-align: center;
    z-index: 1000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: azo-sans-web, sans-serif;
    line-height: 1.8;
  }
}

/*-----------------------------------------------
トップページ更新情報
-----------------------------------------------*/
.post-thumbnail {
}
.post-title {
  margin: 12px 0;
}
.post-title a {
  color: #575757;
  font-weight: bold;
  font-size: 18px;
}
.post-title a:hover {
  color: #ccc;
  text-decoration: none;
}
.post-title2 {
  margin: 12px 0;
}
.post-title2 a {
  color: #575757;
  font-weight: bold;
  font-size: 18px;
}
.post-title2 a:hover {
  color: #ccc;
  text-decoration: none;
}
.post-date {
  font-size: 12px;
  color: #575757;
  margin-bottom: 0;
  margin-top: 4px;
}
.post-content {
  font-size: 12px;
  display: flex;
}
.post-f {
  display: flex;
  justify-content: space-between;
}
.post-cat {
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  padding: 0 1em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  float: left;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.post-cat a {
  padding: 4px;	
  color: #575757;
}
/*--------------- 投稿カテゴリーの色の設定 ---------------*/
.post-cat-factorism {
  color: #fff;
  background-color: #d9e158;
}
.post-cat-area1 {
  color: #fff;
  background-color: #d9e158;
}

/*-----------------------------------------------
見出し関係
-----------------------------------------------*/
/*--------------- メインタイトル ---------------*/
.title {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.title span {
  position: relative;
  z-index: 1;
}
.title:before {
  content: "";
  position: absolute;
  background: #d9e158;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
}
.title-wh {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.title-wh span {
  position: relative;
  z-index: 1;
}
.title-wh:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 0;
}
/*------------- コンテンツタイトル -------------*/
.title2 {
  color: #27a0cf;
}
.title2 span {
  font-size: 16px;
  color: #2eb180;
}

/* ■05.contact
--------------------------------------------------- */
.submit_area { margin-top: 45px; text-align: center; }
.lf_pa_steps {
	display: block;
	padding: 30px 0;
	text-align: center;
}
.lf_pa_steps ol {
	display: block;
	text-align: center;
  padding-left: 0;
}
.lf_pa_steps li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 180px;
}
.lf_pa_steps li:last-child dt::before { content: none; }
.lf_pa_steps dl { width: 100%; }
.lf_pa_steps dt { display: block; position: relative; }
.lf_pa_steps dt::before {
	background-color: #e8e8e8;
	content: "";
	display: block;
	height: 2px;
	margin-right: -54px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 108px;
}
.lf_pa_steps dt .lf_num {
	background-color: #e8e8e8;
	border-radius: 10%;
	color: white;
	display: inline-block;
	font-family: azo-sans-web, sans-serif;
	font-size: 200%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	width: 50px;
}
.lf_pa_steps dd {
	color: #ccc;
	font-size: 117%;
	font-weight: 700;
	line-height: 1.2;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 18px;
}
.lf_pa_steps .lf_current dt .lf_num { background-color: #d9e158; }
.lf_pa_steps .lf_current dd { color: #d9e158; }
.lf_pa_steps .lf_already dt .lf_num { background-color: #696969; }
.lf_pa_steps .lf_already dd { color: #696969; }
.mailform dl {
	padding: 18px 0;
	margin-bottom: 4px;
	border-radius: 4px;
	border-bottom: 1px solid #f9f9f9;
	display: table;
	width: 100%;
}
.mailform dl.bdno{ border: medium none; padding-bottom: 0; }
.mailform dt:after{content: ""; display: block; clear: both; }
.mailform dt{ display: inline-block; }
.mailform dt{ display: block; }
.mailform dt {
	font-weight: bold;
	width: 25%;
	display: table-cell;
	vertical-align: top;
}
.mailform dt span{
	border-radius: 2px;
	display: inline-block;
	float: right;
	font-size: 80%;
	font-weight: normal;
	padding: 2px 12px;
	color: #fff;
	background: #bfbfbf;
	margin-right: 10px;
	margin-top: 5px;
}
.mailform dt .hissu_t{ background: #e60012; }
.mailform dd {
	width: 70%;
	padding-left: 8px;
	display: table-cell;
	vertical-align: middle;
}
.mailform dd input[type="text"],
.mailform dd select,
dd textarea {
	width: 96%;
	max-width: 100%;
	font-family: azo-sans-web, sans-serif;
	padding: 7px 12px;
	font-size: 14px;
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
}

.mailform dd select{
	width: 30%;
	max-width: 100%;
	font-family: azo-sans-web, sans-serif;
	padding: 7px 12px;
	font-size: 14px;
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
}
.mailform dd .innerlist_tel li input[type="text"]{ width: 22%; }
.mailform dd input[type="radio"],
.mailform dd .nest { padding-left: 45px; margin: 10px 0;}
.mailform dd textarea {
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	resize: vertical;
}
.mailform .address_num dd input[type="text"]{ width: 22%; }
.mailform .address_num2 dd select{ width: 30%; }

ul.sendarea{
	display: table;
	margin: 2em auto 0;
	text-align: center;
}
ul.sendarea li{ display: table-cell; padding: 0 0.5em; }
p.sendarea{ margin: 30px 0 0; }

ul.sendarea.type_css li input{
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	font-size: 15px;
}
p.sendarea input{
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 15px;
}
input.btn_css_check,
input.btn_css_reset,
input.btn_css_back,
input.btn_css_send {
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.btn_css_check{
	color: #fff;
	background: #0b5b64;
	border:none;
	padding:16px 24px;
}
input.btn_css_reset{
	background: #e7e7e7;
	border:none;
	padding:16px 24px;
}
input.btn_css_back {
	background: #e7e7e7;
	border:none;
	padding:16px 24px;
}
input.btn_css_send {
	color: #fff;
	background: #0b5b64;
	border:none;
	padding:16px 24px;
}
input.btn_css_check,
input.btn_css_reset,
input.btn_css_back,
input.btn_css_send{
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
input.btn_css_check:hover,
input.btn_css_reset:hover,
input.btn_css_back:hover,
input.btn_css_send:hover{ opacity: 0.7;}

ul.sendarea{ width: 100%; }
p.sendarea input.btn_css_back,p.sendarea input.btn_css_send{
	width: 48%;
}
p.backbtn a{
	margin: 0 auto;
	display: block;
	width: 60%;
	padding: 14px 22px;
	text-decoration: none;
	text-align: center;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	color: #fff;
	background: #0b5b64;
}
p.backbtn a:hover{ opacity: 0.7; }

.innerlist_tel li input{ width:4.65em; }
.innerlist_radio li{
	display:inline-block;
	line-height:1.5em;
	padding-right:1em;
}
.innerlist_radio li:last-child{ padding-right:0; }
.innerlist_radio li input{
	display:inline-block;
	margin-right:0.2em;
	height:1.5em;
	vertical-align: middle;
}
.innerlist_chkbox li{
	display:inline-block;
	line-height:1.5em;
	padding-left:1em;
}
.innerlist_chkbox li:first-child{ padding-left:0; }
.innerlist_chkbox li input{
	display:inline-block;
	margin-right:0.2em;
	height:1.5em;
}
.innerlist_connect1{ display:table; width:100%; }
.innerlist_connect1 li{
	display:table-cell;
	line-height:1.5em;
	padding-left:1em;
	white-space: nowrap;
}
.innerlist_connect1 li:first-child{ padding-left:0; width:auto; }
.innerlist_connect1 li input{
	display:inline-block;
	margin-right:0.2em;
	height:1.5em;
}
.innerlist_textarea textarea{ height:7em; resize: none;  }



/*-----------------------------------------------
調整 -サイト共通-
-----------------------------------------------*/
/*------------------ 中央寄せ ------------------*/
.center {
  text-align: center;
  margin: 0 auto;
}
/*------------------- 右寄せ -------------------*/
.right {
  text-align: right;
}
/*------------------- 左寄せ -------------------*/
.left {
  text-align: left;
}
/*------------------ 上部余白 ------------------*/
.top_60 {
  margin-top: 60px !important;
}
.top_30 {
  margin-top: 30px !important;
}
/*------------------ 余白なし ------------------*/
.nopadi {
  padding: 0;
}
/*------------------ 左右余白 ------------------*/
.lrpadi {
  padding: 0 15px;
}
/*------------- スマホでテキスト改行 ------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*------------ PC・SP 表示切替（767） -----------*/
@media screen and (max-width: 767px){
  .pc7 {
    display: none;
  }
}
@media screen and (min-width: 767px){
  .sp7 {
    display: none;
  }
}
/*----------------- セクション -----------------*/
.video {
  margin-top: 36px;
  margin-bottom: -8px;
}
.before {
  margin-top: 0;
  margin-bottom: 80px;
  background: #d9e158;
  padding-top: 30px;
  padding-bottom: 80px;
}
.news {
  margin-bottom: 80px;
}
.about {
  margin-bottom: 80px;
}
.program {
  margin-bottom: 80px;
}
.other {
  margin-bottom: 80px;
}
/*----------------- トップ調整 -----------------*/
.top_read {
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
.top_read1 {
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.top_read2 {
  margin-bottom: 18px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.pro-read {
  text-align: center;
  margin: 12px 0;
}
.pro-text {
  margin: 10px 0;
}
.centerline {
  background-color: gray;
  width: 1px;
  height: 100%;
  margin: 0 auto;
}
.about-img {
  width: 300px;
  margin-bottom: 15px;
}
.about-read1 {
  font-size: 18px;
  font-weight: bold;
}
.about-read1 p {
  margin-bottom: 10px;
}
.about-read2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 75%;
  margin: 0 auto;
}
.about-read2 p {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 50px;
}
.about-read2 p span {
  padding-right: 40px;
}
.about-read3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-read3 p {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 50px;
}
.about-read3 p span {
  padding-right: 40px;
}
.about-text p {
  margin-bottom: 15px;
}
/*---------------- トップボタン ----------------*/
.top_btn {
  display: inline-block;
  width: 340px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  overflow: hidden;
  padding: 8px 0;
  font-weight: bold;
  margin: 15px auto;
}
.top_btn::before,
.top_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.top_btn,
.top_btn::before,
.top_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top_btn:hover {
  color: #fff;
}
.top_btn::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.top_btn:hover::after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*----------------- トップ調整 -----------------*/
.news img {
	box-shadow: 0 0 6px #ccc;
}
.stre_tit {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 22px;
  text-shadow: 0 0 4px #fff;
}
.case_box {
  background: #fff;
  box-shadow: 0 0 4px 0px #ccc;
  width: 90%;
  margin: 0 auto;
  padding: 20px 50px;
  margin-bottom: 40px;
}
.case_tit {
  font-size: 18px;
  font-weight: bold;
}
.case_main {

}
.case_name {

}
.comname {
  font-size: 14px;
  margin-bottom: 0;
}
.ceoname {
  font-size: 14px;
}
.case_que {

}
.que {
  font-size: 14px;
  font-weight: bold;
  border-bottom: dashed 1.5px #004182;
  display: inline-block;
  margin-bottom: 6px;
}
.ans {
  font-size: 14px;
  margin-bottom: 12px;
}

/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
.logo {
  width: 300px;
}
.con_tit {
  font-size: 20px;
  color: #004182;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  border: 0 none;
  background-color: transparent;
}
.con_tit span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 1rem 2.5rem;
  border: 0 none;
}
.con_tit:before {
  display: block;
  color: transparent;
  content: ".";
  border-top: 1.5px solid #004182;
  position: absolute;
  top: 46%;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.con_tit:after {
  display: block;
  color: transparent;
  content: ".";
  border-top: 1.5px solid #004182;
  position: absolute;
  top: 54%;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.area {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.area li {
  display: inline-block;
  justify-content: flex-end;
  list-style: none;
  margin: 10px;
  width: 12%;
  vertical-align: top;
}
.area li img {
  width: 50%;
}
.area li p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 14px;
  border-top: dashed 1px #004182;
  padding-top: 8px;
  font-weight: bold;
}
.date {
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  color: #f4a73f;
  background: -webkit-linear-gradient(0deg, #f4a73f, #FF4B68);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.date span {
  font-size: 36px;
}
.outline {
  margin: 80px 0;
}

.outline_box {
	position: relative;
	background: #ffffff;
	overflow: visible;
	margin: 2em auto;
	padding: 2em 4em 0 4em;
	border: 1px solid #d9e158;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .outline_box {
    padding: 3em 1em;
  }
}
.outline_title {
  color: #6c757d;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0.25em 0;
  margin: 15px 0 20px 0;
}
.outline_title span {
  float: right;
  font-size: 18px;
  color: #6c757d;
  font-weight: bold;
}
.outline_title:after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.3em;
  background: #d9e158;
}
.outline_text01 {
  color: #6c757d;
  font-weight: bold;
}
.outline_rib {
	position: absolute;
	top: -6px;
	left: -6px;
	padding: 5px 10px;
	padding-right: 40px;
	letter-spacing: 0.1px;
  color: #575757;
  font-weight: bold;
  background: linear-gradient(-45deg,transparent,transparent 25%,#d9e158 0%,#d9e158);
}
.outline_rib::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 3px solid transparent;
	border-top: 3px solid #575757;
	border-right: 3px solid #575757;
}
.acc_btn {
  background: #000;
  padding: 4px 32px;
  border-radius: 8px;
  color: #fff;
}
.acc_btn:hover {
  background: #575757;
  color: #ccc;
}

.exhibit-list {
	
}


.exhibitor-btn {
	width: 75%;
  margin: 0 auto;
}
.exhibit-btn {
	text-align: center;
  background: #fff;
  box-shadow: 2px 4px #d9e158;
  border: solid 1px #d9e158;
}
.exhibit-btn:after {
	font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  padding-right: 12px;
  float: right;
}
.exhibit-btn a {
	color: #575757;
}
.exh-title {
	border-bottom: solid 4px #d9e158;
  display: inline-block;
  padding: 4px 28px;
	margin-top: 80px;
  margin-bottom: 0;
}
.exh-type {
}
.exh-type li {
	border: solid 1px #575757;
  padding: 0 6px;
  font-size: 12px;	
	display: inline-block;
}
.exh-mapbtn {
	background: #949494;
  padding: 0px 8px;
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  right: 0;
  margin-right: 15px;
  margin-top: -28px;
}
.exh-mapbtn a {
	color: #fff;
  font-weight: bold;
}
.exh-resere {
	position: absolute;
  display: flex;
  margin-top: -34px;
  right: 16px;
  color: #fff;
  font-size: 12px;
}
.exh-res {
	padding: 0 8px;
  background: #e1564b;
  border-radius: 6px;
  margin-right: 4px;
  border: solid 1px #fff;
}
.exh-nores {
	padding: 0 8px;
  background: #27a0cf;
  border-radius: 6px;
  margin-right: 4px;
  border: solid 1px #fff;
}



/*--------------- 出展企業プレミアム ---------------*/
.exhibit {

}
.key-catch {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  padding: 14px 30px;
  display: inline-block;
  position: absolute;
  right: 100px;
  margin-top: -50px;
}
.exh-info {
  
}
.exh-logo {
  margin: 0 auto;
}
.exh-name {
  position: relative;
  background: #d9e158;
  padding: 10px 20px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.exh-name:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 22px 22px 0;
  border-style: solid;
  border-color: #fff #fff #d9e158;
}
.exh-about {
  background: #d9e158;
  padding: 10px 20px;
  margin-bottom: 8px;
}
.exh-about p {
  margin-bottom: 10px;
}
.res-btn {
	background: #eee;
  border-radius: 6px;
  text-align: center;
  border: solid 2px #6d6d6d;
  color: #6d6d6d;
  font-weight: bold;
}
.exh-about dl dt {
  background: #fff;
  display: inline-block;
  font-size: 12px;
  width: 90px;
  padding: 0px 6px;
  font-weight: normal;
  float: left;
}
.exh-about dl dd {
  color: #000;
  font-size: 14px;
  margin-left: 110px;
}
.exh-ceo {
  
}
.exh-ceoname p {
  text-align: center;
  font-weight: bold;
  margin: 12px 0;
}
.exh-ceoname p span {
  font-size: 14px;
  padding: 0 12px;
}
.exh-youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 60px 0;
}
.exh-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.exh-point {
  margin-bottom: 60px;
}
.img-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
.point-tit {
  text-align: center;
}
.point-tit h4 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 40px 0;
  text-shadow: 0 0 2px white;
  font-weight: bold;
  text-align: center;
}
.point-tit h4:before {
  content: "";
  position: absolute;
  background: #d9e158;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
.point-text {
  
}
.exh-intro {
  
}
.intro-1 {
  margin-bottom: 60px;
}
.intro-1 h4 {
  position: relative;
  padding: 8px 16px;
  background: #27a0cf;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro-1 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 20px solid #27a0cf;
  width: 0;
  height: 0;
}
.intro-1 p {
  line-height: 32px;
}
.intro-2 {
  margin-bottom: 60px;
}
.intro-2 h4 {
  position: relative;
  padding: 8px 16px;
  background: #f4a73f;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro-2 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 20px solid #f4a73f;
  width: 0;
  height: 0;
}
.intro-2 p {
  line-height: 32px;
}
.intro-3 {
  margin-bottom: 60px;
}
.intro-3 h4 {
  position: relative;
  padding: 8px 16px;
  background: #e1564b;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro-3 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 20px solid #e1564b;
  width: 0;
  height: 0;
}
.intro-3 p {
  line-height: 32px;
}
.intro-31 {
  margin-bottom: 60px;
}
.intro-31 h4 {
  position: relative;
  padding: 8px 16px;
  background: #8d5ba1;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro-31 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 20px solid #8d5ba1;
  width: 0;
  height: 0;
}
.intro-31 p {
  line-height: 32px;
}
.intro-4 {
  margin-bottom: 60px;
}
.intro-4 h4 {
  position: relative;
  padding: 8px 16px;
  background: #2eb180;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro-4 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 20px solid #2eb180;
  width: 0;
  height: 0;
}
.intro-4 p {
  line-height: 32px;
}
.intro-41 {
  margin-bottom: 60px;
}
.intro-41 h4 {
  position: relative;
  padding: 8px 16px;
  background: #27a0cf;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro-41 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 20px solid #27a0cf;
  width: 0;
  height: 0;
}
.intro-41 p {
  line-height: 32px;
}
.intro-5 {
  margin-bottom: 60px;
}
.intro-5 h4 {
  position: relative;
  padding: 8px 16px;
  background: #8d5ba1;
  line-height: 28px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.intro-5 h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 100px;
  border: 15px solid transparent;
  border-top: 20px solid #8d5ba1;
  width: 0;
  height: 0;
}
.intro-5 p {
  line-height: 32px;
}
.exh-message {
  margin-bottom: 60px;
}
.exh-message h4 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 40px 0;
  text-shadow: 0 0 2px white;
  font-weight: bold;
  text-align: center;
}
.exh-message h4:before {
  content: "";
  position: absolute;
  background: #d9e158;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
.exh-message p {
  line-height: 32px;
}
.exh-intro img {
  margin-bottom: 60px;
}

.cont-read {
  position: relative;
  background: #d9e158;
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.cont-read:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 22px 22px 0;
  border-style: solid;
  border-color: #fff #fff #d9e158;
}


@media (min-width: 768px) {
  .r-line {
    border-right: 1px solid #575757;
  }
}
@media (max-width: 768px) {
  .key-catch {
    right: 0;
  }
}




.exhibit-name {
	font-size: 32px;
  font-weight: bold;
}
.exhibit-about {
	margin-bottom: 80px;
}
.exhibit-info {

}
.exhibit-table th {
	font-size: 14px;
  padding: 6px 24px;
}
.exhibit-table td {
	font-size: 14px;
  padding: 6px 0px;
}
.exhibit-forte {
	margin-top: 80px;
}
.forte {
	text-align: center;
}
.forte-p {

}
.exhibit-intro {
	margin-top: 80px;
}
.intro {

}
.intro-p {

}
.exhibit-message {

}
.message {
  width: 75%;
  margin: 0 auto;
	margin-bottom: 30px;
}
.message-p {

}
.exhibit-other {
	width: 100%;
  border-top: dashed 1px #ccc;
  margin-top: 80px;
}
.pre {
	float: left;
}
.next {
	float: right;
}

/*--------------------------------------------------------------
# partner
--------------------------------------------------------------*/
.nav-tabs {
  justify-content: space-around;
}
.nav-tabs.partner-tab01 .nav-item {
  flex-basis: 33%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs.partner-tab01 .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs.partner-tab02 .nav-item {
  flex-basis: 30%;
}
.nav-tabs .nav-item {
  padding: 0;
}
.nav-tabs .nav-item::before {
  display: none;
}
.nav-tabs .nav-item a {
  text-align: center;
  padding: 10px;
  color: #575757;
  font-weight: bold;
}
.nav-tabs .nav-link {
  border: 1px solid #dee2e6;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: #e9ecef;
}
.nav-tabs .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs .nav-item .nav-link.active {
  background: #d9e158;
  color: #575757;
  border-color: #ccc;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
.tab-content iframe {
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content iframe {
    height: 200px;
  }
}
.tab-content .nav-pills .nav-link {
  margin-bottom: 5px;
  color: #575757;
  background: #e9ecef;
}
.nav-pills .nav-link.active {
  color: #575757;
  background: #d9e158;
  font-weight: bold;
}
.nav-pills .nav-link.active:hover {
  color: #fff;
  background: #b6c100;
  font-weight: bold;
}
.tab-content .nav-pills .nav-link:hover {
  color: #fff;
  background: #b6c100;
  font-weight: bold;
}
.partner-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .partner-list {
    display: block;
  }
}
.partner-list .parner-name {
  flex-basis: 20%;
  font-weight: bold;
  color: #002C83;
}
.partner-list .parner-info {
  flex-basis: 40%;
}
.partner-list .partner-content {
  flex-basis: 40%;
}
/*--------------------------------------------------------------
# 出展企業一覧
--------------------------------------------------------------*/
.nav-tabs2 {
  justify-content: space-around;
  width: 100%;
	border-bottom: dotted 2px #ccc;
  padding-bottom: 30px;
}
.nav-tabs2 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs2.exhibitor-tab .nav-item {
  flex-basis: 25%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs2 .exhibitor-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs2 .nav-item {
  padding: 0;
}
.nav-tabs2 .nav-item::before {
  display: none;
}
.nav-tabs2 .nav-item a {
  text-align: center;
  color: #575757;
}
.nav-tabs2 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs2 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs2 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d9e158;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
# NEWS記事一覧
--------------------------------------------------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #575757;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d9e158;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}



.top_space {
  margin-top: 40px !important;
}
.cont_maintit {
  position: relative;
  padding: 1rem .5rem;
}
.cont_maintit:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#004182), to(#ff4b68));
}
.cont_subtit {
  border-bottom: dashed 2px #004182;
}
.cont_subtit span {
  font-size: 22px;
  text-shadow: 0 1px 1px #ffc107;
}
.cont_read {
  padding-left: 10px;
  padding: 6px 0 6px 10px;
  background: linear-gradient(to right, #e9ecef, transparent);
}
.map_btn {
  background: #575757;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  float: right;
  font-size: 14px;
}
.map_btn:hover {
  background: #fff;
  color: #575757;
  text-decoration: none;
}
.achieve {
}
.achieve ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.achieve ul li {
  line-height: 1.5;
  padding: 0em 0.5em;
  list-style-type: none!important;
  border-bottom: dashed 0.5px #ffc107;
  display: inline-block;
  margin-bottom: 1em;
}
.achieve ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  left : 1em;
  color: #004182;
}
.servicemenuimg {
  margin-top: 24px
}
.ft_btn a {
  background: #575757;
  color: #fff;
  padding: 4px 32px;
  border-radius: 6px;
  float: right;
  font-size: 14px;
}
.ft_btn a:hover {
  background: #dee2e6;
  color: #575757;
  text-decoration: none;
}
.cont_faq01 {
  border-bottom: dashed 2px #004182;
  padding-left: 2em;
}
.cont_faq01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  position: absolute;
  left : 1em;
  color: #004182;
}
.cont_faq02 {
  background: #e9ecef;
  padding: 6px 18px;
}
.consul_p {
  font-size: 13px;
  text-align: center;
  margin-top: -16px;
}
.consul_text {
  text-align: center;
  margin-bottom: 10px;
}
.consul_text span {
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 2px #ffc107;
}

.content-form th {
	text-align: center!important;
  vertical-align: middle!important;
	font-size: 14px!important;
}
.content-form td {
	font-size: 12px!important;
	text-align: left!important;
}
.content-form input, .content-form textarea {
	font-size: 12px!important;
}

.mwform-checkbox-field {
	margin-left: 10px;
}

/*--------------------------------------------------------------
流れ
--------------------------------------------------------------*/
.client-flow .client-flow-box {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow .client-flow-box {
    display: block;
    width: 90%;
    margin: auto;
  }
}
.client-flow .box {
	flex-basis: 31.3%;
  border: solid 3px #ccc;
  border-radius: 10px;
  margin: 8% 1% 0 1%;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow .box {
    margin: 20px 0;
  }
}
.client-flow .en {
  font-family: 'Russo One', sans-serif;
  background: linear-gradient(to right, #e2919e, #ffd699);
  border-radius: 100px;
  color: #fff;
}
.client-flow .catch {
  line-height: 150%;
  border-bottom: dashed 2px #ffc107;
  margin: 16px 0;
  font-size: 20px;
}
.client-flow ul {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 30px;
}
.client-flow ul li {
  list-style: circle;
}

.client-flow2 .client-flow-box2 {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow2 .client-flow-box2 {
    display: block;
    width: 90%;
    margin: auto;
  }
}
.client-flow2 .box2 {
  flex-basis: 23%;
  border: solid 3px #004182;
  border-radius: 10px;
  margin: 1%;
  padding: 20px;
  color: #004182;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .client-flow2 .box2 {
    flex-basis: 46%;
    margin: 2%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow2 .box2 {
    margin: 20px 0;
  }
}
.client-flow2 .en2 {
  font-family: 'Russo One', sans-serif;
  background: #004182;
  border-radius: 100px;
  color: #fff;
}
.client-flow2 .catch2 {
  line-height: 150%;
  border-bottom: dashed 2px #ffc107;
  margin: 16px 0;
}
.client-flow2 p {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 8px;
}

/* ------------ 会社概要の表 ------------ */
.ctable{
  width: 100%;
  border-collapse: collapse;
}
.ctable tr{
  border-bottom: solid 2px white;
}
.ctable tr:last-child{
  border-bottom: none;
}
.ctable th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #004182;
  color: white;
  text-align: center;
  padding: 10px 30px;
}
.ctable th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #004182;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.ctable td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 30px;
}
.ctable td ol {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# TOPページ用スライダー
--------------------------------------------------------------*/
.sample02 .swiper-wrapper {
  align-items: stretch;
}
.sample02 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 25px;
}
.sample02 .sample02-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sample02 .swiper-button-prev,
.sample02 .swiper-button-next {
  display: none;
  width: 30px;
  height: 100px;
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  background-image: none;
  z-index: 10000;
  background: #8d5ba1;
  padding: 38px 8px;
  margin-top: -70px;
}
.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.sample02 .swiper-pagination-bullet-active {
  background: #8d5ba1;
  width: 25px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .sample02 .swiper-slide {
    padding: 5px 0;
	transform: none!important;
  }
  .sample02 .swiper-button-prev,
  .sample02 .swiper-button-next {
    display: block;
  }
  .sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}

/*-----------------------------------------------
レスポンシブ
-----------------------------------------------*/
@media (max-width: 1200px) {
  .cont {
    top: 50%;
  }
}
@media (max-width: 1100px) {
  .cont {
    top: 45%;
  }
  .texttest {
    margin: 20px auto;
  }
}
@media (max-width: 1000px) {
  .cont {
    top: 35%;
  }
}
@media (max-width: 820px) {
  .cont {
    top: 30%;
  }
  .cont img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .video {
	margin-top: 13px;
  }
  .movmov {
    width: 100%;
    left: 0;
    height: 100%;
  }
  .case_box {
    margin: 5px auto;
  }
  .concept img {
    margin-bottom: 15px;
  }
	.entry-header{
		height: 400px;
	}
}
@media (max-width: 680px) {
  .cont {
    top: 25%;
  }
  .texttest span {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .about {
    margin-bottom: 80px;
  }
  .program {
    margin-bottom: 80px;
  }
  .news {
    margin-bottom: 80px;
  }
  .pickup {
    margin-bottom: 80px;
  }
  .concept {
    padding: 100px 0;
  }
  .top_space {
    margin-top: 40px;
  }
  .case_box {
    padding: 20px 20px;
  }
  .scroll {
    display: none;
  }
}
@media (max-width: 500px) {
  .cont {
    top: 22%;
    padding: 10px 20px;
  }
}
@media (max-width: 400px) {
  .cont {
    top: 19%;
    text-align: center;
  }
  .cont img {
    width: 200px;
  }
  .texttest span {
    font-size: 42px;
  }
  .top_btn a {
    width: 300px;
  }
  .top_btn a:after {
    display: none;
  }
}

.prenex {
	margin-top: 30px;
  padding-top: 20px;
  border-top: dashed 1px #ccc;
}
.prenex ul {
	
}
.prenex ul li {
}
.prenex ul li a {
	color: #575757;
  font-size: 14px;
  background: #dee2e6;
  border-radius: 8px;
  padding: 6px 24px;
}
.prenex .float-l {
	float: left;
}
.prenex .float-r {
	float: right;
}
.prenex .float-l a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f100';
	font-weight: 900;
	padding-right: 6px;
}
.prenex .float-r a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	font-weight: 900;
	padding-left: 6px;
}

.tour-price {
  width: 75%;
  margin: 0 auto;
}
.tour-price p {
  font-size: 20px;
  font-weight: bold;
}
.tour-price p span:before {
  content: '●';
  color: #d9e158;
  margin-right: 8px;
}
.tour-price p span {
  margin-right: 120px;
}
.price-min {
  font-size: 14px!important;
  margin-top: -34px;
  padding-left: 28px;
}
.tourimg {
  width: 200px;
  position: absolute;
  margin-top: -60px;
  right: -30px;
}
.tour-date {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px;
  position: absolute;
  margin-top: -12px;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
	.scr img {
		max-width: initial;
	}
	div.scr{
		overflow: auto;
		width: 700px;
	}
	div.scr img.pano {
		width: 1000px;
	}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
	.scr img {
		max-width: initial;
	}
	div.scr{
		overflow: auto;
		width: 360px;
	}
	div.scr img.pano {
		width: 1000px;
	}
}

/*-----------------------------------------------
タイムテーブル
-----------------------------------------------*/
caption-t {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.timeTable {
	overflow-x: auto;
	white-space: nowrap;
}
.col2of4 {
    width: 360px;
    zoom: 1;
	display: inline-block;
}
.tableBox {
    margin: 0 6px;
}
.tableBox table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.tableBox th,.tableBox td {
    border: 1px solid #fff;
}
.tableBox th {
    width: 70px;
    font-size:12px;
    color: #fff;
    text-align: center;
    background-color: #6c757d;
    vertical-align: top;
	height: 60px;
}
.tableBox td {
    height: 60px!important;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    background: #f3f4ef;
	line-height: 20px;
}
.tableBox .borderNone {
    border-bottom: 1px solid #2C3E5C;
}
.tableBox .tableBox th.just {
    padding-top: 7px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.tableBox .color01{
    background:#d9e158;
	height: 40px!important;
}
.tableBox .color02 {
    background: #dcedff;
	font-size: 12px;
}
.tableBox .color03 {
    background: #ffe9eb;
	font-size: 12px;
}
.tableBox .line2 {
    height: 51px;
}
.tableBox .line3 {
    height: 60px;
}

/*-----------------------------------------------
タイムテーブル（リアル開催）
-----------------------------------------------*/
.timetable-r {
	overflow-x: auto;
}
.col2of4-r {
    zoom: 1;
		display: inline-block;
}
.tablebox-r {
    margin: 0 6px;
}
.tablebox-r table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.tablebox-r th,td {
}
.tablebox-r th {
  width: 120px;
    color: #575757;
    text-align: left;
    background-color: #ccc;
    vertical-align: top;
    padding-left: 20px;
}
.tablebox-r td {
  height: 46px;
  padding: 0 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 12px #fff;
  border-left: solid 12px #fff;
}
.tablebox-r .borderNone {
  border-bottom: 12px solid #fff;
}
.tablebox-r th.just {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 4;
}
.tablebox-r .color01{
    background: #ccc;
}
.tablebox-r .color02 {
    background: #d9e158;
}
.tablebox-r .line2 {
    height: 51px;
}
.tablebox-r .line3 {
    height: 60px;
}
@media (max-width: 767px) {
  .timetable-rsp {
  	overflow-x: auto;
  }
  .col2of4-rsp {
      zoom: 1;
  		display: inline-block;
  }
  .tablebox-rsp {
      margin: 0 6px;
  }
  .tablebox-rsp table {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      border-spacing: 0;
      border: none;
  }
  .tablebox-rsp th,td {
  }
  .tablebox-rsp th {
    width: 100px;
      color: #575757;
      text-align: left;
      background-color: #ccc;
      vertical-align: top;
      padding-left: 20px;
  }
  .tablebox-rsp td {
    height: 46px;
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 12px #fff;
    border-left: solid 12px #fff;
  }
  .tablebox-rsp .borderNone {
    border-bottom: 12px solid #fff;
  }
  .tablebox-rsp th.just {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
  }
  .tablebox-rsp .color01{
      background: #ccc;
  }
  .tablebox-rsp .color02 {
      background: #d9e158;
  }
  .tablebox-rsp .line2 {
      height: 51px;
  }
  .tablebox-rsp .line3 {
      height: 60px;
  }
}

/*-----------------------------------------------
アクセスページ
-----------------------------------------------*/
.access-place {
	border: solid 4px #d9e158;
  padding: 4px 0;
  font-weight: bold;
}
.stay-name {
	background: #d9e158;
  padding: 2px 30px;
  border-radius: 15px;
  margin: 0 auto;
  font-weight: bold;
	margin-top: 20px;
  margin-bottom: 60px;
}
.stay-box {
	border: solid 2px #d9e158;
  border-radius: 30px;
  padding: 15px;
  text-align: center;
}
.stay-contact {
	font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #d9e158;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 15px;
}
.stay-contact-name {
	font-size: 30px;
  font-weight: 600;
  padding: 15px;
	margin-bottom: 60px;
  margin-top: 15px;
}
.stay-contact-info {
	margin: 15px auto;
}
.stay-contact-info dl {
	display: inline-block;
  text-align: left;
}
.stay-contact-info dl dt {
	display: inline-block;
  text-align: center;
  background: #989898;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  width: 70px;
  border-radius: 15px;
}
.stay-contact-info dl dd {
	display: inline-block;
  text-align: left;
	margin-left: 14px;
}
.stay-contact-text {
	text-align: left;
  display: inline-block;
  font-size: 14px;
}
.cycle-box {
	border: solid 1px #989898;
  border-radius: 15px;
	position: relative;
}
.cycle-box p {
	margin-top: 30px;
}
.cycle-title {
	background: #989898;
  color: #fff;
  width: 90%;
  border-radius: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -10px auto 0 auto;
}
.cycle-text {
	
}
.cycle {
	margin: 15px auto;
}
.cycle dl {
	display: inline-block;
  text-align: left;
}
.cycle dl dt {
	display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  width: 160px;
}
.cycle dl dt:before {
	content: '●';
  color: #ccc;
  margin-right: 8px;
}
.cycle dl dd {
	display: inline-block;
  text-align: left;
	margin-left: 14px;
}

/* ---------------------------------
リアル開催
--------------------------------- */
.real-text {
  text-align: left;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.real-tv1 {
  background: #d9e158;
  display: inline-block;
  font-weight: bold;
  padding: 4px 70px;
}
.real-tv2 {
  font-size: 13px;
}
.real-tm-text {
  font-size: 13px;
  text-align: left;
}
.real-covid19 {
  background: #d9e158;
  margin: 40px 0;
  padding: 70px 0;
}
.real-covid19:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.real-covid-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  z-index: 1;
  position: relative;
}
.real-covid-text {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.real-ws {
  
}
.real-ws-img {
  
}
.real-talk-img {
  margin-bottom: 20px;
}
.real-talk-date {
  font-size: 32px;
  font-weight: bold;
  border-bottom: solid 4px #faaf3b;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.real-talk-date2 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: solid 4px #61c0d0;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.real-talk-date3 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: solid 4px #3ab483;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.real-talk-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}
.real-talk-pos {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 8px;
}
.real-talk-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
}
.real-talk-name-img {
  margin-bottom: 50px;
}
.real-talk-line {
  border: solid 1px #575757;
  margin-bottom: 40px;
  margin-top: 15px;
}

/* ---------------------------------
トークセッション
--------------------------------- */
.talk-detail {
  background: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 60px;
}
.talk-detail-title {
  border-bottom: solid 4px #575757;
  display: inline-block;
}
.talk-detail-btn {
  list-style-type: none;
  display: flex;
  justify-content: center;
  text-align: center;
}
.talk-detail-btn li {
  display: inline-block;
}
.talk-detail-btn li a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 16px;
  box-shadow: 3px 3px 0 #b2b2b2;
  margin: 4px 10px;
}
.talk-detail-box {
  background: #fff;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .talk-detail-box {
    padding: 20px 10px;
  }
}
.talk-detail-date {
  background: #000;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding: 6px 20px;
  color: #fff;
}
.talk-detail-date span {
  font-size: 18px;
}
.talk-detail-info {
  font-size: 17px;
  font-weight: bold;
  float: right;
  display: flex;
}
.talk-detail-tag {
  list-style-type: none;
  display: inherit;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 20px;
}
.talk-detail-tag li {
  display: inline-block;
  margin: 4px 4px;
  font-size: 12px;
  border: solid 1px #575757;
  padding: 0 8px;
}
.talk-detail-boxtitle {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  border-bottom: solid 4px #faaf3b;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 15px;
  text-align: left;
}
.talk-detail-boxtitle span {
  font-size: 20px;
}
.talk-detail-posi {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.talk-detail-name {
  font-weight: bold;
  margin-bottom: 0;
}
.talk-detail-name span {
  font-size: 12px;
  padding-right: 3px;
}
.talk-detail-text {
  
}
.talk-detail-outline {
  font-weight: bold;
  margin-bottom: 0;
}
.talk-circle {
  position: relative;
  color: #e5e5e5;
  margin: 50px 0;
}
.talk-circle:before {
  content: "";
  position: absolute;
  background: #989898;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.talk-tt {
}
.talk-img {
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .talk-img {
    width: 80%;
  }
}

/*------- タイムテーブル（トークセッション）-------*/
.timetable-t {
	overflow-x: auto;
}
.col2of4-t {
    zoom: 1;
		display: inline-block;
}
.tablebox-t {
    margin: 0 6px;
}
.tablebox-t table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.tablebox-t th,td {
}
.tablebox-t th {
  color: #575757;
  text-align: center;
  background-color: #e0e0e0;
  vertical-align: top;
  height: 60px;
  border-bottom: solid 1px #adb5bd;
}
.tablebox-t td {
  padding: 5px 0px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #575757;
  border-bottom: solid 1px #575757;
}
.tablebox-t .borderNone {
  border-bottom: 1px solid #575757;
  background: #e5e5e5;
  width: 70px;
}
.tablebox-t td.just {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  width: 70px;
  border-right: solid 1px #575757;
  background: #e5e5e5;
  border-bottom: solid 1px #b2b2b2;
  height: 150px;
  vertical-align: top;
}
.tablebox-t .color01-1 {
  background: #e0e0e0;
  border-bottom: 1px solid #575757;
  padding-bottom: 18px;
}
.tablebox-t .color01-1 p {
  border-bottom: solid 4px #fbbf61;
  display: inline;
  padding-bottom: 3px;
}
.tablebox-t .color01-2 {
  background: #e0e0e0;
  border-bottom: 1px solid #575757;
  padding-bottom: 18px;
}
.tablebox-t .color01-2 p {
  border-bottom: solid 4px #89d0dc;
  display: inline;
  padding-bottom: 3px;
}
.tablebox-t .color01-3{
  background: #e0e0e0;
  border-bottom: 1px solid #575757;
  padding-bottom: 18px;
}
.tablebox-t .color01-3 p {
  border-bottom: solid 4px #6dc7a3;
  display: inline;
  padding-bottom: 3px;
}
.tablebox-t .color02 {
    background: #fbbf61;
}
.tablebox-t .color03 {
    background: #89d0dc;
}
.tablebox-t .color04 {
    background: #6dc7a3;
}
.tablebox-t .line2 {
    height: 51px;
}
.tablebox-t .line3 {
    height: 60px;
}

/* ---------------------------------
多階層グローバルメニュー
--------------------------------- */
#dropmenu {
  list-style-type: none;
	display: flex;
  justify-content: space-between;
}
#dropmenu li {
	position: relative;
  text-align: center;
	width: 20%;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 16px 0;
	background: #fff;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #575757;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu > li:hover > a {
}
#dropmenu li a {
	background: #fff;
	position: relative;
	z-index: 11;
}
#dropmenu li:hover a {
}
#dropmenu li:hover a:hover {
	font-weight: bold;
}
#dropmenu li:hover a:hover::before{
  content: "";
  position: absolute;
  background: #d9e158;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	z-index: -1;
}
#dropmenu > li:hover li:hover > a {
}
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul li a {
	background: #fff;
	position: relative;
	z-index: 11;
}
#dropmenu li:hover ul li ul li a {
}
#dropmenu li:hover ul li ul li a:hover {
	font-weight: bold;
}
#dropmenu li:hover ul li ul li a:hover::before{
  content: "";
  position: absolute;
  background: #d9e158;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	z-index: -1;
}