/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 1000;
}
.header-logo a {
  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;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 965px;
  width: 100%;
}
.header-contact:hover {
  opacity: 0.7;
}
.header .global-nav {
  max-width: 700px;
  width: 100%;
}
.header .global-nav-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-list-item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  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;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 17px;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "/";
  color: #cccccc;
  margin-left: 17px;
}
.header .global-nav-list-item a {
  line-height: 1;
}
.header .global-nav-list-item a:hover {
  color: #bc1010;
}
.header .main-visual {
  width: 100%;
  height: 450px;
  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;
  margin-top: 80px;
  background: center/cover no-repeat url(../../images/common/main-visual.png);
  position: relative;
  z-index: 5;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -22px;
  width: 370px;
  height: 96px;
  background: center/contain no-repeat url(../../images/common/main-visual-en.png);
  z-index: 2;
}
.header .main-visual-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .main-visual-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 80px;
}
.header .sub-visual {
  width: 100%;
  height: 300px;
  margin-top: 80px;
  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;
}
.header .sub-visual-textbox img {
  height: 110px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
#top main {
  position: relative;
  z-index: 1;
}
#top main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2573px;
  background: center/cover no-repeat url(../../images/top/top-body-bg.png);
  z-index: -10;
}

.top-about {
  overflow: hidden;
}
.top-about-inner {
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 154px;
  left: -320px;
  width: 276px;
  height: 354px;
  background: center/contain no-repeat url(../../images/top/top-about-bg-l-t.png);
  z-index: -1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 522px;
  width: 168px;
  height: 120px;
  background: center/contain no-repeat url(../../images/top/top-about-bg-r-b.png);
  z-index: -1;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.top-about-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-about-img::before {
  position: absolute;
  content: "";
  right: -14px;
  bottom: -21px;
  width: 127px;
  height: 138px;
  background: center/contain no-repeat url(../../images/top/top-about-illulst.png);
}
.top-about-textbox {
  max-width: 505px;
  width: 100%;
}
.top-about-title {
  margin-bottom: 20px;
}
.top-about-title img {
  height: 72px;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 50px;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-about-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-link {
  max-width: 510px;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  border: 1px solid #cccccc;
  position: relative;
}
.top-about-link::before {
  position: absolute;
  content: "";
  right: 9px;
  bottom: 9px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/top-about-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-about-link:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-link:hover {
  opacity: 0.8;
}
.top-about-link:hover::before {
  right: 0px;
}
.top-about-link-en {
  font-family: "Barlow", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #cccccc;
  margin-bottom: 30px;
}
.top-about-link-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

.top-strength {
  margin-bottom: 142px;
  background: left top/110px 110px no-repeat url(../../images/top/top-strength-bg-l-t.png), right bottom/110px 110px no-repeat url(../../images/top/top-strength-bg-r-b.png);
  position: relative;
  z-index: 1;
}
.top-strength::before {
  position: absolute;
  content: "";
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 94%;
  height: 590px;
  background: center/contain no-repeat url(../../images/top/top-strength-bg.png);
  z-index: -1;
}
.top-strength-inner {
  padding: 50px 0 50px 0;
  position: relative;
}
.top-strength-inner::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 355px;
  height: 33px;
  background: center/contain no-repeat url(../../images/top/top-strength-en.png);
}
.top-strength-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.top-strength-title .accent {
  font-size: 2.6rem;
  color: #bc1010;
}
.top-strength-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-strength-list-item {
  max-width: 340px;
  width: 100%;
  padding: 52px 20px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(11, 11, 11, 0.05);
          box-shadow: 0 0 15px 0 rgba(11, 11, 11, 0.05);
  position: relative;
}
.top-strength-list-item::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../../images/top/top-strength-no01.png);
}
.top-strength-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../../images/top/top-strength-no02.png);
}
.top-strength-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../../images/top/top-strength-no03.png);
}
.top-strength-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-strength-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 18px 0;
  margin-bottom: 11px;
  text-align: center;
  background: center/cover no-repeat url(../../images/top/top-strength-title-bg.png);
}
.top-strength-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.75;
}

.top-works {
  position: relative;
  z-index: 2;
}
.top-works::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1800px;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../../images/top/top-works-bg.png);
  z-index: -10;
}
.top-works::after {
  position: absolute;
  content: "";
  top: -40px;
  right: -3px;
  width: 300px;
  height: 78px;
  background: center/contain no-repeat url(../../images/top/top-works-en.png);
  z-index: 1;
}
.top-works-inner {
  position: relative;
  z-index: 1;
}
.top-works .cmn-btn {
  color: #111111;
  background-color: #fff;
}
.top-works .cmn-btn::before {
  background: center/cover no-repeat url(../../images/top/top-works-arrow.png);
}
.top-works-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}
.top-works-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-works-list-item {
  max-width: 320px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-works-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-works-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-works-tag-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-works-tag-list-item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 3px 5px;
  background-color: #d70000;
}
.top-works-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.top-works-img {
  max-width: 320px;
  width: 100%;
  height: 250px;
  margin-bottom: 18px;
}
.top-works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works .post-none-text {
  color: #fff;
}

.top-intro {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-intro::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 772px;
  background: center/cover no-repeat url(../../images/top/top-intro-bg-bottom.png);
  z-index: -1;
}
.top-intro-inner {
  padding-bottom: 100px;
  position: relative;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -15px;
  width: 372px;
  height: 56px;
  background: center/contain no-repeat url(../../images/top/top-intro-en.png);
  z-index: 2;
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 360px;
  width: 195px;
  height: 230px;
  background: center/contain no-repeat url(../../images/top/top-intro-img02.png);
  z-index: 1;
}
.top-intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-intro-img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.top-intro-img::before {
  position: absolute;
  content: "";
  left: -94px;
  bottom: -8px;
  width: 140px;
  height: 251px;
  background: center/contain no-repeat url(../../images/top/top-intro-deco.png);
  z-index: 1;
}
.top-intro-textbox {
  max-width: 620px;
  width: 100%;
}
.top-intro-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.top-intro-text {
  font-size: 1.6rem;
  line-height: 2.22;
  margin-bottom: 25px;
}
.top-intro-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.top-recruit {
  background: center/cover no-repeat url(../../images/top/top-recruit-bg.png);
  position: relative;
  z-index: 1;
}
.top-recruit::before {
  position: absolute;
  content: "";
  top: -26px;
  left: 12px;
  width: 275px;
  height: 48px;
  background: center/contain no-repeat url(../../images/top/top-recruit-en.png);
}
.top-recruit-inner {
  padding: 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-recruit-textbox {
  max-width: 370px;
  width: 100%;
}
.top-recruit-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #bc1010;
  margin-bottom: 30px;
}
.top-recruit-text {
  font-size: 1.6rem;
  line-height: 1;
}
.top-recruit-list {
  max-width: 600px;
  width: 100%;
}
.top-recruit-list-item {
  width: 100%;
}
.top-recruit-list-item:last-child a {
  border-bottom: 1px solid #cccccc;
}
.top-recruit-list-item a {
  width: 100%;
  padding: 50px 30px;
  border-top: 1px solid #cccccc;
  position: relative;
}
.top-recruit-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 8px;
  background: center/cover no-repeat url(../../images/top/top-recruit-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-recruit-list-item a:hover::before {
  opacity: 0.8;
  right: 0;
}
.top-recruit-list-title {
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}
.top-recruit-sub-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  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;
}
.top-recruit-sub-text::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background-color: #bc1010;
}

.news {
  background: center/cover no-repeat url(../../images/top/news-bg.png);
  overflow: hidden;
}
.news-inner {
  padding: 0 0 80px 0;
  position: relative;
}
.news .cmn-title {
  text-align: left;
}
.news .cmn-title-en {
  margin-left: 0;
}
.news-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-right {
  max-width: 670px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding: 18px 14px;
  background-color: #f0f0f0;
  position: relative;
}
.news-list-item a:hover .news-title {
  color: #bc1010;
}
.news-title {
  width: 90%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 6px;
}
.news-accent time {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #cccccc;
  letter-spacing: 0.04em;
  margin-right: 15px;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  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::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  background-color: #bc1010;
}
.news-accent-tag:last-child::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 10px;
  background-color: #bc1010;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-thumb {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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: #d70000;
  border: 2px solid #d70000;
}
.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: #d70000;
}
.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-info-list-item time {
  color: #000;
}
.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 #d70000;
  border-bottom: 1px solid #d70000;
}
.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 #d70000;
  border-right: 1px solid #d70000;
}
.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: #d70000 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .news-inner {
  padding: 60px 0;
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
}
.reserve-inner {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.reserve-inner::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 315px;
  height: 51px;
  background: center/contain no-repeat url(../../images/top/reserve-en.png);
  z-index: -1;
}
.reserve-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.reserve-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.reserve-content {
  padding: 23px 15px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-textbox {
  max-width: 490px;
  width: 100%;
}
.reserve-sub-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.reserve-sub-title::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-right: 15px;
  background-color: #cccccc;
}
.reserve-sub-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 15px;
  background-color: #cccccc;
}
.reserve-tel-box {
  padding: 32px 20px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
.reserve-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-link {
  max-width: 490px;
  width: 100%;
}
.reserve-contact {
  width: 100%;
  height: 80px;
  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.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  background-color: #bc1010;
  position: relative;
}
.reserve-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background: center/cover no-repeat url(../../images/top/reserve-mail.png);
}
.reserve-contact:hover {
  opacity: 0.8;
}
.reserve-contact:hover::before {
  right: -2px;
}
.reserve-line {
  width: 100%;
  height: 80px;
  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.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #111111;
  position: relative;
}
.reserve-line::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/reserve-line.png);
}
.reserve-line::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: center/cover no-repeat url(../../images/top/reserve-btn-icon.png);
}
.reserve-line:hover {
  opacity: 0.8;
}

/*========================================
about
==========================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 0;
  width: 100%;
  height: 1280px;
  background: center/cover no-repeat url(../../images/about/about-bg-top.png);
  z-index: -1;
}
.about-inner {
  max-width: 1280px;
}
.about-sub-text {
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 67px;
}
.about-content {
  position: relative;
  z-index: 1;
}
.about-content::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../../images/about/about-deco-l-t.png);
  z-index: -1;
}
.about-content::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../../images/about/about-deco-r-b.png);
  z-index: -1;
}
.about-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.about-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 700px;
  width: 100%;
}
.about-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 19px 30px;
  margin-bottom: 17px;
  background: center/cover no-repeat url(../../images/about/about-title-bg.png);
}
.about-text {
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.07em;
}

.service {
  background: center/cover no-repeat url(../../images/about/service-bg.png);
}
.service-content {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(17, 17, 17, 0.8);
}
.service-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 59px;
}
.service-title .en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #cccccc;
  line-height: 1;
  margin-bottom: 27px;
}
.service-title .flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-title .flex::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-right: 25px;
  background-color: #ffffff;
}
.service-title .flex::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 25px;
  background-color: #ffffff;
}
.service-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.service-textbox {
  max-width: 680px;
  width: 100%;
}
.service-text {
  font-size: 1.6rem;
  line-height: 2.22;
  color: #fff;
}
.service-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-sub-flex {
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.service-sub-content {
  width: 100%;
  position: relative;
}
.service-sub-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.service-sub-content:not(:last-of-type)::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 24px;
  height: 29px;
  background: center/cover no-repeat url(../../images/about/service-arrow.png);
}
.service-sub-content:nth-of-type(2) .service-sub-title {
  background-color: #bc1010;
}
.service-text-list.h-wrap {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.service-text-list-item {
  max-width: 480px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 11px;
  border-bottom: 1px solid #cccccc;
}
.service-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/about/service-check.png);
}
.service-text-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.service-sub-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 18px 0;
  margin-bottom: 28px;
  text-align: center;
  background-color: #000000;
}

.area {
  background: center/cover no-repeat url(../../images/about/area-bg.png);
  position: relative;
  z-index: 1;
}
.area::before {
  position: absolute;
  content: "";
  top: -32px;
  left: 3px;
  width: 112px;
  height: 114px;
  background: center/contain no-repeat url(../../images/about/area-bg-l0t.png);
  z-index: -1;
}
.area::after {
  position: absolute;
  content: "";
  top: 16px;
  right: 13px;
  width: 138px;
  height: 98px;
  background: center/contain no-repeat url(../../images/about/area-bg-r-t.png);
  z-index: -1;
}
.area-inner {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.area-inner::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 62px;
  background: center/contain no-repeat url(../../images/about/area-en.png);
  z-index: -1;
}
.area-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.area-text {
  font-size: 1.6rem;
  line-height: 2.22;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 30px;
}
.area-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-list-item {
  max-width: 260px;
  width: 100%;
  min-height: 337px;
  padding: 95px 11px 7px 11px;
  background-color: #fff;
  border: 1px solid #cccccc;
  position: relative;
}
.area-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.area-list-title {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 120px;
  width: 100%;
  height: 120px;
  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.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #bc1010;
  border-radius: 50%;
}
.area-sub-text {
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.07em;
}
.area-sub-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.area-sub-text .accent {
  font-size: 1.6rem;
}
.area-sub-text.s-font {
  font-size: 1.4rem;
}
.area-text-list.h-wrap {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.area-text-list-item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  -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;
  padding-bottom: 9px;
  border-bottom: 1px solid #cccccc;
}
.area-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  margin-top: 13px;
  background-color: #d70000;
}
.area-text-list-item:not(:last-child) {
  margin-bottom: 9px;
}

/*========================================
works
==========================================*/
.works {
  background: center/cover no-repeat url(../../images/works/works-bg.png);
  overflow: hidden;
}
.works-inner {
  max-width: none;
}
.works-text {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 25px;
}
.works-tag-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.works-tag-list-item {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}
.works-tag-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.works-tag-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;
  color: #fff;
  line-height: 1.1;
  padding: 23px 15px;
  text-align: center;
  background-color: #111111;
  position: relative;
}
.works-tag-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
  height: 7px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.works-tag-list-item a:hover {
  opacity: 0.8;
}
.works-tag-list-item a:hover::before {
  right: -19px;
}
.works-wrap {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.works-wrap::before {
  position: absolute;
  content: "";
  top: -38px;
  right: 0;
  width: 138px;
  height: 98px;
  background: center/contain no-repeat url(../../images/works/works-bg-r-t.png);
}
.works-wrap::after {
  position: absolute;
  content: "";
  left: -7px;
  bottom: -64px;
  width: 112px;
  height: 144px;
  background: center/contain no-repeat url(../../images/works/works-bg-l-b.png);
}
.works .top-works-list-title {
  color: #111111;
  border-bottom: 1px solid #111111;
}
.works-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.base-banner {
  display: block;
  max-width: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.base-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

#works .top-works-list-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: none;
}

/*========================================
intro
==========================================*/
.intro {
  background: center/cover no-repeat url(../../images/intro/intro-bg.png);
  position: relative;
  z-index: 1;
}
.intro::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 31px;
  background: center/contain no-repeat url(../../images/intro/intro-en.png);
  z-index: -1;
}
.intro-inner {
  max-width: none;
}
.intro-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 47px;
  text-align: center;
}
.intro-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 28px;
}
.intro-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-flex img:not(:last-of-type) {
  margin-bottom: 20px;
}
.intro-wrap {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 50px;
  background: center/cover no-repeat url(../../images/intro/intro-box-bg.png);
}
.intro-sub-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.intro-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  overflow-x: auto;
}
.intro-table {
  width: 1000px;
}
.intro-table tr {
  background-color: #fff;
}
.intro-table tr:nth-of-type(even) {
  background-color: #f0f0f0;
}
.intro-table tr th {
  width: 380px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #bc1010;
  vertical-align: middle;
}
.intro-table tr th:nth-of-type(2) {
  width: 284px;
}
.intro-table tr th:nth-of-type(3) {
  width: 310px;
}
.intro-table tr th:nth-of-type(4) {
  width: 140px;
}
.intro-table tr th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.intro-table tr td {
  width: 380px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #111111;
  text-align: center;
  vertical-align: middle;
}
.intro-table tr td:nth-of-type(2) {
  width: 284px;
}
.intro-table tr td:nth-of-type(3) {
  width: 310px;
}
.intro-table tr td:nth-of-type(4) {
  width: 140px;
}
.intro-table tr td:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}
.intro-table tr td .accent {
  font-size: 1.4rem;
}
.intro-notice {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}
.intro-sub-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-link {
  max-width: 510px;
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
}
.intro-link::before {
  position: absolute;
  content: "";
  right: 9px;
  bottom: 9px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/top-about-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.intro-link:not(:last-of-type) {
  margin-bottom: 20px;
}
.intro-link:hover {
  opacity: 0.8;
}
.intro-link:hover::before {
  right: 0px;
}
.intro-link-en {
  font-family: "Barlow", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #cccccc;
  margin-bottom: 21px;
}
.intro-link-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
.intro-link-text {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}

/*========================================
recruit
==========================================*/
.culture {
  position: relative;
  z-index: 1;
}
.culture::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 0;
  width: 100%;
  height: 1280px;
  background: center/cover no-repeat url(../../images/about/about-bg-top.png);
  z-index: -1;
}
.culture-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}
.culture-img {
  margin-bottom: 20px;
}
.culture-textbox {
  max-width: 688px;
  width: 100%;
}
.culture-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.culture-title .en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  color: #bc1010;
  margin-bottom: 15px;
}
.culture-text {
  font-size: 1.6rem;
  line-height: 2.222;
}

.job {
  position: relative;
  z-index: 2;
}
.job::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1800px;
  width: 100%;
  height: 100%;
  background-color: #111111;
  z-index: -1;
}
.job-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.job-title .en {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  color: #cccccc;
}
.job-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job-list-item {
  max-width: 340px;
  width: 100%;
  text-align: center;
  padding: 26px 20px 29px 20px;
  background-color: #fff;
}
.job-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.job-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.job-icon {
  margin-bottom: 20px;
}

.schedule {
  background: center/cover no-repeat url(../../images/recruit/recruit-bg.png);
}
.schedule .cmn-sub-title {
  text-align: left;
  margin-bottom: 30px;
}
.schedule-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule-img {
  margin-bottom: 30px;
}
.schedule-textbox {
  max-width: 400px;
  width: 100%;
}
.schedule-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  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;
  z-index: 1;
}
.schedule-text:first-of-type::before {
  position: absolute;
  content: "";
  left: 73px;
  bottom: -140px;
  width: 4px;
  height: 140px;
  background-color: #111111;
  z-index: -5;
}
.schedule-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.schedule-text .accent {
  width: 150px;
  height: 80px;
  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: 2rem;
  color: #fff;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/recruit/schedule-box-bg.png);
}

.recruit {
  background: center/cover no-repeat url(../../images/recruit/recruit-bg02.png);
}
.recruit-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 19px 0;
  margin-bottom: 30px;
  background: center/cover no-repeat url(../../images/recruit/recruit-title-bg.png);
}
.recruit-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 25px;
}
.recruit-table {
  margin-bottom: 43px;
}
.recruit-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #ffffff;
}
.recruit-table tr th {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 18px 0;
  text-align: center;
  background-color: #111111;
  vertical-align: middle;
}
.recruit-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 11px 29px;
  background-color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}
.recruit-btn {
  max-width: 490px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
  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.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #bc1010;
  position: relative;
}
.recruit-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background: center/cover no-repeat url(../../images/top/reserve-mail.png);
}
.recruit-btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.recruit-sub-btn {
  max-width: 490px;
  width: 100%;
  height: 80px;
  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.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #111111;
  position: relative;
}
.recruit-sub-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: center/cover no-repeat url(../../images/recruit/recruit-btn-icon.png);
}
.recruit-sub-btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
info
==========================================*/
.info {
  background: center/cover no-repeat url(../../images/info/info-bg.png);
  margin-top: -40px;
}
.info-inner {
  padding: 120px 0;
}
.info-table {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 10px;
}
.info-table tr th {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  background-color: #111111;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 11px 15px;
  vertical-align: middle;
}

.message {
  background: center/cover no-repeat url(../../images/info/message-bg.png);
}
.message-inner {
  padding: 60px 0 80px 0;
  position: relative;
  z-index: 1;
}
.message-inner::before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -25px;
  width: 152px;
  height: 145px;
  background: center/contain no-repeat url(../../images/info/message-illust.png);
  z-index: -1;
}
.message-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
}
.message-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.gallery {
  background: center/cover no-repeat url(../../images/info/gallery-bg.png);
}
.gallery-inner {
  padding: 70px 0 40px 0;
  position: relative;
  z-index: 1;
}
.gallery-inner::before {
  position: absolute;
  content: "";
  top: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 328px;
  height: 54px;
  background: center/contain no-repeat url(../../images/info/gallery-en.png);
  z-index: -1;
}
.gallery-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.gallery-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.gallery-list-item {
  max-width: 320px;
  width: 100%;
}
.gallery-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.gallery-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.gallery-img {
  max-width: 320px;
  width: 100%;
  height: 250px;
  margin-bottom: 18px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .post-none-text {
  color: #fff;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #d70000;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  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;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #d70000;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #d70000;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d70000;
  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 #d70000;
}
.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 #d70000;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #d70000;
  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 #d70000;
  border-right: 1px solid #d70000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  padding: 15px;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  background: center/cover no-repeat url(../../images/top/footer-bg-l-t.png);
  z-index: -1;
}
.footer::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 110px;
  height: 110px;
  background: center/cover no-repeat url(../../images/top/footer-bg-r-b.png);
  z-index: -1;
}
.footer-inner {
  padding: 22px 11px;
  background-color: #f0f0f0;
}
.footer-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-left {
  max-width: 375px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.footer-logo {
  max-width: 160px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-sns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sns a:not(:last-of-type) {
  margin-right: 20px;
}
.footer-sns a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-right {
  max-width: 602px;
  width: 94%;
}
.footer-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.footer-nav-list {
  max-width: 407px;
  width: 100%;
  height: 270px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.footer-nav-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.footer-nav-list-item:nth-child(1) {
  margin-bottom: 25px;
}
.footer-nav-list-item:nth-child(2) {
  max-width: 220px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-nav-list-item:nth-child(3) {
  margin-bottom: 25px;
  margin-right: 50px;
}
.footer-nav-list-item:nth-child(4) {
  margin-bottom: 25px;
}
.footer-nav-list-item:nth-child(5) {
  margin-bottom: 25px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.footer-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #bc1010;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.footer-nav-list-item a:hover::before {
  opacity: 1;
}
.footer-nav-sub-list {
  padding-top: 16px;
}
.footer-nav-sub-list-item {
  line-height: 1;
}
.footer-nav-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #8c8c8c;
  line-height: 1;
  letter-spacing: 0.07em;
}
.footer-nav-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-nav-sub-list-item a::before {
  display: none;
}
.footer-nav-sub-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.footer-sub-list {
  max-width: 150px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  -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;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item a {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}