/*!
Theme Name: honeycomb_factory
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: honeycomb_factory
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: NotoSansJP, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	/* list-style: disc; */
	list-style: none;
	padding: 0;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #5C5C5C;
    background: #FFF;
    color: #5C5C5C;
    line-height: 1;
    height: 100%;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.02em;
    transition: background-color 0.5s;
	height: 60px;
	width: 100%;
	padding-right: 60px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	    background: #5C5C5C;
    color: #FFF;
}

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	/* margin: 0 0 1.5em; */
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/**********************

　ビュー制御

**********************/
.vpc{
	display: block;
}
.vsp{
	display: none;
}
@media screen and (max-width: 768px){
	.vsp{
		display: block;
	}
	.vpc{
		display: none!important;
	}
}
/**********************

　レイアウト

**********************/
.con_640{
	max-width: 640px;
	margin: 0 auto;
}
.con_740{
	max-width: 740px;
	margin: 0 auto;
}
.con_800{
	max-width: 800px;
	margin: 0 auto;
}
.con_890{
	max-width: 890px;
	margin: 0 auto;
}

.con_980{
	max-width: 980px;
	margin: 0 auto;
}
.mt60{margin-top: 60px;}
/**********************

　動き

**********************/
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fdin-left{
      transform: translate(-30px,0);
  }
.fdin-right{
      transform: translate(30px,0);
  }
.fdin-up{
      transform: translate(0,-30px);
  }
.fdin-bottom{
      transform: translate(0,30px);
  }
.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
.d05{
	transition-delay:0.5s;
}
.d1{
	transition-delay:1s;
}
.d2{
	transition-delay:2s;
}

/**********************

　汎用スタイル

**********************/

.lrpd50{
	padding-left: 50px;
	padding-right: 50px;
}
.marginp{
margin-bottom: 5000px;
}
.nowrap_pc{
	white-space: nowrap;
}
.head_style01{
	position: relative;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 1.66;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.head_style01::before{
    content: "";
	position: absolute;
    bottom: -15px;
    left: -80px;
    width: 400px;
	height: 1px;
    border-bottom: 1px solid #888888;
}
.head_style02{
	font-family: OpenSans,sans-serif;;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-align: center;
}
.head_style03{
	position: relative;
	font-size: 20px;
	letter-spacing: 0.1em;
}
.head_style03::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	margin: auto;
	width: 400px;
	background: #888888;
}
.head_style04{
	position: relative;
	font-size: 16px;
	letter-spacing: 0.16em;
	border-bottom: 1px solid #000;
}
.head_style05{
	width: 435px;
	margin: 0;
	padding: 20px 0;
	font-size: 20px;
	letter-spacing: 0.11em;
	text-align: center;
	background-color: #F4F4F4;
}
.btn_style01{
	text-align: center;
    width: 310px;
    height: 60px;
	margin: 0 auto;
	border: 1px solid #5C5C5C;
}
.btn_style01 a{
	position: relative;
    display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 37px;
	color: #5C5C5C;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 0.02em;
	transition: background-color 0.5s;

}
.btn_style01 a span{
border-bottom: 1px solid #888;
    width: 38px;
    position: absolute;
    right: 25px;
}
.btn_style01 a::before {
    content: "";
    position: absolute;
    top: calc(100% - 31px);
    right: 24px;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888;
    transform: rotate(20deg);
    transform-origin: calc(100% - 1px) 50%;
}
.btn_style01 a::after {
	content: "";
    position: absolute;
    top: calc(39% - 1px);
    right: 41px;
    width: 15px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888;
    transform: rotate(-90deg);
    transform-origin: calc(100% - 1px) 50%;
}
.btn_style01 a:hover{
	background: #5C5C5C;
	color: #FFF;

}
@media screen and (max-width: 768px){
	.nowrap_pc{
	white-space: normal;
}
	.head_style02{
		font-size: 33px;
	}
	.head_style03{
		padding-left: 15px;
	}
	.head_style03::before {
		left: 15px;
		width: 225px;
	}
	.btn_style01{
		width: 100%;
		max-width: 315px;
		height: 55px;
	}
	.btn_style01 a{
		font-size: 15px;

	}
	.btn_style01 a::before {
    top: calc(100% - 28px);
}
}
.con_arrow{
	position: absolute;
	top: 165px;
	left: 0;
}
.con_arrow_parts{
	position: relative;
}
.con_arrow_parts::before {
content: "";
    position: absolute;
    top: calc(100% - -1172px);
    right: -27px;
    width: 75px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888888;
    transform: rotate(0deg);
    transform-origin: calc(100% - 1px) 50%;
}
.con_arrow_parts::after {
content: "";
    position: absolute;
    top: 1346px;
    right: -15px;
    width: 64px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888888;
    transform: rotate(-128deg);
    transform-origin: calc(40% - 1px);
}
.con_arrow_txt{
	writing-mode: vertical-rl;
    font-size: 10px;
    color: #888888;
}
.con_arrow_move::before {
  animation: conarrow 5s;
  background-color: #888888;
  top: 185px;
  content: "";
  height: 1180px;
  left: -3px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes conarrow {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  /* 51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  } */
}
@media screen and (max-width: 768px){
	.con_arrow{
		top: 85px;
		left: 15px;
	}
	.con_arrow_move::before {
		height: 980px;
		    left: 0px;
	}
	.con_arrow_parts::before{
		top: calc(100% - -990px);
		right: -13px;
		width: 35px;
	}
	.con_arrow_parts::after{
		top: 1152px;
		right: -15px;
		width: 34px;
	    transform: rotate(-120deg);
	}
}
.tb_style01_wrap{
	position: relative;
}
.tb_style01_wrap::after{
	content: "";
    position: absolute;
    width: 1px;
    height: 1490px;
    background-color: #888888;
    top: -15px;
    left: 120px;
}

.tb_style01_head{
	display: inline-table;
	width: 120px;
	margin-bottom: 65px;
	font-size: 15px;
	text-align: left;
	letter-spacing: 0.15em;

}
.tb_style01_txt{
	display: inline-table;
	vertical-align: top;
    padding-left: 30px;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 65px;
    width: 503px;
}
@media screen and (max-width: 768px){
	.tb_style01_wrap::after{
		display: none;
	}
	.tb_style01_head{
        width: 100%;
        border-top: 1px solid #888;
        padding-top: 30px;
        padding-left: 15px;
        margin-bottom: 10px;
	}
	.tb_style01_txt{
		width: 100%;
		margin-bottom: 30px;
        padding-left: 15px;
	}
	.tb_style01_wrap tr:last-child .tb_style01_txt{
		border-bottom: 1px solid #888;
		padding-bottom: 30px;
	}

}
/**********************

　Header

**********************/
.allcon_wrap{
	overflow: hidden;
}
.hd_logo_container{
	position: fixed;
	top: 50px;
	left: 50px;
	margin: 0;
	z-index: 99;
}
.hd_gmenu_erea_container{
	position: fixed;
	top: 150px;
	right: 50px;
	margin: 0;
	z-index: 99;
}
.hd_site-logo-img,
.hd_gmenu_container{
	margin: 0;
	transition: .8s;
    width: 100%;
    z-index: 999;

}
.hd_site-logo-img.hide,
.hd_gmenu_container.hide{
    transform: translateY(-300%);
}
	.hd_main-container{
		position: absolute;
	}
.hd_gmenu_container{
	position: fixed;
	top: 150px;
	right: 50px;
	width: 180px;
	margin: 0;
	z-index: 999;
	text-align: right;
}
@media screen and (max-width: 960px) {
	.hd_gmenu_erea_container{
		width: 100vw;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.hd_gmenu_container{
		transform: translateY(-300%);
		position: relative;

	}
	.hd_gmenu_container.open{
		position: relative;
		transform: translateY(0%);
		transition: .8s;
		background-color: #F9F9F9;
		padding: 120px 60px;
		position: fixed;
		width: 100vw;
		height: 100vh;

	}
.hd_gmenu_container{
	top: 0;
	right: 0;
}

}
/* .header_wrap{
	transition: 2s;
    width: 100%;
    z-index: 999;
}
.header_wrap.hide{
    transform: translateY(-100%);
} */

/* グローバルメニュー
----------------------------- */
.gmenu{
    margin: 0;
    padding: 0;
	height: 620px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    list-style: none;
	font-family: OpenSans;
	font-size: 24px;
	font-weight: 700;
}
.gmenu li:last-child{
	display: none;
}
.gmenu li .menu_name{
	position: relative;
	display: inline-block;
    width: 180px;
    border-bottom: 1px solid;
	text-align: right;
	padding-right: 30px;
	transition: .3s;
}
.gmenu li .arrow_parts{

}
.gmenu li .menu_name::after {
	content: "";
    position: absolute;
    top: calc(78% - 1px);
    right: 16px;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(-90deg);
    transform-origin: calc(100% - 1px) 50%;
  }
.gmenu li .menu_name::before {
	content: "";
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(30deg);
    transform-origin: calc(100% - 1px) 50%;
  }
  .gmenu li .menu_name:hover{
	transform: translateX(10px);
  }
  @media screen and (max-width: 768px) {
	.gmenu{
		height: 70vh;
		font-size: 32px;
	}
	.hd_logo_container{
		top: 15px;
		left: 15px;
		width: 230px;
		z-index: 99;
	}
	.gmenu li .menu_name{
		width: 100%;
		text-align: left;
	}
  }
/* ハンバーガーメニュー
----------------------------- */
.hamburger_menu {
    display: none;
}
@media screen and (max-width: 960px) {
    .hamburger_menu {
        display: block;
        position: fixed;
        /* position: absolute; */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 64px;
        margin: 0 0 0 auto;
        z-index: 999;
    }
    #nav-btn {
        display: block;
        position: absolute;
        width: 60px;
        height: 64px;
        z-index: 9999;
        top: 0;
        right: 10px;
        background: transparent;
        border: none;
    }
    .hamburger_menu .bdr {
        position: absolute;
        left: 10px;
        width: 48px;
        height: 3px;
        border-radius: 4px;
        background: #333;
        transition: all 0.5s;
    }
    .hamburger_menu-btn .bdr:nth-child(1) {
        bottom: 62%;
    }
    .hamburger_menu-btn .bdr:nth-child(2) {
        bottom: 34%;
    }
    .hamburger_menu-btn .bdr:nth-child(3) {
        bottom: 6%;
    }
    .hamburger_menu-btn.is-active .bdr:nth-child(1) {
        transform: translateY(26px) rotate(-45deg);
    }
    .hamburger_menu-btn.is-active .bdr:nth-child(2) {
        opacity: 0;
    }
    .hamburger_menu-btn.is-active .bdr:nth-child(3) {
        transform: translateY(-9px) rotate(45deg);
    }

}
/* TOPへ戻るボタン
----------------------------- */
.to_top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor : pointer;
	z-index: 999;
}
#show-by-scroll{
	display: none;
}
/* メインビジュアル
----------------------------- */
.top-kv-wrapper{
	position: relative;
	width: 100%;
	height: 1100px;
	background-color: #F9F9F9;
}
.main-visual,
.sns_wrap{
	max-width: 1365px;
	height: auto;
	margin: 0 auto;
}
.main-video video{
	width: 100%;
}
.main-video img{
	width: 100%;
}

.sns_wrap{
	margin-top: 265px;
}
@media screen and (max-width: 1860px) {
	/* .main-visual{
		width: 60vw;
	}	 */
	.hd_gmenu_erea_container{
		top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.top-kv-wrapper{
	height: 100%;
	padding-bottom: 50px;
}
  .main-visual,
  .sns_wrap{
	max-width: none;
	width: 100%;
}
.sns_wrap{
	margin-top: 145px;
}

}
.sns_btn_wrap{
	margin-top: 50px;
}
.sns_btn_contents{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.arrow_parts{
	position: relative;
	display: inline-block;
	width: 100%;
	border-bottom: #888888 1px solid;
	color: #888888;
}
.arrow_parts_02{
	border-bottom: #888888 1px solid;
    width: 50vw;
    display: inline-block;
    position: absolute;
    left: 90px;
	transform: translatey(18px);
}
.arrow_parts_txt{
	position: absolute;
    left: 50px;
    font-size: 10px;
	transform: translatey(8px);
}

.arrow_parts::after {
	content: "";
    position: absolute;
    top: 9px;
    right: 14px;
    width: 60px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888888;
    transform: rotate(-90deg);
    transform-origin: calc(30% - 1px);
  }
  .arrow_parts::before {
	content: "";
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 65px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888888;
    transform: rotate(30deg);
    transform-origin: calc(100% - 1px) 50%;
  }
    .sns_btn_item a{
	transition: 1s;

	}
  .sns_btn_item a:hover{
	opacity: .5;
  }
.sns_btn_wrap.sns_item_two{
	width: 50%;
    margin: 50px auto 0 0;
}
.sns_item_two .sns_btn_contents{
    width: 50%;
}
.sns_item_two.vpc{
	/* text-align: right; */
}
.sns_item_two.vpc .arrow_parts{
width: 40%;
    transform: translateY(15px);
    position: absolute;
    left: 125px;
}

@media screen and (max-width: 1540px) {
	.arrow_parts_txt{
		transform: translatey(9px);
	}
	.sns_item_two .sns_btn_contents{
		    margin-left: 170px;
	}
}
@media screen and (max-width: 1640px) {
	.arrow_parts_02{
	display: none;
	}
}
@media screen and (max-width: 768px) {
	.sns_btn_contents{
		width: 650px;
		margin-left: 30px;
		margin-right: 60px;
	}
	.sns_btn_wrap{
		overflow-x: scroll;
		overflow-y: hidden;
		margin-top: 10px;
		position: relative;
        z-index: 99;
		  /*スクロールバー非表示（IE・Edge）*/
		-ms-overflow-style: none;
		  /*スクロールバー非表示（Firefox）*/
		scrollbar-width: none;
	}
	.sns_btn_wrap::-webkit-scrollbar{
		display:none;
	}
	.sns_btn_item{
		/* margin-right: 20px; */
	}
	.sns_btn_item img{
		max-width: 80px;
		height: auto;
	}
	.arrow_parts{
		width: 700px;
		margin-left: 45px;
	}
	.arrow_parts_txt {
		left: 15px;
		transform: none;
		bottom: 0;
	}
	.arrow_parts::before{
		width: 23px;
	}
	.arrow_parts::after {
		top: 9px;
    right: -1px;
    width: 30px;
	}
}
@media screen and (max-width: 768px) {
	.sns_btn_wrap.sns_item_two{
        width: 95%;
        margin: 0;
        margin-top: 40px;
	}
	.sns_item_two .arrow_parts::before{
		right: 45px;
	}
	.sns_item_two .arrow_parts::after{
		right: 44px;
	}
	.sns_item_two .sns_btn_contents{
		width: 100%;
    justify-content: space-around;
	    margin-left: 0;
		margin-right: 0;
	}
	.sns_item_two .sns_btn_contents{
		    margin-left: 0;
	}
	.sns_item_two.vsp .arrow_parts {
        width: 100%;
        margin-left: 45px;
    }
}
.aboutus_wrap{
	margin-top: 335px;
}
.aboutus_logo{
	text-align: center;
	margin-bottom: 50px;
}
.aboutus_txt{
	position: relative;
	text-align: center;
	line-height: 300%;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.aboutus_txt .aboutus_watermark{
	position: absolute;
	left: 6px;
    bottom: -10px;
}
.aboutus_con02{
	margin-top: 175px;
}
.aboutus_txt02{
	position: relative;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.12em;
	white-space: nowrap;
}
.aboutus_txt02 .aboutus_watermark02{
    position: absolute;
    right: -7px;
    top: 0;
}
@media screen and (max-width: 768px) {
	.aboutus_wrap{
		padding: 0 30px;
		margin-top: 180px;
	}
	.aboutus_con02{
	margin-top: 135px;
	}
	.aboutus_logo{
		width: 250px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.aboutus_txt{
		font-size: 15px;
		line-height: 2.4;
		letter-spacing: 0.1em;
	}
	.aboutus_txt .aboutus_watermark{
		left: -10px;
		bottom: -5px;
	}
	.aboutus_txt02{
	    font-size: 15px;
		line-height: 1.86;
		letter-spacing: 0.1em;
	}
	.aboutus_txt02 .aboutus_watermark02{
		right: -15px;
		top: -110px;
	}

}
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  bottom: 50px;
  writing-mode: vertical-rl;
  font-size: 10px;
  color: #888888;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #888888;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
	.scroll {
		bottom: -15px;
	}
}
.blur{
    transition: all 1s;
    filter: blur(10px);
}
.blur.scrollin{
      filter: blur(0);
    }

.business_wrap{
	position: relative;
	margin-top: 260px;
}
.business_con01{
	margin-top: 130px;
}
.business_con01 .con_740{
	margin-right: 0;
}
.business_conbox_wrap{
	margin-top: 115px;
}
.business_conbox_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.imgleft .business_conbox_item:last-child{
	position: relative;
	margin-top: 75px;
	margin-right: 90px;
}
.imgleft .head_style04{
	text-align: right;
	padding-bottom: 5px;
	width: 180px;
	margin: 0 0 15px auto;
}
.imgright .business_conbox_item:first-child{
	position: relative;
	margin-left: 70px;
	margin-top: 75px;
}
.imgright .head_style04{
    text-align: left;
    padding-bottom: 5px;
    width: 180px;
    margin: 0 auto 15px 0;
}
.business_conbox_item li{
	font-size: 13px;
	line-height: 1.92;
	letter-spacing: 0.1em;
}
.imgleft .business_conbox_item li{
	text-align: right;
}

.imgright .business_conbox_item li{
	text-align: left;
}
.business_conbox_item .mark01{
position: absolute;
    bottom: 65px;
    left: 41px;
}
.business_conbox_item .mark02{
position: absolute;
    bottom: 104px;
    left: 16px;
}
.business_conbox_item .mark03{
position: absolute;
    bottom: 105px;
    left: 41px;
}
.business_conbox_item img{
	max-width: none;
}
.business_txt{
	margin-top: 50px;
	text-align: right;
	font-size: 11px;
	line-height: 2.27;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
	.business_wrap{
		margin-top: 175px;
		padding: 0 30px;
	}
.business_con01{
	margin-top: 48px;
	}
	.business_con01 .con_740{
		margin-left: 30px;
	}
	.business_conbox_row{
		flex-direction: column;
	}
	.business_conbox_row.imgright{
		flex-direction: column-reverse;
	}
	.business_conbox_item img{
		max-width: 100%;
	}
	.business_conbox_wrap{
		margin-top: 55px;
	}
	.imgleft .business_conbox_item:last-child,
	.imgright .business_conbox_item:first-child{
		margin: 25px 0 0 auto;
	}
	.business_conbox_item .mark01{
		bottom: 12px;
		left: -115px;
		width: 70px;
		height: auto;
	}
	.business_conbox_item .mark02{
		bottom: 71px;
		left: -46px;
		width: 80px;
	}
	.business_conbox_item .mark03{
		bottom: 68px;
		left: -79px;
		width: 87px;
	}
	.imgleft .head_style04,
	.imgright .head_style04{
		text-align: right;
		padding-bottom: 5px;
		width: 175px;
		margin: 0 0 15px auto;
	}
	.imgright .business_conbox_item li{
		text-align: right;
	}
	.business_txt{
	margin-top: 70px;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.15em;
}

}

.workflow_wrap{
	margin-top: 260px;
}
.workflow_head{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.workflow_con_wrap{
	display: flex;
	justify-content: space-between;
}
.workflow_design {
  width: 480px;
}
.workflow_con02{
	padding-left: 45px;
}
.flow_wrap {
	margin-top: 80px;
  padding-left: 0;
}

.flow_wrap > li {
	list-style-type: none;
	position: relative;
	height: 140px;
	padding-left: 77px;
}

.flow_wrap > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow_wrap > li .flow_icon {
	width: 67px;
	height: 67px;
	line-height: 1.8;
	text-align: center;
	border-radius: 100vh;
	display: inline-block;
	background: #FFF;
	border: 1px,solid,#000;
	color: #000;
	position: absolute;
	left: 0;
	font-family: OpenSans;
	font-size: 36px;
	letter-spacing: 0.01em;
	font-weight: 800;
}
.flow_wrap > li .flow_head{
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #000;
}
.flow_wrap > li:not(:last-child)::before {
  content: '';
  background: #000;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow_wrap > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #4D9BC1;
}

.flow_wrap > li dl dd {
	margin-left: 5px;
	margin-top: 22px;
	font-size: 14px;
	line-height: 1.78;
	letter-spacing: 0.1em;
	color: #5C5C5C;
}
@media screen and (max-width: 768px) {
	.workflow_wrap{
		margin-top: 175px;
		padding: 0 15px;
	}
	.workflow_design{
		width: 100%;
	}
	.flow_wrap > li .flow_icon {
		width: 52px;
		height: 52px;
		font-size: 24px;
		line-height: 2;
		        z-index: 2;
				    border: 2px, solid, #000;
	}
	.flow_wrap > li:not(:last-child)::before{
		left: 25px;
	}
	.flow_wrap > li{
		padding-left: 63px;
	}
	.flow_wrap > li .flow_head{
		margin-top: 10px;
		font-size: 18px;
	}
	.flow_wrap > li dl dd {
		margin: 0;
		margin-top: 20px;
		line-height: 1.2;
	}
.workflow_con02{
	padding-left: 0;
}

}
  .tab_content {
	display: block;
  }
/*タブ切り替え*/
@media screen and (max-width: 768px) {
	.tab_label{
		margin-top: 30px;
		padding: 0 15px;
		font-size: .8em;
	}
	.tabs input:checked + .tab_label::after{
		top: 130%;
	}
	.tabs {
	display: flex;
	flex-wrap: wrap;
  }
  
  .tab_label {
	/* color: #00A384;
	font-weight: bold;
	border: solid 2px #00A384; */
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
	/* padding: 15px 30px;
	margin: 0 20px;
	text-align: center; */
	transition: .5s;
		background-color: #F4F4F4;

  }
  
  .tab_label:hover {
	/* opacity: 0.75; */
  }
  
  .tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
  }
  
  input[name="tab_switch"] {
	display: none;
  }
  
  .tabs input:checked + .tab_label {
	outline: 5px solid #676767;
	outline-offset: -5px;

  }
  .tabs input:checked + .tab_label::after {
content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 40px 0 40px;
        border-color: #676767 transparent transparent transparent;
        display: block;
        position: absolute;
        top: 120%;
        left: 50%;
        margin-left: -45px;
        transition: all 0.3s ease 0s;
	  }
  
  #tab01:checked ~ #tab01_content,
  #tab02:checked ~ #tab02_content{
	display: block;
  }
  
  .tab_content{
	position: relative;
	animation: fadeIn 1s ease;
  }
.tabs .head_style05{
	background-color: transparent;
	width: auto;
	padding: 16px 0;
	font-size: 16px;
}
}
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	  top: 50px;;
	}
	100% {
	  opacity: 1;
	  top: 0;
	}
  }


  /* アコーディオン */
.accordion_wrap{
	margin-top: 100px;
	color: #000000;
}
.accordion_wrap .accordion_item {
	width: 100%;
	margin: 0 auto;
}
.accordion_wrap .accordion_item .accordion_header {
  font-size: 15px;
  line-height: 1.66;
  letter-spacing: 0.12em;
  padding: 25px 10px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: 1px solid #000;
}
.accordion_wrap .accordion_item:last-child .accordion_header {
	  border-bottom: 1px solid #000;
}
.accordion_wrap .accordion_item:last-child .accordion_header.open{
	  border-bottom: none;
}
.accordion_wrap .accordion_item:last-child .accordion_inner{
border-bottom: 1px solid #000;
}
/* .accordion_wrap .accordion_item:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.accordion_wrap .accordion_item:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
} */
.accordion_wrap .accordion_item .accordion_header:hover {
  /* opacity: .8; */
}
.accordion_wrap .accordion_item .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  /* -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center; */
  transition-duration: 0.2s;
}
.accordion_wrap .accordion_item .accordion_header .i_box .accordion_i {
  display: block;
  width: 18px;
  height: 18px;
  /* -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center; */
  transition-duration: 0.2s;
  position: relative;
}
.accordion_wrap .accordion_item .accordion_header.open .i_box {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion_wrap .accordion_item .accordion_header .i_box .accordion_i::before,
.accordion_wrap .accordion_item .accordion_header .i_box .accordion_i:after {
	display: flex;
	content: '';
	background-color: #000;
	border-radius: 10px;
	width: 9px;
	height: 1px;
	position: absolute;
	top: 7px;
	left: -1px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: calc(100% - 2px) 50%;
}
.accordion_wrap .accordion_item .accordion_header .i_box .accordion_i::before{
	transform: rotate(45deg);
}
.accordion_wrap .accordion_item .accordion_header .i_box .accordion_i:after {
transform: rotate(45deg);}

.accordion_wrap .accordion_item .accordion_header .i_box .accordion_i:before {
    width: 1px;
    height: 9px;
    top: 6px;
    left: 4px;
}
.accordion_wrap .accordion_item .accordion_header.open .i_box .accordion_i:before {
  /* -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); */
}
.accordion_wrap .accordion_item .accordion_header.open .i_box .accordion_i:after {
  /* -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); */
}
.accordion_wrap .accordion_item .accordion_inner {
  display: none;
  padding: 40px 85px 50px 10px;
  box-sizing: border-box;
}
/* .accordion_wrap .accordion_item:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.accordion_wrap .accordion_item:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
} */
.accordion_wrap .accordion_item .accordion_inner .box_one {
  /* height: 300px; */
}
.accordion_wrap .accordion_item .accordion_inner p.txt_a_ac {
  margin: 0;
  font-size: 15px;
  line-height: 1.66;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .accordion_wrap .accordion_item .accordion_header {
    font-size: 18px;
  }
  .accordion_wrap .accordion_item .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
.faq_wrap{
	margin-top: 260px;
}
@media screen and (max-width: 768px) {
	.faq_wrap{
	margin-top: 175px;
	padding: 0 15px;
}
.accordion_wrap{
	margin-top: 40px;
}
.accordion_wrap .accordion_item .accordion_header .i_box{
	right: -4%;
}
  .accordion_wrap .accordion_item .accordion_header {
    font-size: 16px;
    text-align: left;
	padding: 30px 15px 30px 15px;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 0.06em;
	}
	.accordion_wrap .accordion_item .accordion_inner{
		padding: 10px 15px 30px 10px;
	}
	.accordion_wrap .accordion_item .accordion_inner p.txt_a_ac{
		font-size: 14px;
		line-height: 1.42;
		letter-spacing: 0.18em;
	}

}
.company_wrap{
	margin-top: 260px;
}
.company_wrap .tb_style01_wrap{
	margin-top: 115px;
}
.company_wrap02{
	margin-top: 185px;
	position: relative;
}
.company_wrap02 .head_style03{
	margin-bottom: 115px;
}

.company_wrap02 .con_arrow{
	    top: -13px;
}
.company_wrap02 .con_arrow_move::before{
	top: 125px;
    height: 2400px;
}
.company_wrap02 .con_arrow_parts::after{
    top: 2506px;
}
.company_wrap02 .con_arrow_parts::before{
	top: calc(100% - -2390px);
}
.office_info_detail{
	position: relative;
}
.office_info_head{
	font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.12em;
}
.office_info_head span{
	    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 13px;
}
.company_wrap02 iframe{
    margin-left: 63%;
    position: absolute;
    top: 0;
}
.company_wrap02 .office_info_item.single iframe{
    margin-left: 0;
    position: static;
	max-width: none;

}
.office_info_item{
	margin-top: 100px;
}
@media screen and (max-width: 768px) {
	.company_wrap{
		margin-top: 175px;
		padding: 0 15px;
	}
	.company_wrap02 {
		margin-top: 100px;
		padding: 0 30px 0 45px;
	}
	.company_wrap02 iframe{
		margin-left: 0;
		position: static;
	}
		.company_wrap02 .head_style03{
			margin-bottom: 50px;
		}
	.office_info_item{
		margin-top: 50px;
	}
	.company_wrap02 .con_arrow_move::before{
		/* height: 2935px; */
		height: 2482px;
	}
	.company_wrap02 .con_arrow_parts::before {
    /* top: calc(100% - -2944px); */
		top: calc(100% - -2494px);
	}
	.company_wrap02 .con_arrow_parts::after{
	 /* top: 3047px; */
	         top: 2596px;
	}
	.office_info_detail iframe{
		width: 100%;
	}
.company_wrap .tb_style01_wrap{
	margin-top: 40px;
}

}

.contact_wrap{
	margin-top: 260px;
}
.contact_txt{
	margin: 67px 0;
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1.78;
	text-align: center;
}
.contact_wrap label{
	display: flex;
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1.78;
}
.contact_wrap .con_txtarea{
	display: inline-block;
	width: 100%;

}
.contact_wrap .con_txtarea .con_label{
	margin-bottom: 20px;
}
.con_label{
	width: 310px;
    display: inline-block;
}

.con_label .required{
	margin-left: 22px;
	font-size: 8px;
	letter-spacing: 0.12em;
	padding: 2px 8px;
	background: #5C5C5C;
	color: #FFF;
}
.contact_wrap p{
	margin-bottom: 40px;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap input{
	width: 100%;
}
.check{
	text-align: center;
}
.check .wpcf7-form-control-wrap input{
	width: auto;
}
@media screen and (max-width: 768px) {
	.contact_wrap{
		margin-top: 175px;
		margin-bottom: 150px;
		padding: 0 30px;
	}
	.contact_wrap label{
		flex-direction: column;
	}
	.contact_wrap .check label{
		flex-direction: row;
		font-size: 10px;
	}
	.con_label{
		width: 100%;
		margin-bottom: 10px;
	}
	.con_label .required{
		margin-left: 20px;
	}
	.wpcf7-form-control-wrap input{
		height: 40px;
	}
	.check .wpcf7-form-control-wrap input{
		height: auto;
	}
	.contact_wrap p{
		margin-bottom: 25px;
	}
	.contact_txt{
		margin: 40px 0;
	}
	.contact_wrap .con_txtarea .con_label{
	margin-bottom: 10px;
}

}
.submit{
	    width: 310px;
    height: 60px;
	position: relative;
    margin: 0 auto;
}
.submit::before {
    content: "";
    position: absolute;
    top: calc(100% - 31px);
    right: 24px;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888;
    transform: rotate(20deg);
    transform-origin: calc(100% - 1px) 50%;
}

.submit::after {
    content: "";
    position: absolute;
    top: calc(39% - 1px);
    right: 41px;
    width: 15px;
    height: 1px;
    border-radius: 9999px;
    background-color: #888;
    transform: rotate(-90deg);
    transform-origin: calc(100% - 1px) 50%;
}
.submit span{
	    border-bottom: 1px solid #888;
    width: 38px;
    position: absolute;
	top: 30px;
    right: 25px;
}
.site-info{
	margin-top: 170px;
	padding: 78px 0;
	background: #F9F9F9;
}
.footer_content_wrap{
	display: flex;
	justify-content: space-between;
	height: 230px;
}

.fmenu a{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	/* margin-bottom: 20px; */
}
.copy_right{
	display: flex;
    flex-direction: column;
}
.copy_right p{
	margin-top: auto;
    margin-bottom: 0;
    font-size: 12px;
}
.fmenu a .sml{
	font-size: 12px;
}
.footer-navigation,
.footer-navigation > div{
	height: 100%;
}
.fmenu{
	display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.site-info{
	margin-top: 30px;
	padding: 60px 0;
}

	.fmenu li .fmenu_name{
		position: relative;
		display: inline-block;
		width: 105px;
		border-bottom: 1px solid;
		text-align: right;
		padding-right: 30px;
		transition: .3s;
		padding-bottom: 3px;
	}
	.fmenu li .fmenu_name::before {
		content: "";
		position: absolute;
		top: calc(100% - 1px);
		right: 0;
		width: 16px;
		height: 1px;
		border-radius: 9999px;
		background-color: #000000;
		transform: rotate(30deg);
		transform-origin: calc(100% - 1px) 50%;
	}
	.fmenu li .fmenu_name::after {
		content: "";
		position: absolute;
		top: calc(41% - 1px);
		right: 16px;
		width: 13px;
		height: 1px;
		border-radius: 9999px;
		background-color: #000000;
		transform: rotate(-90deg);
		transform-origin: calc(119% - 1px) 50%;
	}
	.footer_content_wrap{
		flex-direction: column-reverse;
		padding: 0 63px;
		height: 270px;
	}
	.copy_right{
		text-align: center;
	}
	.copy_right p{
		font-size: 8px;
	}
	.fmenu{
		justify-content: space-between;
		height: 125px;
		flex-wrap: wrap;
		align-items: center;
	}
	.fmenu a{
		font-size: 12px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	.fmenu li:last-child{
		display: none;
	}
}
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}


.page-title_wrap{
	text-align: center;
    padding: 90px 0;
}
.entry-content{
	letter-spacing: .1em;
    line-height: 1.8;
}
.grecaptcha-badge { visibility: hidden; }
p.recapcha-text { 
	font-size: 10px;
	text-align: center;
	margin-top: 35px;
}
p.recapcha-text a{
text-decoration: underline;
}
.office_info_detail iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
ul.wp-block-list {
	list-style: disc;
}
.page-container{
    padding: 0px 30px;
}
#notf_page .page-container{
	text-align: center;
}
#notf_page .btn_style01{
	margin-top: 100px;
}