@charset "UTF-8";
.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

#wrapper {
  overflow: hidden;
}

.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.telhref:hover {
  text-decoration: none;
}

#header {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  height: 900px !important;
  position: relative;
}
#header #key {
  height: 900px !important;
}
#header .key-slide .img {
  height: 900px;
}
#header .key-slide .img span {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 60px;
  opacity: 0.5;
  letter-spacing: 0.09em;
}
#header .key-slide .img span.cl {
  color: #fff;
}
#header .left {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../img/shared/h_bg.png");
  width: 300px;
  padding: 80px 0 54px;
  display: flex;
  flex-direction: column;
  float: none;
}
#header .left .logo {
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
}
#header .left .logo img {
  max-width: 100%;
  height: auto;
}
#header .left .nav {
  margin: 70px 0 0;
}
#header .left .nav > li + li {
  margin-top: 12px;
}
#header .left .nav > li > a, #header .left .nav > li .parent {
  display: block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 18px;
  line-height: 2;
  padding: 0 0 0 57px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
#header .left .nav > li > a::before, #header .left .nav > li .parent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 45px;
  background: #970800;
  opacity: 0;
}
@media (hover: hover) {
  #header .left .nav > li > a:hover, #header .left .nav > li .parent:hover {
    color: #970800;
  }
  #header .left .nav > li > a:hover::before, #header .left .nav > li .parent:hover::before {
    opacity: 1;
  }
}
#header .left .nav > li > a.active, #header .left .nav > li .parent.active {
  color: #970800;
}
#header .left .nav > li > a.active::before, #header .left .nav > li .parent.active::before {
  opacity: 1;
}
#header .left .nav > li.has-sub {
  position: relative;
}
#header .left .nav > li.has-sub .sub-nav {
  position: absolute;
  top: 100%;
  left: 59px;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0s all;
}
#header .left .nav > li.has-sub .sub-nav li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 9.5px 18px;
  border: 1px solid #000;
  border-top: 0;
  text-decoration: none;
}
@media (hover: hover) {
  #header .left .nav > li.has-sub .sub-nav li a:hover {
    color: #970800;
  }
}
#header .left .nav > li.has-sub .sub-nav li a.active {
  color: #970800;
}
#header .left .nav > li:hover > a, #header .left .nav > li:hover .parent {
  color: #970800;
}
#header .left .nav > li:hover > a::before, #header .left .nav > li:hover .parent::before {
  opacity: 1;
}
#header .left .nav > li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}
#header .left .btn-en {
  width: 190px;
  margin: 19px auto 0;
}
#header .left .btn-en a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  padding: 9px 0;
}
@media (hover: hover) {
  #header .left .btn-en a:hover {
    opacity: 0.8;
  }
}
#header .left #rss {
  margin: 30px 0 0 57px;
  width: 190px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 11px;
}
#header .left #rss .title {
  height: 108px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.07em;
}
#header .left #rss .group {
  min-width: 152px;
}
#header .left #rss .group #feed dl {
  font-size: 13px;
  line-height: 18px;
}
#header .left #rss .group #feed dl dd a {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  #header .left #rss .group #feed dl dd a:hover {
    text-decoration: underline;
  }
}
#header .left #rss .group .btn-more {
  margin: 10px 0 0;
  width: 80px;
}
#header .left #rss .group .btn-more a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: #666666;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.7;
  padding: 1.5px 0;
}
@media (hover: hover) {
  #header .left #rss .group .btn-more a:hover {
    opacity: 0.8;
  }
}
#header .left h1 {
  width: 190px;
  margin: auto 0 0 57px;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  top: 0;
  left: 0;
  text-align: justify;
  letter-spacing: 0.05em;
}
#header .group-tel-btn {
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 50px;
  right: 50px;
}
#header .group-tel-btn .tel {
  margin: 0 0 16px;
  text-shadow: 0 0 10px #000;
}
#header .group-tel-btn .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#header .group-tel-btn .tel span {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 9px 0 7px;
  display: block;
}
#header .group-tel-btn .tel span small {
  font-size: 24px;
}
#header .group-tel-btn .tel .note-tel {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
}
#header .group-tel-btn .btn-mail {
  width: 320px;
}
#header .group-tel-btn .btn-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 18px 0;
  position: relative;
  gap: 15px;
}
#header .group-tel-btn .btn-mail a::before {
  content: "";
  background: url("../img//shared/icon_mail.png") no-repeat center/100% auto;
  width: 20px;
  height: 16px;
}
#header .group-tel-btn .btn-mail a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid;
}
@media (hover: hover) {
  #header .group-tel-btn .btn-mail a:hover {
    opacity: 0.8;
  }
}


/* すでに記載されているこの部分はそのまま活かします */
.has-nav .group-btn-fixed {
  opacity: 1;
  visibility: visible;
}

.group-btn-fixed {
  position: fixed;
  right: 9px;
  top: 0;
  z-index: 9999;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.group-btn-fixed .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  background: #000;
  position: relative;
  width: 50px;
  height: 190px;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.875;
  padding: 0 10px;
  cursor: pointer;
}
.group-btn-fixed .btn a::before {
  content: "";
  position: absolute;
  border: 1px solid;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}
.group-btn-fixed .btn a:after {
  content: "";
  background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  width: 8px;
  height: 13px;
}
.group-btn-fixed .btn a.mail:after {
  background-image: url("../img/shared/icon_mail2.png");
  width: 15px;
  height: 11px;
}
.english-fixbtn {
  letter-spacing: -0.2em; 
}
@media (hover: hover) {
  .group-btn-fixed .btn a:hover {
    opacity: 0.8;
  }
}

.has-nav .group-btn-fixed {
  opacity: 1;
  visibility: visible;
}

.cta {
  background: url("../img/index/cta_bg.jpg");
  padding: 80px 0 90px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  position: relative;
}
.cta .wrap {
  width: 1000px;
}
.cta .box {
  background: url("../img/index/cta_bg2.jpg");
  position: relative;
}
.cta .box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/index/cta_deco.png") no-repeat center;
}
.cta h2 {
  padding: 102px 0 0;
  position: relative;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.cta h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  background: #000;
}
.cta .txt {
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.1em;
  margin: 15px 0 40px;
}
.cta .group-tel-btn {
  background: #fff;
  padding: 51px 0 50px;
}
.cta .group-tel-btn .tel {
  margin: 0 0 24px;
  position: relative;
  z-index: 2;
}
.cta .group-tel-btn .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.cta .group-tel-btn .tel span {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 12px 0 4px;
  display: block;
}
.cta .group-tel-btn .tel span small {
  font-size: 30px;
}
.cta .group-tel-btn .tel .note-tel {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
}
.cta .group-tel-btn .btn-mail {
  width: 420px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.cta .group-tel-btn .btn-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #000;
  color: #fff;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 38px 0;
  position: relative;
  gap: 15px;
}
.cta .group-tel-btn .btn-mail a::before {
  content: "";
  background: url("../img//shared/icon_mail3.png") no-repeat center/100% auto;
  width: 20px;
  height: 16px;
}
.cta .group-tel-btn .btn-mail a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid;
}
@media (hover: hover) {
  .cta .group-tel-btn .btn-mail a:hover {
    opacity: 0.8;
  }
}

#footer {
  background: url("../img/shared/f_bg.jpg");
  border-top: 15px solid #000000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 92px 90px 94px 99px;
  align-items: flex-start;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  height: auto;
  width: auto;
}
#footer .left2 {
  padding: 7px 0 0;
}
#footer .left2 .address {
  font-size: 15px;
  line-height: 1.5;
  margin: 46px 0 8px;
}
#footer .left2 .tel {
  line-height: 1.5;
  font-size: 24px;
}
#footer .left2 .tel .sub-tel {
  display: inline-block;
  font-size: 15px;
}
#footer .left2 .btn-mail {
  width: 320px;
  margin: 9px 0 0;
}
#footer .left2 .btn-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 18px 0;
  position: relative;
  gap: 15px;
}
#footer .left2 .btn-mail a::before {
  content: "";
  background: url("../img//shared/icon_mail.png") no-repeat center/100% auto;
  width: 20px;
  height: 16px;
}
#footer .left2 .btn-mail a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid;
}
@media (hover: hover) {
  #footer .left2 .btn-mail a:hover {
    opacity: 0.8;
  }
}
#footer .left2 #socialbuttons {
  text-align: left;
  line-height: 0;
  margin: 60px 0 26px;
  justify-content: flex-start;
  padding: 0;
}
#footer .left2 .btn-copy, #footer .left2 .cookies-link {
  font-size: 13px;
  line-height: 1.5;
}
#footer .left2 .btn-copy a, #footer .left2 .cookies-link a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}
#footer .left2 .btn-copy a::before, #footer .left2 .cookies-link a::before {
  content: "";
  background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
  width: 14px;
  height: 15px;
}
@media (hover: hover) {
  #footer .left2 .btn-copy a:hover, #footer .left2 .cookies-link a:hover {
    text-decoration: none;
  }
}
#footer .left2 .btn-copy a.copied, #footer .left2 .cookies-link a.copied {
  cursor: context-menu;
  text-decoration: underline !important;
}
#footer .left2 .cookies-link {
  margin: 15px 0 0;
}
#footer .left2 .pagetop {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  margin: 30px 0 0;
  text-decoration: underline;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
#footer .left2 .pagetop::before {
  content: "";
  background: url("../img/shared/icon_pagetop.png") no-repeat center/100% auto;
  width: 14px;
  height: 15px;
}
@media (hover: hover) {
  #footer .left2 .pagetop:hover {
    text-decoration: none;
  }
}
#footer .right2 {
  text-align: right;
}
#footer .right2 .nav {
  display: inline-block;
  text-align: left;
  position: static;
  font-size: 15px;
  line-height: 25px;
  min-width: 209px;
}
#footer .right2 .nav li > a, #footer .right2 .nav li span {
  display: block;
}
#footer .right2 .nav > li + li {
  margin-top: 22px;
}
#footer .right2 .copyright {
  margin: 104px 0 0;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.6;
}

.nav-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0 13px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.95);
}

.nav-fixed .tel {
  line-height: 1;
}
.nav-fixed .tel .sub-tel {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0;
}
.nav-fixed .tel span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin: 0 6px;
}
.nav-fixed .tel .note-tel {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
}
.nav-fixed .nav {
  margin: 12px 0 0;
  display: flex;
  justify-content: center;
  gap: 35px;
}
.nav-fixed .nav > li > a, .nav-fixed .nav > li .parent {
  display: block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 17px;
  line-height: 2;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
@media (hover: hover) {
  .nav-fixed .nav > li > a:hover, .nav-fixed .nav > li .parent:hover {
    color: #970800;
  }
}
.nav-fixed .nav > li > a.active, .nav-fixed .nav > li .parent.active {
  color: #970800;
}
.nav-fixed .nav > li.has-sub {
  position: relative;
}
.nav-fixed .nav > li.has-sub .sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0s all;
}
.nav-fixed .nav > li.has-sub .sub-nav li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 9.5px 18px;
  border: 1px solid #000;
  border-top: 0;
  text-decoration: none;
}
@media (hover: hover) {
  .nav-fixed .nav > li.has-sub .sub-nav li a:hover {
    color: #970800;
  }
}
.nav-fixed .nav > li.has-sub .sub-nav li a.active {
  color: #970800;
}
.nav-fixed .nav > li:hover > a, .nav-fixed .nav > li:hover .parent {
  color: #970800;
}
.nav-fixed .nav > li:hover > a::before, .nav-fixed .nav > li:hover .parent::before {
  opacity: 1;
}
.nav-fixed .nav > li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}

.has-nav .nav-fixed {
  opacity: 1;
  visibility: visible;
}