/*!
Theme Name: frc
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: frc
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.

frc 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 6 Free";
	--jpfont:"Noto Sans JP", sans-serif;
	--enfont:"Noto Sans", sans-serif;
	--deepgl1:#015040;
	--deepgl2:#305900;
	--paleg:#F4FFD2;
}
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,a,button,input,select,optgroup,textarea{
	color:#222;
	font-family:var(--jpfont);
	line-height: 1.7;
}
body,p,ul{
	font-size:17px;
}
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 12px;
	white-space:nowrap;
	background:#000;
	color:#fff;
}
.main-navigation ul ul a:hover,.main-navigation ul ul a:focus{
	background:#404040;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
#tb-nav li.menu-item-has-children{
	position:relative;
}
#tb-nav .sub-menu{
	display:none;
	list-style:none;
	margin:0;
	padding-left:0;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:100;
	background:#fff;
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.6);
}
#tb-nav .sub-menu li{
	border-bottom:1px solid #333;
}
#tb-nav .sub-menu li:last-child{
	border-bottom:none;
}
#tb-nav .sub-menu a{
	display:block;
	text-align:center;
	width:100%;
	padding:7px 15px;
	color:#000;
	white-space:nowrap;
}
#tb-nav .sub-menu a:hover{
	background:#333;
	color:#fff;
}
/* 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:22px;
  margin-bottom:20px;
}
h3{
  font-size:20px;
  margin-bottom:20px;
}
h4{
  font-size:18px;
  margin-bottom:15px;
}
.jp_en_ttl{
	margin-bottom:30px;
	display:flex;
	flex-direction:column;
	align-items:center;
	color:#444;
}
.jp_en_ttl span{
	font-size:30px;
	font-family:var(--enfont);
	font-weight:700;
}
.jp_en_ttl h2{
	font-size:14px;
	font-weight:500;
	margin-bottom:0;
}
@media(min-width:768px){
	h1{
		font-size:30px;
	}
	h2{
		font-size:24px;
	}
	h3{
		font-size:22px;
	}
	h4{
		font-size:20px;
	}
	.jp_en_ttl span{
		font-size:36px;
	}
	.jp_en_ttl h2{
		font-size:15px;
	}
}
@media(min-width:992px){
	h1{
		font-size:36px;
	}
	h2{
		font-size:26px;
	}
	h3{
		font-size:24px;
	}
	.jp_en_ttl span{
		font-size:46px;
	}
	.jp_en_ttl h2{
		font-size:16px;
	}
}
.entry-header{
	display:flex;
	width:100%;
	background:#E4FE94;
	height:150px;
	align-items:center;
	position:relative;
}
.entry-header:before,.entry-header:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	will-change:clip-path;
}
.entry-header:before{
	width:85%;
	background:rgba(199, 246, 89, 0.7);
	-webkit-clip-path:polygon(0 0, 15% 0, 100% 100%, 0% 100%);
	clip-path:polygon(0 0, 15% 0, 100% 100%, 0% 100%);
}
.entry-header:after{
	width:53%;
	background:rgba(181, 238, 48, 0.5);
	-webkit-clip-path:polygon(0 0, 0% 100%, 100% 100%);
	clip-path:polygon(0 0, 0% 100%, 100% 100%);
}
.entry-header .container{
	position:relative;
	z-index:1;
}
.entry-ttl{
	display:table;
	position:relative;
	line-height:1.6;
	margin:0 auto;
	text-align:center;
	color:var(--deepgl1);
}
.entry-ttl span{
	display: block;
}
.entry-ttl .en{
	font-size:30px;
	font-weight:700;
	letter-spacing:1px;
	font-family:var(--enfont);
}
.entry-ttl .jp{
	font-size:16px;
	text-align:center;
	margin:0;
	font-weight:500;
}
@media(min-width:768px){
	.entry-header{
		height:200px;
	}
	.entry-header .container {
		margin-left:auto;
	}
	.entry-ttl .en{
		font-size:42px;
	}
}
@media(min-width:992px){
	.entry-header{
		height:250px;
	}
	.entry-ttl .en{
		font-size:46px;
	}
	.entry-ttl .jp{
		font-size:17px;
	}
}
/* #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{
	background:#000;
}
.header-contents{
	width:100%;
}
.scrolled .header-contents{
	position:fixed;
	z-index:2;
	top:0;
	left:0;
}
.header-contents .hd1{
	height:60px;
	background:#000;
}
.header-contents .container{
	display:flex;
	height:100%;
	align-items:center;
}
.site-header .hd2{
	display:none;
}
.site-title{
	margin:0;
	max-height:100%;
	font-size:17px;
}
.site-title span{
	font-size:30px;
	font-weight:bold;
}
.custom-logo-link img{
	width:fit-content;
	max-width:200px;
	max-height:40px;
	object-fit:contain;
}
#mobile-button{
	position:fixed;
	top:4px;
	right:10px;
	width:45px;
	height:45px;
	z-index:5;
	background:transparent;
	text-align:center;
	cursor:pointer;
	border-radius:0;
	border:none;
}
#mobile-button div{
	position:absolute;
	bottom:-7px;
	left:0;
	width:100%;
	text-align:center;
	color:#E4FF21;
	letter-spacing:1px;
	font-size:11px;
	font-weight:700;
	font-family:var(--enfont);
	transition:all .2;
}
#mobile-button span{
	display:block;
	position:absolute;
	right:50%;
	width:35px;
	height:3px;
	background-color:#E4FF21;
	transition: all 0.5s;
	border-radius:4px;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
}
#mobile-button span:nth-child(1){
	top:20%;
}
#mobile-button span:nth-child(2){
	top:50%;
	-webkit-transform:translate(50%,-50%);
	transform:translate(50%,-50%);
}
#mobile-button span:nth-child(3){
	top:73%;
}
.scrolled #mobile-button {
	position:fixed;
}
.open #mobile-button{
	background:var(--deepgl1);
}
.open #mobile-button div{
	opacity:0;
}
.open #mobile-button span:nth-child(1){
	top:25%;
	-webkit-transform:translate(50%,10px) rotate(-135deg);
	transform:translate(50%,10px) rotate(-135deg);
}
.open #mobile-button span:nth-child(2){
	opacity:0;
}
.open #mobile-button span:nth-child(3){
	top:70%;
	-webkit-transform: translate(50%,-10px) rotate(135deg);
	transform: translate(50%,-10px) rotate(135deg);
}
#mobile-menu{
	display:block;
	background:var(--paleg);
	position:fixed;
	top:0;
	left:-110%;
	width:100%;
	height:100vh;
	transition:all 0.5s;
	padding:50px 20px 40px;
	z-index:3;
}
.site-mobile-menu{
	padding-left:0;
}
.site-mobile-menu li{
	list-style-type: none;
}
.site-mobile-menu li a{
	display:block;
	color:var(--deepgl1);
	font-weight:700;
}
.site-mobile-menu>li>a{
	padding:1rem;
}
.open #mobile-menu{
	left:0;
}
.site-mobile-menu>li.menu-item-has-children>a {
  position:relative;
}
.site-mobile-menu>li.menu-item-has-children>a::before,.site-mobile-menu>li.menu-item-has-children>a::after {
	content:'';
	position:absolute;
	top:50%;
	width:15px;
	height:2px;
	background:var(--deepgl1);
	transition:all .3s;
}
.site-mobile-menu>li.menu-item-has-children>a::before{
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children>a::after{
	right:11px;
	top:calc(50% - 1px);
	-webkit-transform:rotate(90deg) translateY(-50%);
	transform:rotate(90deg) translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::before {
  opacity: 0;
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::after{
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}
.site-mobile-menu ul.sub-menu{
  padding-left:15px;
	margin-left:0;
  display:none;
}
.site-mobile-menu ul.sub-menu>li>a{
  display:block;
  padding:7px 5px;
	font-size:16px;
	font-weight:500;
}
.site-mobile-menu a:not([href]):not([class]){
	color:var(--deepgl1);
}
#site-navigation {
	display: none;
}
#tb-nav,#tb-nav ul{
	padding-left:0;
	list-style:none;
}
@media(min-width:600px){
	#mobile-menu,#mobile-button {
		display: none;
	}
}
@media(min-width:600px) and (max-width:991px){
	.header-contents .hd1{
		height:50px;
	}
	.header-contents .container{
		justify-content:center;
	}
	.custom-logo-link img{
		max-height:35px;
	}
	.site-header .hd2{
		display:block;
		background:#000;
		border-top:1px solid #888;
	}
	#tb-nav{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	#tb-nav>li{
		text-align:center;
		width:25%;
	}
	#tb-nav li a{
		width:100%;
		display:inline-block;
		padding:7px 10px;
		font-size:16px;
	}
	#tb-nav>li>a{
		border-right:1px solid #888;
		border-bottom:1px solid #888;
		color:#fff;
		font-weight:700;
		white-space:nowrap;
	}
	#tb-nav>li>a:hover{
		background:#888;
	}
	#tb-nav>li>a:not([href]):not([class]){
		color:#fff;
	}
	#tb-nav>li:nth-child(5)>a{
		border-left:1px solid #888;
	}
}
@media(min-width:992px){
	#site-navigation{
		display: block;
	}
	.header-contents{
		padding:5px 0;
	}
	#pc-nav{
		display:flex;
		align-items:center;
		justify-content:flex-end;
	}
	#pc-nav>li{
		text-align:center;
		margin-right:24px;
	}
	#pc-nav>li:last-child{
		margin-right:0;
	}
	#pc-nav>li>a{
		display:block;
		padding:10px 0;
		font-size:17px;
		color:#fff;
		font-weight:700;
		position:relative;
	}
	#pc-nav>li>a::after{
		content:'';
		position:absolute;
		bottom:3px;
		left:0;
		width:0;
		height:2px;
		background:#E4FF21;
		transition:all .3s;
	}
	#pc-nav>li>a:hover::after,#pc-nav>li>a:focus::after,#pc-nav>li.current-menu-item>a::after{
		width:100%;
	}
	#pc-nav>li.current-menu-item>a{
		pointer-events:none;
	}
	#pc-nav>li>a:not([href]):not([class]){
		color:#fff;
		cursor:pointer;
	}
	#pc-nav>li>a::after{
		content: attr(data-desc);
		display: block;
		font-size: 13px;
	}
}
@media(min-width:1200px){
	#pc-nav>li{
		margin-right:30px;
	}
}
body.no-sidebar #sidebar{
  display: none;
}
.notfound-siteContent .entry-content{
  padding-top:40px;
  padding-bottom:40px;
}
#breadcrumb {
	padding:10px 0;
}
#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;
}
.page-section {
	padding:40px 0;
}
@media(min-width:768px){
	#breadcrumb ul {
		padding-inline-start: 40px;
	}
}
.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;
}
.pagination-wrap{
	margin-top:40px;
}
.pagination{
	justify-content:center;
}
.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:3px;
	width:40px;
	height:40px;
	margin:0 5px;
	font-weight:bold;
}
.nav-links a{
	color:#fff;
	background:#8CB80C;
	text-decoration:none;
}
.nav-links span,.nav-links a:hover{
	background:#e6ff99;
	color:#60B300;
}
.nav-links a.next,.nav-links a.prev {
	background:transparent;
	width:fit-content;
	color:#8CB80C;
	padding:0;
}
.nav-links a.next:hover,.nav-links a.prev:hover{
	opacity:0.8;
	color:#8CB80C;
}
/* a_btn */
.a_btn a{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#000;
	font-size:15px;
	font-weight:700;
	padding:8px 20px 5px;
	width:100%;
	background:#CCFF51;
	box-shadow:0 5px 0 rgba(141, 192, 13, 0.7);
}
.a_btn.en a{
	font-family:var(--enfont);
}
.a_btn.bg_g a{
	background:#60B300;
	color:#fff;
	box-shadow:0 5px 0 rgba(141, 192, 13, 0.7);
}
.a_btn a::after{
	content:'\f138';
	font-family:var(--fontawesome);
	font-weight:700;
	display:block;
	margin-left:1rem;
	font-size:130%;
}
.a_btn a:hover,.a_btn a:focus{
	-webkit-transform:translateY(5px);
	transform:translateY(5px);
	box-shadow:none!important;
	background:#faff72;
}
.a_btn.bg_g a:hover,.a_btn.bg_g a:focus{
	background:#77de01;
}
.a_btn.jus_cntr{
	display:flex;
	justify-content:center;
}
/*---- #information #achievements ----*/
.a_cat{
	display:inline-block;
	padding:3px 10px;
	font-size:14px;
	font-weight:500;
	color:#446E1A;
	background:#dbf5c0;
	text-align:center;
}
a.a_cat{
	min-width:80px;
}
a.a_cat:hover,a.a_cat:focus,.a_cat.current{
	color:#446E1A;
	background:#b2e97a;
}
.ul_cat{
	padding-left:0;
	list-style:none;
	margin-bottom:40px;
}
.ul_cat li{
	display:inline-block;
	margin-bottom:10px;
	margin-right:1rem;
}
.ul_cat li:last-child{
	margin-right:0;
}
.p_date{
	display:inline-block;
	font-size:16px;
	font-family:var(--enfont);
	color:#848484;
}
.date_cat .p_date,.singlehead .a_cat{
	margin-right:1rem;
}
.singlehead .a_cat:last-child{
	margin-right:0;
}
.singlehead .p_date,.singlehead .a_cat{
	margin-bottom:10px;
}
.singlehead{
	padding-bottom:20px;
	border-bottom:1px solid #A6DF0B;
}
.singlettl{
	font-weight:700;
	line-height:1.5;
	margin-bottom:0;
}
.entry-body.post-content{
	padding:40px 0 60px;
}
.singlethum{
	margin-top:40px;
	text-align:center;
}
.singlethum img{
	width:100%;
	max-width:720px;
	max-height:720px;
	object-fit:contain;
}
.single-btn-wrap{
	display:flex;
	justify-content:center;
}
.single-btn-wrap a{
	font-weight:700;
	justify-content:center;
	align-items:center;
	color:#305900;
}
.single-btn-wrap a{
	display:inline-flex;
	font-size:18px;
	padding:0 1rem;
  border-bottom:1px solid #305900;
}
.single-btn-wrap a::after{
	content:'\f138';
	font-family:var(--fontawesome);
	font-weight:700;
	display:block;
	margin-left:10px;
	font-size:130%;
	transition:all .3s;
}
.single-btn-wrap a:hover::after{
	-webkit-transform:translateX(5px);
	transform:translateX(5px);
}
.ul_info,.ul_arc,.ul_info_top{
	padding-left:0;
	list-style:none;
}
.ul_info li a{
	display:block;
	padding:12px 3px;
	border-bottom:1px solid #ccc;
}
.ul_info_top li a{
	display:block;
	padding:12px 3px;
	border-bottom:1px dotted #ccc;
}
.ul_info li a:hover,.ul_info li a:focus,.ul_info_top li a:hover,.ul_info_top li a:focus{
	opacity:0.8;
}
.ul_info li:first-child a{
	border-top:1px solid #ccc;
}
.ul_info_top li:first-child a{
	border-top:1px dotted #ccc;
}
.ul_info .date_cat{
	margin-bottom:10px;
}
.ul_info h3,.ul_arc h3{
	font-size:16px;
	font-weight:700;
	line-height:1.5;
	margin-bottom:0;
}
.ul_info h3{
	color:#444;
}
.ul_info_top h3{
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.5;
	margin-bottom:0;
}
.ul_info_top .p_date{
	font-size:14px;
}
.ul_arc li{
	margin-bottom:20px;
}
.ul_arc li a{
	display:block;
	padding:7px 10px 15px;
	/*background:#d2ff4a;
	border-left:10px solid #97de44;
	box-shadow:5px 5px 0 rgba(152, 211, 68, 0.6);*/
	background:#EBEBEB;
	border-left:10px solid #CDCDCD;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}
.ul_arc li a:hover,.ul_arc li a:focus{
	-webkit-transform:translate(3px,3px);
	transform:translate(3px,3px);
	box-shadow:none;
}
.ul_arc h3{
	color:#222;
}
.ul_arc .p_date{
	margin-bottom:5px;
}
.ul_arc .more{
	margin-left:auto;
	display:none;
	align-items:center;
	color:#848484;
	font-size:14px;
}
.ul_arc .more::after{
	content:'\f138';
	display:block;
	font-size:120%;
	font-family:var(--fontawesome);
	font-weight:700;
	margin-left:15px;
	transition: all .3s;
}
.ul_arc a:hover .more::after,.ul_arc a:focus::after{
	-webkit-transform:translateX(5px);
	transform:translateX(5px);
}
@media(max-width:767px){
	.ul_info .date_cat .p_date,.ul_arc .p_date{
		font-size:14px;
	}
	.ul_arc h3{
		font-size:15px;
	}
}
@media(min-width:600px){
	.ul_info li a{
		display:flex;
		padding:15px 3px;
	}
	.ul_info_top li a{
		display:flex;
	}
	.ul_info .date_cat{
		width:200px;
		margin-bottom:0;
		margin-right:20px;
	}
	.ul_info_top .p_date{
		margin-right:20px;
	}
	.ul_arc li a{
		display:flex;
		justify-content:space-between;
		padding:10px 16px;
	}
	.ul_arc .p_date{
		width:90px;
		margin-right:10px;
		margin-bottom:0;
	}
	.ul_arc h3{
		width:calc(100% - 200px);
		margin-right:10px;
	}
	.ul_arc .more{
		display:inline-flex;
	}
}
@media(min-width:768px){
	.ul_info h3,.ul_arc h3{
		font-size:17px;
	}
	.ul_arc li{
		margin-bottom:25px;
	}
	.ul_arc li a{
		padding:15px 30px;
	}
}
@media(min-width:992px){
	.ul_cat,.ul_info,.cath2,.ul_arc{
		max-width:900px;
		margin-left:auto;
		margin-right:auto;
	}	
	.ul_info_top h3{
		font-size:14px;
	}
}
/*---- #top page ----*/
/* #fv_sec */
.fv_cpt{
	overflow:hidden;
	position:relative;
}
.fv_cpt::before{
	content:'';
	position:absolute;
	bottom:25%;
	left:0;
	width:100%;
	height:45%;
	background:#F3F4F5;
	z-index:-1;
}
.fv_sec .container{
	position:relative;
}
.lightbulb{
	opacity:0.7;
	display:block;
	position:absolute;
	top:20px;
	right:-10%;
	width:280px;
	object-fit:contain;
	max-width:600px;
	animation:lightbulb 2s ease-in-out infinite alternate-reverse;
}
@keyframes lightbulb{
	0%{
		transform:translateY(4px);
	}
	100%{
		transform:translateY(-4px);
	}
}
.fvWrap{
	margin-bottom:50px;
}
.fvWrap h2{
	font-size:20vw;
	color:#60B300;
	font-weight:700;
	margin-bottom:30px;
}
/* top_info_sec */
.infoWrap{
	padding:30px 20px;
	border-radius:20px;
	background:rgba(255,255,255,0.7);
}
.top_info_sec .ttlbtn{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-bottom:15px;
}
.top_info_sec h2{
	font-weight:700;
	font-size:22px;
	margin-bottom:0;
}
.top_info_btn{
	display:inline-block;
}
.top_info_btn a{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#000;
	font-size:14px;
	line-height:1;
}
.top_info_btn a::after{
	content:'\f138';
	font-family:var(--fontawesome);
	font-weight:700;
	display:block;
	margin-left:10px;
	font-size:120%;
	transition:all .2s;
}
.top_info_btn a:hover,.top_info_btn a:focus{
	opacity:0.8;
}
.top_info_btn a:hover::after,.top_info_btn a:focus::after{
	-webkit-transform:translateX(5px);
	transform:translateX(5px);
}
/* cpt_sec */
.cpt_sec{
	position:relative;
}
.cpth2 span{
	display:inline-block;
	color:#fff;
	font-weight:700;
	background:#333;
	padding:8px 10px;
	line-height:1.6;
}
.cpth2 span:first-child{
	margin-bottom:7px;
}
.cpt_sec .a_btn,.top_ofc_sec .a_btn,.top_ctt_sec .a_btn,.top_arc_sec .a_btn{
	margin-top:2rem;
}
/* top_ofc_sec */
.top_ofc_sec .imgarea img{
	object-fit:contain;
	width:500px;
	filter:drop-shadow(3px 3px 5px rgba(0,0,0,0.2));
}
.top_ofc_sec h2{
	font-weight:700;
}
.top_ofc_sec h2 .spell{
	font-size:160%;
}
.top_ofc_sec h2 .kana{
	font-size:70%;
}
/* top_ctt_sec */
.top_ctt_sec{
	background:#444;
}
.top_ctt_sec .jp_en_ttl{
	color:#CCFF51;
}
.top_ctt_sec p{
	color:#fff;
}
@media(max-width:767px){
	.cpth2{
		font-size:20px;
	}
	.top_ofc_sec h2{
		line-height:1.6;
	}
}
@media(min-width:400px){
	/* #fv_sec */
	.fvWrap h2{
		font-size:60px;
		line-height:1.3;
	}
	.fvWrap h2 br:last-of-type{
		display:none;
	}
	.lightbulb{
		right:0;
	}
	/* top_ctt_sec */
	.cpt_sec .a_btn a,.top_ofc_sec .a_btn a,.top_ctt_sec .a_btn a,.top_arc_sec .a_btn a{
		width:250px;
	}
	/* top_ctt_sec */
	.top_ctt_sec p{
		text-align:center;
	}
}
@media(min-width:600px){
	.lightbulb{
		width:400px;
	}
	.fvWrap h2{
		font-size:80px;
		white-space:nowrap;
	}
	.fvWrap h2 br{
		display:none;
	}
}
@media(min-width:768px){
	.fv_sec{
		padding-top:120px;
	}
	.fv_cpt::before{
		height:300px;
	}
}
@media(min-width:992px){
	/* fv_sec */
	.fvWrap{
		margin-bottom:10px;
	}
	.fvWrap h2{
		font-size:120px;
	}
	.fv_cpt::before{
		bottom:10%;
	}
	.lightbulb{
		right:3%;
		width:450px;
	}
	/* top_info_sec */
	.top_info_sec{
		margin-left:auto;
		width:580px;
	}
	.infoWrap{
		background:rgba(255,255,255,0.8);
	}
	.top_info_sec .container{
		padding:0;
	}
	.infoWrap{
		padding:30px;
		border-radius:20px 0 0 20px;
	}
	.top_info_sec h2{
		font-size:20px;
	}
	/* cpt_sec */
	.cpt_sec .container{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.cpt_sec h2{
		width:48%;
		margin-bottom:0;
	}
	.cpt_sec .dtlarea{
		width:48%;
	}
	/* top_arc_sec */
	.top_arc_sec .jp_en_ttl span,.top_ctt_sec .jp_en_ttl span{
		font-size:42px;
	}
	/* top_ofc_sec */
	.top_ofc_sec{
		padding-top:80px;
		padding-bottom:80px;
	}
	.top_ofc_sec .container{
		display:flex;
		flex-direction:row-reverse;
		justify-content:space-between;
		align-items:center;
	}
	.top_ofc_sec .imgarea{
		width:45%;
	}
	.top_ofc_sec .txtarea{
		width:52%;
	}
	.top_ofc_sec h2{
		white-space:nowrap;
	}
}
@media(min-width:1200px){
	.lightbulb{
		right:10%;
		width:500px;
	}
	.fvWrap h2{
		font-size:140px;
	}
	.fvWrap p{
		font-size:20px;
	}
	.cpt_sec h2{
		font-size:32px;
	}
}
/* ---- #about-us page ---- */
.about-us-siteContent #breadcrumb{
	background:#efefef;
}
.abt1{
	position:relative;
}
.abt1::before{
	content:'';
	position:absolute;
	top:-1px;
	left:0;
	width:100%;
	height:150px;
	z-index:-1;
	background:#efefef;
}
.abt1 h2{
	color:#333;
	font-weight:700;
	line-height:1.7;
}
.abt1 h2 span{
	display:inline-block;
	color:#fff;
	background:#000;
	padding:5px 10px;
	margin-right:5px;
}
.abt1 h2 span:first-of-type{
	margin-bottom:7px;
}
.abt_sec p{
	margin-bottom:1rem;
}
.abt_sec p:last-of-type{
	margin-bottom:0;
}
.abt_sec h3{
	font-weight:700;
	line-height:1.5;
	/*padding-bottom:5px;
	border-bottom:3px solid rgba(196, 230, 92, 0.7);*/
}
.abt_sec h3 .sub,.abt_sec h3 .sub2{
	font-size:15px;
}
.abt_sec h3 .sub2{
	margin-left:3px;
}
.srvimg{
	margin-top:0;
}
.srvimg img{
	width:200px;
	max-height:180px;
	object-fit:contain;
}
.abt_sec .a_btn{
	margin:30px auto 0;
}
.abt_sec .a_btn a{
	width:100%;
}
@media(max-width:599px){
	.abt_sec.abt2 h3 .sub{
		font-size:13px;
	}
}
@media(max-width:767px){
	.abt_sec h3{
		font-size:22px;
	}
	.abt_sec.abt2 h3{
		font-size:24px;
	}
	.abt1 h2 span:first-of-type{
		margin-top:7px;
		margin-bottom:7px;
	}
	.abt1 h2 span:last-of-type{
		margin-bottom:7px;
	}
}
@media(min-width:400px){
	.abt_sec .a_btn{
		display:table;
	}
	.abt_sec .a_btn a{
		width:350px;
	}
}
@media(min-width:500px){
	.abt1 h2 .br1,.abt1 h2 .br3{
		display:none;
	}
}
@media(min-width:600px) and (max-width:767px){
	.abt_sec h3{
		text-align:center;
	}
}
@media(min-width:768px){
	.abt1 h2{
		font-size:26px;
		line-height:1.8;
	}
	.abt1 h2 span{
		padding:1px 12px;
		margin-right:10px;
	}
	.abt1 h2 span:last-of-type{
		margin-left:10px;
	}
	.abt1 h2 .br1{
		display:inline;
	}
	.abt1 h2 .br2{
		display:none;
	}
	.abt_sec .desc h3,.abt_sec .desc p,.abt_sec .desc .a_btn{
    clear:none;
	}
	.srvimg{
		float:right;
		width:200px;
		margin:10px 0 20px 30px;
	}
	.srvimg img{
		width:100%;
		max-height:unset;
	}
	.abt_sec h3{
		font-size:26px;
	}
	.abt_sec.abt2 h3{
		font-size:28px;
	}
	.abt_sec h3 .sub, .abt_sec h3 .sub2 {
    font-size:17px;
	}
	.abt_sec .desc::after{
		content:"";
		display:block;
		clear: both;
		max-width:100%;
	}
	.abt_sec .a_btn a{
		font-size:16px;
		padding:10px 20px 8px;
	}
}
@media(min-width:992px){
	.abt1::before{
		height:260px;
	}
	.abt1 h2{
		font-size:30px;
	}
	.abt1 h2 .br1{
		display:none;
	}
	.abt_sec h3 .sub, .abt_sec h3 .sub2{
		font-size:18px;
	}
	.abt_sec h3 .sub{
		margin-right:7px;
	}
	.abt_sec h3{
		font-size:28px;
	}
	.abt_sec.abt2 h3{
		font-size:36px;
	}
	.abt_sec .a_btn{
		margin-top:40px;
	}
}
@media(min-width:1200px){
	.abt1 h2{
		font-size:32px;
		margin-bottom:30px;
	}
	.abt1::before{
		height:300px;
	}
}
/*---- #offco page ----*/
.ofc_img{
	margin-bottom:20px;
	text-align:center;
}
.ofc_img img{
	width:450px;
	object-fit:contain;
}
.ofc_sec1 .o_catch{
	font-size:22px;
	margin-bottom:1rem;
	font-weight:700;
	color:#8CB80C;
}
.o_f_group{
	margin-bottom:50px;
}
.o_f_group .imgarea img{
	width:200px;
	object-fit:contain;
}
.o_f_group h2{
	font-size:20px;
	font-weight:700;
	line-height:1.6;
	padding-bottom:5px;
	border-bottom:3px solid rgba(196, 230, 92, 0.7);
}
.o_f_group .txtarea p{
	margin-bottom:1rem;
}
.o_f_group .txtarea p:last-child{
	margin-bottom:0;
}
.ofc_sec2 .a_btn a{
	max-width:350px;
}
.ofc_sec3 h2,.ofc_sec4 h2{
	font-size:20px;
	font-weight:700;
	line-height:1.6;
}
.chartimg{
	margin-bottom:20px;
}
.chartimg img{
	width:450px;
	object-fit:contain;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
}
.bgpg{
	padding:20px 1rem;
	background:#F4FFD2;
}
.ofc_sec4 h2,.ofc_sec4 h3{
	color:#4E9000;
}
.ofc_sec4 .desc{
	margin-bottom:30px;
}
.ofc_sec4 h3{
	font-size:18px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin-bottom:26px;
}
.ofc_sec4 ul{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
}
.ofc_sec4 ul li{
	width:49%;
	margin-bottom:30px;
}
.ofc_sec4 ul li:last-child{
	margin-bottom:0;
}
.ofc_sec4 ul img{
	object-fit:contain;
	width:150px;
	height:100px;
}
.ofc_sec4 ul p{
	font-weight:700;
	text-align:center;
}
.o_cta.top{
	background:#444444;
}
.o_cta.func{
	background:var(--paleg);
}
.o_cta>div>p{
	margin-bottom:30px;
	font-weight:700;
	line-height:1.8;
}
.o_cta.top>div>p{
	color:#fff;
}
.o_cta.func>div>p{
	color:#333;
}
.o_cta .a_btn{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.o_cta .btn_o1{
	margin-bottom:20px;
}
.ul_fee{
	padding-left:0;
	list-style:none;
}
.ul_fee .inr{
	padding-top:20px;
	background:#f1f1f1;
	box-shadow:0 6px 1px #dfdfdf;
}
.ul_fee>li{
	margin-bottom:40px;
}
.ul_fee h3{
	text-shadow:0 3px 10px rgba(78, 136, 1, 0.5);
	padding:10px 10px 10px 20px;
	width:90%;
	position:relative;
	left:-10px;
	/*background:#fa8774;*/
	background:#6FC200;
	width:calc(100% - 34px);
	color:#fff;
	font-weight:700;
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.2);
	display:flex;
	align-items:center;
}
.ul_fee h3 span{
	display:inline-block;
	padding:3px 8px;
	color:#4e4e4e;
	background:#F8FF21;
	margin-left:7px;
	font-size:14px;
	font-weight:600;
	text-shadow:none;
}
.ul_fee h3::before{
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	background:#015040;
	will-change:clip-path;
	width:10px;
	height:10px;
	-webkit-clip-path:polygon(100% 0, 0 0, 100% 100%);
	clip-path:polygon(100% 0, 0 0, 100% 100%);

}
.ul_fee h3::after{
	content:'';
	position:absolute;
	top:0;
	right:-14px;
	width:15px;
	background:#6FC200;
	height:100%;
	will-change:clip-path;
	-webkit-clip-path:polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
	clip-path:polygon(100% 0, 10% 50%, 100% 100%, 0 100%, 0 0);
}
.ul_fee dl{
	padding:0 1rem 20px;
	margin-bottom:0;
}
.ul_fee dl dt{
	font-size:15px;
	font-weight:400;
}
.ul_fee dl dd{
	font-size:15px;
	font-weight:500;
	margin-bottom:1rem;
}
.feenum,.feenum2{
	font-weight:700;
}
.fluct{
	font-size:15px;
}
.feenum2{
	font-size:17px;
}
.feenum{
	font-size:30px;
	margin-right:4px;
	line-height:1.2;
}
.ul_fee dl dd:last-of-type{
	margin-bottom:0;
}
.ul_fee .br1{
	display:none;
}
.ulfeeadd{
	padding:20px;
	background:#f1f1f1;
	box-shadow:0 6px 1px #dfdfdf;
}
.ulfeeadd h3{
	line-height:1.6;
}
.ulfeeadd ul{
	padding-left:0;
	list-style:none;
	margin-bottom:0;
}
.ulfeeadd ul li{
	margin-bottom:24px;
	font-weight:500;
}
.ulfeeadd ul li .startup{
	color:#4e4e4e;
	background:#F8FF21;
	padding:3px 5px;
	font-size:13px;
	display:block;
	width:fit-content;
	margin-bottom:5px;
}
.ulfeeadd ul li:last-child{
	margin-bottom:0;
}
.ulfeeadd .feenum{
	font-size:28px;
	margin:0 5px;
	vertical-align:bottom;
}
.afterulfee{
	margin-top:20px;
	font-size:14px;
}
@media(min-width:350px){
	.ul_fee h3{
		white-space:nowrap;
	}
}
@media(min-width:400px){
	.bgpg{
		padding:20px;
	}
	.ul_fee dl{
		padding:0 20px 20px;
		display:flex;
		flex-wrap:wrap;
	}
	.ul_fee dl dt{
		width:120px;
		padding-right:10px;
		margin-bottom:1rem;
	}
	.ul_fee dl dd{
		width:calc(100% - 120px);
	}
	.ul_fee .br1{
		display:inline;
	}
}
@media(min-width:600px){
	.ofc_sec4 ul li{
		width:32%;
		margin-bottom:0;
	}
}
@media(min-width:768px){
	.ofc_sec1 .o_catch{
		font-size:28px;
	}
	.o_f_group h2{
		font-size:22px;
	}
	.o_f_group .imgarea img{
		width:250px;
	}
	.ofc_sec3 h2{
		font-size:26px;
	}
	.bgpg{
		padding:40px 30px;
	}
	.ofc_sec4 h2{
		text-align:center;
		font-size:26px;
	}
	.ofc_sec4 h3{
		font-size:22px;
	}
	.ofc_sec4 ul{
		max-width:800px;
		margin:0 auto;
	}
	.ofc_sec4 ul p{
		font-size:18px;
	}
	.ul_fee{
		display:flex;
		justify-content:space-between;		
	}
	.ul_fee>li{
		width:49%;
	}
	.o_cta .a_btn{
		max-width:350px;
	}
	.o_cta .a_btn>a{
		padding:10px 20px 7px;
		font-size:16px;
	}
	.o_cta .btn_o1{
		margin-bottom:25px;
	}
	.o_cta>div>p{
		text-align:center;
		font-size:18px;
	}
	.ulfeeadd{
		padding:30px;
	}
	.ulfeeadd ul{
		display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-end;
	}
	.ulfeeadd ul li{
		width:50%;
	}
	.ulfeeadd ul li:nth-child(3),.ulfeeadd ul li:last-child{
		margin-bottom:10px;
	}
	.afterulfee{
		font-size:15px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.ofc_sec1 .br1{
		display:none;
	}
	.ofc_sec3 h2{
		text-align:center;
	}
}
@media(min-width:992px){
	.ofc_sec1 .container{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.ofc_img{
		width:42%;
		margin-bottom:0;
	}
	.ofc_img img{
		width:100%;
	}
	.ofc_sec1 .txt{
		width:52%;
	}
	.ofc_sec1 .o_catch{
		font-size:32px;
		margin-bottom:20px;
	}
	.o_f_group{
    display:flex;
    flex-direction:row-reverse;
    justify-content:space-between;
    align-items:flex-start;
		margin-bottom:60px;
	}
	.o_f_group .imgarea{
		width:30%;
		margin-bottom:0;
	}
	.o_f_group .imgarea img{
		width:80%;
	}
	.o_f_group .txtarea{
		width:68%;
	}
	.ofc_sec3 .container{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
	}
	.ofc_sec3 .imgarea{
		width:48%;
		margin-bottom:0;
	}
	.ofc_sec3 .txtarea{
		width:48%;
	}
	.ofc_sec4 h2{
    font-size:28px;
	}
	.ofc_sec4 h3{
    font-size:24px;
	}
	.ofc_sec4 .desc{
		text-align:center;
	}
	.ofc_sec4 ul img{
    width:180px;
    height:120px;
	}
	.ul_fee .inr{
		padding-top:30px;
	}
	.ul_fee h3{
    font-size:26px;
    padding:12px 10px 12px 30px;
	}
	.ul_fee h3 span{
		font-size:15px;
		padding:4px 8px;
		margin-left:10px;
	}
	.ul_fee dl{
		padding:0 30px 30px;
	}
	.ul_fee dl dd{
		font-size:16px;
	}
	.feenum{
		font-size:36px;
		line-height:1;
	}
	.ulfeeadd{
		max-width:800px;
		margin:0 auto;
	}
	.ulfeeadd h3{
		font-size:22px;
		text-align:center;
	}
	.ulfeeadd ul li{
		font-size:18px;
	}
	.ulfeeadd .feenum{
		font-size:32px;
		margin:0 10px;
		vertical-align:baseline;
	}
	.ulfeeadd ul li .startup{
		font-size:15px;
		margin-bottom:7px;
	}
	.afterulfee{
		font-size:16px;
		text-align:center;
	}
}
@media(min-width:1200px){
	.ofc_sec1 .o_catch{
		font-size:38px;
		margin-bottom:24px;
	}
	.ofc_img{
		width:46%;
	}
	.ofc_sec1 .txt{
		width:48%;
	}
	.ofc_sec3 .imgarea{
		width:480px;
	}
	.chartimg img{
		width:100%;
	}
	.ofc_sec3 .txtarea{
		width:calc(100% - 530px);
	}
	.ofc_sec3 h2{
		font-size:30px;
	}
	.ul_fee dl dt{
		width:140px;
	}
	.ul_fee dl dd{
		width:calc(100% - 140px);
	}
}
/* ---- #function ---- */
.ul_o_func{
	padding-left:0;
	list-style:none;
}
.ul_o_func>li{
	margin-bottom:30px;
}
.funcinr{
	border-radius:15px;
	background:#F8F8F8;
	padding:20px;
	box-shadow:0 3px 10px #C9C9C9;
}
.funcinr .icon_ttl{
	display:flex;
	align-items:center;
}
.funcinr .thum{
	width:45px;
	margin-right:10px;
	text-align:center;
}
.funcinr .thum img{
	object-fit:contain;
	width:100%;
	max-height:45px;
}
.funcinr>h2,.funcinr .icon_ttl h2{
	font-weight:700;
	line-height:1.6;
	font-size:17px;
	color:#000;
	margin-bottom:0;
}
.funcinr .icon_ttl h2{
	width:calc(100% - 55px);
}
.b_ulf{
	margin-bottom:30px;
	font-size:16px;
}
.func_ctt{
	margin-top:10px;
}
.func_ctt p{
	font-size:14px;
}
@media(min-width:768px){
	.b_ulf{
		text-align:center;
	}
	.ul_o_func{
		display:flex;
		flex-wrap:wrap;
	}
	.ul_o_func>li{
		width:50%;
		padding:0 2%;
	}
	.funcinr{
		height:100%;
	}
}
@media(min-width:992px){
	.ul_o_func>li{
		width:calc(100% / 3);
		margin-bottom:40px;
	}
}
@media(min-width:992px) and (max-width:1399px){
	.ul_o_func>li{
		padding:0 1%;
	}
}
/*---- #company page ----*/
.dl_cmp{
  max-width:880px;
  margin:0 auto;
}
.dl_cmp dt{
  padding:10px 5px 5px;
}
.dl_cmp dd{
  padding:0 5px 10px;
  margin-bottom:0;
  border-bottom:1px solid #ccc;
}
.dl_cmp dt:first-of-type{
  border-top:1px solid #ccc;
}
.dl_cmp dt,.dl_cmp dd,.dl_cmp dd p,.dl_cmp dd a{
	font-size:16px;
}
.dl_cmp dd a.tellink{
	color:#015040;
	font-weight:500;
}
.dl_cmp dd a.tellink:hover{
	opacity:0.8;
}
.dd_file p{
	margin-bottom:5px;
}
.dd_file p:last-child{
	margin-bottom:0;
}
.dd_file a{
	color:#015040;
	font-weight:500;
	display:inline-flex;
	align-items:center;
}
.dd_file a i{
	margin-left:2px;
}
.dd_file a:hover,.dd_file a:focus{
	opacity:0.8;
}
.ul_branch{
	padding-left:0;
	list-style:none;
}
.ul_branch .b_list{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #C4E65C;
}
.ul_branch h3{
	font-weight:700;
	line-height:1.6;
	margin-bottom:10px;
}
.b_add{
	margin-top:5px;
	position:relative;
	padding-left:18px;
}
.b_add i{
	position:absolute;
	top:6px;
	left:0;
	font-size:110%;
	color:#aaa;
}
.b_gmap{
	margin-top:5px;
	padding-left:18px;
}
.b_gmap a{
	color:#015040;
	display:inline-flex;
	align-items:center;
}
.b_gmap a i{
	margin-left:3px;
}
.b_gmap a:hover{
	opacity:0.8;
}
.b_tel{
	margin-top:10px;
}
.b_tel a.tellink{
	font-weight:700;
	font-size:22px;
	display:inline-flex;
	align-items:center;
	color:#60B300;
}
.b_tel a.tellink:hover{
	opacity:0.8;
}
.b_tel a.tellink i{
	font-size:75%;
	margin-right:7px;
}
.b_mail{
	margin-top:10px;
	width:220px;
}
.b_mail button{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:15px;
	font-weight:700;
	padding:7px 15px;
	width:100%;
	background:#60B300;
	border-radius:0;
	border:none;
	box-shadow:0 5px 0 rgba(141, 192, 13, 0.7);
	transition:all .3s;
	line-height:1.7;
}
.b_mail button i{
	margin-right:7px;
}
.b_mail button:hover,.b_mail button:focus{
	-webkit-transform:translateY(5px);
	transform:translateY(5px);
	box-shadow:none!important;
	background:#77de01;
}
.after_branch{
	font-size:16px;
}
@media(min-width:500px) and (max-width:767px){
	.ul_branch .b_tm{
		display:flex;
		align-items:center;
	}
	.b_tel{
		margin-right:20px;
	}
}
@media(min-width:768px){
  .dl_cmp{
    display:flex;
    flex-wrap:wrap;
  }
  .dl_cmp dt{
    padding:13px 10px;
    width:30%;
    border-bottom:1px solid #ccc;
  }
  .dl_cmp dd{
    width:70%;
    padding:13px 10px;
    padding-left:0;
  }
  .dl_cmp dd:first-of-type{
    border-top:1px solid #ccc;
  }
	.dl_cmp dd a.tellink{
		pointer-events:none;
		color:inherit;
		font-weight:inherit;
	}
	.ul_branch{
		display:flex;
		flex-wrap:wrap;
	}
	.ul_branch>li{
		width:50%;
		padding:0 2%;
	}
	.after_branch{
		padding:0 2%;
	}
}
@media(min-width:992px){
  .dl_cmp dt,.dl_cmp dd{
    padding-top:1rem;
    padding-bottom:1rem;
  }
	.dl_cmp dt{
		width:25%;
	}
	.dl_cmp dd{
		width:75%;
	}
}
/*---- #contact page ----*/
.beforeform1{
	font-size:16px;
  margin-bottom:40px;
}
.form_add{
  padding:1rem;
	background:#efffcf;
}
.form_add p{
  color:var(--deepgl2);
	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;
  }
	.form_add{
		padding:20px;
	}
}
@media(min-width:768px){
  .telWrap,.form_add{
    padding:30px;
  }
  .telWrap h2{
    font-size:24px;
  }
  .telWrap .tellink{
    font-size:40px;
  }
  .aftertel{
    font-size:17px;
  }
	.form_add{
		padding:30px;
	}
}
@media(min-width:992px){
  .beforeform1,.beforeform2{
    text-align:center;
  }
  .telWrap h2{
    font-size:26px;
  }
  .aftertel{
    font-size:18px;
  }
}
/*---- #privacy-policy page ----*/
.detail-wrap{
	padding:20px 0;
}
.pri_sec .container>p{
	margin-bottom:20px;
}
.pri_sec ul{
	padding-left:20px;
	margin-bottom:0;
	margin-top:1rem;
}
.pri_sec ul li{
	margin-bottom:10px;
}
@media(min-width:992px){
	.pri_sec h2{
		font-size:24px;
	}
}
/*---- #footer ----*/
.site-footer{
	background:#000;
}
.site-footer>.container{
	padding:40px 15px;
}
.ftrlogo{
	margin-bottom:1rem;
	text-align:center;
}
.ftrlogo a:hover{
	opacity:0.8;
}
.ftrlogo img{
	object-fit:contain;
	width:200px;
}
.ftrname{
	font-size:16px;
	margin-bottom:2rem;
	color:#fff;
	text-align:center;
}
.footermenu{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.footermenu>li{
	width:50%;
	padding-right:10px;
	margin-bottom:15px;
}
.footermenu>li>a,.footermenu>li>a:not([href]):not([class]){
	color:#fff;
	font-size:16px;
	font-weight:500;
	padding:5px 0;
}
.footermenu>li>a:hover{
	opacity:0.8;
}
.ftr-copy{
	text-align:center;
	color:#bbb;
	font-size:13px;
}
@media(min-width:600px){
	.footermenu>li{
		width:calc(100% / 3);
	}
}
@media(min-width:768px){
	.footermenu>li{
		width:25%;
	}
}
@media(min-width:992px){
	.footermenu{
		justify-content:center;
	}
	.footermenu>li{
		width:fit-content;
		padding:0;
		margin-right:35px;
	}
	.footermenu>li:last-child{
		margin-right:0;
	}
}