@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;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

/*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 ※任意　*/

body {
	color: #090909;
	margin-inline: auto;
	width: min(100%, 1920px);
}


/* header
-------------------------------------*/
header {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

header .l-inner.l-header {
	padding-inline: 30px 20px;
}

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

header .l-header__contents-left {
	display: flex;
	gap: 0 30px;
	padding-block: 30px 0;
}

header .l-header__contents-left p {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.3;
}

header .l-header__contents-right {
	display: flex;
	gap: 0 30px;
	padding-block: 20px 0;
}

header .l-header__contents-right .icon {
	display: flex;
	gap: 0 10px;
}

header .l-header__contents-right .links {
	display: flex;
	gap: 0 2px;
}

header .l-header__contents-right .links .link a {
	background: #090909;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1875;
	padding-block: 23px 21px;
	text-align: center;
	width: 240px;
}

/* footer
-------------------------------------*/
footer {
	background: #090909;
	color: #ffffff;
	padding-block: 80px 100px;
	position: relative;
}

footer .l-inner.l-footer {
	margin-inline: auto;
	width: min(95%, 1400px);
}

footer .l-footer__contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: -24px;
}

footer .l-footer__contents-left .logo {
	margin-bottom: 49px;
}

footer .l-footer__contents-left .logo img {
	height: auto;
	width: 319px;
}

footer .l-footer__contents-left .txt {
	font-size: 18px;
  font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	margin-bottom: 24px;
}

footer .l-footer__contents-left .office {
	margin-bottom: 14px;
}

footer .l-footer__contents-left .office.bottom {
	margin-bottom: 35px;
}

footer .l-footer__contents-left .office li a {
	color: #ffffff;
}

footer .l-footer__contents-left .office li p {
	font-size: 14px;
  font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

footer .l-footer__contents-left .icon {
	display: flex;
	gap: 0 20px;
}

footer .l-footer__contents-left .icon img {
	width: 40px;
}

footer .l-footer__contents-right {
	display: flex;
	gap: 0 100px;
	position: relative;
	top: 13px;
}

footer .l-footer__contents-item:nth-child(1) {
	margin-bottom: 28px;
}

footer .l-footer__contents-item a {
	color: #ffffff;
	font-size: 14px;
  font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
}

.copyright {
	color: #9C9C9C;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3333333333;
	margin-inline: auto;
	text-align: right;
	width: min(95%, 1400px);
}

.page-top {
	bottom: 14px;
	position: absolute;
	right: 10px;
}

/* bnr
-------------------------------------*/
.p-bnr {
	background: #090909;
	padding-block: 114px 0;
}

.p-bnr .p-bnr__en {
	margin-bottom: 81px;
	text-align: center;
}

.p-bnr .p-bnr__items {
	display: grid;
	gap: 0 50px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 60px;
	margin-inline: auto;
	width: min(95%, 1600px);
}

.p-bnr .p-bnr__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  grid-template-rows: auto auto 1fr;
}

.p-bnr .p-bnr__item a {
  display: inherit;
  grid-row: inherit;
  grid-template-rows: inherit;
}

.p-bnr .p-bnr__item .img {
	margin-bottom: -62px;
}

.p-bnr .p-bnr__item .btn {
	background: #b18146;
	box-shadow: 0px 10px 20px rgba(9, 9, 9, 0.28);
	color: #ffffff;
	display: block;
	font-size: 20px;
  font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: -47px;
	margin-inline: auto;
	padding-block: 25px;
	position: relative;
	text-align: center;
	width: min(95%, 380px);
}

.p-bnr .p-bnr__item .btn::after {
	background: url(../images/common/bnr_btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2px;
	position: absolute;
	right: 41px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-bnr .p-bnr__item .btn.form::after {
  right: 21px;
}

.p-bnr .p-bnr__item .box {
	background: #ffffff;
	padding-block: 68px 37px;
}

.p-bnr .p-bnr__item .box p {
	font-size: 14px;
  font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
  padding-inline: 16px;
}

.p-bnr .p-bnr__contents {
	border-bottom: 4px solid #ffffff;
	border-top: 4px solid #ffffff;
	color: #ffffff;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	padding-block: 35px;
	width: min(95%, 1100px);
}

.p-bnr .p-bnr__contents-left {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-right: 80px;
}

.p-bnr .p-bnr__contents-center {
	margin-right: 21px;
}

.p-bnr .p-bnr__contents-right {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	position: relative;
	top: 4px;
}

/* bnr02
-------------------------------------*/
.p-tel {
	background: #090909;
	color: #ffffff;
	padding-block: 0 100px;
}

.p-tel .l-inner.l-tel {
	border-bottom: 2px solid #fff;
	margin-inline: auto;
	padding-block: 190px 45px;
	width: min(95%, 1100px);
}

.p-tel .p-tel__txt {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2;
	margin-bottom: 34px;
	text-align: center;
}

.p-tel .p-tel__link {
	margin-bottom: 24px;
	text-align: center;
}

.p-tel .p-tel__time {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}


/* pc-menu
-------------------------------------*/
.pc-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.pc-menu:hover {
  opacity: 0.8;
  cursor: pointer;
  cursor: hand;
}

#pc-menu-open {
  display: none;
  background: #F5F5F5;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow-y: scroll;
}

#pc-menu-open .open-close-01 {
  position: absolute;
  top: 0;
  right: 0;
}

/* pc-open-menu
-------------------------------------*/
#pc-menu-open .open-main-Box {
	padding-block: 140px 160px;
}

#pc-menu-open .open-main-Box-contents {
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	width: min(95%, 1336px);
}

#pc-menu-open .open-main-Box-items {
	display: grid;
	gap: 30px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

#pc-menu-open .open-main-Box-item a {
	display: block;
}

#pc-menu-open .open-main-Box-contents-right {
	display: grid;
	gap: 86px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	position: relative;
	top: -9px;
}

#pc-menu-open .open-main-Box-contents-right .top {
	display: flex;
	gap: 0 100px;
  gap: 0 clamp(0.625rem, -3.125rem + 7.81vw, 6.25rem);
}

#pc-menu-open .open-main-Box-contents-right .bottom {
	display: grid;
	gap: 26px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

#pc-menu-open .open-main-Box-contents-right .bottom .office li p {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

#pc-menu-open .open-main-Box-contents-right .bottom .office.bottom {
	margin-block: -13px 0;
}

#pc-menu-open .open-main-Box-link:nth-child(1) {
	margin-bottom: 32px;
}

#pc-menu-open .open-main-Box-link a {
	display: block;
	font-size: 14px;
  font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
}

#pc-menu-open .open-main-Box-icon {
	display: flex;
	gap: 0 10px;
	justify-content: flex-end;
	margin-inline: auto;
	position: relative;
	top: -52px;
	width: min(95%, 794px);
}

#pc-menu-open .open-main-Box-icon img {
	/* width: 40px; */
}

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

/* g-nav
-------------------------------------*/
#g-nav {
  width: 1100px;
  margin: 0px auto 10px auto;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
}
#g-nav li.list {
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
#g-nav li.list span {
  cursor: pointer;
}
#g-nav li.list span,
#g-nav li.list a {
  border-right: 1px solid #999;
  display: block;
  text-align: center;
  padding: 10px 20px;
}
#g-nav li.list:first-child a {
  border-left: 1px solid #999;
}
#g-nav .dropmenu li.list ul.sub {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  position: absolute;
  top: 35px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 50;
  width: 220px;
}
#g-nav .dropmenu li.list:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
#g-nav .dropmenu li.list ul li:last-child a {
  border-bottom: 1px solid #ccc;
}
#g-nav .dropmenu li.list ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.9s;
  background: #fff;
  display: block;
  width: 220px;
  padding: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-bottom: none;
}
#g-nav .dropmenu li.list:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* header 共通
-------------------------------------*/
.main-title {
	background: url(../images/common/header_bg.jpg) no-repeat top center/cover;
	color: #ffffff;
	display: grid;
	gap: 12px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	left: 50%;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 156px 83px;
  padding-block: clamp(8.125rem, 7.042rem + 2.26vw, 9.75rem) 83px;
  place-items: center;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.main-title .en {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.main-title .jp {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1875;
}

/* 下層　リンク
-------------------------------------*/
.p-link {
	/* background-blend-mode: multiply;
	background-color: #F5F5F5; 
	background-image: url(../images/common/link_bg.png);
	background-position: top left; 
	background-repeat: repeat;
	background-size: auto; */
	background-image: url(../images/common/link_bg.jpg); 
	background-position: top left; 
	background-repeat: repeat; 
	background-size: auto; 
}

.l-inner.l-link {
	padding-block: 130px 130px;
}

.p-link__en {
	margin-bottom: 35px;
	text-align: center;
}

.p-link__ttl {
	display: grid;
	gap: 14px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 43px;
	place-items: center;
}

.p-link__ttl span.top {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2142857143;
}

.p-link__ttl span.bottom {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2058823529;
}

.p-link__items {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 720px);
}

.p-link__item a {
	display: block;
}

.p-link__item a img {
	height: auto;
	margin-bottom: 8px;
	width: 100%;
}

.p-link__item a p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}


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

/* common
-------------------------------------*/
.seo_bread_list {
  width: min(95%,1280px);
  margin-inline: auto;
  padding-block: 295px 0;
  margin-bottom: 107px;
  color: #A4A4A4;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.seo_bread_list span {
  color: #A4A4A4;
}

.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;
}

body {
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #090909;
}
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:1750px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1750px) {
.p-bnr .p-bnr__item .img img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1400px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1400px) {
/* header
-------------------------------------*/
header {
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

header .l-inner.l-header {
	padding-inline: 2.143vw 1.429vw;
}

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

header .l-header__contents-left {
	display: flex;
	gap: 0 2.143vw;
	padding-block: 2.143vw 0;
}

header .l-header__contents-left .logo img {
  width: 13.4vw;
  height: auto;
}

header .l-header__contents-left p {
	color: #ffffff;
	font-size: 0.857vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.3;
}

header .l-header__contents-right {
	display: flex;
	gap: 0 2.143vw;
	padding-block: 1.429vw 0;
}

header .l-header__contents-right .icon {
	display: flex;
	gap: 0 0.714vw;
}

header .l-header__contents-right .icon a img {
  width: 4.2vw;
  height: auto;
}

header .l-header__contents-right .links {
	display: flex;
	gap: 0 0.143vw;
}

header .l-header__contents-right .links .link a {
	background: #090909;
	color: #ffffff;
	display: block;
	font-size: 1.143vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1875;
	padding-block: 1.643vw 1.5vw;
	text-align: center;
	width: 17.143vw;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1300px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1300px) {
#pc-menu-open .open-main-Box-item a img {
  width: 38.4vw;
  height: auto;        
}

#pc-menu-open .open-main-Box-contents {
  gap: 0 0vw;
}

#pc-menu-open .open-main-Box-contents-right {
	display: grid;
	gap: 6.615vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	position: relative;
	top: -0.692vw;
}

#pc-menu-open .open-main-Box-contents-right .top {
	display: flex;
}

}

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

/* ========================================
@media screen and (min-width:768px) and ( max-width:1000px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1000px) {
footer .l-footer__contents-left .logo img {
	height: auto;
	width: 31.9vw;
}

footer .l-footer__contents {
  gap: 0 2.4vw;
}

footer .l-footer__contents-right {
	display: flex;
	gap: 0 4vw;
	position: relative;
	top: 1.3vw;
}


}

/* ========================================
  @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: #090909;
}
.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
-------------------------------------*/
header {
  position: relative;
  z-index: 10;
}

.sp-header {
	position:relative;
	z-index: 10;
}

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

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

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

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

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

/* 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 a {
  display: block;
}

.sp-fix-list .tel {

}

.sp-fix-list .tel img {
  width: 13.043vw;
  height: auto;
}

.sp-fix-list .icon img {
  width: 28.986vw;
  height: auto;
}

/* sp-header
-------------------------------------*/
.sp-header .h-logo {
	padding-block: 3.865vw 0;
	padding-inline: 2.899vw 0;
}

/* sp-global-nav
-------------------------------------*/
#sp-global-nav .open-color-Box-items {
	display: grid;
	gap: 2.415vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 12.7vw;
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

#sp-global-nav .open-color-Box-item a {
	display: block;
}

#sp-global-nav .open-color-Box-home {
	margin-bottom: 13.459vw;
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

#sp-global-nav .open-color-Box-home a {
	border-bottom: 1px solid #D5D5D5;
	display: block;
	padding-bottom: 4.348vw;
}

#sp-global-nav .open-color-Box-links {
	display: grid;
	gap: 4.5vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 12.459vw;
}

#sp-global-nav .open-color-Box-links.bottom {
	margin-bottom: 17.531vw;
}

#sp-global-nav .open-color-Box-link:nth-child(1) {
	border-bottom: 1px solid #9C9C9C;
	padding-bottom: 4.348vw;
	padding-inline: 6.522vw 0;
}

#sp-global-nav .open-color-Box-link a {
	border-bottom: 1px solid #D5D5D5;
	display: block;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	margin-inline: auto;
	padding-bottom: 1.5vw;
	position: relative;
	width: min(95%, 86.9vw);
	padding-inline: 2vw 0;
}

#sp-global-nav .open-color-Box-link a::after {
	background: url(../images/common/sp_nav_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 3vw;
	top: 2.865vw;
	width: 3.865vw;
}

#sp-global-nav .open-color-Box-contents {
	border-bottom: 1px solid #333333;
	display: grid;
	gap: 4.4vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 14.493vw;
	padding-bottom: 11.734vw;
}

#sp-global-nav .open-color-Box-link.concept img {
  width: 21.014vw;
  height: auto;
}

#sp-global-nav .open-color-Box-link.info img {
  width: 27.295vw;
  height: auto;
}

#sp-global-nav .open-color-Box-link.about img {
  width: 19.565vw;
  height: auto;
}

#sp-global-nav .open-color-Box-contents-left {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}

#sp-global-nav .open-color-Box-contents-center a {
	display: block;
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

#sp-global-nav .open-color-Box-contents-right {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	text-align: center;
}

#sp-global-nav .open-color-Box-bottom {
	margin-inline: auto;
	width: min(95%, 87.9vw);
}

#sp-global-nav .open-color-Box-logo {
	margin-bottom: 10.87vw;
}

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

#sp-global-nav .open-color-Box-name {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 7.971vw;
}

#sp-global-nav .open-color-Box-office {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 5.072vw;
}

#sp-global-nav .open-color-Box-office.bottom {
	margin-bottom: 8.454vw;
}

#sp-global-nav .open-color-Box-icon {
	display: flex;
	gap: 0 5.415vw;
}

#sp-global-nav {
	background: #F5F5F5;
	padding-block: 0 24.155vw;
}

#sp-global-nav .h-logo {
	margin-bottom: 14.942vw;
	padding-block: 3.865vw 0;
	padding-inline: 2.899vw 0;
}


/* footer
-------------------------------------*/
footer {
	background: #090909;
	color: #ffffff;
	padding-block: 19.324vw 24.155vw;
	position: relative;
}

footer .l-inner.l-footer {
	margin-inline: auto;
	width: min(95%, 87.9vw);
}

footer .l-footer__contents {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 18.048vw;
}

footer .l-footer__contents-left .logo {
	margin-bottom: 10.87vw;
}

footer .l-footer__contents-left .logo img {
	height: auto;
	width: 60.386vw;
}

footer .l-footer__contents-left .txt {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 4.971vw;
}

footer .l-footer__contents-left .office {
	margin-bottom: 1.831vw;
}

footer .l-footer__contents-left .office.bottom {
	margin-bottom: 6.454vw;
}

footer .l-footer__contents-left .office li a {
	color: #ffffff;
}

footer .l-footer__contents-left .office li p {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

footer .l-footer__contents-left .icon {
  display: flex;
  gap: 0 5vw;
}

footer .l-footer__contents-right {
	display: none;
}

/* copyright
-------------------------------------*/
.copyright {
	color: #9C9C9C;
	display: block;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3333333333;
	margin-inline: auto;
	text-align: center;
	width: 100%;
}

/* sp-page-top
-------------------------------------*/
.sp-page-top {
	background: #090909;
	padding-block: 14.7vw 0;
}

.sp-page-top a {
	display: block;
	margin-inline: auto;
	width: min(95%, 72.4637681159vw);
}

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

/* bnr
-------------------------------------*/
.p-bnr {
	background: #090909;
	padding-block: 16.667vw 14.7vw;
  border-bottom: 1px solid #9C9C9C;
}

.p-bnr .p-bnr__en {
	margin-bottom: 10.488vw;
	text-align: center;
}

.p-bnr .p-bnr__en img {
	height: auto;
	width: 48.792vw;
}

.p-bnr .p-bnr__items {
	display: grid;
	gap: 9.662vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 86.9vw);
}

.p-bnr .p-bnr__item .img {
	margin-bottom: -4.908vw;
}

.p-bnr .p-bnr__item .btn {
	background: #b18146;
	box-shadow: 0px 10px 20px rgba(9, 9, 9, 0.28);
	color: #ffffff;
	display: block;
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: -13.353vw;
	margin-inline: auto;
	padding-block: 4.763vw;
	position: relative;
	text-align: center;
	width: min(95%, 77.2vw);
}

.p-bnr .p-bnr__item .btn::after {
	background: url(../images/common/bnr_btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.483vw;
	position: absolute;
	right: 5.072vw;
	top: 50%;
	transform: translateY(-50%);
	width: 3.865vw;
}

.p-bnr .p-bnr__item .box {
	background: #ffffff;
	padding-block: 16.908vw 6.696vw;
}

.p-bnr .p-bnr__item .box p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
	text-align: center;
}

.p-bnr .p-bnr__contents {
	border: none;
	color: #ffffff;
	display: grid;
	gap: 3.797vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	padding-block: 13.285vw 0px;
	width: min(95%, 86.9vw);
}

.p-bnr .p-bnr__contents-left {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-right: 0;
	text-align: center;
}

.p-bnr .p-bnr__contents-center {
	margin-right: 0;
  text-align: center;
}

.p-bnr .p-bnr__contents-center a {
	display: block;
}

.p-bnr .p-bnr__contents-right {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	position: static;
	text-align: center;
}

/* bnr02
-------------------------------------*/
.p-tel {
	background: #090909;
	color: #ffffff;
	padding-block: 0 0px;
}

.p-tel .l-inner.l-tel {
	border-bottom: 1px solid #fff;
	padding-block: 28.995vw 12.324vw;
	width: 100%;
}

.p-tel .p-tel__txt {
	font-size: 4.831vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 8.213vw;
	text-align: center;
}

.p-tel .p-tel__link {
	margin-bottom: 2.797vw;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 86.9vw);
}

.p-tel .p-tel__time {
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	text-align: center;
}

/* header 共通
-------------------------------------*/
.main-title {
	background: url(../images/common/header_bg_sp.jpg) no-repeat top center/cover;
	color: #ffffff;
	display: grid;
	gap: 2.966vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	left: 50%;
	margin-inline: auto;
	padding-block: 18.981vw 8.213vw;
	place-items: center;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.main-title .en {
	font-size: 9.662vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.main-title .jp {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2142857143;
}

/* 下層　リンク
-------------------------------------*/
.p-link {
	background-image: url(../images/common/link_bg.jpg); 
	background-position: top left; 
	background-repeat: repeat; 
	background-size: auto; 
}

.l-inner.l-link {
	padding-block: 20.7vw 17.7vw;
}

.p-link__en {
	margin-bottom: 12.903vw;
	text-align: center;
}

.p-link__en img {
	height: auto;
	width: 46.86vw;
}

.p-link__ttl {
	display: grid;
	gap: 3.865vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 11.077vw;
	place-items: center;
}

.p-link__ttl span.top {
	font-size: 4.831vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.p-link__ttl span.bottom {
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
}

.p-link__items {
	display: grid;
	gap: 9.111vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-link__item a {
	display: block;
}

.p-link__item a img {
	height: auto;
	margin-bottom: 2.831vw;
	width: 100%;
}

.p-link__item a p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7142857143;
}


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

  /* common
-------------------------------------*/
.seo_bread_list {
  width: min(95%,86.9vw);
  margin-inline: auto;
  padding-block: 42.512vw 6.522vw;
  font-size: 3.14vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #A4A4A4;
}

/*.seo_bread_list{display: none;}*/
.seo_bread_list a {
  color: #A4A4A4;  
}
.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;
}

*: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: #090909;
}
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;
  }
}
