/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px 0 30px;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 300px;
  width: 100%;
  position: relative;
}
.header-tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.header-tel .accent {
  display: inline-block;
  width: 85px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 7px 0;
  margin-right: 10px;
  background-color: #000;
}
.header-tel:not(:last-of-type) {
  margin-bottom: 3px;
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: -15px;
}
.header-tel-txt img {
  display: block;
}
.header .main-visual {
  width: 100%;
  height: 940px;
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1880px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 90px;
  z-index: 5;
}
@media (max-width: 1500px) {
  .header .main-visual-textbox {
    padding-bottom: 120px;
  }
}
@media (max-width: 1500px) {
  .header .main-visual-textbox img {
    display: block;
    margin-left: -80px;
    height: 580px;
  }
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
}
.header .sub-visual-textbox {
  max-width: 1280px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 125px;
}
.header .global-nav {
  width: 100%;
  height: 90px;
  background: center/cover no-repeat url(../images/common/global-nav-bg.png);
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header .global-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff000 !important;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background-color: #fff000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .fix-btn {
  position: fixed;
  right: 14px;
  bottom: 30px;
  z-index: 10;
}
.header .fix-btn:hover {
  opacity: 0.8;
  right: 5px;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 940px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1109px;
  height: 650px;
  background: center/cover no-repeat url(../images/top/top-about-l-b.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  top: -15px;
  right: 0;
  width: 1245px;
  height: 939px;
  background: center/cover no-repeat url(../images/top/top-about-r.png);
  z-index: -2;
}
.top-about-inner {
  padding: 123px 0 92px 0;
}
.top-about-title {
  margin-left: -100px;
}
.top-about-text {
  max-width: 520px;
  width: 100%;
  font-size: 1.9rem;
  line-height: 2.6;
}

.top-service {
  min-height: 750px;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1604px;
  height: 708px;
  background: center/cover no-repeat url(../images/top/top-service-bg01.png);
  z-index: -1;
}
.top-service-inner {
  padding-top: 152px;
  position: relative;
  z-index: 1;
}
.top-service-img {
  position: absolute;
  left: -320px;
  bottom: 0;
  z-index: -1;
}
.top-service-textbox {
  max-width: 672px;
  width: 100%;
  margin-left: auto;
  margin-right: -85px;
  text-align: center;
}
.top-service-title {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.top-service-title::before {
  position: absolute;
  content: "";
  top: -78px;
  left: -5px;
  width: 554px;
  height: 150px;
  background: center/cover no-repeat url(../images/top/top-service-en-01.png);
  z-index: -1;
}
.top-service-text {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 65px auto;
  font-size: 1.9rem;
  line-height: 2.1;
  text-align: left;
}

.service02 {
  background: center/cover no-repeat url(../images/top/top-service-bg02.png);
}
.service02::before {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 953px;
  height: 404px;
  background: center/cover no-repeat url(../images/top/top-service-r-t.png);
}
.service02::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: auto;
  width: 1264px;
  height: 434px;
  background: center/cover no-repeat url(../images/top/top-service-r-b.png);
  z-index: -1;
}
.service02 .top-service-inner {
  padding-top: 129px;
  position: initial;
}
.service02 .top-service-img {
  left: auto;
  right: 0;
  bottom: 0;
}
.service02 .top-service-textbox {
  margin-left: -100px;
  margin-right: 0;
}
.service02 .top-service-title::before {
  top: -69px;
  width: 943px;
  background: center/cover no-repeat url(../images/top/top-service-en-02.png);
}

.service03::before {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  width: 1273px;
  height: 456px;
  background: center/cover no-repeat url(../images/top/top-service-l-b.png);
  z-index: 0;
}
.service03 .top-service-inner {
  padding-top: 177px;
  position: initial;
}
.service03 .top-service-img {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service03 .top-service-title::before {
  top: -70px;
  width: 549px;
  height: 141px;
  background: center/cover no-repeat url(../images/top/top-service-en-03.png);
}

.top-safe {
  background-color: #000000;
  position: relative;
  z-index: 1;
}
.top-safe::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1112px;
  height: 800px;
  background: center/cover no-repeat url(../images/top/top-safe-bg-l-t.png);
  z-index: -1;
}
.top-safe::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1161px;
  height: 399px;
  background: center/cover no-repeat url(../images/top/top-safe-bg-r-b.png);
  z-index: -1;
}
.top-safe-inner {
  padding: 110px 0 130px 0;
  position: relative;
}
.top-safe-inner::before {
  position: absolute;
  content: "";
  left: 50px;
  bottom: 40px;
  width: 575px;
  height: 346px;
  background: center/cover no-repeat url(../images/top/top-safe-img.png);
  z-index: -1;
}
.top-safe-textbox {
  max-width: 433px;
  width: 100%;
}
.top-safe-title {
  margin-bottom: 28px;
}
.top-safe-text {
  font-size: 1.9rem;
  line-height: 2.1;
}
.top-safe-list {
  max-width: 578px;
  width: 100%;
}
.top-safe-list-item {
  width: 100%;
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 18px 17px;
  background-color: #181818;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-safe-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 45px;
  height: 33px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/top/top-safe-check.png);
}
.top-safe-list-item:not(:last-child) {
  margin-bottom: 7px;
}

.reserve {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 522px;
  background: center/cover no-repeat url(../images/top/reserve-img.png);
  z-index: -1;
}
.reserve-inner {
  max-width: 1500px;
  width: 97%;
  padding-top: 245px;
}
.reserve-content {
  padding: 166px 10px 90px 10px;
  background-color: #000000;
  border: 2px solid #fff000;
  position: relative;
}
.reserve-title {
  position: absolute;
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.reserve-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1204px;
  height: 276px;
  background: center/cover no-repeat url(../images/top/reserve-title-bg.png);
  z-index: -1;
}
.reserve-textbox {
  width: 100%;
  padding: 14px 10px 30px 44px;
  background-color: #fff000;
  position: relative;
}
.reserve-tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #101010 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.reserve-tel .accent {
  display: inline-block;
  width: 85px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 7px 0;
  margin-right: 10px;
  background-color: #000;
}
.reserve-tel:not(:last-of-type) {
  margin-bottom: 3px;
}
.reserve-tel-txt {
  position: absolute;
  left: 44px;
  bottom: 14px;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-list {
  max-width: 1276px;
  width: 100%;
  margin: 0 auto;
}
.reserve-list-item {
  max-width: 376px;
  width: 100%;
  min-height: 192px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.reserve-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 303px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff000;
  z-index: -1;
}
.reserve-list-item:last-child .reserve-btn::before {
  width: 35px;
  height: 35px;
  background: center/cover no-repeat url(../images/top/reserve-line.png);
}
.reserve-list-item:last-child .reserve-btn::after {
  display: none;
}
.reserve-btn {
  max-width: 376px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  color: #000000 !important;
  background-color: #fff000;
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 28px;
  height: 20px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/reserve-mail-icon.png);
}
.reserve-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: center/cover no-repeat url(../images/common/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.8;
}
.reserve-btn:hover::before {
  right: 12px;
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1394px;
  height: 479px;
  background: center/cover no-repeat url(../images/top/news-bg-l-b.png);
  z-index: -1;
}
.news-inner {
  padding: 127px 0 129px 0;
  position: relative;
  z-index: 1;
}
.news-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-textbox {
  max-width: 833px;
  width: 100%;
  margin-left: auto;
  padding: 60px;
  position: relative;
  z-index: 1;
}
.news-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1254px;
  height: 346px;
  background-color: #181818;
  z-index: -1;
}
.news-section-title {
  position: absolute;
  top: -123px;
  left: -308px;
  z-index: 1;
}
.news-right {
  max-width: 772px;
  width: 100%;
}
.news-list {
  width: 100%;
  min-height: 230px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 23px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 23px;
  border-bottom: 1px solid #858585;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag:not(:last-child) {
  margin-right: 15px;
}
.news-accent-tag:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
}
.news-accent time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 25px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .cmn-btn {
  position: absolute;
  top: -30px;
  right: 0;
  max-width: 294px;
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.news .cmn-btn::before {
  width: 8px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 40px auto;
  cursor: pointer;
  color: #000;
  border: 2px solid #000;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #fff000;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  color: #fff;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #fff000;
  border-bottom: 1px solid #fff000;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #fff000;
  border-right: 1px solid #fff000;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#news .news::before {
  display: none;
}

/*========================================
service
==========================================*/
.service {
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1009px;
  height: 347px;
  background: center/cover no-repeat url(../images/service/service-bg-r-b.png);
  z-index: -1;
}
.service-inner {
  padding-top: 60px;
}
.service-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-textbox {
  max-width: 520px;
  width: 100%;
}
.service-title {
  font-family: "Yuji Syuku", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff000;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #858585;
}
.service-text {
  font-size: 1.7rem;
  line-height: 1.88;
}

.size {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.size-inner {
  padding-top: 158px;
  position: relative;
  z-index: 1;
}
.size-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 554px;
  height: 115px;
  background: center/cover no-repeat url(../images/service/size-en.png);
  z-index: -1;
}
.size-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.size-img {
  position: relative;
}
.size-img .cmn-title {
  position: absolute;
  top: -47px;
  left: -4px;
}
.size-img .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.size-textbox {
  max-width: 520px;
  width: 100%;
}
.size-title {
  font-family: "Yuji Syuku", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff000;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #858585;
}
.size-text {
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.size-list-item {
  width: 100%;
  height: 76px;
  padding: 13px 0;
  background-color: #000000;
}
.size-list-item:not(:last-child) {
  margin-bottom: 6px;
}
.size-name {
  max-width: 175px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff000;
  text-align: center;
  margin-right: 68px;
  border-right: 1px solid #858585;
}
.size-count {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.carry {
  position: relative;
  z-index: 1;
}
.carry::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 720px;
  height: 518px;
  background: center/cover no-repeat url(../images/service/carry-bg-l-b.png);
  z-index: -1;
}
.carry-inner {
  padding-top: 110px;
}
.carry-text {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  margin-bottom: 37px;
}
.carry-list-item {
  max-width: 520px;
  width: 100%;
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 18px 17px;
  background-color: #181818;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 7px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.carry-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 45px;
  height: 33px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/top/top-safe-check.png);
}

.initiative {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.initiative::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 596px;
  height: 115px;
  background: center/cover no-repeat url(../images/service/initiative-en.png);
  z-index: -1;
}
.initiative-inner {
  padding-top: 110px;
}
.initiative-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.initiative-textbox {
  max-width: 520px;
  width: 100%;
}
.initiative-title {
  font-family: "Yuji Syuku", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff000;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #858585;
}
.initiative-text {
  font-size: 1.7rem;
  line-height: 1.88;
}

/*========================================
recruit
==========================================*/
.recruit {
  position: relative;
  z-index: 1;
}
.recruit::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1009px;
  height: 347px;
  background: center/cover no-repeat url(../images/service/service-bg-r-b.png);
  z-index: -1;
}
.recruit-inner {
  padding-top: 40px;
}
.recruit-title {
  font-family: "Yuji Syuku", serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
}
.recruit-title .accent {
  display: inline-block;
  font-size: 6rem;
  line-height: 1;
  color: #000;
  letter-spacing: 0.06em;
  padding: 12px 0;
  margin: 20px 24px 20px 0;
  background-color: #fff000;
}
.recruit-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit-textbox {
  max-width: 520px;
  width: 100%;
  margin-top: 25px;
}
.recruit-text {
  font-size: 1.7rem;
  line-height: 1.88;
}
.recruit-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.require {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.require-inner {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}
.require-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 792px;
  height: 125px;
  background: center/cover no-repeat url(../images/recruit/require-en.png);
  z-index: -1;
}
.require .cmn-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 13px;
}
.require .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.require-textbox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 54px 10px 58px 10px;
  background-color: #000000;
  position: relative;
}
.require-title {
  width: 320px;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-right: 74px;
  border-right: 1px solid #858585;
}
.require-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
}

.job {
  position: relative;
  z-index: 1;
}
.job::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 720px;
  height: 518px;
  background: center/cover no-repeat url(../images/service/carry-bg-l-b.png);
  z-index: -1;
}
.job-inner {
  padding-top: 110px;
}
.job .cmn-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.job .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.job-textbox {
  max-width: 520px;
  width: 100%;
}
.job-text {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1.88;
}

.merit {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.merit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 386px;
  height: 115px;
  background: center/cover no-repeat url(../images/recruit/merit-en.png);
  z-index: -1;
}
.merit .cmn-title {
  margin-bottom: 251px;
  letter-spacing: 0.05em;
}
.merit-inner {
  padding-top: 112px;
}
.merit-list-item {
  max-width: 330px;
  width: 100%;
  padding: 68px 20px 19px 20px;
  background-color: #000;
  position: relative;
}
.merit-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 208px;
}
.merit-icon {
  position: absolute;
  top: -163px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.merit-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff000;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 13px;
  border-bottom: 1px solid #858585;
}
.merit-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.flow {
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 518px;
  height: 720px;
  background: center/cover no-repeat url(../images/recruit/flow-bg-r-b.png);
  z-index: -1;
}
.flow-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  background-color: #181818;
  position: relative;
}
.flow-list-item:nth-child(2) .flow-title::before {
  width: 106px;
  background: center/cover no-repeat url(../images/recruit/flow-no02.png);
}
.flow-list-item:nth-child(3) .flow-title::before {
  width: 105px;
  background: center/cover no-repeat url(../images/recruit/flow-no03.png);
}
.flow-list-item:nth-child(4) .flow-title::before {
  width: 104px;
  background: center/cover no-repeat url(../images/recruit/flow-no04.png);
}
.flow-list-item:nth-child(5) .flow-title::before {
  width: 106px;
  background: center/cover no-repeat url(../images/recruit/flow-no05.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 57px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 32px;
  background: center/cover no-repeat url(../images/recruit/flow-arrow.png);
}
.flow-textbox {
  max-width: 535px;
  width: 100%;
  margin-top: 15px;
}
.flow-title {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  padding-left: 32px;
  margin-bottom: 31px;
  border-bottom: 1px solid #858585;
  position: relative;
}
.flow-title::before {
  position: absolute;
  content: "";
  top: -28px;
  left: -78px;
  width: 103px;
  height: 81px;
  background: center/cover no-repeat url(../images/recruit/flow-no01.png);
}
.flow-text {
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.08em;
}

.description {
  position: relative;
  z-index: 1;
}
.description::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 919px;
  height: 115px;
  background: center/cover no-repeat url(../images/recruit/description-en.png);
  z-index: -1;
}
.description::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1009px;
  height: 347px;
  background: center/cover no-repeat url(../images/recruit/description-bg-l-b.png);
  z-index: -1;
}
.description-inner {
  padding-top: 110px;
}
.description-table tr {
  display: block;
}
.description-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.description-table tr th {
  width: 250px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 32px 0;
  text-align: center;
  background-color: #fff000;
}
.description-table tr td {
  width: 830px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 20px 20px 20px 30px;
  background-color: #fff;
  vertical-align: middle;
}

/*========================================
gallery
==========================================*/
.gallery {
  position: relative;
  z-index: 1;
}
.gallery::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1009px;
  height: 347px;
  background: center/cover no-repeat url(../images/service/service-bg-r-b.png);
  z-index: -1;
}
.gallery-inner {
  padding-top: 55px;
}
.gallery-text {
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 39px;
}
.gallery-tag-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.gallery-tag-list-item {
  max-width: 330px;
  width: 100%;
  height: 70px;
  margin-bottom: 23px;
}
.gallery-tag-list-item:not(:last-child) {
  margin-right: 45px;
}
.gallery-tag-list-item .cmn-btn {
  width: 100%;
  height: 100%;
}
.gallery-list-item {
  max-width: 330px;
  width: 100%;
}
.gallery-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.gallery-list-item a {
  width: 100%;
  height: 100%;
  border: 1px solid #fff000;
}
.gallery-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.gallery-img {
  max-width: 286px;
  width: 100%;
  height: 186px;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
}
.gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-wrap {
  padding: 20px 20px 17px 20px;
}
.gallery-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.gallery-sub-tag-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery-sub-tag-list-item {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  padding: 4px;
  border: 1px solid #fff;
}
.gallery-sub-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.gallery-body {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.888;
  letter-spacing: 0.15em;
}
.gallery-body img {
  max-width: 100%;
}
.gallery-more {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #101010 !important;
  padding: 8px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff000;
}
.gallery-more::after {
  content: "";
  width: 5px;
  height: 8px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/common/gallery-arrow.png);
}
.gallery-detail-img {
  max-width: 663px;
  width: 100%;
  height: 431px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff000;
  padding-bottom: 24px;
  margin-top: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gallery-detail-body {
  font-size: 1.6rem;
  line-height: 1.647;
  letter-spacing: 0.05em;
}
.gallery-detail-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.greeting {
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1009px;
  height: 347px;
  background: center/cover no-repeat url(../images/service/service-bg-r-b.png);
  z-index: -1;
}
.greeting-inner {
  padding-top: 60px;
}
.greeting-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.greeting-img {
  margin-left: -100px;
}
.greeting-textbox {
  max-width: 520px;
  width: 100%;
}
.greeting-text {
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.15em;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.greeting-text:nth-of-type(3) {
  margin-bottom: 10px;
}
.greeting-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
  color: #fff000;
}
.greeting-name .s-font {
  font-size: 2rem;
}

.phylosophy {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.phylosophy-inner {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}
.phylosophy-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 644px;
  height: 115px;
  background: center/cover no-repeat url(../images/info/philosophy-en.png);
  z-index: -1;
}
.phylosophy-textbox {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 10px 30px 10px;
  background-color: #000000;
  position: relative;
}
.phylosophy-text {
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
}
.phylosophy-text .accent {
  font-size: 3.4rem;
  color: #fff000;
}

.info {
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 720px;
  height: 518px;
  background: center/cover no-repeat url(../images/service/carry-bg-l-b.png);
  z-index: -1;
}
.info-address:not(:last-of-type) {
  margin-bottom: 20px;
}
.info-tel-txt {
  display: block;
  margin-bottom: 20px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-title {
  text-align: center;
  margin-bottom: 75px;
}
.contact-content {
  padding-bottom: 34px;
}
.contact-content:not(:last-of-type) {
  margin-bottom: 77px;
}
.contact-tel {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff000 !important;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.contact-tel .accent {
  display: inline-block;
  width: 130px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 8px 0;
  margin-right: 17px;
  background-color: #fff000;
}
.contact-tel:not(:last-of-type) {
  margin-bottom: 3px;
}
.contact-tel-txt {
  position: absolute;
  right: 0;
  bottom: -22px;
}
.contact-tel-txt img {
  display: block;
}
.contact-textbox {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.contact-sub-title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 21px 0;
  color: #000000;
  margin-bottom: 35px;
  text-align: center;
  background-color: #fff000;
}
.contact-text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  text-align: center;
}
.contact .contact_wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: none;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap .submits-btn {
  max-width: 450px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9rem;
  line-height: 1;
  color: #000000 !important;
  background-color: #fff000;
  position: relative;
}
.contact-submits-wrap .submits-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: center/cover no-repeat url(../images/common/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-submits-wrap .submits-btn:hover {
  opacity: 0.8;
}
.contact-submits-wrap .submits-btn:hover::before {
  right: 12px;
}
.contact-submits-wrap input {
  width: 100%;
  height: 100%;
  background: none;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #2467ae;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  border: 1px solid #fff000;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #fff000;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #fff000;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #fff000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #fff000;
  border-right: 1px solid #fff000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(45.3125%, #fff000), color-stop(45.3125%, #000));
  background: -webkit-linear-gradient(left, #fff000 45.3125%, #000 45.3125%);
  background: linear-gradient(to right, #fff000 45.3125%, #000 45.3125%);
  border-top: 3px solid #fff000;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 554px;
  height: 486px;
  background: center/cover no-repeat url(../images/top/footer-bg-l-b.png);
  z-index: -1;
}
.footer::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 870px;
  height: 487px;
  background: center/cover no-repeat url(../images/top/footer-bg-r-t.png);
  z-index: -1;
}
.footer-inner {
  padding: 88px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 365px;
  width: 100%;
}
.footer-address {
  max-width: 295px;
  width: 100%;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #101010;
}
.footer-address:not(:last-of-type) {
  margin-bottom: 22px;
}
.footer-address:nth-of-type(2) {
  margin-bottom: 30px;
}
.footer-address .accent {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 6px 0;
  margin-bottom: 7px;
  text-align: center;
  background-color: #000;
}
.footer-content {
  position: relative;
}
.footer-tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #101010 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel .accent {
  display: inline-block;
  width: 85px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 7px 0;
  margin-right: 10px;
  background-color: #000;
}
.footer-tel:not(:last-of-type) {
  margin-bottom: 3px;
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: -18px;
}
.footer-tel-txt img {
  display: block;
}
.footer-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-right {
  max-width: 534px;
  width: 100%;
}
.footer-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 55px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-nav {
  padding: 30px 0;
  border-top: 1px solid #756e00;
  border-bottom: 1px solid #756e00;
  margin-bottom: 32px;
}
.footer-nav-list {
  width: 100%;
  height: 93px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-bottom: 22px;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff000 !important;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.1em;
}
.footer-nav-list-item a:hover {
  opacity: 0.8;
}
.footer-bottom {
  text-align: right;
  color: #fff000;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff000 !important;
}