/*!
Theme Name: ebridge
Theme URI: http://underscores.me/
Author: Crossroad.Inc
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: ebridge
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.

ebridge 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/
*/
@charset "utf-8";
:root{
  --fontawesome:"Font Awesome 7 Free";
	--fontawesome2:"Font Awesome 7 Brands";
	--noto:"Noto Sans JP", sans-serif;
	--inter:"Inter", sans-serif;
	--border-color:#c6c2b5;
	--black:#4b4b4b;
	--gold1:#c6a64e;
	--gold2:#87670e;
}
html{
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
}
main{
	display: block;
}
hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre{
	font-family: monospace, monospace;
	font-size: 1em;
}
a{
	background-color: transparent;
	transition:all .3s;
}
abbr[title]{
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
}
b,strong{
	font-weight: bolder;
}
code,kbd,samp{
	font-family:monospace, monospace;
	font-size:1em;
}
small{
	font-size: 80%;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub{
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img{
	height:auto;
	max-width:100%;
	border-style:none;
}
.imgarea{
	text-align:center;
	margin-bottom:1rem;
}
button,input,optgroup,select,textarea{
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,input{
	overflow: visible;
}
button,select{
	text-transform: none;
}
button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"]{
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details{
	display: block;
}
summary{
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display:none;
}
*,*::before,*::after {
	box-sizing: inherit;
}
html{
	box-sizing:border-box;
}
body,p{
	color:#4b4b4b;
	font-family:var(--noto);
	font-size:16px;
	line-height:1.7;
}
h1,h2,h3,h4,h5,h6{
	clear:both;
	margin:0;
}
p{
	margin: 0;
}
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%;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,ol{
	padding-inline-start:20px;
	margin-bottom:0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom:1.5em;
}
embed,iframe,object {
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
    border-collapse: collapse;
}
/* Links
------------------*/
a {
	text-decoration: none;
	color: #4169e1;
}
a:focus, a:hover {
	text-decoration: none;
}
/* Forms
-------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/* Navigation
---------------------------*/
.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:100;
}
.main-navigation ul li.menu-item-has-children:hover>ul,.main-navigation ul li.focus>ul{
	display:block;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.main-navigation ul ul a {
	width: 100%;
	padding:10px 5px;
}
.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: block;
	}
}
.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;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin:0 auto;
}
.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;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
/* 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;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.gmap-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom:100%;
}
.gmap-wrap iframe, .gmap-wrap object, .gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
a.tellink {
  transition: all .3s;
}
.entry-body img {
  display: inline;
}
.wp-block-image img {
	object-fit: contain;
}
.entry-body a {
	transition: all .3s;
}
.entry-body a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.tb-inline,.tb-block,.tb-flex,.pc-inline,.pc-block,.pc-flex{
  display: none;
}
@media(min-width:768px){
  .tb-inline {
    display: inline!important;
  }
  .tb-block {
    display: block!important;
  }
  .tb-flex {
    display: flex!important;
  }
}
@media(min-width:992px){
  .pc-inline {
    display: inline!important;
  }
  .pc-block {
    display: block!important;
  }
  .pc-flex {
    display: flex!important;
  }
}
@media(min-width:768px){
  .gmap-wrap {
    padding-bottom:75%;
  }
  a.tellink {
    pointer-events: none;
  }
}
@media(min-width:992px){
  .gmap-wrap {
    padding-bottom:56.25%;
  }
}
/* title,font
_____________________________*/
h1{
  font-size:24px;
}
h2{
  font-size:24px;
  margin-bottom:20px;
}
h3{
  font-size:20px;
  margin-bottom:20px;
}
h4{
  font-size:18px;
  margin-bottom:15px;
}
.h2org,.h3org,.h2simple{
	color:var(--black);
	line-height:1.6;
	font-weight:700;
}
.h2org.wh,.h3org.wh,.h2simple.wh{
	color:#fff;
}
.h2org{
	position:relative;
	text-align:center;
	padding-bottom:25px;
	margin-bottom:2rem;
}
.h2org::after{
	content:'';
	position:absolute;
	background:#EFE2C0;
	width:30px;
	height:30px;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	will-change:clip-path;
	-webkit-clip-path:circle(50.0% at 50% 100%);
	clip-path:circle(50.0% at 50% 100%);
}
.cntr{
	text-align:center;
}
.a_btn{
	display:flex;
}
.a_btn.btncntr{
	justify-content:center;
}
.a_btn>a{
	width:100%;
	display:flex;
	border-radius:50px;
	padding:12px 20px;
	color:#fff;
	font-weight:600;
	justify-content:center;
	align-items:center;
	background:#d59889;
}
.a_btn>a:hover,.a_btn>a:focus{
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px);
	filter:brightness(1.2) drop-shadow(2px 4px 5px rgba(200, 186, 164, 0.5));
}
.a_btn.btn_gr1>a{
	background:-webkit-linear-gradient(190deg,#D89595,#E9A889 70%,#E9BF86);
	background:linear-gradient(-100deg,#D89595,#E9A889 70%,#E9BF86);
}
.a_btn.btn_gr2>a{
	background:-webkit-linear-gradient(190deg,#59B8E6,#B6B5B1 85%,#E1B4A9);
	background:linear-gradient(-100deg,#59B8E6,#B6B5B1 85%,#E1B4A9);
}
.a_btn.btn_gr3>a{
	background:-webkit-linear-gradient(left,#ECF9FF,#F3EDEE 50%,#FAE1DB);
	background:linear-gradient(to right,#ECF9FF,#F3EDEE 50%,#FAE1DB);
	color:#2e7496;
	filter:drop-shadow(2px 3px 10px rgba(60, 37, 5, 0.2));
}
.a_btn.ctt i{
	font-size:110%;
	margin-right:7px;
}
@media(min-width:400px){
	.a_btn>a{
		width:fit-content;
	}
	.a_btn.mw-300>a{
		min-width:300px;
	}
}
@media(min-width:768px){
	.tbcntr{
		text-align:center;
	}
	h1{
		font-size:26px;
	}
	h2{
		font-size:26px;
	}
	h3{
		font-size:22px;
	}
	h4{
		font-size:20px;
	}
}
@media(min-width:992px){
	h1{
		font-size:28px;
	}
	h2{
		font-size:32px;
	}
	h3{
		font-size:24px;
	}
}
/* #color */
.col_gold1{
	color:var(--gold1);
}
.col_gold2{
	color:var(--gold2);
}
/* #entry-header */
.entry-header{
	display:flex;
	width:100%;
	height:150px;
	align-items:center;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	background-image:url(./img/head/default_h.jpg);
}
.entry-header:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(160, 105, 94, 0.5);
	background:-webkit-linear-gradient(top left, rgba(157, 89, 76, 0.7), rgba(138, 110, 34, 0.8));
	background:linear-gradient(to bottom right, rgba(157, 89, 76, 0.7), rgba(138, 110, 34, 0.8));
}
.entry-header .container {
	position:relative;
}
.entry-ttl{
	position:relative;
	line-height:1.6;
	margin:0;
	padding:0;
	border:0;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.entry-ttl span {
	display: block;
}
.entry-ttl .en{
	font-size:16px;
	margin:0 auto;
	font-weight:500;
	font-family:var(--inter);
	letter-spacing:1px;
}
.entry-ttl .jp{
	font-size:24px;
	margin:0 auto 5px;
	font-weight:bold;
	letter-spacing:2px;
}
.company-pgheader{
	background-image:url(./img/head/company_h.jpg);
}
.feature-pgheader{
	background-image:url(./img/head/feature_h.jpg);
}
.service-pgheader{
	background-image:url(./img/head/srv_h.jpg);
}
.recruit-pgheader,.entry-pgheader{
	background-image:url(./img/head/rec_h.jpg);
	background-position-y:40%;
}
@media(min-width:768px){
	.entry-header{
		height:200px;
	}
	.entry-header .container {
		margin-left:auto;
	}
	.entry-ttl .en{
		font-size:18px;
	}
	.entry-ttl .jp{
		font-size:36px;
		letter-spacing:5px;
	}
}
@media(min-width:992px){
	.entry-header{
		height:250px;
	}
}
/* #404 page */
.notfound-siteContent .site-main p {
	margin-bottom:2rem;
}
/* #header */
.site-description {
	padding:15px 0;
	background:#21759b;
}
.site-description p {
	color:#fff;
}
.site-header,.header-contents{
	height:60px;
}
.header-contents{
	display: flex;
	position: relative;
}
.scrolled .header-contents{
	position: fixed;
	width:100%;
	z-index:3;
	background:#fff;
	top:0;
	left:0;
}
.header-contents .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-title {
	margin:0;
	max-height:100%;
}
.site-title span {
	font-size:30px;
	font-weight:bold;
}
.custom-logo-link img {
	object-fit:contain;
}
.site-header .custom-logo-link img{
	width:80px;
	max-height:60px;
}
#mobile-button{
	position:fixed;
	top:5px;
	right:10px;
	width:45px;
	height:40px;
	z-index:5;
	text-align:center;
	background:rgba(255, 255, 255, 0);
	border:none;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
}
#mobile-button span{
	display:block;
	width:45px;
	height:3px;
	transition: all 0.5s;
	background: rgba(215, 174, 140, 0.8);
  background: -webkit-linear-gradient(left, rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
  background: linear-gradient(to right, rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
}
.open #mobile-button span:nth-child(1) {
	-webkit-transform:translateY(11px) rotate(-135deg);
	transform:translateY(11px) rotate(-135deg);
}
.open #mobile-button span:nth-child(2) {
	opacity: 0;
}
.open #mobile-button span:nth-child(3) {
	-webkit-transform: translateY(-11px) rotate(135deg);
	transform: translateY(-11px) rotate(135deg);
}
#mobile-menu{
	display:block;
	background:#f9f8f4;
	position:fixed;
	top:0;
	left:-110%;
	width:100%;
	height:100vh;
	transition:all 0.5s;
	padding:50px 30px 40px;
	z-index:3;
}
.site-mobile-menu{
	padding-left:0;
}
#mobile-menu li {
	list-style-type: none;
}
#mobile-menu li a {
	color:var(--black);
	display: block;
	padding:1rem 10px;
	transition:all .3s ease;
	border-bottom:1px solid var(--gold1);
}
#site-navigation {
	display: none;
}
.open #mobile-menu{
	left:0;
}
#mobile-menu li a:hover{
	background:#fff;
	color:var(--gold2);
}
#mobile-menu li.menu_ctt{
	margin-top:20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#mobile-menu li.menu_ctt a{
	border:none;
	background:#59B8E6;
	background:-webkit-linear-gradient(190deg,#59B8E6,#B6B5B1 85%,#E1B4A9);
	background:linear-gradient(-100deg,#59B8E6,#B6B5B1 85%,#E1B4A9);
	color:#fff;
	width:100%;
	max-width:400px;
	display:flex;
	border-radius:50px;
	padding:12px 20px;
	font-weight:600;
	justify-content:center;
	align-items:center;
}
#mobile-menu li.menu_ctt a:hover,#mobile-menu li.menu_ctt a:focus{
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	filter: brightness(1.2) drop-shadow(2px 4px 5px rgba(200, 186, 164, 0.5));
}
@media(min-width:992px){
	.site-header,.header-contents{
		height:70px;
	}
	#mobile-menu,#mobile-button {
		display: none;
	}
	.site-header .custom-logo-link img{
		width:90px;
	}
	#site-navigation {
		display: block;
	}
	#pc-nav{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#pc-nav>li {
		text-align: center;
		margin:0 4px;
	}
	#pc-nav>li>a {
		display: block;
		padding:0 10px;
		color:var(--black);
		font-weight:500;
		position: relative;
		height:28px;
		overflow:hidden;
	}
	#pc-nav>li>a::after{
		content:attr(data-desc);
  	position:absolute;
  	left:50%;
  	top:100%;
  	color:#D79B8C;
		font-family:var(--inter);
  	transition:all 0.3s ease;
		-webkit-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
	#pc-nav>li>a:hover{
		color:transparent;
	}
	#pc-nav>li>a:hover::after{
  	color:#D79B8C;
		-webkit-transform:translate(-50%,-100%);
		transform:translate(-50%,-100%);
	}
	#pc-nav>li.menu_ctt>a{
		border:none;
		background:#59B8E6;
		background:-webkit-linear-gradient(190deg,#59B8E6,#B6B5B1 85%,#E1B4A9);
		background:linear-gradient(-100deg,#59B8E6,#B6B5B1 85%,#E1B4A9);
		color:#fff;
		width:100%;
		display:inline-flex;
		border-radius:50px;
		padding:10px 30px;
		font-weight:600;
		justify-content:center;
		align-items:center;
		height:50px;
		margin-left:15px;
	}
	#pc-nav>li.menu_ctt>a::after{
		color:rgba(255, 255, 255, 0);
		top:50%;
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
	#pc-nav>li.menu_ctt>a:hover{
		filter:brightness(1.2);
		color:rgba(255, 255, 255, 0);
	}
	#pc-nav>li.menu_ctt>a:hover::after{
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		color:#fff;
	}
}
body.no-sidebar #sidebar{
  display: none;
}
.notfound-siteContent .entry-content{
  padding-top:40px;
  padding-bottom:40px;
}
#breadcrumb {
	padding:10px 0;
	background:#fff;
}
#breadcrumb ul {
	display: flex;
	padding-inline-start: 15px;
	flex-wrap: wrap;
}
#breadcrumb ul li{
	list-style-type: none;
	padding:0 10px;
	position:relative;
}
#breadcrumb a, #breadcrumb ul li,#breadcrumb ul li:after{
  font-size: 13px;
  line-height:1.3;
}
#breadcrumb ul li:after {
	content:'>';
	position:absolute;
	right:-6px;
	top:0;
}
#breadcrumb ul li:last-child::after {
	display: none;
}
#breadcrumb a {
	color:#404040;
}
.p_sticky{
	background:#fff;
}
.page-section{
	padding:40px 0;
	background:#fff;
}
@media(min-width:768px){
	.page-section{
		padding:60px 0;
	}
	#breadcrumb ul {
		padding-inline-start: 40px;
	}
}
/* fade-in animation */
.fade-in,.load-in {
	opacity:0;
	transition-duration:0.7s;
	transition-property:opacity, transform;
}
.fade-in.fade-in-up,.load-in.fade-in-up {
  -webkit-transform: translate(0,30px);
  transform: translate(0,30px);
}
.fade-in.fade-in-down,.load-in.fade-in-down{
  -webkit-transform: translate(0,-30px);
  transform: translate(0,-30px);
}
.fade-in.fade-in-left,.load-in.fade-in-left{
  -webkit-transform: translate(30px,0);
  transform: translate(30px,0);
}
.fade-in.fade-in-right,.load-in.fade-in-right{
  -webkit-transform: translate(-30px,0);
  transform: translate(-30px,0);
}
.scroll-in {
	opacity: 1!important;
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
}

/* loading animation */
.loadWrap{
	position:fixed;
	z-index:50;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:#f1e8c8;
	background:-webkit-linear-gradient(top left,#ead7ce,#f7f4de,#f1e8c8);
	background:linear-gradient(to bottom right,#ead7ce,#f7f4de,#f1e8c8);
}
.loadimg{
	position:absolute;
	top:50%;
	left:50%;
	width:240px;
	max-width:100%;
	padding:0 20px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.loadimg img{
	width:100%;
	opacity:0;
  object-fit:contain;
}
.anim_act .loadimg img{
	animation:loadingFade 3s ease forwards 1s;
}
@keyframes loadingFade{
  0%{
    opacity:0;
  }
  20%{
    opacity:1;
  }
  70%{
    opacity:1;
  }
  100%{
    opacity:0;
  }
}
@media(min-width:768px){
	.loadimg{
		width:260px;
		padding:0;
	}
}
/* pagination */
.pagination {
	justify-content: center;
}
.pagination-wrap{
	margin-top:40px;
}
.nav-links{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.nav-links span,.nav-links a {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	width:45px;
	aspect-ratio:1/1;
	border-radius:50%;
	margin:0 5px;
	text-align: center;
	font-family:var(--inter);
	font-weight:bold;
}
.nav-links a {
	transition: all .3s;
	color:#fff;
	background:var(--gold1);
	text-decoration: none;
}
.nav-links span,.nav-links a:hover {
	background:#f0ede8;
	color:var(--gold2);
}
.nav-links a.next,.nav-links a.prev {
	background:transparent;
	color:var(--gold1);
	padding:0;
	width:fit-content;
	aspect-ratio:unset;
	font-size:20px;
}
.nav-links a.next:hover,.nav-links a.prev:hover {
	filter:opacity(0.8);
	color:var(--gold1);
}
/*---- #information ----*/
.catttl{
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;
}
.a_cat{
	background:#d9a79b;
	color:#fff;
	padding:3px 10px;
	text-align:center;
	display:inline-block;
}
.ul_cat{
	list-style:none;
	padding-left:0;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:10px 20px;
	margin-bottom:40px;
}
.ul_cat .a_cat{
	min-width:100px;
}
a.a_cat:hover,a.a_cat:focus{
	background:#c17672;
	color:#fff;
}
a.a_cat.current{
	background:#c17672;
	pointer-events:none;
}
.p_date{
	font-family:var(--inter);
}
.ul_info{
	padding-left:0;
	list-style:none;
}
.ul_info li{
	margin-bottom:20px;
}
.ul_info li a{
	height:100%;
	display:block;
	border-radius:10px;
	overflow:hidden;
	background:#fbf7ed;
	color:var(--black);
	box-shadow:3px 5px 10px rgba(129, 101, 31, 0.16);
}
.ul_info li a:hover,.ul_info li a:focus{
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px);
	opacity:0.8;
}
.ul_info .imgarea{
	margin-bottom:0;
	aspect-ratio:3/2;
	overflow:hidden;
}
.ul_info .imgarea img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .3s;
}
.ul_info li a:hover img,.ul_info li a:focus img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.ul_info .txtarea{
	padding:1rem 20px 20px;
}
.ul_info .date_cat{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:10px 1rem;
	margin-bottom:14px;
}
.ul_info .a_cat{
	padding:2px 5px;
	font-size:13px;
	line-height:1.4;
}
.ul_info h3{
	font-size:16px;
	line-height:1.4;
	margin-bottom:0;
	font-weight:600;
}
.singlehead{
	padding-bottom:20px;
	position:relative;
}
.singlehead h1{
	font-weight:600;
	line-height:1.5;
}
.singlehead .p_date{
	color:#555;
	letter-spacing:1px;
}
.singlehead .date_cat{
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:10px 1rem;
}
.singlehead::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(215, 174, 140, 0.8);
	background:-webkit-linear-gradient(left,rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
	background:linear-gradient(to right, rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
}
.singlethum{
	margin-top:40px;
}
.singlethum img{
	width:100%;
	max-width:600px;
	max-height:600px;
	object-fit:contain;
}
.entry-body.post-content{
	padding:40px 0;
}
.single-btn-wrap.a_btn{
	display:flex;
	justify-content:flex-end;
}
@media(min-width:400px){
	.ul_info{
		display:flex;
		flex-wrap:wrap;
		column-gap:3%;
		row-gap:15px;
	}
	.ul_info>li{
		width:48%;
	}
}
@media(min-width:768px){
	.catttl{
		font-size:15px;
	}
	.ul_info{
		column-gap:2%;
	}
	.ul_info>li{
		width:32%;
	}
}
@media(min-width:992px){
	.ul_info>li{
		width:23%;
	}
	.singlehead h1{
		font-size:32px;
	}
	.singlehead .p_date{
		font-size:17px;
	}
}
/*---- #top page ----*/
.hero_sec{
	padding:0;
}
.hero_rela{
	position:relative;
	padding:40px 0;
	height:600px;
	overflow:hidden;
}
.heroSlide,.herobgGr{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.heroimg{
	width:100%;
	height:100%;
	object-fit:cover;
}
.herobgGr{
	z-index:1;
	background:rgba(160, 105, 94, 0.5);
	background:-webkit-linear-gradient(top left, rgba(160, 105, 94, 0.5), rgba(153, 138, 96, 0.7));
	background:linear-gradient(to bottom right, rgba(160, 105, 94, 0.5), rgba(153, 138, 96, 0.7));
}
.hero_rela>.container{
	position:relative;
	z-index:1;
	height:520px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.h_catch{
	padding:0 10px;
}
.h_catch p{
	color:#fff;
	text-shadow:rgba(85, 65, 20, 0.7) 0px 2px 10px;
}
.heroCmain{
	font-weight:bold;
	font-size:32px;
	line-height:1.5;
	margin-bottom:20px;
}
.heroCsub{
	line-height:1.8;
}
@media(max-width:499px){
	.heroimg.img2{
		object-position:30% 50%;
	}
}
@media(min-width:500px){
	.h_catch{
		padding:0;
	}
	.heroCsub .br1{
		display:none;
	}
}
@media(min-width:600px){
	.heroCmain{
		font-size:46px;
	}
	.heroCsub{
		font-size:18px;
	}
}
@media(min-width:768px){
	.hero_rela{
		height:700px;
	}
	.hero_rela>.container{
		height:620px;
	}
	.heroCmain br{
		display:none;
	}
	.h_catch p{
		text-align:center;
	}
}
@media(min-width:992px){
	.heroCmain{
    font-size: 58px;
	}
	.heroCsub{
		font-weight:500;
	}
	.herobgGr{
		background:-webkit-linear-gradient(top left, rgba(160, 105, 94, 0.7), rgba(144, 121, 57, 0.7));
		background:linear-gradient(to bottom right, rgba(160, 105, 94, 0.7), rgba(144, 121, 57, 0.7));
	}
}
@media(min-width:1200px){
	.heroCmain{
    font-size:64px;
		margin-bottom:2rem;
	}
}
/* #top_about_sec */
.top_about_sec{
	padding-top:0;
}
.top_about_sec .rela{
	background:#fff;
	position:relative;
	overflow:hidden;
	padding-top:40px;
}
.elogobg{
	position:absolute;
	top:34px;
	left:-10%;
	width:95%;
}
.elogobg img{
	width:100%;
	opacity:0.2;
	object-fit:contain;
}
.ab-block1,.ab-block2{
	margin-bottom:50px;
}
.ab-block1 .permit_nums{
	margin-top:2rem;
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:15px;
}
.permitnum{
	width:120px;
}
.permitnum img{
	width:100%;
	object-fit:contain;
}
.ul_about{
	padding-left:0;
	list-style:none;
	margin-bottom:2rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	row-gap:20px;
}
.ul_about li{
	position:relative;
	width:min(280px,calc(100% - 20px));
	aspect-ratio:1/1;
	border-radius:50%;
	background:-webkit-linear-gradient(-45deg, #fffbf1, #f7f1e1);
	background:linear-gradient(135deg, #fffbf1, #f7f1e1);
	box-shadow:0 8px 10px rgba(129, 101, 31, 0.16);
}
.ul_about li>div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	row-gap:1rem;
}
.ul_about h4{
	font-size:18px;
	font-weight:700;
	color:var(--black);
	margin-bottom:0;
}
.ul_about h4,.ul_about p{
	text-align:center;
}
.iconanim.icon1{
	position:relative;
	width:40px;
	height:40px;
}
.iconanim.icon1::before,.iconanim.icon1::after{
	content:'';
	position:absolute;
	border:2px solid var(--gold1);
	aspect-ratio:1/1;
	border-radius:50%;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%) scale(1);
	transform:translate(-50%, -50%) scale(1);
}
.iconanim.icon1::before{
	width:40px;
	height:40px;
	-webkit-animation:scaleIcon1 5s ease-in-out .5s infinite alternate;
	animation:scaleIcon1 5s ease-in-out .5s infinite alternate;
}
.iconanim.icon1::after{
	width:20px;
	height:20px;
	-webkit-animation:scaleIcon2 5s ease-in-out infinite alternate;
	animation:scaleIcon2 5s ease-in-out infinite alternate;
}
.iconanim.icon2{
  width:33px;
  aspect-ratio:.75;
  --c:no-repeat linear-gradient(var(--gold1) 0 0);
  background: 
  var(--c) 0%   100%,
  var(--c) 50%  100%,
  var(--c) 100% 100%;
  background-size:6% 80%;
  animation:iconHeight 3s ease-in-out infinite;
}
.iconanim.icon3 {
  width: 50px;
  aspect-ratio: 1;
  color: var(--gold1);
  --_c: no-repeat radial-gradient(farthest-side, currentColor 92%, #0000);
  background-repeat: no-repeat;
  background:
    var(--_c) 50% 0    /12px 12px,
    var(--_c) 50% 100% /12px 12px,
    var(--_c) 100% 50% /12px 12px,
    var(--_c) 0    50% /12px 12px,
    var(--_c) 50%  50% /12px 12px,
    conic-gradient(from 90deg at 4px 4px, #0000 90deg, currentColor 0)
    -4.5px -4.5px / calc(50% + 2.5px) calc(50% + 2.5px);
  -webkit-mask: radial-gradient(circle, #000 100%, #0000);
  mask: radial-gradient(circle, #000 100%, #0000); 
  animation: rotateIcon 4s linear infinite;
}
.iconanim.icon4{
  position:relative;
  width:50px;
  height:50px;
}
.iconanim.icon4::before,.iconanim.icon4::after{
  content:"";
  position:absolute;
  width:27px;
  height:27px;
	border-radius:3px;
  border:2px solid var(--gold1);
  background:transparent;
	-webkit-transform:translate(0%, 0%);
  transform:translate(0%, 0%);
}
.iconanim.icon4::before{
  top:0;
  left:25px;
  animation:iconmove1 6s ease-in-out infinite;
}
.iconanim.icon4::after{
  top:25px;
  left:0;
  animation:iconmove2 6s ease-in-out infinite;
}
@keyframes scaleIcon1{
	0%{
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1);
	}
	50%{
		-webkit-transform:translate(-50%,-50%) scale(1.1);
		transform:translate(-50%,-50%) scale(1.1);
	}
	100%{
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1);
	}
}
@keyframes scaleIcon2{
	0%{
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1);
	}
	50%{
		-webkit-transform:translate(-50%,-50%) scale(1.15);
		transform:translate(-50%,-50%) scale(1.15);
	}
	100%{
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1);
	}
}
@keyframes iconHeight{
	16.67% {background-position: 0% 0%  ,50% 100%,100% 100%}
	33.33% {background-position: 0% 0%  ,50% 0%  ,100% 100%}
	50%    {background-position: 0% 0%  ,50% 0%  ,100% 0%  }
	66.67% {background-position: 0% 100%,50% 0%  ,100% 0%  }
	83.33% {background-position: 0% 100%,50% 100%,100% 0%  }
}
@keyframes rotateIcon {to{transform: rotate(.5turn)}}
@keyframes iconmove1{
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, 6px);
  }
}
@keyframes iconmove2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(6px, -6px);
  }
}
.ab-block2 .gra{
	background:#FBEFEC;
	background:-webkit-linear-gradient(bottom left,#FAF5E4,#FBEFEC);
	background:linear-gradient(to top right,#FAF5E4,#FBEFEC);
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px;
	border-radius:10px;
}
.ab-block2 .gra p{
	font-size:18px;
	font-weight:600;
}
@media(min-width:500px){
	.ul_about{
		flex-direction:row;
		flex-wrap:wrap;
		column-gap:4%;
		margin-bottom:50px;
		justify-content:center;
	}
	.ul_about>li{
		width:48%;
	}
	.ul_about>li:nth-child(2) h4{
		font-size:17px;
	}
	.ab-block2 .gra{
		padding:30px 20px;
	}
}
@media(min-width:768px){
	.top_about_sec .rela{
		padding-top:60px;
	}
	.elogobg img{
		opacity:0.15;
	}
	.top_about_sec p{
		text-align:center;
	}
	.elogobg{
		top:0;
    width:500px;
    left:10px;
	}
	.ab-block1,.ab-block2{
		margin-bottom:60px;
	}
	.top_about_sec h3 .br1{
		display:none;
	}
	.permitnum{
    width:150px;
	}
	.ul_about{
		margin-top:35px;
	}
	.ul_about>li{
		width:38%;
	}
	.ab-block2 .gra{
		height:100px;
	}
	.ab-block2 .gra p{
		font-size:20px;
	}
}
@media(min-width:992px){
	.elogobg{
    top:-10px;
    width:60%;
    left:-3%;
	}
	.ul_about{
		column-gap:2%;
	}
	.ul_about>li{
		width:23%;
	}
	.ul_about li:nth-child(2){
		transition-delay:.2s;
	}
	.ul_about li:nth-child(3){
		transition-delay:.4s;
	}
	.ul_about li:nth-child(4){
		transition-delay:.6s;
	}
}
@media(min-width:1200px){
	.ul_about h4{
		font-size:19px;
	}
	.ul_about>li:nth-child(2) h4{
		font-size:18px;
	}
}
/* #top_srv_sec */
.top_srv_sec{
	background:#f5f3ed;
}
.before_tsrv{
	margin-bottom:2rem;
}
.ul_imgbg{
	padding-left:0;
	list-style:none;
}
.ul_imgbg>li{
	margin-bottom:20px;
}
.ul_imgbg>li.fade-in-up:nth-child(2){
	transition-delay:.2s;
}
.ul_imgbg>li.fade-in-up:nth-child(3){
	transition-delay:.4s;
}
.ul_imgbg>li.fade-in-up:nth-child(4){
	transition-delay:.6s;
}
.ul_imgbg a,.ul_imgbg .hovanim{
	padding:120px 20px 20px;
	display:block;
	position:relative;
	overflow:hidden;
}
.ul_imgbg img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .3s;
}
.ul_imgbg a:hover img,.ul_imgbg a:focus img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.ul_imgbg .cover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all .3s;
	background:rgba(56, 42, 5, 0.4);
	background:-webkit-linear-gradient(top,transparent,rgba(56, 42, 5, 0.9));
	background:linear-gradient(to bottom,transparent,rgba(56, 42, 5, 0.9));
}
.ul_imgbg a:hover .cover,.ul_imgbg a:focus .cover{
	opacity:0;
}
.ul_imgbg .txt{
	position:relative;
	text-shadow:2px 3px 6px rgba(45, 34, 3, 0.6);
}
.ul_imgbg .ttl{
	color:#fff;
	font-weight:700;
	font-size:24px;
	margin-bottom:10px;
}
.ul_imgbg .desc{
	color:#fff;
	margin-bottom:10px;
}
.ul_imgbg .more{
	color:#fff;
	display:table;
	margin-left:auto;
	padding:0 20px 3px 3px;
	position:relative;
	font-size:14px;
	font-weight:600;
	font-family:var(--inter);
	letter-spacing:1px;
}
.ul_imgbg .more::before,.ul_imgbg .more::after{
	content:'';
	position:absolute;
	height:1px;
	background:#fff;
	transition:all .3s;
	right:0;
}
.ul_imgbg .more::before{
	bottom:0;
	width:100%;
}
.ul_imgbg .more::after{
	width:10px;
	bottom:3px;
	-webkit-transform:rotate(30deg);
	transform:rotate(30deg);
}
.ul_imgbg a:hover .more::before,.ul_imgbg a:hover .more::after{
	right:-5px;
}
@media(min-width:768px){
	.before_tsrv{
		text-align:center;
	}
}
@media(min-width:768px) and (max-width:991px){
	.ul_imgbg a, .ul_imgbg .hovanim{
		padding:120px 30px 30px;
	}
	.ul_imgbg .ttl{
		font-size:28px;
	}
}
@media(min-width:992px){
	.ul_imgbg{
		display:flex;
		column-gap:1%;
	}
	.ul_imgbg>li{
		width:33%;
	}
	.ul_imgbg a,.ul_imgbg .hovanim{
		height:100%;
	}
	.top_srv_sec .ul_imgbg .desc{
		min-height:137px;
	}
	.ul_imgbg .hovanim .txt{
		transition:all .5s;
	}
	.ul_imgbg .hovanim:hover .txt{
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px);
	}
	.ul_imgbg .hovanim:hover img{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
}
@media(min-width:1200px){
	.ul_imgbg a{
		padding:150px 30px 30px;
	}
	.ul_imgbg .desc{
		min-height:110px;
	}
}
/* #top_feature_sec */
.before_tfe{
	margin-bottom:2rem;
}
.img_txt_block{
	display:block;
	margin-bottom:45px;
}
.img_txt_block .imgarea{
	position:relative;
	margin-bottom:48px;
}
.num_abs{
	font-weight:bold;
	font-size:100px;
	letter-spacing:-3px;
	line-height:0.9;
	z-index:1;
	font-family:var(--inter);
	position:absolute;
	bottom:-30px;
	right:0;
	background:rgba(215, 174, 140, 0.8);
	background:-webkit-linear-gradient(left,#D79B8C,rgba(202, 178, 114, 0.8));
	background:linear-gradient(to right,#D79B8C,rgba(202, 178, 114, 0.8));
	-webkit-background-clip: text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
}
.b_even .num_abs{
	right:auto;
	left:0;
}
.img_txt_block .imgarea img{
	aspect-ratio:3/2;
	width:100%;
	object-fit:cover;
	transition:all .3s;
}
a.img_txt_block:hover .imgarea img{
	filter:brightness(1.2);
}
.img_txt_block .ttl{
	font-size:20px;
	font-weight:700;
	line-height:1.6;
	margin-bottom:1rem;
	color:var(--black);
	transition:all .3s;
}
.img_txt_block .desc{
	color:var(--black);
	transition:all .3s;
}
a.img_txt_block:hover .ttl,a.img_txt_block:hover .desc,a.img_txt_block:focus .ttl,a.img_txt_block:focus .desc{
	color:#D79B8C;
}
@media(min-width:768px){
	.before_tfe{
		text-align:center;
	}
	.num_abs{
		font-size:130px;
		bottom:-40px;
	}
	.img_txt_block .ttl{
		font-size:24px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.img_txt_block .imgarea{
		width:600px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:60px;
	}
	.img_txt_block .imgarea img{
		aspect-ratio:16/9;
	}
	.img_txt_block .txtarea{
		width:600px;
		margin:0 auto;
	}
}
@media(min-width:992px){
	.img_txt_block{
		display:flex;
		justify-content:space-between;
		align-items:center;
		column-gap:4%;
		margin-bottom:85px;
	}
	.img_txt_block.b_last{
		margin-bottom:50px;
	}
	.img_txt_block.b_even{
		flex-direction:row-reverse;
	}
	.img_txt_block .imgarea{
		width:46%;
		margin-bottom:0;
	}
	.img_txt_block .txtarea{
		width:50%;
	}
}
@media(min-width:1200px){
	.img_txt_block .ttl{
		font-size:28px;
	}
	.num_abs{
    font-size:160px;
	}
}
/* #top_rec_sec */
.top_rec_sec{
	background:#f5f3ed;
}
.top_rec_sec .imgarea{
	margin-bottom:24px;
}
.top_rec_sec img{
	width:100%;
	object-fit:contain;
}
.top_rec_sec p{
	margin-bottom:2rem;
	font-size:17px;
}
@media(min-width:768px){
	.top_rec_sec .flx{
		display:flex;
    flex-direction:row-reverse;
    justify-content:space-between;
    align-items:center;
    column-gap:4%;
	}
	.top_rec_sec .imgarea{
		width:48%;
		margin-bottom:0;
	}
	.top_rec_sec .txtarea{
		width:48%;
	}
}
@media(min-width:992px){
	.top_rec_sec .h2simple{
		font-size:32px;
	}
}
@media(min-width:1200px){
	.top_rec_sec .flx{
		column-gap:6%;
	}
	.top_rec_sec .imgarea,.top_rec_sec .txtarea{
		width:40%;
	}
	.top_rec_sec .txtarea{
		width:54%;
	}
}
/* #cta_sec */
.cta_sec{
	background:-webkit-linear-gradient(315deg,#C8928F,#D7AA6E);
	background:linear-gradient(135deg,#C8928F,#D7AA6E);
}
.cta_sec .flx{
	margin-top:2rem;
}
.cta_sec p{
	color:#fff;
}
.cta_sec .icoflx{
	margin-top:2rem;
	display:flex;
	column-gap:10px;
	align-items:flex-start;
}
.cta_sec .icoflx .icon{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#D79B8C;
	width:45px;
	aspect-ratio:1/1;
	border-radius:50%;
	background:rgba(251, 247, 237, 0.8);
}
.cta_sec p.ttl{
	font-weight:700;
	margin-bottom:5px;
}
.cta_sec .tellink{
	color:#FBEFEC;
	font-size:24px;
	font-weight:bold;
}
.cta_sec .tellink:hover{
	opacity:0.8;
}
.cta_sec .teladd{
	font-size:14px;
}
.cta_sec .maparea{
	margin-top:50px;
}
.cta_sec .gmapWrap{
	position:relative;
	height:0;
	padding-bottom:75%;
	overflow:hidden;
	border-radius:10px;
}
.cta_sec .gmapWrap iframe{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
@media(min-width:600px){
	.cta_sec .tellink{
		font-size:30px;
	}
	.cta_sec .txt .br1{
		display:none;
	}
}
@media(min-width:768px){
	.cta_sec .flx{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		column-gap:2%;
	}
	.cta_sec .txtarea{
		width:48%;
	}
	.cta_sec .maparea{
		margin-top:0;
		width:50%;
	}
	.cta_sec .gmapWrap{
		padding-bottom:100%;
	}
	.cta_sec .txt .br1{
		display:inline;
	}
}
@media(min-width:992px){
	.cta_sec .gmapWrap{
		padding-bottom:75%;
	}
	.cta_sec .icoflx{
		column-gap:15px;
	}
	.cta_sec .a_btn>a{
		font-size:18px;
		width:350px;
		padding:15px 20px;
	}
	.cta_sec p.ttl{
		font-size:17px;
	}
}
@media(min-width:1200px){
	.cta_sec .txt .br1{
		display:none;
	}
	.cta_sec .gmapWrap{
		padding-bottom:58%;
	}
}
/*---- #feature page ----*/
/* #fea_hero_sec */
.fea_hero_sec,.fea_hero_sec .container{
	position:relative;
}
.fea_hero_sec .bgimg,.fea_hero_sec .bgcover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fea_hero_sec .bgimg{
	object-fit:cover;
}
.fea_hero_sec .bgcover{
	background:linear-gradient(to bottom,rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.8));
}
.fea_hero_sec .p_main{
	margin-bottom:2rem;
	font-size:32px;
	padding-bottom:1rem;
	position:relative;
}
.fea_hero_sec .p_main::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:2px;
	background:var(--gold1);
}
.fea_hero_sec .desc p{
	margin-top:24px;
}
.entradesc{
	margin-top:2rem;
}
.entradesc p{
	color:var(--gold2);
}
@media(min-width:500px){
	.fea_hero_sec .p_main br{
		display:none;
	}
}
@media(min-width:768px){
	.fea_hero_sec .container>div{
		text-align:center;
	}
	.fea_hero_sec .p_main{
		font-size:42px;
	}
	.fea_hero_sec .p_main::after{
		left:50%;
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
}
@media(min-width:1200px){
	.fea_hero_sec .p_main{
		font-size:48px;
	}
}
/* #fea_differ_sec */
.fea_differ_sec{
	overflow:hidden;
}
.fea_differ_sec .img{
	position:relative;
	top:30px;
	margin-top:-30px;
	text-align:right;
	transition-delay:.2s;
}
.fea_differ_sec .img img{
	width:calc(100% - 40px);
	object-fit:cover;
}
.fea_differ_sec .box{
	width:100%;
	padding:60px 20px 20px;
	background:#fff;
	box-shadow:rgba(200, 186, 164, 0.2) 2px 4px 15px,rgba(200, 186, 164, 0.2) -2px -4px 15px;
}
.fea_differ_sec .inr{
	margin-bottom:2rem;
}
.fea_differ_sec .inr:last-child{
	margin-bottom:0;
}
.fea_differ_sec .flx{
	margin-top:2rem;
}
.h_line_gr{
	position:relative;
	padding-bottom:3px;
	line-height:1.6;
}
.h_line_gr::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(215, 174, 140, 0.8);
	background:-webkit-linear-gradient(left,rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
	background:linear-gradient(to right, rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
}
.ul_check{
	padding-left:25px;
	list-style:none;
}
.ul_check>li{
	margin-bottom:10px;
	position:relative;
}
.ul_check>li::before{
	content:'\f00c';
	font-family:var(--fontawesome);
	font-weight:700;
	position:absolute;
	top:0;
	left:-25px;
}
.ul_check.g1>li::before{
	color:var(--gold1);
}
.fea_differ_sec .ul_check{
	margin-top:1rem;
}
.fea_differ_sec h3{
	font-size:18px;
	font-weight:600;
}
@media(min-width:450px){
	.fea_differ_sec h3 br{
		display:none;
	}
}
@media(min-width:576px){
	.fea_differ_sec .img img{
		width:85%;
    aspect-ratio:5/2;
	}
	.fea_differ_sec .inr{
		margin-bottom:40px;
	}
	.fea_differ_sec .box{
		padding:60px 30px 30px;
	}
}
@media(min-width:768px){
	.h_line_gr{
		padding-bottom:5px;
	}
	.fea_differ_sec .box{
		padding:60px 40px 40px;
	}
	.fea_differ_sec h3{
		font-size:22px;
	}
}
@media(min-width:992px){
	.fea_differ_sec .img img{
		aspect-ratio:3/1;
	}
}
@media(min-width:1200px){
	.fea_differ_sec .img img{
		width:70%;
	}
	.fea_differ_sec .flx{
		display:flex;
		justify-content:space-between;
		column-gap:3%;
	}
	.fea_differ_sec .inr{
		width:31%;
		margin-bottom:0;
	}
	.fea_differ_sec h3{
		font-size:20px;
		min-height:70px;
	}
	.fea_differ_sec h3 br{
		display:inline;
	}
}
/* #fea_str_sec */
.fea_str_sec{
	background:rgba(203, 190, 138, 0.2);
	background:-webkit-linear-gradient(top left,rgba(217, 167, 155, 0.3),rgba(203, 190, 138, 0.2),rgba(198, 166, 78, 0.25));
	background:linear-gradient(to bottom right,rgba(217, 167, 155, 0.3),rgba(203, 190, 138, 0.2),rgba(198, 166, 78, 0.25));
}
.section-intro{
  margin-bottom:50px;
  line-height:1.8;
}
.section-intro strong{
	color:var(--gold2);
}
.reason-grid-container{
  display:flex;
  flex-direction:column;
  gap:0;
}
.reason-item{
  display: grid;
  grid-template-columns:1fr;
  align-items:stretch;
  background:#fff;
	margin-bottom:2rem;
}
.reason-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reason-text {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.reason-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
	line-height:1.3;
}
.reason-text h3 span {
  display: block;
  font-size: 14px;
  color:var(--gold1);
  margin-top: 5px;
}
.reason-text ul {
  list-style: none;
  padding:0;
	margin:0;
}
.reason-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.reason-text ul li::before{
  content:"";
  position: absolute;
	top:9px;
  left:0;
	width:10px;
	height:10px;
	border-radius:50%;
	background:var(--gold1);
}
@media(max-width:767px){
	.reason-image img{
		aspect-ratio:3/2;
	}
}
@media(min-width:768px){
	.section-intro{
		text-align:center;
	}
	.reason-item{
  	grid-template-columns: 1fr 1fr;
	}
	.reason-text{
  	padding:10% 12%;
  }
	.reason-item:nth-child(even) .reason-image {
		grid-column: 2;
	}
	.reason-item:nth-child(even) .reason-text {
		grid-column: 1;
		grid-row: 1;
	}
}
@media(min-width:992px){
	.reason-grid-container{
		flex-direction:row;
	}
	.reason-item{
		flex-basis:calc(100% / 3);
    grid-template-columns:1fr;
		margin-bottom:0;
	}
	.reason-item:nth-child(even) .reason-image{
		grid-column:1;
	}
	.reason-text {
    padding: 8% 10%;
	}
	.reason-image,.reason-text{
		height:270px;
	}
}
/* #fea_3e_sec */
.fea_3e_sec .container>p{
	margin-bottom:2rem;
}
.fea_3e_sec .container>p strong{
	display:block;
	font-size:120%;
}
@media(max-width:991px){
	.fea_3e_sec .ul_imgbg .hovanim{
		padding-top:20px;
		display:flex;
		align-items:flex-end;
		min-height:250px;
	}
}
@media(max-width:599px){
	.fea_3e_sec .ul_imgbg .hovanim{
		min-height:300px;
	}
}
@media(min-width:600px) and (max-width:991px){
	.fea_3e_sec .ul_imgbg .ttl br{
		display:none;
	}
}
@media(min-width:600px){
	.fea_3e_sec .container>p{
		text-align:center;
	}
}
@media(min-width:768px){
	.fea_3e_sec .container>p strong{
		display:inline;
	}
}
/* #fea_hos_sec */
.hosfst{
	font-weight:700;
	text-align:center;
	font-size:19px;
	color:#888;
}
.omotenashi-section {
  padding: 50px 0;
  background-color: #fff;
}
.scatter-layout {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 500px;
  margin: 30px auto 0;
}
.scatter-image {
  order: -1; 
  text-align: center;
}
.scatter-image img {
  width:100%;
  height:auto;
  max-width: 300px;
}
.fea_hos_sec .scatter-image img{
	aspect-ratio:1/1;
	border-radius:15px;
	object-fit:cover;
}
.scatter-item {
  padding: 15px 20px;
  background-color: #f9f8f4;
  border-radius: 5px;
}
.scatter-item h3 {
  font-size:18px;
	font-weight:700;
  margin-bottom:7px;
  color:var(--gold1);
}
.scatter-item h3 span {
  font-size:13px;
  color:#888;
  font-weight:500;
}
.scatter-item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.txt_gr{
	-webkit-background-clip: text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
}
.fea_hos_sec .txt_gr{
	margin-top:2rem;
	font-weight:700;
	font-size:19px;
	background-image:-webkit-linear-gradient(left,#cca742,#d09486);
	background-image:linear-gradient(to right,#cca742,#d09486);
}
@media(min-width:500px){
	.fea_hos_sec h2 br{
		display:none;
	}
	.fea_hos_sec .txt_gr{
		text-align:center;
		margin-top:50px;
	}
}
@media (min-width:768px){
	.hosfst{
		font-size:22px;
	}
  .scatter-layout {
    display: grid;
    /* 左右を柔軟な1frにし、中央画像を250px〜(画面に合わせて可変)に設定 */
    grid-template-columns: 1fr minmax(200px, 1.2fr) 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 10px 0;
    width: 100%;
    max-width: 100%; /* 親要素を突き抜けないように */
    margin: 40px auto 0;
    align-items: center;
    padding: 0 10px; /* 左右に最低限の余白を確保 */
  }
  .scatter-image {
    grid-column: 2;
    grid-row: 1 / 4;
    order: 0;
    padding: 0 10px;
  }
  .scatter-image img {
    width: 100%;
    height: auto;
    max-width: 100%; 
  }
  .scatter-item {
    background:rgba(255, 255, 255, 0);
    padding:0;
    width: 100%; 
    z-index: 2;
  }
  .scatter-item h3{
    margin-bottom:5px;
    font-size:32px;
		color:var(--gold2);
  }
  .item-tech {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    text-align: right;
    margin-bottom: 20px;
  }
  .item-lang {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
    text-align: left;
  }
  .item-attitude {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    text-align: right;
    margin-top: 20px;
  }
	.fea_hos_sec .txt_gr{
		font-size:20px;
	}
	.fea_hos_sec .txt_gr br{
		display:none;
	}
}
@media (min-width: 992px) {
  .scatter-layout {
    grid-template-columns: 1fr 400px 1fr;
    max-width: 1100px;
  }
  .scatter-item h3 {
    font-size:36px;
		margin-bottom:10px;
  }
	.scatter-item h3 span{
		font-size:15px;
	}
	.scatter-item p{
		font-size:16px;
	}
	.fea_hos_sec .txt_gr {
    font-size: 24px;
	}
}
/* #fea_sup_sec */
.fea_sup_sec,.fea_sup_sec .container{
	position:relative;
}
.fea_sup_sec .bgimg,.fea_sup_sec .bgcover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fea_sup_sec .bgimg{
	object-fit:cover;
}
.fea_sup_sec .bgcover{
	background:rgba(0, 0, 0, 0.7);
}
.fea_sup_sec p{
	color:#fff;
}
.fea_sup_sec .container>p{
	text-shadow:2px 3px 5px rgba(0, 0, 0, 0.6);
}
.ulblur{
	padding-left:0;
	list-style:none;
}
.ulblur>li{
	padding:20px;
	border-radius:15px;
	margin-bottom:2rem;
	border:1px solid rgba(255, 255, 255, 0.2);
	background:rgba(255, 255, 255, 0.1);
	backdrop-filter:blur(10px);
}
.ulblur>li.fade-in:nth-child(2){
	transition-delay:.2s;
}
.ulblur>li.fade-in:nth-child(3){
	transition-delay:.4s;
}
.ulblur .ttl{
	color:#fff;
	font-weight:700;
	font-size:20px;
	margin-bottom:1rem;
	line-height:1.4;
}
.ulblur .ttl span{
	font-size:15px;
	font-weight:500;
}
.ulblur .desc{
	color:#fff;
}
.fea_sup_sec .ulblur{
	margin-top:2rem;
}
@media(min-width:500px) and (max-width:767px){
	.ulblur .ttl br{
		display:none;
	}
	.ulblur .ttl span{
		margin-left:10px;
	}
}
@media(min-width:768px){
	.fea_sup_sec .container>p{
		text-align:center;
	}
	.ulblur{
		display:flex;
		column-gap:2%;
		justify-content:center;
	}
	.ulblur>li{
		margin-bottom:0;
		width:32%;
	}
}
@media(min-width:992px){
	.ulblur .ttl{
		font-size:24px;
		text-align:center;
	}
	.ulblur>li{
		padding:30px;
	}
}
/* #fea_total_sec */
.fea_total_sec{
	background:#fffbf3;
}
.fea_total_sec .container>p{
	margin-bottom:2rem;
}
.icon_step{
	list-style:none;
	padding-left:0;
}
.icon_step>li{
	border-radius:10px;
	background:#fff;
	padding:45px 20px 20px;
	box-shadow:rgba(200, 186, 164, 0.15) 0px 4px 20px;
	margin-top:32px;
	margin-bottom:40px;
	position:relative;
}
.icon_step .iconcir{
	position:absolute;
	font-size:18px;
	top:-20px;
	left:50%;
	width:50px;
	height:auto;
	display:flex;
	border-radius:50%;
	justify-content:center;
	align-items:center;
	color:#fff;
	aspect-ratio:1/1;
	background:-webkit-linear-gradient(bottom left,#cca742,#d09486);
	background:linear-gradient(to top right,#cca742,#d09486);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.icon_step .ttl{
	font-weight:700;
	font-size:22px;
	margin-bottom:4px;
	text-align:center;
}
.icon_step .sub{
	font-size:15px;
	font-weight:500;
	color:var(--gold1);
	margin-bottom:1rem;
	text-align:center;
}
@media(min-width:400px){
	.icon_step .desc{
		text-align:center;
	}
}
@media(min-width:768px){
	.fea_total_sec .container>p{
		text-align:center;
	}
	.icon_step{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		column-gap:2%;
	}
	.icon_step>li{
		width:49%;
		padding:45px 30px 30px;
		margin-bottom:20px;
	}
	.icon_step .iconcir{
		left:0;
		-webkit-transform:translateX(0);
		transform:translateX(0);
	}
}
@media(min-width:992px) and (max-width:1199px){
	.icon_step>li{
		padding:45px 20px 20px;
	}
}
@media(min-width:992px){
	.icon_step{
		align-items:center;
	}
	.icon_step>li{
		width:23%;
		aspect-ratio:3/4;
		padding:45px 16px 20px;
	}
	.icon_step>li:nth-child(1){
		margin-top:0;
		margin-bottom:40px;
	}
	.icon_step>li:nth-child(2){
		margin-top:0;
		margin-bottom:0px;
	}
	.icon_step>li:nth-child(3){
		margin-top:40px;
		margin-bottom:0;
	}
	.icon_step>li:nth-child(4){
		margin-top:80px;
		margin-bottom:0;
	}
	.icon_step>li:nth-child(1) .ttl{
		font-size:20px;
	}
	.icon_step .iconcir{
		width:56px;
		font-size:20px;
	}
}
@media(min-width:1200px){
	.icon_step>li{
		aspect-ratio:1/1;
	}
}
/* #fea_merit_sec */
.fea_merit_sec{
	background:#f0ede8;
	position:relative;
	padding:60px 0;
}
.fea_merit_sec::before{
	content:'';
	position:absolute;
	top:20px;
	right:0;
	width:55%;
	height:calc(100% - 40px);
	background:#dbd8d2;
}
.top_bg_img{
	position:relative;
	margin-bottom:20px;
	text-align:center;
}
.top_bg_img img{
	width:100%;
	max-width:400px;
	object-fit:contain;
}
.fea_merit_sec .txtwrap{
	position:relative;
}
.ulcard{
	padding-left:0;
	list-style:none;
}
.ulcard>li{
	margin-bottom:20px;
	box-shadow:rgba(200, 186, 164, 0.5) 0px 4px 20px;
	padding:20px;
	background:#f0efe8;
}
.ulcard .ttl{
	font-size:18px;
	font-weight:500;
	margin-bottom:10px;
}
.beforemer{
	margin-bottom:2rem;
}
.aftermer{
	margin-top:20px;
}
@media(min-width:500px){
	.fea_merit_sec h2 br{
		display:none;
	}
}
@media(min-width:768px){
	.fea_merit_sec .tb-block{
		position:relative;
	}
	.top_bg_img{
		top:40px;
		margin-top:-40px;
		margin-bottom:0;
		text-align:right;
	}
	.top_bg_img img{
		width:90%;
		max-width:100%;
		aspect-ratio:16/9;
		object-fit:cover;
	}
	.ulcard{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		column-gap:2%;
	}
	.ulcard>li{
		width:49%;
	}
	.ulcard .ttl{
		margin-bottom:1rem;
	}
	.aftermer{
		text-align:center;
	}
}
@media(min-width:992px){
	.beforemer{
		text-align:center;
	}
	.ulcard{
		column-gap:1%;
	}
	.ulcard>li{
		width:24%;
		padding:30px 20px;
	}
	.top_bg_img img{
		width:80%;
		aspect-ratio:2/1;
	}
}
@media(min-width:1200px){
	.ulcard .ttl{
		font-size:20px;
	}
}
/* #fea_end_sec */
.fea_end_sec{
	position:relative;
	padding:60px 0;
}
.fea_end_sec .bgimg,.fea_end_sec .bgcover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fea_end_sec .bgimg{
	object-fit:cover;
}
.fea_end_sec .bgcover{
	background:rgba(255, 255, 255, 0.8);
	background:-webkit-linear-gradient(top left, rgba(250, 245, 244, 0.8), rgba(255, 253, 247, 0.8));
	background:linear-gradient(to bottom right, rgba(250, 245, 244, 0.8), rgba(255, 253, 247, 0.8));
}
.fea_end_sec .container{
	position:relative;
}
.fea_end_sec .container p:first-of-type{
	margin-bottom:1rem;
}
@media(min-width:500px){
	.fea_end_sec h2{
		font-size:32px;
	}
}
@media(min-width:768px){
	.fea_end_sec{
		padding:80px 0;
	}
	.fea_end_sec h2{
		font-size:38px;
		margin-bottom:2rem;
	}
}
@media(min-width:992px){
	.fea_end_sec h2,.fea_end_sec p{
		text-align:center;
	}
	.fea_end_sec .bgimg{
		object-position: center 80%;
	}
	.fea_end_sec p{
		font-size:17px;
	}
}
/*---- #company page ----*/
/* #cmp_hero_sec */
.cmp_hero_sec{
	margin-bottom:40px;
}
.cmp_hero_sec .main{
	font-weight:bold;
	font-size:24px;
	margin-bottom:1rem;
}
.cmp_hero_sec .sub{
	font-size:17px;
	margin-bottom:2rem;
	padding-bottom: 1rem;
	position: relative;
}
.cmp_hero_sec .sub::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:2px;
	background:var(--gold1);
}
.cmp_hero_sec .desc strong{
	margin-right:5px;
	font-size:110%;
}
.cmp_hero_sec .img img{
	aspect-ratio:2/1;
	width:100%;
	object-fit:cover;
}
@media(min-width:768px){
	.cmp_hero_sec .main{
		font-size:33px;
		margin-bottom:6px;
	}
	.cmp_hero_sec .img img{
		aspect-ratio:5/2;
	}
}
@media(min-width:992px){
	.cmp_hero_sec{
		display:flex;
	}
	.cmp_hero_sec .txtarea{
		width:52%;
		padding:80px 4%;
	}
	.cmp_hero_sec .img{
		width:48%;
	}
	.cmp_hero_sec .img img{
		aspect-ratio:unset;
		height:100%;
	}
}
/* #cmp_about_sec */
.cmp_about_sec .imgarea{
	margin-bottom:20px;
}
.cmp_about_sec .imgarea img{
	width:100%;
	max-width:500px;
	object-fit:contain;
}
.hasafter{
	padding-bottom:1rem;
	position:relative;
}
.hasafter::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:2px;
	background:var(--gold1);
}
.cmp_about_sec p{
	margin-bottom:1rem;
}
.cmp_about_sec p:last-of-type{
	margin-bottom:0;
}
@media(min-width:768px){
	.cmp_about_sec .flx{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.cmp_about_sec .imgarea{
		width:45%;
		margin-bottom:0;
	}
	.cmp_about_sec .txtarea{
		width:50%;
	}
}
/* #cmp_msg_sec */
.cmp_msg_sec{
	background:#fbf7ed;
}
.cmp_msg_sec .imgarea{
	margin-bottom:2rem;
}
.cmp_msg_sec .imgarea img{
	width:80%;
	max-width:300px;
	aspect-ratio:3/4;
	object-fit:cover;
}
.cmp_msg_sec .txtarea p{
	margin-top:1rem;
}
p.ceoname{
	text-align:right;
}
@media(min-width:768px){
	.cmp_msg_sec .flx{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		flex-direction:row-reverse;
	}
	.cmp_msg_sec .imgarea{
		width:35%;
		margin-bottom:0;
	}
	.cmp_msg_sec .imgarea img{
		width:100%;
	}
	.cmp_msg_sec .txtarea{
		width:60%;
	}
	.cmp_msg_sec .txtarea p:first-of-type{
		margin-top:0;
	}
}
@media(min-width:992px){
	.cmp_msg_sec .imgarea{
		width:250px;
	}
	.cmp_msg_sec .txtarea{
		width:calc(95% - 250px);
	}
}
/* #cmp_cul_sec */
.cmp_cul_sec .imgarea{
	margin-bottom:2rem;
}
.cmp_cul_sec .imgarea img{
	width:100%;
	object-fit:contain;
	max-width:500px;
	border-radius:20px;
}
.cmp_cul_sec .point{
	margin:20px 0;
	padding:1rem;
	background:#fbf7ed;
	border-left:6px solid var(--gold1);
}
.cmp_cul_sec .pointttl{
	margin-bottom:10px;
	color:var(--gold2);
	font-weight:bold;
}
@media(min-width:992px){
	.cmp_cul_sec .flx{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.cmp_cul_sec .imgarea{
		width:45%;
	}
	.cmp_cul_sec .txtarea{
		width:50%;
	}
}
/* #cmp_brand_sec */
.cmp_brand_sec{
	background:#f5f3ed;
}
.afterbra{
	margin-top:2rem;
}
.beforebra{
	margin-bottom:2rem;
}
.cmp_brand_sec .scatter-image img{
	object-fit:contain;
}
@media(min-width:768px){
	.beforebra,.afterbra{
		text-align:center;
	}
	.cmp_brand_sec .scatter-layout{
		grid-template-columns: 1fr minmax(200px, 1.1fr) 1fr;
	}
	.cmp_brand_sec .scatter-item h3{
		font-size:28px;
	}
	.afterbra{
		font-size:18px;
	}
}
@media(min-width:992px){
	.cmp_brand_sec .scatter-item h3{
		font-size:30px;
	}	
}
/* #vision-mission-section */
.vision-mission-section{
  overflow: hidden;
}
.vm-container {
  display: flex;
  flex-direction:column;
  gap: 30px;
  align-items:center;
}
.vm-text-block, .vm-image-small, .vm-image-large {
  width: 100%;
}
.vm-text-block p{
  line-height: 1.8;
	margin-bottom:1rem;
}
.vm-text-block p:last-of-type{
	margin-bottom:0;
}
.vm-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit:cover;
	aspect-ratio:2/1;
}
@media(min-width:500px){
	.vm-container.container{
    flex-direction:row;
    gap:30px 2%;
		flex-wrap:wrap;
		align-items:stretch;
	}
	.vm-text-block{
    flex-basis:100%;
  }
	.vm-image-large,.vm-image-small{
		flex-basis:49%;
	}
	.vm-container img{
		aspect-ratio:4/3;
	}
}
@media(min-width:768px) and (max-width:1199px){
	.flex-row-reverse .vm-image-large{
		order:1;
	}
	.flex-row-reverse .vm-image-small{
		order:2;
	}
}
@media(min-width:768px){
	.vm-image-large{
		flex-basis:59%;
		transition-delay:.4s;
	}
	.vm-image-small{
		flex-basis:39%;
		transition-delay:.2s;
	}
	.vm-image-large img{
		aspect-ratio:2/1;
	}
	.vm-image-small img{
		aspect-ratio:unset;
		height:100%;
	}
}
@media (min-width:1200px){
  .vm-container.container{
		padding-right:0;
		max-width:100%;
    flex-direction:row;
		gap:1%;
  }
  .flex-row-reverse .vm-container.container{
    flex-direction:row-reverse;
		padding-right:15px;
		padding-left:0;
  }
  .vm-text-block{
    flex: 1.2;
		padding:0 3%;
  }
	.vm-container img{
		height:100%;
	}
  .vm-image-small{
    flex:0.8;
  }
  .vm-image-large {
    flex: 1.5;
  }
}
@media(min-width:1320px){
	.vm-container{
		max-width:1320px;
	}
}
/* #cmp_value_sec */
.cmp_value_sec{
	background:#fbf7ed;
}
.cmp_value_sec .ul_ill_txt{
	margin-top:2rem;
}
.ul_ill_txt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.ul_ill_txt li {
  display: flex;
	flex-direction:column;
  align-items: center;
  row-gap:15px;
  padding: 25px;
  border-radius: 15px;
  background-color: #fff;
}
.ul_ill_txt li .ill {
  flex-shrink: 0;
  width:200px;
  height:130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul_ill_txt li .ill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color:#fbf7ed;
  border-radius: 50%;
  z-index: 0;
}
.ul_ill_txt li .ill img {
  width: 70%;
  height: auto;
  position: relative;
  z-index: 1;
	object-fit:contain;
}
.ul_ill_txt li .txt .ttl {
  font-size: 20px;
  font-weight: bold;
  color:var(--gold2);
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
	justify-content:center;
}
.ul_ill_txt li .txt .desc {
  font-size: 15px;
  color: #555;
  margin: 0;
}
@media(min-width:550px){
	.ul_ill_txt li {
		flex-direction:row;
		column-gap:20px;
	}
	.ul_ill_txt li .txt {
		flex: 1;
	}
	.ul_ill_txt li .ill{
		width:100px;
		height:100px;
	}
	.ul_ill_txt li .txt .ttl{
		justify-content:flex-start;
	}
}
@media(min-width:768px){
	.ul_ill_txt li .ill {
    width: 140px;
    height: 140px;
	}
	.ul_ill_txt li .txt .ttl{
		font-size:22px;
	}
}
@media(min-width:992px){
	.ul_ill_txt li .ill {
    width:180px;
	}
  .ul_ill_txt{
    grid-template-columns:1fr 1fr;
    gap: 30px;
  }
}
/* #cmp_prof_sec */
.cmp_prof_sec .flx{
	margin-bottom:40px;
}
.cmp_prof_sec .img{
	margin-bottom:2rem;
}
.cmp_prof_sec .img img{
	object-fit:contain;
	width:100%;
	max-width:500px;
}
.dl_cmp dt{
  padding:13px 5px 10px;
}
.dl_cmp dd{
  padding:0 5px 13px;
  margin-bottom:0;
  border-bottom:1px solid var(--border-color);
}
.dl_cmp dt:first-of-type{
  border-top:1px solid var(--border-color);
}
.dl_cmp a{
	color:var(--gold1);
	font-weight:500;
}
.dl_cmp a:hover,.dl_cmp a:focus{
	opacity:0.8;
}
.cmp_prof_sec .flx2>div{
	padding:20px;
	background:#f5f3ed;
	box-shadow:2px 4px 10px rgba(129, 101, 31, 0.16);
}
.cmp_prof_sec .recarc{
	margin-bottom:2rem;
}
.cmp_prof_sec .flx2 .ttl{
	font-size:20px;
	padding-bottom:5px;
	margin-bottom:13px;
	font-weight:bold;
	border-bottom:1px solid var(--gold1);
}
.cmp_prof_sec .mapimg{
	text-align:center;
	margin-top:25px;
}
.cmp_prof_sec .mapimg img{
	width:100%;
	max-width:300px;
	object-fit:contain;
}
@media(min-width:600px){
  .dl_cmp{
    display:flex;
    flex-wrap:wrap;
  }
  .dl_cmp dt{
    padding:13px 10px;
    width:25%;
    border-bottom:1px solid var(--border-color);
  }
  .dl_cmp dd{
    width:75%;
    padding:13px 10px;
    padding-left:0;
  }
  .dl_cmp dd:first-of-type{
    border-top:1px solid var(--border-color);
  }
	.cmp_prof_sec .flx2>div{
		padding:30px;
	}
}
@media(min-width:768px){
	.cmp_prof_sec .flx,.cmp_prof_sec .flx2{
		display:flex;
		justify-content:space-between;
	}
	.cmp_prof_sec .flx{
		align-items:flex-start;
		flex-direction:row-reverse;
	}
	.cmp_prof_sec .flx2>div{
		width:48%;
		margin-bottom:0!important;
	}
	.cmp_prof_sec .img{
		width:40%;
		margin-bottom:0;
	}
	.cmp_prof_sec .img img{
		max-height:305px;
	}
	.cmp_prof_sec .txtarea{
		width:56%;
	}
	.dl_cmp a.tellink{
		color:var(--black);
		font-weight:inherit;
	}
	.cmp_prof_sec .flx2 .desc{
		min-height:110px;
	}
}
@media(min-width:992px){
	.cmp_prof_sec .flx2 .desc{
		min-height:85px;
	}
}
@media(min-width:1200px){
	.cmp_prof_sec .mapimg img{
		max-width:400px;
	}
	.cmp_prof_sec .flx2 .desc{
		min-height:56px;
	}
	.dl_cmp dd .br1{
		display:none;
	}
}
/*---- #service page ----*/
.page-service #breadcrumb{
  background: #f8f8ff;
}
/* #trouble_sec */
.trouble_sec {
  position:relative;
  background: #f8f8ff;
  overflow: hidden;
}
.trouble_bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(198,166,78,0.06),
    transparent 70%
  );
  z-index: 0;
}
.trouble_sec .container {
  position: relative;
  z-index: 1;
}
.trouble_intro {
  margin-bottom: 40px;
  line-height: 1.9;
}
.trouble_wrap {
  display: flex;
  flex-direction: column;
  gap:14px;
  margin-bottom: 40px;
}
.trouble_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.trouble_list li {
  background: #fff;
  padding: 14px 16px 14px 22px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  position: relative;
}
.trouble_list li + li {
  margin-top: 14px;
}
.trouble_list li::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 10px;
  font-size:30px;
	font-weight:bold;
  color:var(--gold1);
}
.trouble_image {
  text-align: center;
}
.trouble_image img {
  max-width:220px;
  width:100%;
	object-fit:contain;
}
.trouble_summary{
  line-height: 1.9;
  color: #444;
}
.trouble_summary strong {
  color:var(--gold1);
  font-weight: 700;
}
@media(max-width:991px){
	.trouble_summary strong{
		display:block;
	}
}
@media(min-width:768px) and (max-width:991px){
	.trouble_list{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		column-gap:2%;
	}
	.trouble_list>li:first-child{
		margin-top:14px;
	}
	.trouble_list>li{
		padding:20px 16px 16px;
		font-size:14px;
		width:31%;
	}
}
@media (min-width:768px) {
	.trouble_intro,.trouble_summary{
		text-align:center;
	}
  .trouble_intro,
  .trouble_summary {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .trouble_image img {
    max-width: 260px;
  }
}
@media (min-width: 992px){
  .trouble_wrap {
    display: grid;
    grid-template-columns: 1fr 280px 1fr;
    align-items: center;
    gap: 24px;
  }
  .trouble_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .trouble_list.list1 {
    align-items: flex-end;
    text-align: right;
  }
  .trouble_list.list2 {
    align-items: flex-start;
    text-align: left;
		order:2;
  }
  .trouble_list li {
    max-width: 260px;
		text-align:left;
		font-weight:500;
  }
	.trouble_list.list1 li:nth-child(2){
		margin-right:20px;
	}
	.trouble_list.list2 li:nth-child(2){
		margin-left:20px;
	}
  .trouble_image {
		order: 1;
  }
}
@media (min-width: 1200px) {
  .trouble_image img {
    max-width: 300px;
  }
}
/* #solution_sec */
.solution_lead {
  font-weight:600;
	text-align:center;
	color:var(--gold1);
	font-size:18px;
}
.solution_illust {
  margin:20px auto 32px;
	text-align:center;
}
.solution_illust img {
  width: 100%;
  max-width: 220px;
	object-fit: contain;
  opacity: 0.9;
}
.solution_text p {
  margin-bottom: 16px;
  line-height: 1.9;
}
.solution_text p strong{
	color:var(--gold1);
}
@media (min-width: 768px) {
	.solution_lead{
		font-size:20px;
	}
	.solution_inner {
		text-align: center;
	}
  .solution_illust img {
    max-width: 240px;
  }
	.solution_text p{
		text-align:center;
	}
	.solution_text p:nth-child(3) br:nth-child(1),.solution_text p:nth-child(2) br:nth-child(1){
		display:none;
	}
}
@media (min-width: 992px) {
	.solution_lead{
		font-size:22px;
	}
  .solution_illust img {
    max-width: 260px;
  }
  .solution_text p{
    font-size:17px;
  }
	.solution_text p:nth-child(2) br{
		display:none;
	}
}
/* #service_sec */
.service_block {
  max-width: 1200px;
  margin: 0 auto;
}
.service_lead {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.service_image img {
  width: 100%;
  height:200px;
	object-fit:cover;
	display: block;
}
.service_text {
	padding-top:2rem;
	padding-bottom:60px;
}
.service_list {
  margin: 16px 0 24px;
  padding-left: 1.2em;
	list-style:none;
}
.service_list li{
  position: relative;
  margin-bottom:8px;
  line-height:1.6;
	color:var(--gold2);
}
.service_list li::before{
  content:"";
  position: absolute;
	top:9px;
  left:-1.2em;
	width:10px;
	height:10px;
	border-radius:50%;
	background:var(--gold1);
}
.service_note {
  margin: 20px 0;
  background:#f5f3ed;
  padding: 12px 16px;
  border-radius: 6px;
	color:var(--gold2);
}
.job16list{
	padding-left:0;
	list-style:none;
}
.job16list>li{
	display:inline-block;
	text-align:center;
	border-radius:50px;
	padding:6px 20px;
	color:#fff;
	font-weight:500;
	background:#D89595;
	margin-bottom:15px;
	margin-right:10px;
}
.job16list>li:last-child{
	margin-right:0;
}
@media(min-width:576px){
	.service_image img{
		height:300px;
	}
}
@media(min-width:768px){
	.service_image img{
		height:350px;
	}
}
@media (min-width: 992px){
  .service_sec {
    padding: 80px 0;
  }
  .service_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    text-align: left;
    max-width: 1400px;
  }
  .service_image img {
		border-radius:8px;
    height: 100%;
    border-radius: 12px;
  }
  .service_text {
    padding: 40px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .service_block.reverse {
    direction: rtl;
  }
  .service_block.reverse > * {
    direction: ltr;
  }
	.service_list li{
		font-weight:600;
	}
}
/* #career_sec */
.career_sec{
	background:#faf7ef;
}
.career_intro p {
  margin-bottom: 16px;
}
.career_routes {
  margin: 40px 0;
}
.career_route{
  background:#fdfcf8;
  padding: 20px;
  margin-bottom: 24px;
	box-shadow:7px 7px 1px rgba(198, 166, 78, 0.7);
}
.career_route h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
	color:var(--gold2);
}
.career_route ul {
  padding-left: 1.2em;
}
.career_route li {
  margin-bottom: 6px;
}
.career_flow {
  margin: 48px 0;
}
.career_flow_title {
  font-size: 1.3rem;
  margin-bottom: 24px;
}
.career_flow_list {
  list-style: none;
  padding: 0;
}
.career_flow_list li {
  background:#fff;
  border-left: 4px solid #C8928F;
  padding: 16px;
  margin-bottom: 12px;
}
.career_flow_list .step {
  font-weight: 700;
  color:#C8928F;
  display: block;
  margin-bottom: 6px;
}
.career_note {
  font-size: 0.9rem;
  color: #666;
  margin-top: 12px;
}
.career_item {
  border-bottom: 1px solid var(--border-color);
	transition:all .3s;
}
.career_item:hover{
	background:#fff;
}
.career_toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 40px 16px 10px;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
  cursor: pointer;
  position: relative;
	transition:all .3s;
}
.career_item:hover .career_toggle{
	color:#C8928F;
}
.career_toggle:focus-visible {
  outline: 2px solid #c6a64e;
  outline-offset: 4px;
}
.toggle_icon{
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #C8928F;
  border-bottom: 2px solid #C8928F;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.career_toggle[aria-expanded="true"] .toggle_icon {
  transform: translateY(-50%) rotate(-135deg);
}
.career_panel {
  padding:16px 10px;
}
@media(min-width:768px){
	.career_intro p br{
		display:none;
	}
	.career_intro p br.br1{
		display:inline;
	}
	.career_industry{
		display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
	}
	.career_industry .career_flow_title{
		width:100%;
	}
	.career_item{
		width:49%;
	}
	.career_panel{
		padding:16px 12px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.career_panel p{
		font-size:15px;
	}
}
@media (min-width: 992px) {
	.career_intro p{
		text-align:center;
		margin-bottom:0;
	}
	.career_intro p:last-child{
		margin-top:16px;
	}
	.career_intro p br.br1{
		display:none;
	}
  .career_routes {
    display: flex;
    gap: 24px;
  }
  .career_route {
    flex: 1;
    margin-bottom: 0;
  }
	.career_flow_list{
		display:flex;
		flex-wrap:wrap;
		column-gap:1%;
	}
	.career_flow_list li{
		width:24%;
	}
}
/* #jp_level_sec */
.jp_level_sec {
  background: #f8f9f8;
	background:-webkit-linear-gradient(top,#eaebea,#f8f9f8 70%, #fff);
	background:linear-gradient(to bottom,#eaebea,#f8f9f8 70%, #fff);
}
.jp_level_title {
  text-align: center;
  margin-bottom: 16px;
}
.jp_level_lead {
  text-align: center;
  margin-bottom:10px;
}
.jp_level_lead br{
	display:none;
}
.bubble_list {
  list-style: none;
  padding: 0;
}
.bubble_list li {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.jp_trouble_wrap {
  position: relative;
  margin:10px 0 32px;
  text-align: center;
}
.jp_trouble_center img {
  max-width: 220px;
  height: auto;
  z-index: 1;
  position: relative;
}
.jp_trouble_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jp_trouble_list li {
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin: 12px auto;
}
.jp_view {
  margin-top: 24px;
}
.jp_level_cards {
  margin:40px 0 56px;
}
.jp_card {
  background: linear-gradient(135deg, #e6f3f0, #eaf6fb);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
.jp_card h3 {
  margin-bottom: 12px;
}
.jp_card h3 span {
  font-size: 0.9rem;
  font-weight: normal;
  margin-left: 6px;
}
.jp_eval_title {
  margin-bottom: 12px;
}
.jp_eval_list {
  margin: 16px 0;
  padding-left: 1.2em;
}
.jp_eval_list li {
  margin-bottom: 8px;
}
.jp_eval_note {
  margin-top: 16px;
	font-size:18px;
  font-weight: 600;
  color:#C8928F;
}
@media(min-width:576px){
	.jp_level_lead{
		text-align:center;
	}
	.jp_level_title br{
		display:none;
	}
}
@media(min-width:576px) and (max-width:991px){
	.jp_level_lead br{
		display:inline;
	}
}
@media(min-width:768px){
	.jp_view{
		text-align:center;
	}
	.jp_trouble_center img {
  	max-width:240px;
	}
}
@media (min-width: 992px) {
  .jp_view {
    margin-top: 0;
  }
	.jp_view br{
		display:none;
	}
  .jp_level_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
	.jp_eval_note{
		font-size:20px;
	}
  .jp_trouble_wrap {
		margin-top:30px;
    min-height: 360px;
  }
  .jp_trouble_center {
    position: absolute;
    top: 50%;
    left: 50%;
		-webkit-transform: translate(-50%, calc(-50% + 30px))!important;
    transform: translate(-50%, calc(-50% + 30px))!important;
  }
	.jp_trouble_center.scroll-in{
		-webkit-transform:translate(-50%,-50%)!important;
		transform:translate(-50%,-50%)!important;
	}
	.jp_trouble_center img {
  	max-width:260px;
	}
  .jp_trouble_list li {
    position: absolute;
		max-width:320px;
  }
  .jp_trouble_list li:nth-child(1) {
    top: 0;
    left: 10%;
  }
  .jp_trouble_list li:nth-child(2) {
    top:4%;
    right: 5%;
  }
  .jp_trouble_list li:nth-child(3) {
    bottom: 20%;
    left: 0;
  }
  .jp_trouble_list li:nth-child(4) {
    bottom: 0;
    right: 10%;
  }
  .jp_trouble_list li:nth-child(5) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
	.service_list.jp_eval{
		text-align:center;
	}
	.jp_evaluation{
		text-align:center;
	}
	.service_list.jp_eval li{
		display:inline-block;
		padding-left:1.2em;
		margin-right:24px;
		font-size:17px;
	}
	.service_list.jp_eval li::before{
		left:0;
	}
	.service_list.jp_eval li:last-child{
		margin-right:0;
	}
}
@media(min-width:1200px){
	.jp_trouble_center img {
  	max-width:280px;
	}
}
/* #vision_sec */
.vision_sec{
	background:rgba(252, 233, 226, 0.7);
	background:-webkit-linear-gradient(bottom right, rgba(255, 228, 228, 0.7), rgba(255, 251, 239, 0.8));
  background:linear-gradient(to top left, rgba(255, 228, 228, 0.7), rgba(255, 251, 239, 0.8));
}
.vision_title {
  margin-bottom: 32px;
}
.vision_text p {
  line-height: 1.9;
  margin-bottom: 24px;
}
.vision_text p:last-child{
	margin-bottom:0;
}
.vision_text strong {
  color:#bb7773;
  font-weight:700;
}
@media(min-width:576px){
	.vision_text{
		text-align:center;
	}
}
@media(min-width:768px){
	.vision_inner {
		text-align: center;
	}
	.sp_br{
		display: none;
	}
	.vision_text p{
		font-size:18px;
	}
}
@media(min-width:992px){
	.vision_text p:last-child br:first-of-type{
		display:none;
	}
}
/*---- #contact page ----*/
.beforefaq .br1{
	display:none;
}
.beforefaq{
	margin-bottom:60px;
}
.beforefaq p{
	margin-bottom:1rem;
}
.beforefaq p:last-child{
	margin-bottom:0;
}
.faq_tab_buttons {
  display: flex;
  gap:12px 10px;
  justify-content: center;
  margin-bottom:10px;
  flex-wrap: wrap;
}
.faq_tab_btn {
  padding: 10px 20px;
  border:2px solid #92c5d0;
	color:#21759b;
  background: #fff;
  cursor: pointer;
  border-radius:50px;
  font-weight: 600;
	transition:all .3s;
	min-width:140px;
}
.faq_tab_btn:hover,.faq_tab_btn:focus{
	border-color:#c2e4eb;
	opacity:0.8;
	background:#c2e4eb;
}
.faq_tab_btn.is-active {
  background:#6fa7c3;
  color: #fff;
  border-color:#6fa7c3;
	pointer-events:none;
}
.faqtab {
  display: none;
}
.faqtab.is-active {
  display: block;
}
.dl_faq{
  margin-left:auto;
  margin-right:auto;
  max-width:900px;
  border-bottom:1px solid #ccc;
}
.dl_faq dt button{
	width:100%;
	display:block;
	background:rgba(255, 255, 255, 0);
	border-radius:0;
	border:0;
	text-align:left;
  position:relative;
  padding:12px 26px 12px 5px;
  border-top:1px solid #ccc;
	transition:all .3s;
}
.dl_faq dt button:hover,.dl_faq dt button:focus{
	opacity:0.8;
}
.dl_faq dt p{
  font-weight:500;
}
.dl_faq dt button::before,.dl_faq dt button::after{
  content:'';
  position:absolute;
  transition:all .3s;
  background:#92c5d0;
  width:17px;
  height:3px;
}
.accTrigger{
  cursor:pointer;
}
.dl_faq dt button::before{
  top:calc(50% + 1px);
  right:6.5px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
}
.dl_faq dt button::after{
  top:50%;
  right:8px;
  -webkit-transform:rotate(90deg) translateY(-50%);
  transform:rotate(90deg) translateY(-50%);
}
.dl_faq dt.open button::before{
  opacity:0;
}
.dl_faq dt.open button::after{
  -webkit-transform:rotate(0deg) translateY(-50%);
  transform:rotate(0deg) translateY(-50%);
}
.accdetail{
  display:none;
}
.dl_faq dd{
  padding:8px 5px 0;
}
.dl_faq dd .entry-body{
  padding-top:0;
}
.before_ctt{
	margin-bottom:40px;
}
.before_ctt.hasfaq{
	margin-top:80px;
}
.contact_tel_box{
  margin-bottom:50px;
}
.ctt_sec .h3org{
	text-align:center;
}
.contact_tel_lead{
  line-height: 1.8;
  color: #4b4b4b;
}
.contact_tel_label{
	text-align:center;
  margin:20px 0 6px;
  font-size:.95rem;
  color: #4b4b4b;
  opacity: .9;
}
.contact_tel_number{
	margin:0 auto;
	width:250px;
	max-width:100%;
  display:flex;
  align-items:center;
  justify-content: center;
  gap: 10px;
  padding:14px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 1.35rem;
  line-height: 1;
  color: #fff;
  background:#59B8E6;
  box-shadow:0 5px 5px rgb(8 34 47 / 10%);
	font-family:var(--inter);
}
.contact_tel_number i{
  font-size:80%;
  opacity: .95;
}
.contact_tel_number:hover,.contact_tel_number:focus-visible{
	color:#fff;
  filter:brightness(1.1);
	-webkit-transform:translateY(3px);
  transform:translateY(3px);
	box-shadow:none;
  outline: none;
}
.contact_tel_note{
	text-align:center;
  margin: 10px 0 0;
  font-size: .95rem;
  color: #4b4b4b;
  opacity: .9;
}
.beforeform{
	margin-bottom:40px;
}
.form_add{
  max-width:900px;
  margin:0 auto;
  background:#f1f1f1;
  padding:20px;
}
.form_add p{
  color:#666;
	font-size:15px;
}
.wpcf7-turnstile{
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}
@media(min-width:500px){
  .ctt_sec h2,.telWrap p{
    text-align:center;
  }
  .telWrap .tellink{
    justify-content:center;
  }
  .telWrap,.form_add{
    padding:20px;
  }
}
@media(min-width:768px){
	.faq_tab_buttons{
		margin-bottom:2rem;
	}
	.faq_tab_btn{
		padding:15px 30px;
		font-size:17px;
		letter-spacing:1px;
		min-width:200px;
	}
	.dl_faq dt button{
		padding-top:14px;
		padding-bottom:14px;
	}
	.before_ctt{
		margin-bottom:60px;
	}
	.contact_tel_box,.beforeform{
		text-align:center;
	}
	.contact_tel_number{
		font-size:2rem;
		color:#59B8E6;
		background:rgba(255, 255, 255, 0);
		box-shadow:none;
		border-radius:0;
		width:fit-content;
		padding:5px 0;
	}
	.form_add{
		padding:30px;
	}
}
@media(min-width:992px){
	.beforefaq,.before_ctt{
		text-align:center;
	}
	.dl_faq dt button{
		padding:14px 36px 14px 10px;
	}
	.dl_faq dt button::before{
		right:11px;
	}
	.dl_faq dt button::after{
		right:12.5px;
	}
}
@media(min-width:992px) and (max-width:1199px){
	.beforefaq .br1{
		display:inline;
	}
}
/*---- #recruit ----*/
/* archive */
:root {
  --logo-primary: #E1B6A9;
  --logo-accent-gold: #C6A64E;
  --logo-light: #F1EBE8;
  --theme-main: #D9A79B;
  --theme-sub: #CBBE8A;
  --theme-bg: #FBF7ED;
  --theme-bg-soft: #F5F3ED;

  --cta-main: #D79B8C;
  --cta-sub: #BDAF78;

  --text-main: #4B4B4B;
  --text-sub: #7A726D;
  --line: #C8BAA4;

  --accent-blue: #59B8E6;
  --theme-color: var(--theme-main);
 --theme-color2: var(--accent-blue);
 --ink: var(--text-main);
 --muted: var(--text-sub);
 --line: var(--line);
 --card: #ffffff;
 --bg: var(--theme-bg-soft);
}
.rec_intro{
	margin-bottom:40px;
}
.rec_intro p{
	margin-bottom:1rem;
}
.rec_intro p:last-child{
	margin-bottom:0;
}
.jobs_head{
  margin-bottom: 18px;
}
.jobs_note{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
}
.jobs_list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
	padding-left:0;
	list-style:none;
}
.jobcard{
  background: var(--card);
}
.jobcard_link{
  display: block;
  border-radius: 14px;
  text-decoration: none;
	color:var(--black);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.jobcard_thum{
	aspect-ratio:3/2;
	overflow:hidden;
}
.jobcard_thum img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all .3s;
}
.jobcard_link:hover .jobcard_thum img,.jobcard_link:focus .jobcard_thum img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.jobcard_body{
  padding: 18px 16px 14px;
}
.jobcard_title{
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--ink);
}
.jobcard_meta{
  margin: 0 0 12px;
  display: grid;
  gap: 6px;
  color: var(--muted);
  line-height: 1.6;
  font-size: .92rem;
}
.jobcard_company{
  color: var(--ink);
  font-weight: 600;
}
.jobcard_loc{
  position: relative;
  padding-left: 1.1em;
}
.jobcard_loc::before{
  content:"●";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color);
  font-size: .7em;
  line-height: 2.2;
}
.jobcard_tags{
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .85rem;
  color: var(--ink);
  background: #fff;
  white-space: nowrap;
}
.tag_more{
  color: var(--theme-color);
  border-color: rgba(26,143,122,.28);
  background: rgba(26,143,122,.06);
}
.jobcard_kpi{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
.jobcard_kpi.list{
	margin-bottom:40px;
}
.jobcard_kpi.list .badge{
	margin-bottom:10px;
}
.badge{
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .9rem;
  border: 1px solid var(--line);
  background: var(--bg);
	color:var(--black);
}
a:hover .badge{
	color:var(--black);
}
.badge_pay{
  color: var(--ink);
}
.badge_type{
  color: var(--theme-color);
  border-color: rgba(26,143,122,.26);
  background: rgba(26,143,122,.06);
}
.badge_gray{
  color: #445;
  border-color: rgba(60,70,80,.18);
  background: rgba(60,70,80,.06);
}
.jobcard_sub{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 8px;
}
.jobcard_chip{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .88rem;
  color: var(--muted);
}
.jobcard_chip .icon{
  color: var(--theme-color2);
  font-weight: 700;
}
.jobcard_time{
  margin: 0;
  font-size: .85rem;
  color: var(--muted);
}
.jobcard_footer{
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: flex-end;
}
.jobcard_cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color);
  font-weight: 700;
}
.jobcard_cta::after{
  content:"→";
}
.p_search_ttl{
	font-weight:500;
	font-size:20px;
	margin-bottom:30px;
}
/* hover */
@media (hover:hover){
  .jobcard_link:hover{
		-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0,0,0,.09);
  }
  .jobcard:hover .jobcard_title{
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media(min-width:500px){
  .jobs_list{
    grid-template-columns: 1fr 1fr;
    gap:16px;
  }
}
@media (min-width: 768px){
  .jobcard_body{ padding: 20px 18px 14px; }
	.p_search_ttl{
		font-size:24px;
	}
}
@media (min-width: 992px){
	.p_search_ttl{
		font-size:28px;
	}
	.rec_intro p{
		text-align:center;
	}
	.jobs_list{
    grid-template-columns: 1fr 1fr 1fr;
	}
  .jobcard_title{ font-size: 1.1rem; }
}
@media (min-width:1200px){
	.jobs_list{
    grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
/* single */
.single_rec_head{
	margin-bottom:40px;
	padding-bottom:20px;
	position:relative;
}
.single_rec_head::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(215, 174, 140, 0.8);
	background:-webkit-linear-gradient(left,rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
	background:linear-gradient(to right, rgba(215, 140, 140, 0.8), rgba(202, 174, 55, 0.8));
}
.single_rec_head.hasthum .thum{
	margin-bottom:2rem;
	text-align:center;
}
.single_rec_head.hasthum .thum img{
	width:100%;
	max-width:600px;
	max-height:500px;
	object-fit:contain;
	filter:drop-shadow(0 6px 18px rgba(0,0,0,.06));
}
.single_rec_head h1{
	line-height:1.5;
	font-weight:600;
}
.jobcard_kpi.single{
	margin-top:20px;
}
.jobcard_kpi a.badge{
	color:var(--black)!important;
	justify-content:center;
	min-width:70px;
	text-align:center;
	font-size:15px;
	padding:10px 12px;
}
.jobcard_kpi a.badge:hover,.jobcard_kpi a.badge:focus,.jobcard_kpi a.badge.current{
	background:#e8e1ca;
}
.jobcard_kpi a.badge.current{
	pointer-events:none;
}
.job_overview span{
	color:var(--green2);
	font-weight:600;
}
.job_overview{
	margin-bottom:40px;
}
.job_overview p{
	margin-bottom:10px;
}
.jobdesc.entry-body{
	padding-bottom:40px;
}
.jobdesc.entry-body,.jobdesc.entry-body p{
	font-size:16px;
}
.dl_rec{
	margin-bottom:0;
}
.dl_rec dt{
  padding:13px 5px 10px;
	color:var(--green2);
	font-size:15px;
}
.dl_rec dd{
	position:relative;
  padding:0 5px 13px;
	font-size:15px;
	margin-bottom:0;
	border-bottom:1px solid var(--border-color);
}
.dl_rec dt:first-of-type{
		border-top:1px solid var(--border-color);
}
.dl_rec dd span[class^="dd_"]{
	display:block;
}
.dl_rec p,.dl_rec a{
	font-size:15px;
}
.rec_form_sec{
	margin-top:60px;
}
.before_rec_form{
	margin-top:40px;
	font-weight:700;
	font-size:17px;
}
.before_rec_form span{
	font-size:115%;
	margin:0 2px;
}
.rech3{
	padding:12px 20px;
	border-radius:5px;
	background:#f5f3ed;
}
@media(min-width:768px){
  .dl_rec{
    display:flex;
    flex-wrap:wrap;
  }
  .dl_rec dt{
    padding:15px 10px;
    width:25%;
		border-bottom:1px solid var(--border-color);
  }
  .dl_rec dd{
    width:75%;
    padding:15px 10px;
		padding-left:15px;
  }
	.dl_rec dd:first-of-type{
		border-top:1px solid var(--border-color);
	}
}
@media(min-width:992px){
	.rec_img_txt.flx{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.rec_img_txt.flx .imgarea{
		width:45%;
		margin-bottom:0;
	}
	.rec_img_txt.flx .txtarea{
		width:50%;
	}
	.rec_img_txt .txtarea p{
		font-size:17px;
	}
  .dl_rec dt,.dl_rec dd{
    padding-top:1rem;
    padding-bottom:1rem;
  }
	.rec_form_sec>h2,.rec_form_sec>p{
		text-align:center;
	}
}
@media(min-width:1200px){
	.rec_img_txt.flx .imgarea{
		width:40%;
	}
	.rec_img_txt.flx .txtarea{
		width:55%;
	}
}
@media(min-width:768px){
	.single_rec_head.hasthum{
		display:flex;
		flex-direction:row-reverse;
		column-gap:4%;
		align-items:center;
	}
	.single_rec_head.hasthum .thum{
		width:46%;
		margin-bottom:0;
	}
	.single_rec_head.hasthum .txtarea{
		width:50%;
	}
}
@media(min-width:992px){
	.single_rec_head h1{
		font-size:32px;
	}
}
/*---- #entry page ----*/
.entry-btn-area.a_btn{
	margin-top:2rem;
}
.entry-btn-area.a_btn>a{
	font-size:19px;
	padding:15px 20px;
}
@media(min-width:768px){
	.entry-btn-area.a_btn>a{
		width:380px;
		font-size:22px;
		padding:18px 25px;
	}
}
/*---- #privacy-policy page ----*/
.detail-wrap{
	padding:20px 0;
}
.pri_sec h2{
	font-weight:700;
	line-height:1.4;
}
.pri_sec p{
	margin-bottom:1rem;
}
.pri_sec p:last-child{
	margin-bottom:0;
}
.ul_pri{
	padding-left:16px;
	margin-top:1rem;
}
.ul_pri>li{
	margin-bottom:7px;
}
.pri_sec a{
	margin:0 3px;
	color:var(--gold2);
	text-decoration:underline;
}
.pri_sec a:hover,.pri_sec a:focus{
	opacity:0.8;
	text-decoration:none;
}
@media(min-width:768px){
	.pri_sec h2{
		font-size:24px;
	}
}
@media(min-width:992px){
	.pri_sec h2{
		font-size:26px;
	}
}
/* #footer */
.site-footer {
	background:#f5f3ed;
	padding:40px 0;
}
.ftrwidget{
	display:flex;
	justify-content:center;
}
.ftrlogo{
	margin-bottom:1rem;
}
.ftrlogo .custom-logo-link img{
	width:200px;
}
.ftrttl{
	font-weight:700;
	color:#666;
}
.ftrsub{
	font-size:15px;
}
.ftr_sns{
	padding-left:0;
	list-style:none;
	margin-top:24px;
	display:flex;
	justify-content:center;
	column-gap:16px;
}
.ftr_sns a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:52px;
	height:auto;
	aspect-ratio:1/1;
	background:var(--gold1);
	color:#faf7ef;
	font-size:22px;
	border-radius:50%;
}
.ftr_sns a:hover,.ftr_sns a:focus{
	background:#fff;
	color:var(--gold1);
}
.site-footer-nav{
	margin-top:30px;
	padding-top:20px;
	border-top:1px solid var(--border-color);
}
.site-footer-menu,.site-footer-menu ul{
	padding-left:0;
	margin-left:0;
	list-style:none;
}
.site-footer-menu li{
	margin-bottom:7px;
}
.site-footer-menu>li>a{
	color:#666;
	font-weight:700;
	font-size:17px;
}
.site-footer-menu .sub-menu{
	margin-top:6px;
	margin-bottom:2rem;
}
.site-footer-menu>li:last-of-type .sub-menu{
	margin-bottom:0;
}
.site-footer-menu .sub-menu a{
	color:var(--black);
}
.site-footer-menu .sub-menu a:hover,.site-footer-menu .sub-menu a:focus{
	opacity:0.8;
}
.ftr-copy{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid var(--border-color);
	font-size:13px;
	font-weight:400;
	color:#888;
}
@media(min-width:380px){
	.site-footer-menu .sub-menu>li{
		display:inline-block;
		min-width:170px;
		margin-right:20px;
	}
	.site-footer-menu .sub-menu>li:last-child{
		margin-right:0;
	}
}
@media(min-width:600px){
	.ftrlogo .custom-logo-link img{
		width:250px;
	}
	.site-footer-menu .sub-menu{
		margin-bottom:1rem;
	}
	.site-footer-menu .sub-menu>li{
		min-width:unset;
		margin-right:2rem;
	}
}
@media(min-width:600px) and (max-width:991px){
	.ftrinfo{
		text-align:center;
	}
}
@media(min-width:992px){
	.site-footer .container{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:flex-start;
	}
	.ftrwidget{
		width:250px;
	}
	.site-footer-nav {
    margin-top:0;
    border-top:none;
	}
	.site-footer-menu{
		display:flex;
		column-gap:20px;
	}
	.site-footer-menu>li{
		width:170px;
	}
	.site-footer-menu .sub-menu>li{
		display:block;
	}
	.ftr-copy{
		width:100%;
	}
	.ftr_sns{
		justify-content:flex-start;
	}
}
@media(min-width:1200px){
	.site-footer-menu>li{
		width:190px;
	}
}
/* #cta_scr */
.anchor {
	scroll-margin-top: calc(var(--header-height, 80px) + 20px);
}
.cta_scr{
	position:fixed;
	z-index:2;
	bottom:30px;
	right:-110%;
	opacity:0;
	transition:all .2s;
	filter:drop-shadow(2px 2px 4px rgba(129, 101, 31, 0.2));
}
.cta_scr.active{
	opacity:1;
	right:20px;
}
.cta_scr a{
	display:flex;
	flex-direction:column;
	color:#fff;
	background:#64b8e0;
	row-gap:3px;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:5px;
	padding:10px;
	text-align:center;
}
.cta_scr a:first-child{
	margin-bottom:10px;
}
.cta_scr i{
	font-size:20px;
	transition:all .3s;
}
.cta_scr span{
	font-size:11px;
	display:none;
}
.cta_scr a:hover,.cta_scr a:focus{
	filter:brightness(1.2);
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px);
}
@media(min-width:1110px){
	.cta_scr{
		bottom:50%;
		-webkit-transform:translateY(50%);
		transform:translateY(50%);
		border-radius:5px 0 0 5px;
		box-shadow:2px 2px 4px rgba(129, 101, 31, 0.2);
		filter:none;
		background:#64b8e0;
		width:80px;
	}
	.cta_scr.active{
		right:0;
	}
	.cta_scr a{
		width:100%;
		height:80px;
		padding:10px 5px;
		row-gap:5px;
	}
	.cta_scr a:hover,.cta_scr a:focus{
		-webkit-transform:translate(0);
		transform:translate(0);
	}
	.cta_scr i{
		font-size:26px;
	}
	.cta_scr a:hover i,.cta_scr a:focus i{
		-webkit-transform:translateY(-3px);
		transform:translateY(-3px);
	}
	.cta_scr a:first-child{
		margin-bottom:0;
		border-bottom:1px dotted #fff;
	}
	.cta_scr span{
		display:inline;
		font-weight:500;
		white-space:nowrap;
	}
}