/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 20px;
  left: 0;
  padding: 0 10px;
  z-index: 5;
}
.header-logo a {
  max-width: 200px;
  width: 100%;
  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: 320px;
  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: 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;
  z-index: 5;
}
.header .main-visual-textbox img {
  height: 220px;
  margin-left: -50px;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
}
.header .sub-visual-textbox {
  max-width: 1280px;
  width: 97%;
  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: 70px;
}
.header .sub-visual-textbox img {
  height: 55px;
}
.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;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
}
.header .footer-btn {
  border: 1px solid #000;
}

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

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 320px;
  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-sp
==========================================*/
.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: 409px;
  height: 240px;
  background: center/contain no-repeat url(../images/top/top-about-l-b.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  top: -15px;
  right: -510px;
  width: 1005px;
  height: 759px;
  background: center/contain no-repeat url(../images/top/top-about-r.png);
  z-index: -2;
}
.top-about-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-title {
  margin-bottom: 20px;
}
.top-about-title img {
  height: 400px;
}
.top-about-text {
  max-width: 520px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}

.top-service {
  background-color: #000000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 704px;
  height: 329px;
  background: center/contain no-repeat url(../images/top/top-service-bg01.png);
  z-index: -1;
}
.top-service-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.top-service-img {
  max-width: 500px;
  margin-left: -80px;
  margin-bottom: 20px;
}
.top-service-textbox {
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.top-service-title {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-service-title::before {
  position: absolute;
  content: "";
  top: -31px;
  left: -5px;
  width: 281px;
  height: 76px;
  background: center/contain no-repeat url(../images/top/top-service-en-01.png);
  z-index: -1;
}
.top-service-title img {
  height: 120px;
}
.top-service-text {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 20px auto;
  font-size: 1.6rem;
  line-height: 2;
  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: 453px;
  height: 192px;
  background: center/contain no-repeat url(../images/top/top-service-r-t.png);
  z-index: -1;
}
.service02::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: auto;
  width: 564px;
  height: 194px;
  background: center/contain no-repeat url(../images/top/top-service-r-b.png);
  z-index: -1;
}
.service02 .top-service-inner {
  padding: 80px 0;
  position: initial;
}
.service02 .top-service-img {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  max-width: 265px;
  width: 100%;
  margin-bottom: 0;
  z-index: -1;
}
.service02 .top-service-title::before {
  top: -45px;
  width: 365px;
  background: center/contain no-repeat url(../images/top/top-service-en-02.png);
}

.service03::before {
  left: 0;
  bottom: 300px;
  width: 673px;
  height: 240px;
  background: center/contain no-repeat url(../images/top/top-service-l-b.png);
  z-index: 0;
}
.service03 .top-service-inner {
  padding-top: 0;
  position: initial;
}
.service03 .top-service-img {
  left: 0;
  bottom: 0;
}
.service03 .top-service-title::before {
  top: -57px;
  width: 323px;
  height: 87px;
  background: center/contain no-repeat url(../images/top/top-service-en-03.png);
}

.top-safe {
  overflow: hidden;
  background-color: #000000;
  position: relative;
  z-index: 1;
}
.top-safe::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 512px;
  height: 368px;
  background: center/contain 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: 461px;
  height: 159px;
  background: center/contain no-repeat url(../images/top/top-safe-bg-r-b.png);
  z-index: -1;
}
.top-safe-inner {
  position: relative;
}
.top-safe-inner::before {
  position: absolute;
  content: "";
  top: 330px;
  right: 0;
  width: 373px;
  height: 225px;
  background: center/contain no-repeat url(../images/top/top-safe-img.png);
  z-index: -1;
}
.top-safe-textbox {
  max-width: 433px;
  width: 100%;
  margin-bottom: 20px;
}
.top-safe-title {
  text-align: center;
  margin-bottom: 20px;
}
.top-safe-title img {
  height: 300px;
}
.top-safe-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
}
.top-safe-list {
  max-width: 578px;
  width: 100%;
}
.top-safe-list-item {
  width: 100%;
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 15px 15px;
  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: 35px;
  height: 26px;
  margin-right: 11px;
  background: center/contain 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: 250px;
  background: center/cover no-repeat url(../images/top/reserve-img.png);
  z-index: -1;
}
.reserve-inner {
  max-width: 1500px;
  width: 97%;
  padding-top: 150px;
}
.reserve-content {
  padding: 50px 10px 30px 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: 475px;
  height: 107px;
  background: center/contain no-repeat url(../images/top/reserve-title-bg.png);
  z-index: -1;
}
.reserve-title img {
  height: 55px;
}
.reserve-textbox {
  width: 100%;
  padding: 14px 10px 30px 20px;
  background-color: #fff000;
  position: relative;
}
.reserve-tel {
  font-size: 2.2rem;
  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: 20px;
  bottom: 14px;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-list {
  max-width: 1276px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-list-item {
  max-width: 376px;
  width: 100%;
  min-height: 150px;
  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-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.reserve-btn {
  max-width: 376px;
  width: 100%;
  height: 60px;
  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.7rem;
  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/contain no-repeat url(../images/top/news-bg-l-b.png);
  z-index: -1;
}
.news-inner {
  padding-top: 100px;
  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: 25px 18px;
  position: relative;
  z-index: 1;
}
.news-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181818;
  z-index: -1;
}
.news-section-title {
  position: absolute;
  top: -97px;
  left: -44px;
  z-index: -1;
}
.news-section-title img {
  height: 160px;
}
.news-right {
  max-width: 772px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 17px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 17px;
  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: 15px;
  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 {
  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: 250px;
  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 30px auto;
  cursor: pointer;
  color: #fff000;
  border: 2px solid #fff000;
}
.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%;
  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: 10px;
}
.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.2rem;
  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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #fff000;
  border-right: 1px solid #fff000;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff000 !important;
}
.news-detail .paginated-link a:hover {
  color: #181818 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

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

/*========================================
service
==========================================*/
.service {
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 409px;
  height: 141px;
  background: center/contain no-repeat url(../images/service/service-bg-r-b.png);
  z-index: -1;
}
.service-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-img {
  margin-bottom: 20px;
}
.service-textbox {
  max-width: 520px;
  width: 100%;
}
.service-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.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.6rem;
  line-height: 1.88;
}

.size {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.size-inner {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.size-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 254px;
  height: 53px;
  background: center/contain no-repeat url(../images/service/size-en.png);
  z-index: -1;
}
.size-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.size-img {
  margin-bottom: 20px;
  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-text {
  font-size: 1.6rem;
  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: 135px;
  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: 2rem;
  letter-spacing: 0.1em;
  color: #fff000;
  text-align: center;
  margin-right: 40px;
  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: 2rem;
  letter-spacing: 0.1em;
}

.carry {
  position: relative;
  z-index: 1;
}
.carry::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 374px;
  height: 269px;
  background: center/contain no-repeat url(../images/service/carry-bg-l-b.png);
  z-index: -1;
}
.carry-text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 25px;
}
.carry-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carry-list-item {
  width: 100%;
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 15px 15px;
  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;
}
.carry-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 26px;
  margin-right: 11px;
  background: center/contain no-repeat url(../images/top/top-safe-check.png);
}
.carry-list-item:not(:last-child) {
  margin-bottom: 7px;
}

.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: 278px;
  height: 53px;
  background: center/contain no-repeat url(../images/service/initiative-en.png);
  z-index: -1;
}
.initiative-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.initiative-img {
  margin-bottom: 20px;
}
.initiative-textbox {
  max-width: 520px;
  width: 100%;
}
.initiative-text {
  font-size: 1.6rem;
  line-height: 1.88;
}

/*========================================
recruit
==========================================*/
.recruit {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recruit::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 409px;
  height: 141px;
  background: center/contain 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: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.recruit-title .accent {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
  letter-spacing: 0.06em;
  padding: 10px 0;
  margin: 10px 2px;
  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.6rem;
  line-height: 1.88;
}
.recruit-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.require {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.require-inner {
  position: relative;
  z-index: 1;
}
.require-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 298px;
  height: 47px;
  background: center/contain 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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  background-color: #000000;
  position: relative;
}
.require-title {
  width: 320px;
  height: 55px;
  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.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  border-bottom: 1px solid #858585;
}
.require-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.08em;
}

.job {
  position: relative;
  z-index: 1;
}
.job::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 374px;
  height: 269px;
  background: center/contain no-repeat url(../images/service/carry-bg-l-b.png);
  z-index: -1;
}
.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-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job-img {
  margin-bottom: 20px;
}
.job-textbox {
  max-width: 520px;
  width: 100%;
}
.job-text {
  font-size: 1.6rem;
  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: 188px;
  height: 53px;
  background: center/contain no-repeat url(../images/recruit/merit-en.png);
  z-index: -1;
}
.merit .cmn-title {
  margin-bottom: 170px;
  letter-spacing: 0.05em;
}
.merit-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.merit-list-item {
  max-width: 330px;
  width: 100%;
  padding: 68px 20px 19px 20px;
  background-color: #000;
  position: relative;
}
.merit-list-item:not(:last-child) {
  margin-bottom: 145px;
}
.merit-icon {
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 190px;
  width: 100%;
}
.merit-title {
  font-size: 2.2rem;
  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: 418px;
  height: 580px;
  background: center/contain no-repeat url(../images/recruit/flow-bg-r-b.png);
  z-index: -1;
}
.flow-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: #181818;
  position: relative;
}
.flow-list-item:nth-child(2) .flow-title::before {
  background: center/contain no-repeat url(../images/recruit/flow-no02.png);
}
.flow-list-item:nth-child(3) .flow-title::before {
  background: center/contain no-repeat url(../images/recruit/flow-no03.png);
}
.flow-list-item:nth-child(4) .flow-title::before {
  background: center/contain no-repeat url(../images/recruit/flow-no04.png);
}
.flow-list-item:nth-child(5) .flow-title::before {
  background: center/contain 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: 2.2rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  padding-left: 50px;
  margin-bottom: 17px;
  border-bottom: 1px solid #858585;
  position: relative;
}
.flow-title::before {
  position: absolute;
  content: "";
  top: -22px;
  left: -36px;
  width: 83px;
  height: 65px;
  background: center/contain no-repeat url(../images/recruit/flow-no01.png);
}
.flow-text {
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0.08em;
}

.description {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.description::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 334px;
  height: 42px;
  background: center/contain no-repeat url(../images/recruit/description-en.png);
  z-index: -1;
}
.description::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 409px;
  height: 141px;
  background: center/cover no-repeat url(../images/recruit/description-bg-l-b.png);
  z-index: -1;
}
.description-table {
  width: 100%;
}
.description-table tr {
  display: block;
}
.description-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.description-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 20px 0;
  text-align: center;
  background-color: #fff000;
}
.description-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 20px 15px;
  background-color: #fff;
}

/*========================================
gallery
==========================================*/
.gallery {
  position: relative;
  z-index: 1;
}
.gallery::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 409px;
  height: 141px;
  background: center/contain no-repeat url(../images/service/service-bg-r-b.png);
  z-index: -1;
}
.gallery-text {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 30px;
}
.gallery-tag-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.gallery-tag-list-item {
  max-width: 330px;
  width: 49%;
  height: 60px;
  margin-bottom: 15px;
}
.gallery-tag-list-item .cmn-btn {
  width: 100%;
  height: 100%;
}
.gallery-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery-list-item {
  max-width: 330px;
  width: 100%;
}
.gallery-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.gallery-list-item a {
  width: 100%;
  height: 100%;
  background-color: #000;
  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%;
  max-height: 431px;
  height: 81vw;
  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.1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff000;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  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: 409px;
  height: 141px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 520px;
  width: 100%;
}
.greeting-text {
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0.15em;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.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: 2rem;
  font-weight: 400;
  text-align: left;
  color: #fff000;
}
.greeting-name .s-font {
  font-size: 1.9rem;
}

.phylosophy {
  background-color: #181818;
  position: relative;
  z-index: 1;
}
.phylosophy-inner {
  position: relative;
  z-index: 1;
}
.phylosophy-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  height: 53px;
  background: center/contain 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: 20px 10px;
  background-color: #000000;
  position: relative;
}
.phylosophy-text {
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
}
.phylosophy-text .accent {
  font-size: 2.4rem;
  color: #fff000;
}

.info {
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 374px;
  height: 269px;
  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: 60vw;
}
.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: 2.5rem;
  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: 10px;
  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: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 21px 0;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
  background-color: #fff000;
}
.contact-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  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: 20px;
  text-align: left;
  border: 1px solid #fff000;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #fff000;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #fff000;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 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-sp
==========================================*/
.footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #fff000), color-stop(51%, #000));
  background: -webkit-linear-gradient(top, #fff000 51%, #000 51%);
  background: linear-gradient(to bottom, #fff000 51%, #000 51%);
  border-top: 3px solid #fff000;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 317px;
  width: 214px;
  height: 188px;
  background: center/contain no-repeat url(../images/top/footer-bg-l-b.png);
  z-index: -1;
}
.footer::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 100px;
  width: 470px;
  height: 263px;
  background: center/contain no-repeat url(../images/top/footer-bg-r-t.png);
  z-index: -1;
}
.footer-inner {
  padding: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  width: 70%;
  margin-bottom: 35px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 365px;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.footer-address {
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  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.2rem;
  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-right {
  max-width: 534px;
  width: 100%;
}
.footer-btn {
  display: block;
  max-width: 270px;
  width: 100%;
  margin: 0 auto 20px auto;
}
.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.4rem;
  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: center;
  color: #fff000;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff000 !important;
}