@charset "UTF-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  /* border-collapse: collapse; */ /* border-spacing: 0; */
}

/* アニメーション
-------------------------------------*/
/* ScrollTrigger マーカーを強制的に非表示にする */
.gsap-marker-scroller-end,
.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start {
  display: none !important;
}

/*fadein*/
.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.8s ease, translate 0.8s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

/*片側から出現*/
.animated__clipView {
  clip-path: inset(0 100% 0 0); /*before (出現前)*/
  transition: clip-path 0.8s ease;
}

/*after (出現後)*/
.animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

/*左からスライドするアニメーション*/
.animated__slideIn--left {
  opacity: 0; /*before (出現前)*/
  transition: opacity 0.5s ease, translate 0.5s ease;
  translate: -1000px;
}

.animated__slideIn--left.js-show {
  opacity: 1;
  translate: 0;
}

/*右からスライドするアニメーション*/
.animated__slideIn--right {
  opacity: 0; /*before (出現前)*/
  transition: opacity 0.5s ease, translate 0.5s ease;
  translate: 1000px;
}

.animated__slideIn--right.js-show {
  opacity: 1; /*before (出現前)*/
  translate: 0;
}

/* ========================================
  @media screen and (min-width: 768px),print 
======================================== */
@media screen and (min-width: 768px), print {
/* base
-------------------------------------*/
body {
  font-size: 16px;
  /* overflow-x: hidden; */
  overflow: clip;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #3A3A3A;
}

/*pc・タブレットcss*/
/*pc_defaultset*/
.pc {
  display: block !important;
}
/*pcのみ表示ブロック*/
.pc2 {
  display: inline-block !important;
}
/*pcのみ表示ブロック*/
.sp,
.sp2 {
  display: none !important;
}
/*スマホのみ表示ブロック*/
.h_menu {
  display: none;
}
/*スマホ用ヘッダ*/
.sp-header {
  display: none;
}
/*スマホ用メニュー*/
#sp-global-nav {
  display: none;
}
/*スマホ用メニュー*/
.sp-fix-list {
  display: none;
}
/* Antialiasing ※任意　*/

/* header
-------------------------------------*/
header {
  position: relative;
  z-index: 10;
}

.l-header .l-header__inner {
	display: flex;
	justify-content: space-between;
}

.l-header .l-header__logo {
	display: flex;
	gap: 0 46px;
}

.l-header .l-header__logo a {
	display: block;
	padding-block: 36px 0;
	padding-inline: 58px 0;
}

.l-header .l-header__logo-txt {
	padding-block: 55px 0;
  padding-block: clamp(0.75rem, -1.042rem + 3.73vw, 3.438rem);  
}

.l-header__right {
  display: flex;
  gap: 0 71px;
}

.l-header .l-header__nav {
	padding-block: 36px 0;
}

.l-header .l-header__nav-lists {
	align-items: center;
	display: flex;
	gap: 0 40px;
}

.l-header .l-header__nav-list a {
	font-size: 18px;
  font-size: clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.8888888889;
}

.l-header .l-header__contact a {
	background: #67A163;
	border-radius: 0 0 0px 20px;
	color: #ffffff;
	display: block;
	padding-block: 24px 23px;
	padding-inline: 35px 44px;
}

.l-header .l-header__contact .top {
	align-items: center;
	display: flex;
	gap: 0 10px;
	margin-bottom: 5px;
	position: relative;
	left: -6px;
}

.l-header .l-header__contact .top .en {
	color: #1B4B18;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
}

.l-header .l-header__contact .bottom {
	text-align: center;
	position: relative;
	left: 8px;
}

.l-header .l-header__contact .bottom p.jp {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4;
}

/* pullnavi */
#pullnavi {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-100%);
}
#pullnavi.upMove {
  opacity: 0;
  transform: translateY(-100%);
}
#pullnavi.dwMove {
  opacity: 1;
  transform: translateY(0);
}

#pullnavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#pullnavi {
  background: #fff;
  width: 100%;
  box-shadow: 0px 3px 20px #00000029;
}
#pullnavi .inbox {
  width: 100%;
  min-width: 1280px;
  height: 70px;
  margin: 0px auto 20px auto;
  padding-top: 14px;
  position: relative;
}

/* pc-menu
-------------------------------------*/



/* side-fix
-------------------------------------*/
.side-fix {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 10;
}

/* g-nav
-------------------------------------*/


/* footer
-------------------------------------*/
.copyright {
  font-size: 14px;
  text-align: center;
  padding: 20px 0px;
  display: block;
}

.l-footer {
	background: #4C4A4A;
  position: relative;
}

.l-footer .l-footer__inner {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	padding-block: 47px 0px;
	width: min(95%, 1370px);
	position: relative;
	left: 39px;
}

.l-footer .l-footer__logo a {
	display: block;
	padding: 8px;
}

.l-footer .l-footer__inner p.footer-address{ color: #fff;
padding: 10px 0 0 7px;
        font-size: 14px;}

.l-footer .l-footer__nav {
	padding-block: 29px 0;
}

.l-footer .l-footer__nav-lists {
	align-items: center;
	display: flex;
	gap: 0 38px;
}

.l-footer .l-footer__nav-list a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.8888888889;
}

.l-footer .l-footer__copyright {
	margin-bottom: -20px;
	margin-inline: auto;
	padding-block: 54px 0;
	width: min(95%, 1440px);
}

.l-footer .l-footer__copyright .copyright {
	color: #BCBBBB;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-align: right;
}

/* end-contact
-------------------------------------*/
.p-end-bnr {
	background: #5B5959;
  position: relative;
}

.p-end-bnr .l-inner.l-end-bnr {
	padding-block: 81px 0;
}

.p-end-bnr .p-end-bnr__en {
	color: #D7D7D7;
	font-size: 235px;
  font-size: clamp(10rem, 6.875rem + 6.51vw, 14.688rem);
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: -171px;
  margin-bottom: clamp(-171px, -2.865vw - 116px, -138px);
	opacity: 0.1;
	text-align: center;
}

.p-end-bnr .p-end-bnr__jp {
	color: #ffffff;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 2.56px;
	line-height: 1.75;
	margin-bottom: 127px;
	text-align: center;
}

.p-end-bnr .p-end-bnr__txt {
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1.1px;
	line-height: 1;
	margin-bottom: 21px;
	text-align: center;
}

.p-end-bnr .p-end-bnr__btn {
	text-align: center;
}

.p-end-bnr .p-end-bnr__btn a {
	align-items: center;
	background: #67A163;
	border-radius: 90px;
	display: block;
	display: flex;
	gap: 0 9px;
	justify-content: center;
	margin-inline: auto;
	padding-block: 39px 41px;
	position: relative;
	width: min(95%, 1100px);
}

.p-end-bnr .p-end-bnr__btn a::after {
	background: url(../images/common/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 39px;
	position: absolute;
	right: 331px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-end-bnr .p-end-bnr__btn a span.icon img {
	height: auto;
	width: 40px;
}

.p-end-bnr .p-end-bnr__btn a span.txt {
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
}

/* recaptcha
-------------------------------------*/
.grecaptcha-badge {
  z-index: 30;
}

/* common
-------------------------------------*/
body {
  width: min(100%,1920px);
  margin-inline: auto;
}

.seo_bread_list {
  width: 1200px;
  margin: 0 auto 20px;
}
.seo_bread_list li {
  margin-right: 20px;
  float: left;
}
.seo_bread_list li::after {
  content: " >";
}
.seo_bread_list li:last-child::after {
  content: "";
}

.fit img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none;
  overflow-x: hidden;
}

/* chrome画質悪化の対策*/
img {
  image-rendering: -webkit-optimize-contrast;
}

/* WEB FONTs 游ゴシックかすれ予防*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
.f-min {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-min-02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.f-gothic-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-gothic-old {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-gothic-zen {
  font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-gothic-maru {
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-lato {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #3A3A3A;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #3A3A3A;
}
a:hover {
  text-decoration: underline;
}
.nobd a:hover {
  text-decoration: none !important;
}

/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

/* リンク透明 */
a img:hover {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/* リンク透明にしない */
.noop a img:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face {
  font-family: "jp-sttl01";
  /* お好きな名前にしましょう */
  src: url("../font/.eot");
  /* IE9以上用 */
  src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  /* iOS, Android用 */
  /* 念の為指定しておきます */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.myWebFontClass {
  font-family: "jp-sttl01";
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1700px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1700px) {
/* .p-end-bnr .p-end-bnr__en {
  margin-bottom: -10.059vw;
} */

.p-end-bnr .p-end-bnr__jp {
	margin-bottom: 7.471vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1550px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1550px) {
.l-header .l-header__logo {
  display: flex;
  gap: 0 2.968vw;
}

.l-header .l-header__logo a {
  display: block;
  padding-block: 2.323vw 0;
  padding-inline: 3.742vw 0;
}

.l-header .l-header__logo a img {
  width: 10.3vw;
}

.l-header .l-header__logo-txt img {
  width: 21.2vw;
}

/* .l-header .l-header__logo-txt {
  padding-block: 3.548vw 0;
} */

.l-header__right {
  display: flex;
  gap: 0 4.581vw;
}

.l-header .l-header__nav {
  padding-block: 2.323vw 0;
}

.l-header .l-header__nav-lists {
  align-items: center;
  display: flex;
  gap: 0 2.581vw;
}

.l-header .l-header__contact a {
  background: #67A163;
  border-radius: 0 0 0px 1.29vw;
  color: #ffffff;
  display: block;
  padding-block: 1.548vw 1.484vw;
  padding-inline: 2.258vw 2.839vw;
}

.l-header .l-header__contact .top {
  align-items: center;
  display: flex;
  gap: 0 0.645vw;
  margin-bottom: 0.323vw;
  position: relative;
  left: -0.387vw;
}

.l-header .l-header__contact .top .en {
  color: #1B4B18;
  font-size: 1.29vw;
  font-weight: 700;
  letter-spacing: 0.129vw;
  line-height: 1;
}

.l-header .l-header__contact .bottom {
  text-align: center;
  position: relative;
  left: 0.516vw;
}

.l-header .l-header__contact .bottom p.jp {
  color: #ffffff;
  font-size: 1.29vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1500px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1500px) {
.l-footer .l-footer__inner {
  left: 0;
}
}
  

/* ========================================
   @media screen and (max-width: 1200px) 
======================================== */
@media screen and (max-width: 1200px) {
  html {
    overflow: auto;
  }
  body {
    overflow: visible;
  }
}

/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
html {
  font-size: 62.5%;
}
body {
  overflow: hidden;
  font-size: 3.6vw;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #3A3A3A;
}
.pc,
.pc2 {
  display: none !important;
}
/*pcのみ表示ブロック*/
.sp {
  display: block !important;
}
/*スマホのみ表示ブロック*/
.sp2 {
  display: inline-block !important;
}
/*スマホのみ表示ブロック*/
.no-br {
  display: none;
}
/*スマホでbrを解除したい場合に使用*/
.sp_display_block {
  display: block !important;
}
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu {
  display: none;
}
.side-fix {
  display: none;
}
.fix-list {
  display: none;
}
#pc-menu-open {
  display: none;
}
#g-nav {
  display: none;
}

/* sp-header
-------------------------------------*/
.sp-header {
 
}

.sp-header .h-logo {
  display: flex;
  gap: 0 1.932vw;
}

.sp-header .h-logo a {
  padding-block: 3.382vw 0;
  padding-inline: 4.106vw 0;  
  display: block;
}

.sp-header .h-logo a img {
  width: 18.116vw;
  height: auto;
}

.sp-header .l-header__logo-txt {
  padding-block: 5.072vw 0;
}

.sp-header .l-header__logo-txt img {
  width: 34.783vw;
  height: auto;
}

.sp-header .h-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 97;
}

.sp-header .h-menu img {
  width: 18.357vw;
  height: auto;
}

  /* sp-global-nav
-------------------------------------*/
nav#sp-global-nav .h-logo {
  display: flex;
  gap: 0 1.932vw;
  margin-bottom: 12.802vw;
}

nav#sp-global-nav .h-logo a {
  padding-block: 3.382vw 0;
  padding-inline: 4.106vw 0;  
  display: block;
}

nav#sp-global-nav .h-logo a img {
  width: 18.116vw;
  height: auto;
}

nav#sp-global-nav .l-header__logo-txt {
  padding-block: 5.072vw 0;
}

nav#sp-global-nav .l-header__logo-txt img {
  width: 34.783vw;
  height: auto;
}

nav#sp-global-nav {
  z-index: 99;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  box-sizing: border-box;
  background: #fff;
  color: #3A3A3A;
}

nav#sp-global-nav .open-close-01 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 98;
}

nav#sp-global-nav .open-close-01 img {
  width: 18.357vw;
  height: auto;
}

nav#sp-global-nav .open-color-Box {

}

nav#sp-global-nav .open-color-Box-list {
  width: 62.319vw;
  margin-inline: auto;  
  margin-bottom: 14.493vw;
}

nav#sp-global-nav .open-color-Box-list li a {
  font-size: 5.797vw;
  line-height: 14.976vw;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

nav#sp-global-nav .open-color-Box-list-txt {
  text-align: center;
  font-size: 3.623vw;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.181vw;
  text-decoration: none;
  display: block;
  margin-bottom: 2.899vw;
}

nav#sp-global-nav .open-color-Box-list-btn {
  margin-bottom: 9.662vw;
}

nav#sp-global-nav .open-color-Box-list-btn a {
  border-radius: 21.739vw;
  background: #67A163;
  padding: 4.831vw 9.903vw;
  display: flex;
  align-items: center;
  gap: 0 2.657vw;
  width: min(95%,91.7vw);
  margin-inline: auto;
  position: relative;
}

nav#sp-global-nav .open-color-Box-list-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9.42vw;
  background: url(../images/common/btn_arrow.svg) no-repeat center center / contain;
  width: 2.899vw;
  height: 5.797vw;
}

nav#sp-global-nav .open-color-Box-list-btn a span.icon {

}

nav#sp-global-nav .open-color-Box-list-btn a span.icon img {
  width: 9.662vw;
  height: auto;
}

nav#sp-global-nav .open-color-Box-list-btn a span.txt {
  color: #fff;
  font-size: 4.348vw;
  font-weight: 500;
}

nav#sp-global-nav .open-color-Box-logo {
  text-align: center;
}

nav#sp-global-nav .open-color-Box-logo img {
  width: 35.266vw;
  height: auto;
}

  /* side-fix
-------------------------------------*/
.side-fix {
  display: none !important;
}
.sp-fix-list {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 96;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.sp-fix-list .tel {
}
.sp-fix-list .icon {
}

/* end-contact
-------------------------------------*/
.p-end-bnr {
	background: #5B5959;
  position: relative;
}

.p-end-bnr .l-inner.l-end-bnr {
	padding-block: 16.01vw 0;
}

.p-end-bnr .p-end-bnr__en {
	color: #D7D7D7;
	font-size: 19.565vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: -13.077vw;
	opacity: 0.1;
	text-align: center;
}

.p-end-bnr .p-end-bnr__jp {
	color: #ffffff;
	font-size: 5.314vw;
	font-weight: 500;
	letter-spacing: 1.76px;
	line-height: 1.6363636364;
	margin-bottom: 17.908vw;
	text-align: center;
}

.p-end-bnr .p-end-bnr__txt {
	color: #ffffff;
	font-size: 3.623vw;
	font-weight: 500;
	letter-spacing: 0.75px;
	line-height: 1;
	margin-bottom: 3.106vw;
	text-align: center;
}

.p-end-bnr .p-end-bnr__btn {
	text-align: center;
}

.p-end-bnr .p-end-bnr__btn a::after {
	background: url(../images/common/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 5.797vw;
	position: absolute;
	right: 9.729vw;
	top: 50%;
	transform: translateY(-50%);
	width: 2.899vw;
}

.p-end-bnr .p-end-bnr__btn a {
	align-items: center;
	background: #67A163;
	border-radius: 21.739vw;
	display: flex;
	gap: 0 1.174vw;
	/* justify-content: center; */
	margin-inline: auto;
	padding-block: 4.831vw;
	width: min(95%, 91.7vw);
	position: relative;
	padding-inline: 10vw 0;
}

.p-end-bnr .p-end-bnr__btn a span.icon img {
	height: auto;
	width: 9.662vw;
}

.p-end-bnr .p-end-bnr__btn a span.txt {
	color: #ffffff;
	font-size: 4.348vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
}

/* sp-page-top
-------------------------------------*/
.sp-page-top a {
  text-align: center;
  display: block;
  padding: 5vw 3vw;
}
.sp-page-top a img {
  width: 20vw;
  height: auto;
}

/* footer
-------------------------------------*/
.l-footer {
	background: #4C4A4A;
	padding-block: 0 24.155vw;
  position: relative;
}

.l-footer .l-footer__inner {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	padding-block: 6.56vw 0px;
	width: min(95%, 75.845410628vw);
}

.l-footer .l-footer__inner p.footer-address{ color: #fff;
padding: 2vw 0 5vw 0;
        font-size:3.38vw;}

.l-footer .l-footer__logo {
	margin-bottom: 15.908vw;
	order: 2;
	text-align: center;
}

.l-footer .l-footer__logo a {
	display: block;
	padding: 1.932vw;
}

.l-footer .l-footer__nav {
	margin-bottom: 1.382vw;
	order: 1;
	padding-block: 0;
}

.l-footer .l-footer__nav-lists {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8vw 4.8vw;
}

.l-footer .l-footer__nav-list a {
	color: #ffffff;
	font-size: 4.348vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.8888888889;
}

.l-footer .l-footer__copyright {
	margin-bottom: 0;
	margin-inline: auto;
	padding-block: 0;
	text-align: center;
	width: 100%;
}

.l-footer .l-footer__copyright .copyright {
	color: #ffffff;
	color: #BCBBBB;
	display: block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
}

/* copyright
-------------------------------------*/
.copyright {

}

/* recaptcha
-------------------------------------*/
.grecaptcha-badge {
  bottom: 22vw !important;
  z-index: 30;
}

  /* common
-------------------------------------*/
.seo_bread_list {
  width: 100%;
  padding: 2vw 2vw 3.5vw;
  margin: 0 auto;
  font-size: 3.2vw;
  color: #666;
  line-height: 1.6;
}
/*.seo_bread_list{display: none;}*/
.seo_bread_list a {
  color: #666;
}
.seo_bread_list li {
  margin-right: 1.5vw;
  float: left;
}
.seo_bread_list li::after {
  content: ">";
}
.seo_bread_list li:last-child::after {
  content: none;
}

.fit img {
  object-fit: cover;
}
.wysiwyg img {
  width: auto !important;
  height: auto !important;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: none;
  overflow-x: hidden;
}

/* chrome画質悪化の対策*/
img {
  image-rendering: -webkit-optimize-contrast;
}

/* 2カラムサイト---------------- */
#tow-cl #side {
  display: none;
}

/* WEB FONTs 游ゴシックかすれ予防*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

.f-min {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-min-02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.f-gothic-02 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f-gothic-old {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-gothic-zen {
  font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-gothic-maru {
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-lato {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*:focus {
  outline: none !important;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

body {
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #3A3A3A;
}
a:hover {
  text-decoration: underline;
}
.nobd a:hover {
  text-decoration: none !important;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

/* img-block */
/* アンカーリンク調整 */
.hideAnchor {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: -2vw;
  padding-bottom: 2vw;
}
/* スクロール縦 */
.scroll-y {
  box-sizing: border-box;
  overflow-y: scroll;
  transform: translateZ(0);
}
/* リンク透明 */
a img:hover {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/* リンク透明にしない */
.noop a img:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.sp-ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5vw;
  height: 0;
  overflow: hidden;
}
.sp-ggmap iframe,
.sp-ggmap object,
.sp-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face {
  font-family: "jp-sttl01";
  /* お好きな名前にしましょう */
  src: url("../font/.eot");
  /* IE9以上用 */
  src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  /* iOS, Android用 */
  /* 念の為指定しておきます */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
.myWebFontClass {
  font-family: "jp-sttl01";
}
}

/* ========================================
   @media screen and (max-height: 450px)
======================================== */
@media screen and (max-height: 450px) {
  /* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
  .sp-fix-list {
    display: none;
  }
}
