/*  
Theme Name: Hatch
Author: Latona Marketing Inc.
Author URI: https://www.latona-m.com/
Version: 1.0
*/
/*>>>>> Setup and Reset <<<<<*/


*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body, html, p, ul, ol {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  color: #242424;
  background-color: #fff;
  -x-system-font: none;
  font-family: 'Overpass', YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-weight: 500;
	font-feature-settings: "palt";	
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
  position: relative;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
  padding: 30px 0;
  line-height: 1.7em;
  font-weight: bold;
}

h1 {
  font-size: 30px
}
h2 {
  font-size: 27px
}
h3 {
  font-size: 24px
}
h4 {
  font-size: 21px
}
h5 {
  font-size: 18px
}
h6 {
  font-size: 16px
}
.entry h3.soushoku span {
  width: 40%;
  display: inline-block;
}
.entry h3.soushoku {
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin: 100px 0 30px;
}
.entry h3.soushoku::before {
  background: url(images/h3-bg-left.png) no-repeat center left;
  width: 30%;
  height: 1.2em;
  display: inline-block;
  content: "";
  float: left;
  background-size: contain;
}
.entry h3.soushoku::after {
  background: url(images/h3-bg-right.png) no-repeat center right;
  width: 30%;
  height: 1.2em;
  display: inline-block;
  content: "";
  float: right;
  background-size: contain;
}
p {
  line-height: 1.8em;
  margin: 10px 0;
}
ul, ol {
  margin: 10px 0;
  padding: 0 19px 0 19px;
}
/*>>>>> Navigation <<<<<*/
a {
  color: #3c3a3a;
  text-decoration: underline;
}
.entry a {
  text-decoration: underline;
}
a:link, a:visited {}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
pre {
	white-space: pre-wrap ;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

/* IMAGES*/
img {
  margin: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top !important;
  max-width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
a:hover img:not(.sticky-thumb) {
  opacity: 0.5;
  transition: all 0.5s ease-in-out 0s;
}
.single img {
  max-width: 100%;
  height: auto;
}
#gallery-1 img {
  border: none !important;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignleft {
  float: left;
  padding: 5px;
  margin: 0 10px 5px 0;
  display: inline;
}
.alignright {
  float: right;
  padding: 5px;
  margin: 0 0 2px 7px;
  display: inline;
}
a img {
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  border: 0;
}
p img {
  height: auto;
  max-width: 100%;
}
body.single .entry p {
  margin: 15px auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  background: transparent none repeat scroll 0 0;
  color: #515151;
  font-size: 10px;
  line-height: 1.4em;
  margin: 0 !important;
  padding: 6px 0;
  text-align: center;
}
.wp-caption img {
  height: auto;
}
/* remember to define focus styles! */ :focus {
  outline: 0 dotted #ccc;
}
.clear {
  clear: both;
  height: 1px;
}
.spacer {
  clear: both;
  height: 1px;
}
table {
  margin: 20px 0 40px;
  width: 100%;
  line-height: 1.5em;
  border-collapse: collapse;
}
table th {
  text-align: left;
}
table td {}
table td, table th {
  border-bottom: 1px solid #b3b3b3;
  padding: 15px;
}
table img {
  max-width: 100px;
}
table p.mobile {
  display: none;
}
table tr:nth-child(odd) td, table tr:nth-child(odd) th {
  background-color: ;
}
.weightbold {
  font-weight: bold;
}
.small {
  font-size: 70%;
  line-height: 1.1em;
}
.slarge {
  font-size: 1.5em;
  line-height: 1.35em;
}
.large {
  font-size: 2em;
  line-height: 1.35em;
}
.xlarge {
  font-size: 3em;
  line-height: 1.4em;
}
.xxlarge {
  font-size: 4em;
  line-height: 1.4em;
}
.xxxlarge {
  font-size: 5em;
  line-height: 1.4em;
}
.padd {
  padding: 1% 2%;
}
.xpadd {
  padding: 2% 4%;
}
.xxpadd {
  padding: 4% 6%;
}
/*   h2-title is the title of posts*/
.h2-title {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 15pt;
  line-height: 1.1em;
  padding: 5px 0;
}
h1.post-title {
  font-size: 1.6em;
  margin: 0 auto 20px auto;
  max-width: 1280px;
  font-weight: normal;
  padding: 0 0 30px 0;
}
p.tags-date {
  font-size: 1em;
}
.tags {
  display: block;
  font-size: 3rem;
  line-height: 56px;
  margin: 0;
  padding: 210px 0 0 0;
  text-transform: inherit;
  letter-spacing: 1px;
    font-weight: 800;
}
.hero-en .tags {
    padding: 190px 0 0 0 ;
    color: #acacac;
}
.tags span.char1 {
  text-transform: capitalize;
}
span.no-tr {
  text-transform: none !important;
}
h2.cat-title,
.page h1,
.search h1,
.archive h1,
.h2-archive {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 37px;
	line-height: 1.5em;
	padding: 28px 10px 0;
	margin: 0 auto;
	text-align: center;
	border: none;
	position: absolute;
	bottom: -39px;
	width: 100%;
	background: #fff;
	color: #4a4a4a;
}
h2.cat-title::before ,
.page h1::before ,
.search h1::before ,
.archive h1::before ,
.h2-archive::before {
	content: "";
	background: #009AC9;
	width: 100px;
	height: 3px;
	bottom: 0;
	left: 50%;
	position: absolute;
	margin-left: -50px;
}
.hero-en h1 {
font-size: 3.8em !important;
letter-spacing: 0 !important;
line-height: 1em !important;
}
.plane {
  display: block;
  font-size: 18px;
  line-height: 44px;
  margin: 0;
  padding: 0;
}
h2.home-title {
  font-size: 24px !important;
  padding: 10px 20px !important;
  font-weight: normal;
}
h2.jobtitle {
	border-bottom: 3px solid #009AC9;
	padding: 10px 0px 0px 0px;
}
body.page-advisory h2 {
  padding: 70px 0 20px 0;
}
/*home*/
div.page {
  margin-top: 0;
}
body.home .page h2::before {
	content: "";
	background: #3e74ab;
	width: 50px;
	height: 5px;
	bottom: 0;
	display: block;
	position: absolute;
}
body.home .page h2 {
	font-size: 42px;
	margin: 10px 0;
	position: relative;
	padding: 0;
	display: inline-block;
}
.Overpass {
  font-family: 'Overpass', cursive;
}
.Playfair {
font-family: 'Playfair Display', sans-serif;
font-weight: normal;
}


#feature img {
    width: 90%;
}
#feature .boxes-desc h3 {
    text-align: left;
    padding: 10px 0;
    margin: 0;
    color:#4d4d4d;
}
#feature .triple-wrapper {
  bottom: -30px;
  opacity: 0;
  position: relative;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s; 
}
#feature .triple-wrapper.show {
  bottom: 0;
  opacity: 1;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s;
}

.boxes-desc {
background:#FFF none repeat scroll 0 0;
min-height: 123px;
padding: 20px 28px;
color:#4d4d4d;
margin-top: -80px;
width: 80%;
float: right;
position: relative;
}
.boxes-desc a {
  color: #fff;
  text-decoration: none;
}
.locations-nav {
    border-bottom: 1px solid #e6e6e6;
}
.locations-nav-inner {
margin: 0 auto;
padding: 5px;
overflow: hidden;
}
.locations-nav-inner .alignright,
.locations-nav-inner .alignleft {
    padding:  0;
    margin: 0;
}
.locations-nav-inner .alignleft a {
    padding: 6px 0 2px;
    text-decoration: none;
    display: block;
}
.locations-nav-inner .alignleft a:hover {
    text-decoration: underline;
}

#headerContainer {
    position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
	overflow: visible;
}
#headerContainer #headerInner {
  margin: 0 auto;
  max-width: 1670px;
  width: 95%;
  overflow: hidden;
  padding: 9px 0 24px;
  transition: all 0.5s ease-in-out 0s;
}
#headerInner #logo {
  transition: all 0.5s ease-in-out 0s;
  float: left;
}
body.home #headerInner #logo {
  opacity: 0;
  top: 15px;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}
body.home #headerInner #logo.show {
  opacity: 1;
  top: 15px;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  width: 232px;
}
header.others {
}
header.others #headerInner {
  transiticon: all 0.5s ease-in-out;
}
header.others #headerInner #logo {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  width: 232px;
  top: 15px;
  position: absolute;
}

ul.category {
  margin: 30px 0 50px;
  text-align: center;
}
ul.category li {
  display: inline-block;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  line-height: 1.8em;
}
ul.category li a {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px 40px;
  font-size: 0.9em;
  line-height: 1.8em;
  text-decoration: none;
}
ul.category li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
ul.category li.current-cat a::after,
ul.category li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.inviews {
  bottom: -30px;
  opacity: 0;
  position: relative;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s;
}
.inviews.show {
  bottom: 0;
  opacity: 1;
/*  transform: scale(1);
*/  transition: all 1s ease-in-out 0s;
}
/*Dropcap*/
sup {
  color: #333333;
  float: left;
  font-size: 5.5em;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  margin-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
}
/*Small is the text used in date, and bottom text*/
small {
  text-align: left;
  font-size: 70%;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
blockquote {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    font-style: normal;
    background: #ffffff;
    color: #555;
	border: double #CCCCCC
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
  font-family: "Font Awesome 5 Free";
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entry {
  margin: 0;
}


#content_box {
  padding: 0;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
#content_box_full {
  padding: 0;
  width: 100%;
  z-index: 1;
}
#left_box {
  margin: 0 auto;
  background: transparent;
  font-size: 1em;
width: 70%;
float: left;
        padding: 0 2%;
}
#right_box {
    width: 30%;
    float: right;
    padding: 0 2%;
}
#right_box.fixed {
    position: fixed;
}
#right_box_inner {
    overflow: hidden;
}
.widecontent {
  width: 1280px;
margin: 100px auto;
    overflow: hidden;
    position: relative;
}
.fullcontent {
  width: 100% !important;
    margin: 100px auto;
    overflow: hidden;
}
.read-more {
  clear: both;
}
.more-link {
  clear: both;
}
.breadcrumb {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 50px;
  padding: 2px 10px;
  white-space: nowrap;
/*  overflow: hidden;
*/  text-overflow: ellipsis;
    text-align: center;
    width: 100%;
}
.breadcrumb .home:before {
content: "\f015";
  font-family: "Font Awesome 5 Free";
font-weight: 700;
color: #ffffff;
}
.breadcrumb span {
    padding: 10px;
	color: #ffffff;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .divider {
}
input, textarea, select {
  padding: 8px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #c1c1c1;
font-family: inherit;
}

/* Reset Select */
.lang-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background-image: none;
	line-height: 1em;
	position: initial;
	margin-top: 2px;
}
/* Remove IE arrow */
.lang-select select::-ms-expand {
  display: none;
}
/* Custom Select */
.lang-select {
  position: relative;
  width: 11em;
  height: 2em;
  line-height: 2;
  overflow: hidden;
    border: 1px solid #e6e6e6;
    display: flex;
    margin: 5px;
}
.lang-select select {
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
}
/* Arrow */

/*.lang-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #f0f0f0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
    color: #c1c1c1;
    font-size: 12px;
}
*/
.lang-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #0095c6;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
/* Transition */
.lang-select:hover::after {
  color: #9B9B9B;
}



textarea {
  width: 100%;
}
.inquiry-box {
  margin: 50px auto;
  width: 100%;
}
.inquiry-box th {
  padding: 10px 20px;
  font-weight: bold;
  width: 30%;
  text-align: left;
}
.inquiry-box td {
  padding: 20px;
}
.kakunin-link {
  margin: 15px 0;
  text-align: center;
}
.button-link {
  text-align: center;
}
.hissu {
  float: right;
  margin: 6px 6px 0;
}
.entry ul, .entry ol {
  margin: 0 0 25px 10px;
  padding: 0;
}
.entry ul li {
  line-height: 1.0em;
  margin: 10px 0 10px;
  padding: 10px 0 10px;
  list-style: none;
}
.entry ul:not([class]) li::before {
font-family: "Font Awesome 5 Free";
width: 20px;
height: 20px;
margin: 0;
color:#B7B7B7;
font-weight: 900;
padding: 0 0 25px 0;
float: left;
font-size: 0.7em;
}
.entry ol li {
  margin: 3px 0 5px 20px;
  line-height: 1.7em;
}
.entry ul.checks li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  color: #6C9DB7;
  font-weight: 500;
  padding: 3px 0 25px 0;
  float: left;
}
.navright {
  float: right;
}
.navleft {
  float: left;
}
.navcenter {}
.wp-pagenavi {
  margin: 25px 0 10px;
  padding: 10px 0;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: none repeat scroll 0 0 #DDDDDD;
  border: 1px solid #DDDDDD !important;
  font-size: 15px;
  line-height: 1.5em;
  padding: 12px 17px !important;
  text-decoration: none !important;
  display: inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #999999;
}
.wp-pagenavi span.current {
  background: none repeat scroll 0 0 #999999;
  border: 1px solid #999999 !important;
  color: #FFF;
}
#loading {
  background: url("images/ajax-loader2.gif") no-repeat scroll center center #fff;
  padding: 100px 0;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
#home-loading-icon {
  background: url("images/logo.svg") no-repeat scroll center center #fff;
  background-size: 400px;
  padding: 10px;
  position: absolute;
  text-indent: -9999px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: block;
}
#home-loading-icon.loaded {
  animation: hideop 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hideop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#mouse {
  background: rgba(0, 0, 0, 0) url("images/scroll-mouse.png") no-repeat scroll center bottom / contain;
  bottom: 150px;
  display: block;
  height: 40px;
  left: 50%;
  margin: 0 auto 0 -20px;
  padding: 0;
  position: absolute;
  transform: rotate(90deg);
  width: 40px;
  z-index: 100;
}
.slick-prev, .slick-next {
  opacity: 0.4;
}
#main {
  background: none repeat scroll 0 0 #000;
  overflow: hidden;
}
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none;
}
span.wpcf7-list-item label {
  display: inline-block !important;
  margin: 4px 11px;
}

p.nocomments {
  display: none;
}
.new-icon {
  vertical-align: inherit !important;
}
.wpcf7-response-output {
    
}
form {
  margin: 0 !important;
}
.prev-posts a {
  background: url("images/prev-posts.png") no-repeat scroll left top transparent;
  left: 0;
  position: fixed;
  top: 50%;
  text-indent: -9999px;
  width: 64px;
  height: 150px;
  margin: -80px 0 0;
}
.next-posts a {
  background: url("images/next-posts.png") no-repeat scroll left top transparent;
  right: 0;
  position: fixed;
  top: 50%;
  text-indent: -9999px;
  width: 64px;
  height: 150px;
  margin: -80px 0 0;
}
.next-posts a.nomore {
  background: url("images/next-posts-nomore.png") no-repeat scroll left top transparent;
}
.prev-posts a.nomore {
  background: url("images/prev-posts-nomore.png") no-repeat scroll left top transparent;
}
.navigation {
  font-size: 13px;
  overflow: hidden;
  clear: both;
}
.box-center {
  width: 1000px;
  margin: 0 auto;
}
/*オリジナル*/
a.button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #3e74ab;
  cursor: pointer;
  color: #3e74ab;
  display: inline-block;
  line-height: 1.2em;
  margin: 20px 0;
  min-width: 200px;
  padding: 15px 45px;
  text-align: center;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 150ms;
  transition-property: background, color;
  transition-timing-function: linear;
  vertical-align: bottom;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 500;
}
a.button:hover {
  background: #009AC9;
  color: #fff;
}
a.button-white {
  border: 2px solid #FFFFFF !important;
  color: #FFF !important;
}
a.button-white:hover {
  background: #FFFFFF;
  color: #009AC9 !important;
}
a.button-colored {
  background: #009AC9;
  border: 2px solid #009AC9 !important;
  color: #FFF !important;
}
a.button-colored:hover {
  background: inherit;
  color: #009AC9 !important;
}
.show-image {
  margin: 0;
  padding: 0;
}
.hero {
  height: 450px;
  width: 100%;
  transition: all 2.5s ease 0.3s;
  background: #0095c6 url("images/bg-pagetitle.jpg") no-repeat center center / cover;
  text-align: center;
	color: #fff;
	position: relative;
}
.show-image-content {
  left: 10%;
  width: 40%;
  bottom: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.headline {
  clear: both;
  margin: 0 auto;
  max-width: 1280px;
  z-index: 0;
  padding: 0;
  overflow: hidden;
}
.headline article {
  line-height: 1.8em;
  margin: 10px auto;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  width: 90%;
}
.wide-image {
  margin: 0;
  padding: 0;
  width: 100%;
}
.wide-image img {
  width: 100%;
  height: auto;
}
.spacer {
  margin: 30px 0;
}
.full-wrapper {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}.boxes-wrapper {
  clear: both;
  margin: 0 auto;
  max-width: 1670px;
  overflow: hidden;
  z-index: 0;
}
.boxes-wrapper .colored {
  background: linear-gradient(180deg, #cccccc, #ffffff);
}
.boxes-wrapper .bgimgleft {
	right: -20px;
	margin-top: 50px;
	position: relative;
}
.boxes-wrapper .bgimgright {
	left: -20px;
	margin-top: 50px;
	position: relative;
	float: right;
}
.single-wrapper {
  width: 100%;
  float: left;
}
.two-thirds-wrapper {
  float: left;
  width: 66.6666%;
}
.double-wrapper {
  float: left;
  width: 50%;
}
.triple-wrapper {
  margin: 1%;
  width: 31.3333%;
  float: left;
}
.quadruple-wrapper {
  width: 25%;
  float: left;
}
.quintuple-wrapper {
  width: 20%;
  float: left;
}
.one-twentieth-wrapper {
  width: 5%;
  float: left;
}

.jobs .triple-wrapper {

	padding: 0;
}
.jobs .triple-wrapper h4 {
	padding: 0;
	font-size: 1rem;
}
.jobs .triple-wrapper a {
	background: #f0f0f0;
	text-decoration: none;
	font-weight: bold;
	padding: 30px 15px;
	display: block;
	border-left: solid 10px #DDDDDD;
	transition: all 0.5s ease-in-out 0s;

}
.jobs .triple-wrapper a:hover {
	background: #fefefe;
	border-left: solid 10px #009ac9;
	  transition: all 0.5s ease-in-out 0s;

}

body.home ul#news-list {
margin: 20px 0 0;
}
ul#news-list {
margin:0;
padding: 0;
}
body.home #voice ul#news-list li {
	padding: 0;
}
ul#news-list li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
ul#news-list li div {
  vertical-align: top;
}
.news-date {
  padding: 10px 20px 10px 0;
    min-width: 7em;
	float: left;
}
.news-cat {
  padding: 7px 30px 7px 0;
}
#voice .news-cat {
	float: left;
}
.news-cat p {
  min-width: 150px;
  text-align: center;
  border: 1px solid #9b9b9b;
  display: inline-block;
  margin: 0;
  font-size: 0.8em;
}
.news-cat p a {
width: 100%;
height: 100%;
background-color: #FFFFFF;
padding: 3px 10px 0;
display: block;
text-decoration: none;
line-height: 1.5em;
}
.news-title {
  padding: 10px 0 10px 0;
	text-align: left;
}
.news-excerpt {
  padding: 7px 30px 7px 30px;
  font-size: 0.8em;
  border: solid 1px #ccc;
  margin-bottom: 15px;
  background-color: #fff;
}
.news-excerpt a {
	text-decoration: none;
}
.date-format {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.single #carousel {
  margin: 5px 0 20px !important;
  position: relative;
}
.single .flexslider {
  overflow: hidden;
  position: relative;
}
.single .flexslider li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#carousel ul {
  width: 100% !important;
}
#carousel .slides > li {
  width: 16.65% !important;
}
#carousel .slides > li:nth-child(6n) {
  margin: 0 !important;
}
#carousel .slides > li:nth-child(6n+1) {
  clear: both;
}
#carousel .gallery-caption {
  font-size: 0.8em;
  cursor: pointer;
}
#carousel .flex-active-slide {
  background: #e7e7e7;
  border-radius: 2px;
}
#carousel .flex-active-slide img {
  opacity: 1;
  padding: 5px;
}
.gallery-caption {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.2em;
}
.gallery-caption span {
  padding: 5px 10px;
  display: block;
}
.tgl-box {
  position: relative;
  padding: 0;
  margin: 0;
  display: none;
}
.tgl {
  background: url("images/tgl-bg.png") no-repeat scroll left top #000000;
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  line-height: 1.7em;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 20px;
}
.tgl.active {
  background: url("images/tgl-bg.png") no-repeat scroll left -20px #000000;
}

.boxes-wrapper h2 {
  margin: 30px 0 20px;
}
.boxes-wrapper h3 {
  margin: 30px 0 20px;
}
.slider {
  margin: 0 auto;
  overflow: hidden;
}

.slider img {
  transform-origin: center center;
  transform: scale(1.0) rotate(0.1deg);
  transition: 10s ease-out;
}
.slider .slick-active img {
  transform: scale(1.1);
}
/*body.home .slick-slide {
	height: 80vh !important;
}*/

.maplink {
  margin: 5px 20px;
  background: #ffba40;
  padding: 5px 9px;
  border-radius: 3px;
  display: inline-block;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.select select {
  display: inline-block;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  color: #7b7b7b;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover, .select select:focus {
  color: #000;
  background: #e2edd7;
}
.select select:disabled {
  pointer-events: none;
  opacity: .5;
}
.select::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
span.new-mark {
  padding: 2px 5px;
  background: red;
  border-radius: 2px;
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
  line-height: 1rem;
}
span.required {
	padding: 5px 7px 2px;
	background: orange;
	border-radius: 2px;
	color: #fff;
	margin: 0 5px;
	font-size: 12px;
	line-height: 1em;
	border-radius: 3px;
	vertical-align: text-top;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label:hover, .wpcf7-acceptance .wpcf7-list-item-label:hover, .wpcf7-checkbox .wpcf7-list-item-label:hover {
  background-color: #e2edd7;
}
.wpcf7-radio .wpcf7-list-item-label:hover:after, .wpcf7-acceptance .wpcf7-list-item-label:hover:after, .wpcf7-checkbox .wpcf7-list-item-label:hover:after {
  border-color: #53b300;
}
.wpcf7-radio .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}
.wpcf7-acceptance .wpcf7-list-item-label:after, .wpcf7-checkbox .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 3px;
  content: '';
}
.wpcf7-radio .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -11px;
  width: 9px;
  height: 15px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
input[type="submit"]:hover {
  background: #FF7F00;
}
input[type="submit"] {
  margin: 10px;
  padding: 15px 60px;
  cursor: pointer;
  background: #FF942A;
}
input[type="submit"][disabled] {
  background: #999999 none repeat scroll 0 0;
  cursor: default;
  color: #000;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 20px solid #fff;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
    width: 100%;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#inquiry {
  background: #BFBFBF;
}
#inquiry .headline {
  background: #fff;
  max-width: 800px;
  text-align: center;
  margin: 70px auto;
  border-radius: 5px;
}
body.page-contact #inquiry .double-wrapper {
  padding: 20px 10px 30px;
}
#inquiry .double-wrapper {
  padding: 40px 10px 20px;
}
#inquiry .double-wrapper:first-child {
  border-right: 1px solid #BFBFBF;
}
#video {
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  position: relative;
}

/*body.home .slick-list {
  max-height: 90vh !important;
}*/


a.cli_settings_button {
 color: #000 !important;
}

nav#sub-menu ul {
    margin: 0 10px 0;
padding: 0;
    font-size: 0.9em;
}
nav#sub-menu ul li {
    float: left;
    list-style: none;
}
nav#sub-menu ul li a {
    text-decoration: none;
line-height: 1.5em;
padding: 11px 11px 6px;
display: block;
    
}



.drawer-brand h1 {
    margin: 0;
    padding: 0;
}
.slick-active .slick-content {
opacity: 1;
top: 47%;
transition: all 1s ease-in-out .5s;
}
.slick-content {
position: absolute;
top: 32%;
z-index: 1000;
width:80%;
text-align: center;
margin: 0 10%;
opacity: 0;
    color: #fff;
}
.slick-content h3 {
font-size: 3.5rem;
color:#fff;
line-height: 4.8rem;
padding: 0;
}
footer {
	background: #333;
    color: #fff;
}
footer .boxes-wrapper .headline {
	padding: 100px 0;
}
footer ul {
	margin: 0 0 15px;
	padding: 0;
}
footer ul li {
	text-align: left;
	list-style: none;
    margin-bottom: 5px;
}
footer h4 {
	padding: 10px 0;
	font-size: 1.05rem;
}
footer ul li a {
text-decoration: none;
color: #fff;
}
footer ul li a:before {
    content: '-';
    padding: 0 10px 0 0;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .copyright {
	margin: 0;
	background: #fff;
    font-size: 0.8rem;
}
.footer-logo {
	float: left;
	width: 230px;
}
.footer-copyright {
float: left;
line-height: 1.5rem;
margin:18px 20px;
    color: #000;
}
footer h5 {
    padding: 0;
}

.side-boxes {
    margin: 0 0 20px;
}

ul.main-menu {
    margin: 12px 0 0 0;
    padding: 0;
}
ul.main-menu li {
    list-style: none;
}
ul.main-menu li a {
    position: relative;
    transition: all 0.5s ease-in-out 0s;

}
ul.main-menu li a:hover {
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease-in-out 0s;

}

ul.main-menu li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
ul.main-menu li.current-cat a::after,
ul.main-menu li a:hover::after {
    transform-origin: center top;
    transform: scale(1, 1);
}

.lang.mobile,
nav#sub-menu.mobile {
    display: none;
}
#cookie-law-info-again,
#cookie-law-info-bar {
    box-shadow:  rgba(0,0,0,.8) 0px 0px 4px !important;
    right: 0 !important;
}

li.widget {
    list-style: none;
	line-height:1.8em;
}
li.widget a{
    list-style: circle;
	line-height:1.8em;
    text-decoration: none;
}
.widgettitle {
border-bottom: 1px solid #1A1A1A;
font-size: 1.3em;
line-height: 1.5em;
list-style: none outside none;
margin: 5px 0 15px;
padding: 5px 0;
    font-family: 'Playfair Display', sans-serif;
	font-weight: normal;
}
li.widget_calendar table td, li.widget_calendar table th {
	padding: 10px;
	text-align: center;
	line-height: 1em;
}
table#wp-calendar caption {
    margin-bottom:10px;
}
li.widget_categories ul {
    padding: 0;
}
li.widget_categories ul li {
    list-style: none;
}
li.widget_categories ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
}
li.widget_categories ul li a:hover {
    background: #ececec;
    transition: all 0.5s ease-in-out 0s;
}
li.widget_categories ul li::before {
 content: "\f105";
font-family: "Font Awesome 5 Free";
width: 20px;
height: 20px;
margin: 0;
color:#B7B7B7;
font-weight: 900;
float: left;
padding: 9px 0 0 5px;
}



ul.ez-toc-list {
    margin: 0 !important;
    padding: 0 !important;
}
ul.ez-toc-list li > ul {
    margin: 0 !important;
    padding: 0 !important;
}
ul.ez-toc-list li a {
    border-bottom: 1px solid #dbdbdb;
    padding: 0;
    transition: all 0.5s ease-in-out 0s;
}
ul.ez-toc-list > li:hover > a,
ul.ez-toc-list > li.active > a {
    background: #ececec;
    transition: all 0.5s ease-in-out 0s;
}
ul.ez-toc-list > li > li:hover > a,
ul.ez-toc-list > li > li.active > a {
    background: #ececec;
    transition: all 0.5s ease-in-out 0s;
}

ul.ez-toc-list li a {
text-decoration: none;
line-height: 1.4em;
padding: 10px 15px;
display: block;
}
.ez-toc-widget-container {
    white-space: normal !important;
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
    display: none;
}

/*--fixed-index--*/
.is-fixed {
    position: fixed !important;
    top: 123px;
    left: auto;
    z-index: 1;
}
.bottom-side {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
/*--fixed-index--*/

select,
select#name::-ms-expand,
select#cat::-ms-expand,
select[id^="archives-dropdown-"]::-ms-expand {
    display: none;
}
select,
select#name,
select#cat,
select[id^="archives-dropdown-"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	padding: 14px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 0;
	border: 1px solid #cecece;
	background-image: url("images/toggle.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #fff;
	width: 100%;
	background-size: 13px;
}

	
.searchform {
  position: relative;
}
.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}
.searchsubmit {
font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
.searchsubmit:hover {
  opacity: .6;
}
#side-search i {
	margin: 0 1%;
	color: #a4a4a4;
	width: 5%;
	text-align: center;
	font-size: 0.6em;
}
#side-search input#s,
#side-search select {
	width: 44%;
	line-height: 1.4em;
	font-size: 16px !important;
	margin: 0;
	/* float: left; */
	padding: 8px !important;
	height: 44px;
	border: 1px solid #cdcdcd;
}
#side-search input#submit {
    width: 100%;
margin: 10px 0;
    background: #009AC9;
    color: #fff;
}

body.search-results #left_box #side-search i {
	width: 2%;
}
body.search-results #left_box #side-search input#submit,
body.search-results #left_box #side-search input#s,
body.search-results #left_box #side-search select {
 	width: 30%;   
}
body.search-results #left_box #side-search input#submit {
padding: 10px;
margin-left: 1%;
}

body.search-results #left_box li {
    border-bottom: 1px solid #cdcdcd;
}
body.search-results h4 {
    padding: 0;
}
body.search-results h4 a {
    text-decoration: none;
}

li.widget.widget_recent_entries li {
    margin-bottom: 10px;    
}
li.widget.widget_recent_entries li a {
    text-decoration: none;    
}
li.widget.widget_recent_entries li span.post-date {
    font-size: 0.8em;
    color: #B5B5B5;
}

.cat-archive ul.category {
    display: none;
}

.index-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
	display: none;
}
.index-box .slides  li:first-child {
       border-left: 1px solid #e6e6e6;
 }
.index-box .slides  li {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #e6e6e6;
    margin: 3px 0;
  transition: all 0.3s ease-in-out 0s;
}
.index-box .slides  li.current_page_item {
	background: #e6e6e6;
  transition: all 0.3s ease-in-out 0s;
}
.index-box .slides  li:hover {
	background: #e6e6e6;
  transition: all 0.3s ease-in-out 0s;
}

.index-box .slides  li a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 20px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

/* 追加CSS メンバー*/

.profile ul li {
    line-height: 1.2em;
    margin: 10px 0 10px;
    padding: 10px 0 10px;
    list-style: none;
    border-bottom: solid 1px #CCC;
}

.entry h2 {
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  display: inline-block;
  border-bottom: solid 2px #3e74ab;
  padding: 30px 0px 10px 0;
  margin: 0 0 30px 0;
}

.entry h3 {
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  padding: 3px 0px 3px 15px;
  margin: 15px 0 25px 0;
  border-left: solid;
}

.entry h4 {
  font-size: 18px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  display: inline-block;
  border-bottom: solid 2px #767676;
  padding: 15px 0px 10px 0;
  margin: 0 0 15px 0;
}

/* 追加CSS トップページ*/
.top-topics {
 margin: 0px;
 background: linear-gradient(180deg, #ffffff, #daecff, #ffffff);
}

.parallax-window {
    min-height: 50vh;
    background: transparent;
	margin-bottom: -30px;
}

.bg-area {
 margin: 0px;
}

/*
.fixed-background {
  min-height: 50vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: -75px;
  margin-bottom: -75px;
}
 
.background-1 {
  background-image: url(/images/themis-bg.jpg);
}
.background-2 {
  background-image: url(https://hatchobori-law.traderoute.org/wp-content/themes/hatch/images/recruit-bg.jpg);
}


.fixed-background{ position: relative;}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.background-1{
    width: 100%;
    height: 100vh;
    background: url(/images/themis-bg.jpg) no-repeat center;
    background-size: cover;
    display: block;
    position: sticky;
    top: 0;
}
*/


/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 12pt; /* ラベルの文字サイズ */
  font-weight: normal;
  text-align: left;
  background: #f3f3f3; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #000;
  padding:10px 50px 10px 20px;
  line-height: 175%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.acbox label:hover{
  background: #ccc; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #3e74ab;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
    height: auto;
    padding: 21px;
    border-radius: 0px;
    background-color: #fff;
    opacity: 1;
    font-size: 12pt;
    border: solid 1px #CCC;
    line-height: 125%;
    font-weight: 400;
}

.acbox input:checked ~ label {
  background: #e6f3ff; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15pt; /* 開いた部分の文字サイズ */
  color: #000; /* 開いた部分の文字色 */
}


/* 業務案内ページ */
.practice-container {
  display: flex;
  flex-direction: column;
  gap: 1vh;
  padding: 4vh;
  width: 90%;
  margin: auto;
}

[class^=block-] {
  display: flex;
  flex-direction: row;
  height: 10vh;
  gap: 1vh;
}
@media (max-width: 480px) {
  [class^=block-] {
    flex-direction: column;
    height: 250px;
  }
}

[class^=box-] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 33.3333333333%;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #fff;
  padding: 10px;
}

/* 業務案内ページ　２ */
.practice-menu .triple-wrapper {
	padding: 0;
    display: block;
	width: 31.3333%;
	font-size:1.1em;
}
.practice-menu a {
    text-decoration: none;
    color: #003264;
	border: 1px solid #000;
}
.practice-menu .triple-wrapper h4 {
	padding: 0;
	font-size: 1rem;
}
.practice-menu .triple-wrapper a {
	text-decoration: none;
	font-weight: bold;
	padding: 20px 20px;
	display: block;
	transition: all 0.5s ease-in-out 0s;
}
.practice-menu .triple-wrapper a:hover {
	background: #ececec;
	transition: all 0.5s ease-in-out 0s;
	border: 1px solid #297ccf;
}
/* 業務案内ページ　２ */




