@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.5s ease, translate 0.5s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.animated__fadeIn--delay04 {
  transition-delay: 0.4s; /* 0.4秒遅らせて表示 */
}


/*片側から出現*/
.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;
  color: #1C1C1C;
}

/*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 {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
header .logo-wrap {
  display: flex;
  gap: 2rem;
  max-width: 647px;
  align-items: flex-start;
}

header .inner .tel-box {margin: 0.5rem 0 0;}
header .inner .tel-box .txt{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 0 0px 15px 0;
  padding: 0 0 0 5px;
}

header .inner .tel-box .txt::after {
  position: absolute;
  content: "";
  width: 83.4%;
  height: 1px;
  background: #141414;
  bottom: -4px;
  right: -2px;
}
header .inner .tel-box .num {
  display: inline-block;
  line-height: 0;
}
header .inner .tel-box .num img {

}
header .inner .tel-box .open{
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  margin: -5px -4px 0 0;
}

header .btn-list {
  display: flex;
  position: absolute;
  top: 0;
  right: 6.5rem;
}
header .btn-list li img {
  width: 100%;
  height: auto;
}

.top-header {
  height: 160px;
  margin-bottom: -160px;
}
.top-header .inner {
  padding: 1.9rem;
}

.lower-header {

}
.lower-header .inner {
  padding: 0.9rem 1.9rem 1.4rem;
}

.lower-header .logo-wrap {
    gap: 1.27rem;
}
.lower-header .h-logo {padding: 0.8rem 0 0;}
.lower-header .h-logo img {
  width: 229px;
}
.lower-header .inner .tel-box .open {font-size: 12px;margin: -4px 13px 0 0;}
.lower-header .inner .tel-box .txt::after {
  position: absolute;
  content: "";
  width: 102.4%;
  height: 1px;
  background: #141414;
  bottom: -4px;
  right: -2px;
}
.lower-header .inner .tel-box .txt {margin: 0 0 14px 47px;}

/* 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
-------------------------------------*/
.pc-menu {
  position: fixed;
  top: 0.8rem;
  right: 1.9rem;
  z-index: 999;
}
.pc-menu:hover {
  opacity: 0.8;
  cursor: pointer;
  cursor: hand;
}
#pc-menu-open {
  display: none;
  background: #EBEBEB;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10000;
  overflow-y: scroll;
}
#pc-menu-open .open-close-01 {
  position: absolute;
  top: 0.5rem;
  right: 1.8rem;
}

#pc-menu-open .inner {
  width: min(95%, 1400px);
  margin-inline: auto;
  padding: 11.2rem 0 5.8rem;
}
#pc-menu-open .link-box {
  display: grid;
  grid-template-columns: 28.85% 1fr;
  gap: calc(217 / 1920 * 100vw);
  align-items: flex-start;
  margin-bottom: 9.55rem;
}
#pc-menu-open .left {
  display: grid;
  gap: 1.65rem;
}
#pc-menu-open .logo img {
    
}
#pc-menu-open .open {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#pc-menu-open .right {
  display: flex;
  gap: calc(97 / 1920 * 100vw);
  padding: 0.25rem 0 0;
}
#pc-menu-open .link03 .list:first-of-type {
    margin-bottom: 4.85rem;
}
#pc-menu-open .enttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.05rem;
}
#pc-menu-open .list li a {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#pc-menu-open .tel-box {margin: 2.15rem 0 0 3.65rem;}
#pc-menu-open .tel-box .txt{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  margin-bottom: 1.75rem;
}
#pc-menu-open .tel-box .txt::after {
  position: absolute;
  content: "";
  width: 86.9%;
  height: 1px;
  background: #141414;
  bottom: -9px;
  left: 0;
}
#pc-menu-open .tel-box .num img {width: 351px;margin: 0 0 1.0rem -3.6rem;}
#pc-menu-open .tel-box .open{
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  margin: -5px 4.1rem 0 0;
}
#pc-menu-open .btn-list{
  display: flex;
  justify-content: center;
}

/* side-fix
-------------------------------------*/
.side-fix {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 10;
}

/* g-nav
-------------------------------------*/
#g-nav {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  background: #141414;
  color: #FFFFFF;
}
#g-nav.lower-nav {
  background: #EFEFEF;
  color: #1C1C1C;
  border-bottom: 2px solid #FFFFFF;
}
#g-nav .navi-inner {
  width: min(95%, 1200px);
  margin-inline: auto;
  /* padding: 28px 0; */
  display: flex;
  gap: 41px;
}
#g-nav li.list {
  position: relative;
  display: inline-block;
}
#g-nav li.list span {
  cursor: pointer;
}
#g-nav li.list span,
#g-nav li.list a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.12em;
  position: relative;
  padding: 28px 0;
}
#g-nav.lower-nav li.list span, #g-nav.lower-nav li.list a {
  color: #1C1C1C;
}
#g-nav li.list span::after,
#g-nav li.list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #FFFFFF;
}
#g-nav li.list .sub span::after,
#g-nav li.list .sub a::after {
  content: none;
}
#g-nav.lower-nav li.list span::after,
#g-nav.lower-nav li.list a::after {
  background-color: #1C1C1C;
}
#g-nav li.list:last-child span::after,
#g-nav li.list:last-child a::after {
  content: none;
}
#g-nav .dropmenu li.list ul.sub {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  position: absolute;
  top: 81px;
  margin: 0;
  padding: 0;
  z-index: 500;
  width: 250px;
  background: #EBEBEB;
  left: -18px;
}
#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;
  display: block;
  width: 250px;
  padding: 8px 25px;
  border-bottom: 1px solid #B9B9B9;
  font-size: 16px;
  color: #1C1C1C;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: left;
}
#g-nav .dropmenu li.list:hover ul li a{
  visibility: visible;
  opacity: 1;
}

/* footer
-------------------------------------*/
footer {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
footer .inner {
  width: min(95%, 1600px);
  margin-inline: auto;
  padding: 6.4rem 0 0;
}
footer .f-link-Box {
  width: min(95%, 1400px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 23.28% 71.4%;
  gap: 79px;
  align-items: flex-start;
  padding: 0 0 5.8rem;
}
footer .f-link-Box .left {
  display: grid;
  gap: 1.65rem;
}
footer .f-link-Box .f-logo img {
    width: 326px;
}
footer .f-link-Box .open {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
footer .f-link-Box .right {
  display: flex;
  padding: 0.25rem 0 0;
  gap: 74px;
}
footer .f-link-Box .enttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.05rem;
}
footer .f-link-Box .list li a {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.copyright {
  background: #141414;
  color: #FFFFFF;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 2rem 0;
}
/* end-contact
-------------------------------------*/
#end-contact {
  background: url(../images/common/end-contact-bg.jpg) no-repeat center center;
  background-size: cover;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}
#end-contact .inner {
  width: min(95%, 1200px);
  margin-inline: auto;
  padding: 5.6rem 0;
}
#end-contact .en-ttl {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 2.3rem;
}
#end-contact .en-ttl::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 1px;
  background: #fff;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
#end-contact .end-contact-ttl {
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
#end-contact .btn-box {
  margin-bottom: 4.5rem;
}
#end-contact .btn-box .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
#end-contact .tel-box {
  width: min(95%, 604px);
  margin-inline: auto;
  text-align: center;
}
#end-contact .tel-box .tel {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 1.75rem;
}
#end-contact .tel-box .tel::before,
#end-contact .tel-box .tel::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#end-contact .tel-box .tel::before {
  background: url(../images/common/tel-line-l.svg)no-repeat;
  background-size: contain;
  width: 16px;
  height: 35px;
  left: -25px;
}
#end-contact .tel-box .tel::after {
  background: url(../images/common/tel-line-r.svg)no-repeat;
  background-size: contain;
  width: 16px;
  height: 35px;
  right: -25px;
}
#end-contact .tel-box .num-frame {
  display: flex;
  align-items: center;
  gap: 18px;
}
#end-contact .open,
#end-contact .close {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 6px 22px;
}
#end-contact .open {
  background: #1C1C1C;
}
#end-contact .close {
  background: #D7000F;
}

/* reason
-------------------------------------*/
.reason .inner{
  width: min(95%, 920px);
  margin-inline: auto;
  padding: 7rem 0 6rem;
}
.reason .enttl {
  text-align: center;
}
.reason h2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 2.625;
  text-align: center;
  margin-bottom: 0.7rem;
}


/* seo-txt
-------------------------------------*/
.seo-txt {
  font-size: 14px;
  line-height: 2.142857;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-bottom: 3.45rem;
  border-bottom: 1px solid #1C1C1C;
  width: min(95%, 1600px);
  margin-inline: auto;
  padding-top: 5.85rem;
}

/* recaptcha
-------------------------------------*/
.grecaptcha-badge {
  z-index: 30;
}

/* common
-------------------------------------*/
.main-title {
  width: 100%;
  max-width: 1920px;
  background: #E5E5E5;
  padding: 54px 0 57px;
  text-align: center;
  margin-bottom: 3px;
  border-top: 2px solid #B7B7B7;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.main-title .en {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.main-title .jp {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
h2.sub-title {
  padding: 25px 20px 10px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: solid 2px #000;
}
.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-serif {
  font-family: "Noto Serif JP", 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:1800px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1800px) {
  header .logo-wrap {
    gap: 1.068vw;
}
  header .h-logo img {
    width: 18.778vw;
  }
  header .inner {
    padding: 1.689vw;
    display: flex;
    gap: 1.778vw;
  }
  header .inner .tel-box {
    margin: 0.444vw 0 0;
  }
  header .inner .tel-box .txt {
    font-weight: 500;
    font-size: 0.778vw;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    position: relative;
    margin: 0 0px 0.833vw 0;
    padding: 0 0 0 0.278vw;
  }
  header .inner .tel-box .txt::after {
    position: absolute;
    content: "";
    width: 83.4%;
    height: 0.056vw;
    background: #141414;
    bottom: -0.222vw;
    right: -0.111vw;
  }
  header .inner .tel-box .open {
    font-weight: bold;
    font-size: 0.778vw;
    line-height: 1;
    letter-spacing: 0;
    text-align: right;
    margin: -0.478vw -0.222vw 0 0;
  }
  header .inner .tel-box .num img {
    width: 14.722vw;
  }
  header .btn-list {
    width: 54.056vw;
  }

  .top-header {
    height: 8.889vw;
    margin-bottom: -8.889vw;
  }
  .top-header .inner {
    padding: 1.667vw;
  }
  

  .lower-header .inner .tel-box .txt {margin: 0 0 0.778vw 2.611vw;}
  .lower-header .inner .tel-box .open {font-size: 0.667vw;margin: -0.722vw 0.722vw 0 0;}
  .lower-header .h-logo img {
    width: 12.722vw ;
  }
  

  .pc-menu {
    position: fixed;
    top: 0.711vw;
    right: 1.689vw;
    z-index: 9999;
  }
  .pc-menu img {
    width: 2.5vw;
  }
}
/* ========================================
@media screen and (min-width:768px) and (max-width:1280px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1280px) {
  header .btn-list {
    width: 48.889vw;
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1280px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1280px) {
    #end-contact .btn-box img {
    width: 100%;
    height: auto;
    }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1500px)
======================================== */
@media screen and (min-width:768px) and (max-width:1500px) {
  footer .f-link-Box {
    grid-template-columns: 22% 73.4%;
    gap: 5.267vw;
  }
  footer .f-link-Box .f-logo img {
    width: 19.733vw;
}
  footer .f-link-Box .enttl {
    font-size: clamp(1rem, 0.738rem + 0.55vw, 1.25rem);
  }
  footer .f-link-Box .list li a,
  footer .f-link-Box .open {
    font-size: clamp(0.75rem, 0.488rem + 0.55vw, 1rem);
  }
  footer .f-link-Box .right {
    gap: 2.933vw;
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1280px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1280px) {
  footer .f-link-Box .list li a,
  footer .f-link-Box .open {
    font-size: clamp(0.688rem, 0.594rem + 0.2vw, 0.75rem);
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
  #pc-menu-open .btn-list .btn01 img {
    width: 24.653vw;
  }
  #pc-menu-open .btn-list .btn02 img {
    width: 23.681vw;
  }
  #pc-menu-open .btn-list .btn03 img {
    width: 24.722vw;
  }
  #pc-menu-open .btn-list .btn04 img {
    width: 24.167vw;
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1280px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1280px) {
  #pc-menu-open .enttl {
    font-size: clamp(1rem, 0.625rem + 0.78vw, 1.25rem);
  }
  #pc-menu-open .list li a {
    font-size: clamp(0.75rem, 0.375rem + 0.78vw, 1rem);
  }
  #pc-menu-open .open {
    font-size: clamp(0.75rem, 0.375rem + 0.78vw, 1rem);
  }
  #pc-menu-open .tel-box .txt {
    font-size: clamp(0.75rem, 0.375rem + 0.78vw, 1rem);
    margin-bottom: 1.556vw;
  }
  #pc-menu-open .tel-box .open {
    font-size: clamp(0.625rem, -0.125rem + 1.56vw, 1.125rem);
    margin: 0.722vw 3.661vw 0 0;
  }
  #pc-menu-open .logo img {
    width: 28.125vw;
  }
  #pc-menu-open .tel-box .num img {
    width: 28.203vw;
    margin: 0 0 0 -4.453vw;
  }
  #pc-menu-open .link-box {
    gap: 3.45vw;
    grid-template-columns: 33.85% 1fr;
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1280px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1280px) {
  #g-nav .navi-inner {
    width: 93.75vw;
    gap: 3.203vw;
  }
  #g-nav li.list span,
  #g-nav li.list a {
    font-size: 1.25vw;
    padding: 2.188vw 0;
  }
  #g-nav li.list span::after,
  #g-nav li.list a::after {
    right: -1.797vw;
    width: 0.078vw;
    height: 1.25vw;
  }
  #g-nav .dropmenu li.list ul.sub {
    top: 6.328vw;
    width: 19.531vw;
    left: -1.406vw;
  }
  #g-nav .dropmenu li.list ul li a {
    width: 19.531vw;
    padding: 0.625vw 1.953vw;
    font-size: 1.25vw;
  }
  #g-nav .dropmenu li.list:hover ul li a {
    visibility: visible;
    opacity: 1;
  }
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1000px)
======================================== */
@media screen and (min-width:768px) and (max-width:1000px) {
  .reason .bnr img {
    width: 100%;
    height: auto;
  }
}

/* ========================================
   @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: #141414;
}
.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 {padding: 3.4vw 4.2vw;}
.sp-header .h-logo img {
  /* height: 13vw; */
  /* width: auto; */
}
.sp-header .h-menu {
  position: fixed;
  top: 1.4vw;
  right: 0;
  /* width: 13vw; */
  z-index: 997;
}
.sp-header .h-menu img {
  /* height: 13vw; */
  /* width: 18vw; */
}

  /* sp-global-nav
-------------------------------------*/
nav#sp-global-nav .h-logo {
  background: #fff;
  padding: 3.7vw 4vw;
}
nav#sp-global-nav .h-logo img {
}
nav#sp-global-nav {
  font-size: 3.8vw;
  z-index: 999;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: #F0F0F0;
  box-sizing: border-box;
  color: #141414;
}
nav#sp-global-nav .open-close-01 {
  position: fixed;
  top: 1.75vw;
  right: 0;
  z-index: 998;
}
nav#sp-global-nav .open-close-01 img {}
nav#sp-global-nav .open-color-Box {
  padding: 9.8vw 0 20vw;
}
nav#sp-global-nav .open-link {
  width: 70vw;
  margin: 0 auto 4vw;
}
nav#sp-global-nav .enttl {
  font-weight: bold;
  font-size:4.831vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #141414;
  margin-left: 3.5vw;
}
nav#sp-global-nav .list {
  margin: 0vw 0 7vw;
}
nav#sp-global-nav .list:first-child {
  margin: 0 0 7.4vw;
}
nav#sp-global-nav .list li a {
  color: #141414;
  line-height: 1;
  text-decoration: none;
  padding: 5.5vw 9.4vw 4.9vw;
  display: block;
  border-bottom: 0.2vw solid #141414;
  font-size: 3.865vw;
  letter-spacing: 0.1em;
  position: relative;
}
nav#sp-global-nav .list li a::before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 4vw;
  width: 1.95vw;
  height: 0.2vw;
  background-color: #141414;
}
nav#sp-global-nav .list li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8vw;
  font-size:3.623vw;
  color: #141414;
  font-weight: 500;
  letter-spacing: 0.1em;
}
nav#sp-global-nav .list li.top a {
  border-bottom: none;
  padding: 0 3.9vw;
  font-weight: bold;
  font-size:4.831vw;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #141414;
}
nav#sp-global-nav .list li.top a::before,
nav#sp-global-nav .list li.top a::after {
  content: none;
}
nav#sp-global-nav .btn-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
  width: 83.6vw;
  margin-inline: auto;
  padding: 7.4vw 0 10vw;
  text-align: center;
}
nav#sp-global-nav .tel-box {
  width: 83.6vw;
  margin-inline: auto;
}
nav#sp-global-nav .tel-box .txt {
  font-size:4.348vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 0.2vw solid #1C1C1C;
  text-align: center;
  padding: 0 0 2.8vw;
  margin-bottom: 6.5vw;
}
nav#sp-global-nav .tel-box .num {margin-bottom: 2vw;text-align: center;}
nav#sp-global-nav .tel-box .open {
  font-size:3.865vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-left: 14vw;
}

  /* side-fix
-------------------------------------*/
.side-fix {
  display: none !important;
}
.sp-fix-list {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 996;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.sp-fix-list .btn01 img {
    width: 24.03vw;
}
.sp-fix-list .btn02 img {
    width: 27.03vw;
}
.sp-fix-list .btn03 img {
    width: 17.7vw;
}
.sp-fix-list .btn04 img {
    width: 33.5vw;
}
.sp-fix-list .tel {
}
.sp-fix-list .icon {
}

/* end-contact
-------------------------------------*/
#end-contact {
  background: url(../images/common/end-contact-bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
#end-contact .inner {
  width: 83.6vw;
  margin-inline: auto;
  padding: 13.2vw 0 16vw;
}
#end-contact .en-ttl {
  font-weight: 400;
  font-size:4.348vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 6.8vw;
}
#end-contact .en-ttl::after {
  content: "";
  position: absolute;
  width: 8.5vw;
  height: 0.2vw;
  background: #fff;
  bottom: -3vw;
  left: 50%;
  transform: translateX(-50%);
}
#end-contact .end-contact-ttl {
  font-weight: bold;
  font-size: 6.763vw;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
  margin-bottom: 0vw;
}
#end-contact .btn-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
  width: 83.6vw;
  margin-inline: auto;
  padding: 6vw 0 17vw;
}
#end-contact .btn-box .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
  text-align: center;
}
#end-contact .tel-box {
  width: 83.6vw;
  margin-inline: auto;
}
#end-contact .tel-box .tel {
  font-size:4.348vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 0.2vw solid #fff;
  color: #fff;
  text-align: center;
  padding: 0 0 3.4vw;
  margin-bottom: 6.5vw;
}
#end-contact .tel-box .num {margin-bottom: 2.2vw;}
#end-contact .tel-box .num img {
    width: 82vw;
}
#end-contact .tel-box .open {
  font-size:3.865vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-left: 14vw;
  color: #fff;
}

/* sp-page-top
-------------------------------------*/
.sp-page-top a {
  text-align: center;
  display: block;
}
.sp-page-top a img {
  /* width: 20vw; */
  /* height: auto; */
}

/* footer
-------------------------------------*/
footer .inner {
  width: 84.06vw;
  margin-inline: auto;
  padding: 16.54vw 0 0;
}
footer .f-link-Box {padding: 16.5vw 0 21.4vw;}
footer .f-link-Box .left {
  display: grid;
  gap: 6vw;
}
footer .f-link-Box .f-logo {
    text-align: center;
}
footer .f-link-Box .f-logo img {
  /* width: 80vw; */
}
footer .f-link-Box .open {
  font-size:3.865vw;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}

/* copyright
-------------------------------------*/
.copyright {
  font-size: 2.898vw;
  line-height: 1.6;
  padding: 4.5vw 0vw 25vw;
  display: block;
  text-align: center;
  background: #141414;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}

/* reason
-------------------------------------*/
.reason .inner{
  width: 86.96vw;
  margin-inline: auto;
  padding: 12.2vw 0 6rem;
}
.reason .enttl {
  text-align: center;
  margin-bottom: 3vw;
}
.reason .enttl img {width: 12vw;}
.reason h2 {
  font-weight: bold;
  font-size:4.831vw;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 4.2vw;
}
.reason .bnr {
  text-align: center;
}



/* seo-txt
-------------------------------------*/
.seo-txt {
  font-size:3.382vw;
  line-height: 2.142857;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-bottom: 0.2vw solid #1C1C1C;
  padding: 10.7vw 0 8vw;
  width: 83.6vw;
  margin-inline: auto;
}

/* recaptcha
-------------------------------------*/
.grecaptcha-badge {
  bottom: 22vw !important;
  z-index: 30;
}

  /* common
-------------------------------------*/
.main-title {
  width: 100%;
  background: #E5E5E5;
  padding: 9.4vw 0;
  text-align: center;
  margin-bottom: 4vw;
  color: #1C1C1C;
  font-size: 4.831vw;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.main-title .en {
  display: block;
  font-size: 3.2vw;
  margin-bottom: 4vw;
  text-transform: uppercase;
}
.main-title .jp {
  display: block;
  font-size: 4.8vw;
  font-weight: bold;
}
h2.sub-title {
  font-weight: bold;
  padding: 3vw 3vw 1vw;
  margin-bottom: 5vw;
  font-size: 5vw;
  letter-spacing: 0.3vw;
  text-align: center;
  border-bottom: solid #000 0.2vw;
}
/* .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-serif {
  font-family: "Noto Serif JP", 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: #141414;
}
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;
  }
}
