/*
Theme Name: Arima Geiko
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: 2st planning
Description:  This is the original theme of Arima Geiko'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 {
  background: linear-gradient(transparent 30%, #dee2e6 60%);
}
.widget-area{
	margin-top: 20px;
  padding-top: 80px;
}
.f-en{

}
.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: rgb(0 0 0 / 0.1);
  padding: 6px 0;;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
}
header#masthead.hide{
    top: -80px;
}
.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: 40px;
}
.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(255,255,255,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(255,255,255,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(255,255,255,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(255,255,255,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 #fff;
	color: #fff;
}
.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;
    background: rgb(0 33 65 / 0.9);
    width: 70%;
    right: -10px;
    position: absolute;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
	line-height: 20px;
	font-weight: 300;

	padding: 2px 10px;
	position: relative;
	text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a::after{
	position: absolute;
	content: "";
	background: #fff;
	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 #fff }
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: 600;
  color: #fff;
}
/* ----------------- Submenu ----------------- */
.submenu1 {
  padding: 4px 12px;
}
.submenu2 {
  padding: 4px 12px;
}
@media (max-width: 1100px) {
  .submenu1 {
    font-size: 10px !important;
  }
  .submenu2 {
    font-size: 10px !important;
  }
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul{
  position: absolute;
  display: none;
  background: #002141cc;
}
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;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul li a:hover{
  background-color: #00214199;
  font-weight: bold;
}
.hd-hvnavi {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 0;
}
.hd-hvnavi:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
}
.hd-hvnavi:hover{
  background-color: #00214199;
  font-weight: bold;
}

@media (max-width: 1146px) {
  .hd-hvnavi {
    font-size: 11px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 11px;
  }
}

.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) {
	header#masthead {
		background-color: rgb(0 0 0 / 0.1);
	}
	.hd-hvnavi:after {
		display: none;
	}
  .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;
		padding: 0 5px;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
		display: block;
		padding: 16px 10px;
		text-align: right;
		font-size: 14px;
	}
	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; }
	.hd-hvnavi {
		text-align: right;
		margin-right: 12px;
		text-shadow: none;
		font-size: 14px;
	}
	.sublist1 {
		color: #fff;
		font-size: 10px;
	}
	.sublist2 {
		color: #fff;
		font-size: 10px;
	}
	.padi100 {
    padding-bottom: 100% !important;
	}
}
.site-main {
	background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/bg.jpg");
	background-repeat: repeat-y;
}
.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;
}
@media screen and (max-width: 767px) {
	header#masthead{
		padding: 10px 0;
	}
	.navbar-brand img {
		width: 40px;
    margin-left: 10px;
	}
	.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;
}

.site-header2 {
  position: fixed;
  width: 100%;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;

  &.hide {
    transform: translateY(-60px);
  }

  nav {
    ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 60px;
      max-width: 500px;
      margin: 0 auto;

      li {
        a {
          color: #fff;
          text-decoration: none;
        }
      }
    }
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* 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: inline-block;*/
	display: block;
	color: #24292e;
	font-size: 14px;
}
.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;
}
.widget_categories a{
	display: inline-block!important;
	vertical-align: middle;
}
.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;
}

.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #24292e;
}
.wpp-post-title {
  color: #24292e;
}
.wpp-meta, .post-stats {
  display: inline-block;
  font-size: 12px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0 4px;
  color: #575757;
}

/*--------------------------------------------------------------
# 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: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.container{
	max-width: 1120px;
	padding: 0;
	width: 95%;
}
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	color: #575757;

	text-align: center;
	max-width: 300px;
	margin: auto;
	padding: 14px;
	position: relative;
	border: solid 1px #575757;
	border-radius: 100px;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004182;
	border-radius: 100px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak.button--inverted::before {
	background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
	border-color: #004182;
}
.button--ujarak.button--inverted:hover {
	color: #004182;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.button--ujarak{
	color: #000;
	display: block;
}
a.button--ujarak:hover {
	color: #fff!important;
}
.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;

  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: #6fb7ff;
  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;

  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: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.entry-header h1.entry-title{
  color: #fff;
  font-size: 36px;

  font-weight: bold;
  border-bottom: none;
  z-index: 2;
  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: #eaeff5;
	position: absolute;
	left: 0;
	top: -3vw;
	font-size: 10vw;
	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: 80px;
  padding-bottom: 120px;
}
.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;
}

/* --------------- 更新情報一覧 --------------- */
.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;
	font-weight: normal;
	background-color: #6c757d;
	color: #fff;
}
.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; }
.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
--------------------------------------------------------------*/
.site-footer {
	background: #000;
}
.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;

}
.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: #F5F5F5;
	padding: 30px 0;
	border-bottom: solid 6px #004182;
}
.foot-list .banner {
	height: 100%;
}
.foot-list a {
	display: block;
	padding: 20px;
	position: relative;
}
.foot-list a:hover {
}
.footer-nav{
  font-size: 14px;
  color: #575757;
  text-align: center;
}
.footer-nav ul{
	display: flex;
	justify-content: center;
}
.footer-nav li{
  list-style: none;
  position: relative;
  padding: 10px;
}
.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;

}
footer#colophon {
	padding: 40px 0 0;
}
footer .site-logo{
	margin: 30px auto;
	text-align: center;
}
footer .site-logo h2 {
	color: #c49e09;
	background: #000;
}
footer .site-logo p {
	margin-top: 1em;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
}
body:not(.theme-preset-active) footer#colophon {
	background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/bg.jpg");
	background-repeat: repeat-y;
}
.navbar-dark .site-info {
  color: #fff;
}
.site-info {
	font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.copyright a, footer#colophon a {
  color: inherit;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#page-top a {
	background: #fff;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	display: block;
	border-radius: 100px;
}
#page-top a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ft_link {
	text-align: right;
}
.ft_link p {
}
.c-right {
}
@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);
    padding: 0;
	}
	.footer-nav li::after{
		display: none;
	}
	.footer-nav li a{
		padding: 10px;
		font-size: 16px;
	}
	#page-top a {
		width: 50px;
		height: 50px;
	}
	.ft_link {
		text-align: center;
	}
	.c-right {
		text-align: center;
	}
}

/*--------------------------------------------------------------
## 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;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}
.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;
	}
}
.submit-btn input {
  background: #004182;
    width: 50%;
    max-width: 300px;
    min-width: 200px;
    margin: 30px auto;
    display: block;
    text-align: center;
    padding: 14px;
    color: #fff;
    transition: all 0.4s ease;
    font-weight: bold;
    border-radius: 5px;
}
.submit-btn input:hover {
	background: #5B81A8;
}

/*-----------------------------------------------
トップページの動画とテキスト
-----------------------------------------------*/
/*--------------トップページの動画--------------*/
.movmov {
 position: relative;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: 100%;
 height: auto;
 background: url(movie.jpg) no-repeat;
 background-size: cover;
}
.movmov2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  background: url(movie.jpg) no-repeat;
  background-size: cover;
}
/*--------------トップページの文字--------------*/
.cont{
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
}
.texttest {
  font-size: 80px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 8px black;
  line-height: 120%;
  font-family: serif;
  font-weight: bold;
}
.texttest span {
  font-size: 70px;
}
@media screen and (max-width: 1200px) {
  .cont{
    top: 250px;
  }
  .texttest {
    font-size: 60px;
  }
  .texttest span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .texttest {
    font-size: 90px;
    line-height: 120px;
  }
  .texttest span {
    font-size: 44px;
  }
}
@media screen and (max-width: 600px) {
  .cont{
    top: 130px;
  }
  .texttest {
    font-size: 76px;
  }
  .texttest span {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .cont{
    top: 140px;
  }
  .texttest {
    font-size: 54px;
    line-height: 70px;
  }
  .texttest span {
    font-size: 26px;
  }
}


.scroll {
  text-align: center;
}
.scroll a {
  position: absolute;
  color: #fff;
}
.scroll a span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 24px;
  height: 38px;
  margin-left: -10px;
  border: 1px 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;

  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;

  }
  .toptext2 {
    text-align: center;
    z-index: 1000;
    display: block;
    font-size: 16px;
    font-weight: bold;

    line-height: 1.8;
  }
}

/*-----------------------------------------------
トップページ更新情報
-----------------------------------------------*/
.post-thumbnail {
}
.post-title {
  margin-bottom: 12px;
}
.post-title a {
  color: #575757;
}
.post-title a:hover {
  color: #004182;
}
.post-date {
  font-size: 12px;
  color: #A1A1A1;
  margin-bottom: 0;
}
.post-content {
  font-size: 12px;
  line-height: 26px;
}
.post-cat {
  display: inline-block;
  margin-right: 5px;
  padding: 0.3em 2em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  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-info {
  color: #fff;
  background-color: #004182;
}

/*-----------------------------------------------
見出し関係
-----------------------------------------------*/
/*--------------- メインタイトル ---------------*/
.title {
	position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #c49e09;
  font-size: 52px;
	margin-top: 100px;
}
.title2 {
	position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #c49e09;
  font-size: 52px;
	margin-top: 100px;
}

/* ■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-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: #004182; }
.lf_pa_steps .lf_current dd { color: #004182; }
.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%;

	padding: 7px 12px;
	font-size: 14px;
	background: #f2f2f2;
	border-radius: 4px;
	border: 1px solid #f2f2f2;
}

.mailform dd select{
	width: 30%;
	max-width: 100%;

	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;
}
.p-right {
  text-align: right;
}
/*------------------ 上部余白 ------------------*/
.top_space {
  margin-top: 100px;
}
/*----------------- 下部ライン -----------------*/
.udl {
  border-bottom: dashed 0.5px #ccc;
  padding-bottom: 20px;
}
/*------------- スマホでテキスト改行 ------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*------------ PC・SP 表示切替（990） -----------*/
@media screen and (max-width: 990px){
  .pc9 {
    display: none!important;
  }
}
@media screen and (min-width: 990px){
  .sp9 {
    display: none!important;
  }
}
/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 768px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}
/*------------ PC・SP 表示切替（600） -----------*/
@media screen and (max-width: 600px){
  .pc6 {
    display: none;
  }
}
@media screen and (min-width: 600px){
  .sp6 {
    display: none;
  }
}
/*----------------- セクション -----------------*/
.video {
	margin-bottom: -8px;
}
.concept {
	text-align: center;
	margin-top: 40px;
  margin-bottom: 20px;
}
.history {
	background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/his1.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.kemban {
	background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/kemban1.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.ito {
	background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/bg4-ito.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.zoom {
	background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/bg5-zoom.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.strength {
  background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/bg1-concept.jpg");
}
.case {
  margin-bottom: 60px;
}
.faq {
  background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/top_faq.jpg");
  margin-bottom: 40px;
  padding: 40px 0;
}
.study {
  margin-bottom: 60px;
}
.blo {
  background-image: url("/wp-content/themes/ArimaGeiko/assets/img/index/top_strength.jpg");
  margin-bottom: 40px;
  padding-top: 40px;
}
.about {
  margin-top: 60px;
}
/*----------------- トップ調整 -----------------*/
.top_read1 {
	margin: 0 auto;
  padding-bottom: 200px;
  text-align: right;
  color: #fff;
	line-height: 48px;
}
.top_read2 {
	margin: 0 auto;
  padding-bottom: 200px;
  text-align: left;
  color: #fff;
	line-height: 48px;
}
.top_read3 {
	margin: 0 auto;
  padding-bottom: 40px;
  text-align: right;
  color: #fff;
	line-height: 32px;
	padding-top: 100px;
}
.top_read4 {
	margin: 0 auto;
  padding-bottom: 100px;
  text-align: left;
  color: #fff;
	line-height: 32px;
	margin-top: -230px;
}
.top_read5 {
	margin: 0 auto;
  padding-bottom: 200px;
  text-align: left;
  color: #fff;
	line-height: 36px;
}
.top_up {
  border-top: solid 1px #A1A1A1;
  padding: 20px;
}
/*---------------- トップボタン ----------------*/
.top_btn {
  margin: 30px auto;
}
.top_btn a {
  display: block;
  background: #1f1f1f;
  padding: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 30px;
  width: 340px;
  text-align: center;
  margin: 40px auto;
}
.top_btn a:after {
  position: absolute;
  content: "";
  background: url(assets/img/common/plus_wh.svg) no-repeat 0 0 / 100% auto;
  width: 12px;
  height: 12px;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_btn a:hover {
  background: #5B81A8;
  text-decoration: none;
}
/*----------------- ホバー -----------------*/
.strength7 {
	overflow:		hidden;
	position:		relative;
}
.strength7 .caption {
  font-size: 12px;
  color: #fff;
  text-align: left;
  padding: 20px;
  line-height: 20px;
}
.strength7 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* 表示させない */
	background-color: rgba(1,9,113,0.7);
	-webkit-transform:	rotateX(-180deg);
	transform:		rotateX(-180deg);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.strength7:hover .mask {
	-webkit-transform:	rotateX(0deg);
	transform:		rotateX(0deg);
	opacity:		1;	/* ホバーで表示する */
}
/*----------------- FAQ開閉 -----------------*/
.accbox {
}
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 12px 12px;
  color: #fff;
  font-weight: bold;
  background: #004182;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 12px;
}
.accbox label:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  padding-right: 8px;
  display: block;
  text-align: center;
  margin-top: 6px;
  font-size: 24px;
}
.accbox label:hover {
  background :#004182;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  font-size: 12px;
}
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 12px;
  background: #FEFEFE;
  opacity: 1;
}
.accbox .accshow p {
  margin: 15px 10px
}
.cssacc:checked + label:after {
  content: '\f106';
}
/*----------------- トップ調整 -----------------*/
.concept-img {
	position: relative;
}
.concept-img img {
	width: 100%;
}
.concept-img p {
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #fff;
}

.his-img {
	position: relative;
	height: 1500px;
	margin-bottom: 100px;
}
.his-img img {
	width: 100%;
}
.his-img h2 {
	position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
	left: 0;
	padding-top: 60px;
}
.his-img p {
	position: absolute;
  right: 0;
  top: 300px;
  margin: 0;
  padding: 0;
  color: #fff;
	z-index: 1;
}
.his-img2 {
	position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 50% !important;
}
.kemban-img2 {
	position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 50% !important;
}
.kemban-img3 {
	position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 34% !important;
}
.kemban-img4 {
	position: absolute;
  right: 0;
	left: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  width: 90% !important;
}

.his-img3 {
	position: relative;
	height: 920px;
	margin-bottom: 100px;
}
.his-img3 img {
	width: 100%;
}
.his-img3 p {
	position: absolute;
  right: 0;
  top: 420px;
  margin: 0;
  padding: 0;
  color: #fff;
	z-index: 1;
}

.his-img4 {
	position: relative;
	height: 1340px;
}
.his-img4 img {
	width: 100%;
}
.his-img4 p {
	position: absolute;
  margin: 0;
  padding: 0;
  color: #fff;
	z-index: 1;
}
.his-img4 h3 {
	font-size: 30px;
  color: #fff;
  font-weight: normal;
}

/* Zoom Geikoで使用ボタン　*/
.zoom-btn {
	
}
.btn-animation-02 {
	display: inline-block;
  text-align: center;
  background-color: #c49e09;
  border: 2px solid #c49e09;
  font-size: 16px;
  color: #c49e09;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 24px;
  border-radius: 4px;
  position: relative;
}
.btn-animation-02 span {
  position: relative;
  z-index: 1;
}
.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color:#212529;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn-animation-02:hover {
  color: #FFF;
}

/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
.cont_maintit {
  position: relative;
	padding:0 0 5px 36px;
	font-size:22px;
	border-bottom:#ccc dotted 3px;
}
.cont_maintit:first-letter{
  font-size: 30px;
  color: #004182;
}
.cont_maintit::before, .cont_maintit::after {
	content: "□";
	position: absolute;
}
.cont_maintit::before{
	left:0;
	top:0px;
}
.cont_maintit::after{
	left: 5px;
	top: 6px;
	color: #A1B8D1;
}
.cont_subtit {
  position: relative;
  text-align: center;
}
.cont_subtit span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1rem;
  background-color: #fff;
  text-align: left;
}
.cont_subtit:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.cont_subtit span2 {
  font-size: 22px;
  text-shadow: 0 1px 1px #ffc107;
}
.cont_subtit2 {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
}
.cont_subtit2 a {
  font-weight: bold;
}
.cont_subtit2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #004182;
  font-weight: 900;
}
.cont_subtit2 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
}
.case_read {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
  border-radius: 6px;
  margin-top: 12px;
}
.case_read:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.case_more a {
  background: #575757;
  color: #fff;
  padding: 4px 32px;
  border-radius: 6px;
  float: right;
  font-size: 14px;
}
.case_more a:hover {
  background: #dee2e6;
  color: #575757;
  text-decoration: none;
}
.case_cont {
  margin-top: 30px;
}
.case_que2 {
  padding-top: 24px;
  margin-top: 12px;
  border-top: dotted 1px #ccc;
}
.que {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  margin-bottom: 12px;
}
.que:before {
  font-family: "Font Awesome 5 Free";
  content: "\f128";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #004182;
}
.que:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
  margin-left: 1rem;
  margin-top: 9px;
}
.ans {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 36px;
}
.ans:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #004182;
}
.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;
  margin-bottom: 30px;
}
.consul_p {
  font-size: 13px;
  text-align: center;
  margin-top: -16px;
}
.consul_text {
  margin-bottom: 10px;
}
.consul_text span {
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 2px #ffc107;
}
.core {
  background: #ddd;
  padding: 12px;
  font-size: 18px;
  border-radius: 6px;
  margin-top: 0px;
}
/*--------------------------------------------------------------
流れ
--------------------------------------------------------------*/
.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: 48%;
  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-flow .box {
    flex-basis: 46%;
    margin: 2%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .client-flow .box {
    margin: 20px 0;
  }
}
.client-flow .en {

  background: #004182;
  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;
  color: #575757;
}
.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 {

  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;
  color: #575757;
}

/* ------------ 会社概要の表 ------------ */
.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: 40px;
  height: 100px;
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  background-image: none;
  z-index: 10000;
  background: #004182;
  padding: 38px 12px;
  margin-top: -70px;
}
.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.sample02 .swiper-pagination-bullet-active {
  background: #004182;
  width: 25px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .sample02 .swiper-slide {
    padding: 20px 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: 767px) {
  .movmov {
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: unset;
  }
  .movmov2 {
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: unset;
  }
	.concept {
		margin-top: 0px;
	}
	.concept-img p {
		top: 200px;
		width: 90%;
	}
	.history {
		margin-top: 320px;
	}
	.his-img h2 {
		top: 140px;
		text-align: center;
	}
	.his-img p {
		top: 380px;
		text-align: left;
	}
	.top_read1 {
		line-height: 32px;
	}
	.his-img2 {
		bottom: 160px;
		width: 100% !important;
	}
	.kemban {
		margin-top: 160px;
	}
	.top_read2 {
		line-height: 32px;
	}
	.kemban-img2 {
		bottom: 500px;
		width: 100% !important;
	}
	.his-img {
		margin-bottom: 0;
	}
	.ito {
		margin-top: -100px;
	}
	.his-img3 p {
		top: 160px;
		text-align: left;
	}
	.kemban-img3 {
		bottom: 290px;
	}
	.top_read4 {
		margin-top: -330px;
	}
	.his-img4 h3 {
		margin-top: -30px;
		line-height: 42px;
	}
	.kemban-img4 {
		bottom: -440px;
		width: 100% !important;
	}
	footer#colophon {
		padding-top: 740px;
	}
	.scroll {
		display: none;
	}
	.zoom-btn {
		margin-bottom: 50px;
    margin-top: -40px;
	}
}
@media (max-width: 374px) {
	.his-img p {
		top: 480px;
	}
	.kemban {
		margin-top: 560px;
	}
	.ito {
		margin-top: 240px;
	}
	.zoom {
		margin-top: 100px;
	}
	.kemban-img3 {
		bottom: 250px;
		width: 100% !important;
	}
	.kemban-img4 {
		bottom: -630px;
	}
	footer#colophon {
		padding-top: 980px;
	}
}

/*-----------------------------------------------
フローティングボタン
-----------------------------------------------*/
/*PAGE TOPボタン追加*/
#page_top{
  width: 100px;
  height: 40px;
  position: fixed;
  bottom: 65px;
  background-color: rgb(0 33 65 / 0.8);
  z-index: 999;
  right: 5px;
  padding-top: 0px;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
  text-decoration: none;
}
#page_top a::after{
  content: '▲ PAGE TOP';
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.low-navi{
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	z-index: 9999;
}
.low-navi.js_hide {
	transform: translateY(100%);
}

.low-navi ul {
  margin: 0 auto;
  height: 60px;
}
.low-navi li{
  font-size: 12px;
  display: inline-block;
  line-height: 24px;
	border: solid 1px #ccc;
	margin: 0 -4px;
}
.low-navi li a{
  color: #fff;
  background-color: #334d67;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 60px;
  padding: 6px;
	width: 33%;
}
.low-navi li a:hover {
  text-decoration: none;
}
.low-navi li a span {
  color: #fff;
  font-size: 14px;
  border: solid 1px #fff;
  padding: 2px 16px;
  line-height: 26px;
}
.low-navi li a span:hover {
  color: #1d2124;
  background: #ccc;
}
@media (max-width: 767px) {
  #page_top {
    bottom: 55px;
  }
  .low-navi ul {
    height: 52px;
  }
  .low-navi li a {
    padding: 0;
  }
  .low-navi li a img {
    height: 52px;
  }
}


/* Header
-----------------------------------------*/
@media screen and (max-width: 640px) {
.Header{
  position: relative;
  height: 50px;
}
}
.Header__btn{
  display: none;
}
@media screen and (max-width: 640px) {
.Header__btn{
  position: absolute;
  top:0px;
  right: 0px;
  display: block;
}
.Header__btn p a{
  display: block;
    width: 30px;
    height: 30px;
}
  .Header__btn p a:after {
    position: absolute;
    display: block;
		content: "";
    background-image: url("/wp-content/themes/ArimaGeiko/assets/img/common/menu-open.svg");
    width: 30px;
    height: 30px;
    top: 5px;
    left:0;
    right: 0;
    font-size: 22px;
    color: #FFF;
    text-align: center;
  }
  .Header__btn p.open a:after {
		content: "";
    background-image: url("/wp-content/themes/ArimaGeiko/assets/img/common/menu-close.svg");
  }
.Header__btn span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

}
/* Globalnav
-----------------------------------------*/
@media screen and (max-width: 640px) {
  body {
    overflow: hidden;
  }
}
.Globalnav {
	width: 80%;
  margin-left: auto;
	margin-top: 4px;
}

@media screen and (max-width: 640px) {
  .Globalnav {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .Globalnav {
    display: none;
    position: absolute;
    top: 46px;
    left: 33%;
    width: 70% !important;
    z-index: 9999;
    background-color: rgb(0 33 65 / 0.9);
  }
}

.Globalnav ul {
  display: table;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .Globalnav ul {
    display:block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
		margin-bottom: 0;
  }
}

.Globalnav ul li {
  display: table-cell;
}
@media screen and (max-width: 640px) {
  .Globalnav ul li {
   display: block;
    margin: 0;
    border-bottom: solid 1px #adb5bd;
  }
  .Globalnav ul li:last-child{
    border-bottom: none;
  }
}

.Globalnav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
	padding: 0 6px;
}
.Globalnav ul li {
  text-align: center;
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .Globalnav ul li a {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    border: none;
    color: #FFF;
    text-align: right;
  }
}

.Globalnav ul li a:hover, .Globalnav ul li a:focus {
	font-weight: bold;
	color: #ccc;
}
.Globalnav ul li+li:before {
  position: absolute;
  display: block;
  content: "";
  height: 14px;
  margin-top: 8px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .Globalnav ul li a:hover, .Globalnav ul li a:focus, .Globalnav ul li.current a {
    border-bottom: none;
    color: #FFF;
  }
	.Globalnav ul li+li:before {
		display: none;
	}
}

/* Submenu */
.Globalnav ul li ul{
    display: none;
}
.Globalnav ul li:hover ul{
    display: block;
}
.Globalnav li li {
    height: 0;
    overflow: hidden;
    display: contents;
}
.Globalnav li li a {
	text-align: left;
}
.Globalnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}
.Globalnav ul li ul li+li:before {
	display: none;
}


.header-sp {
  background-color: #eee;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
.header-sp__inner {
  margin: 0;
  width: 100%;
}
.header-sp li {
	list-style-type: none;
  color: #fff;
  text-align: right;
  border-bottom: solid 1px #fff;
  width: 90%;
  margin: 0 auto;
  padding: 12px 0;
}
.header-sp a {
	color: #fff;
  font-size: 14px;
}
.sideMenu {
  background-color: #000;
  height: 100vh;
  overflow-y: auto;
  padding-top: 56px;
  position: fixed;
  right: -300px;
  transition: all 0.6s;
  top: 0;
  width: 300px;
  z-index: 200;
}

.hamburger {
  cursor: pointer;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
	z-index: 300;
}
.hamburger span {
  background-color: #fff;
  height: 2px;
  right: 12px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger__lineTop {
  top: 20px;
}
.hamburger__lineCenter {
  top: 29px;
}
.hamburger__lineBottom {
  top: 38px;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

/* メニューが開いた時のCSS */
.nav-open .sideMenu {
  background-color: rgb(0 0 0 / 0.8);
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav-open .overlay {
  opacity: 0;
  visibility: visible;
}

.fadein{
  -webkit-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
  opacity: 0;
}
.fadein.active{
  opacity: 1;
}



/*-----------------------------------------------
新作「能」
-----------------------------------------------*/
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active{ background: #fff; }
.mainimg .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mainimg .swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.mainimg .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
.mainimg .swiper-container.nav-slider .swiper-slide.swiper-slide-active { opacity: 1; }
.mainimg .swiper-container.nav-slider .swiper-slide .content { width: 100%; }
.mainimg .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.mainimg .swiper-slide {
  overflow: hidden;
}
.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;
}
.mainimg .swiper-slide .entity-img { display: none; }
.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;
}
.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;
	text-shadow: 0 0 6px #6c757d;
}
.mainimg .swiper-slide .content .slide-title.show {
  transform: translateX(0);
  opacity: 1;
}
.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;
}
.mainimg .swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}

.noh-contents {
  background: #000;
}
.noh-top {
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .noh-top {
    margin-bottom: -48px;
  }
}
.noh-catchcopy {
  
}
.noh-new {
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url("/wp-content/themes/ArimaGeiko/assets/noh/bg.jpg");
  background-repeat: no-repeat;
	background-position: center;
}
.experience {
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url("/wp-content/themes/ArimaGeiko/assets/noh/bg2.jpg");
  background-repeat: no-repeat;
	background-position: center;
}

.noh-title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  z-index: 10;
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 42px;
}
.noh-title span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffd400;
  z-index: -1;
  font-size: 64px;
  opacity: 0.1;
  margin-top: 6px;
}
.noh-title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #ffd600;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: -15px;
}
.noh-catch {
  font-size: 120px;
  opacity: 0.1;
  line-height: 120px;
}
.new-read {
  font-size: 24px;
  border-bottom: solid 1px #ffd600;
  margin-bottom: 0px;
  color: #fff;
}
.new-text {
  margin-top: 20px;
  color: #ddd;
}
.experience-title {
  font-size: 24px;
  border-bottom: solid 1px #ffd600;
  margin-bottom: 8px;
  color: #fff;
}
.experience-read {
  font-size: 20px;
  color: #ddd;
}
@media (max-width: 767px) {
  .experience-read {
    font-size: 18px;
  }
}
.experience-text {
  color: #ddd;
}

/* ----- カミングスーン対応 ----- */
/* 通常時はホバー時の文字を非表示にする */
a .hover{
display: none;
}
/* ホバー時は通常時の文字を非表示にする */
a:hover .nomal{
display: none;
}
/* ホバー時に、ホバー時の文字を表示する */
a:hover .hover{
display: inline;
}

.yuna-logo {
	width: 100px;
    position: absolute;
    top: 0;
    z-index: 99;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.yuna-logo img {
	
}

/*--------------------------------------------------------------
# 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: 40px;
  height: 100px;
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  background-image: none;
  z-index: 10000;
  background: #004182;
  padding: 38px 12px;
  margin-top: -70px;
}
.sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.sample02 .swiper-pagination-bullet-active {
  background: #004182;
  width: 25px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .sample02 .swiper-slide {
    padding: 20px 0;
	transform: none!important;
  }
  .sample02 .swiper-button-prev,
  .sample02 .swiper-button-next {
    display: block;
  }
  .sample02 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}