/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 95%;
  height: 90px;
  padding: 0 0 0 30px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
.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.6;
}
.header-content {
  max-width: 935px;
  width: 100%;
  height: 100%;
}
.header .global-nav {
  max-width: 620px;
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
  position: relative;
}
.header .global-nav-list-item a {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
.header .global-nav-list-item a:hover {
  opacity: 0.5;
}
.header .global-nav-list-item a.current {
  opacity: 0.5;
}
.header .global-nav-list-item .nav-text {
  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 .nav-text::after {
  content: "";
  width: 9px;
  height: 6px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/common/nav-text-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item .nav-text:hover::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.header .global-nav-list-item .nav-text:hover + .global-nav-sub-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .global-nav-sub-list {
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 212px;
  opacity: 0;
  padding-top: 15px;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header .global-nav-sub-list:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .global-nav-sub-list-item {
  width: 100%;
  line-height: 1;
}
.header .global-nav-sub-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.header .global-nav-sub-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff !important;
  line-height: 1;
  padding: 12px 10px;
  background-color: #ff720c;
  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;
}
.header .global-nav-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 10px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/top/sub-nav-arrow.png);
}
.header .global-nav-sub-list-item a:hover {
  opacity: 0.5;
}
.header-link {
  height: 100%;
}
.header-btn {
  height: 100%;
}
.header-btn img {
  height: 100%;
}
.header-btn:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 950px;
  background: center/cover no-repeat url(../images/common/main-visual-pc.png);
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 81px;
  width: 1004px;
  height: 152px;
  background: center/cover no-repeat url(../images/common/main-visual-en.png);
  z-index: -1;
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  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: 236px;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
  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: 140px;
}
.header .sub-visual-textbox {
  max-width: 798px;
  width: 100%;
  height: 104px;
  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;
  background: center/cover no-repeat url(../images/common/sub-visual-title-bg.png);
}
.header .sub-visual-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.news {
  max-width: 1450px;
  width: 97%;
  margin-left: auto;
  margin-top: -89px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.news-inner {
  max-width: none;
  -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: 51px 4.68965517%;
  position: relative;
}
@media (max-width: 1310px) {
  .news-inner {
    padding: 51px 20px;
  }
}
.news .cmn-title {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin: 0;
}
.news .cmn-title-main {
  font-size: 4.4rem;
}
.news .cmn-title-en {
  font-size: 2rem;
}
.news-wrap {
  max-width: 1055px;
  width: 100%;
  min-height: 377px;
}
@media (max-width: 1420px) {
  .news-wrap {
    max-width: 950px;
  }
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 29px;
}
.news-list-item a {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.news-visual {
  max-width: 170px;
  width: 100%;
  height: 110px;
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: calc(100% - 170px);
  padding: 10px 0 0 32px;
  border-left: none;
}
.news-textbox time {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 17px;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #ff720c;
  padding: 5px 16px;
  margin-bottom: 10px;
  border: 1px solid #ff720c;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.news .more-btn {
  position: absolute;
  left: 69px;
  bottom: 93px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.5);
  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;
}
.news .more-btn::after {
  content: "";
  width: 12px;
  height: 11px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1310px) {
  .news .more-btn {
    left: 20px;
  }
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #ff720c;
  border: 2px solid #ff720c;
}
.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: #ff720c;
}
.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: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ff720c;
  border-bottom: 1px solid #ff720c;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #ff720c;
  border-right: 1px solid #ff720c;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ff720c !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#news .news {
  max-width: none;
  width: 100%;
  margin-top: 0;
}
#news .news-inner {
  max-width: 1080px;
  padding: 100px 0;
}

.top-about {
  background: center bottom/cover no-repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: -189px;
  left: 0;
  width: 100%;
  height: 605px;
  background: center/cover no-repeat url(../images/top/top-about-title-bg.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  top: -367px;
  right: 0;
  width: 882px;
  height: 1186px;
  background: center/contain no-repeat url(../images/top/top-about-img.png);
  z-index: -10;
}
@media (max-width: 1530px) {
  .top-about::after {
    top: -226px;
    width: 676px;
    height: 911px;
  }
}
.top-about-inner {
  max-width: 1500px;
  width: 98%;
  padding-top: 71px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1430px) {
  .top-about-inner {
    max-width: 1300px;
  }
}
.top-about-title {
  margin-bottom: 112px;
}
.top-about-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-about-logo {
  margin-right: 125px;
}
@media (max-width: 1430px) {
  .top-about-logo {
    margin-right: 25px;
  }
}
.top-about-textbox {
  max-width: 870px;
  width: 100%;
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.top-business {
  background-color: #fff6ee;
  position: relative;
  z-index: 1;
}
.top-business::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.top-business-inner {
  max-width: none;
  padding: 140px 0;
}
.top-business-inner .cmn-title-main {
  font-size: 6.6rem;
}
.top-business-inner .cmn-title-en {
  font-size: 2rem;
}
.top-business-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-business-list-item {
  max-width: 540px;
  width: 100%;
  height: 600px;
}
@media (max-width: 1770px) {
  .top-business-list-item {
    max-width: 390px;
    height: 432px;
  }
}
.top-business-list-item:not(:last-child) {
  margin-right: 62px;
}
@media (max-width: 1770px) {
  .top-business-list-item:not(:last-child) {
    margin-right: 35px;
  }
}
.top-business-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-business-list-item a::before {
  position: absolute;
  content: "";
  right: 65px;
  bottom: 65px;
  width: 86px;
  height: 86px;
  background: center/cover no-repeat url(../images/top/top-business-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-business-list-item a:hover {
  opacity: 0.8;
}
.top-business-list-item a:hover::before {
  right: 55px;
}

.top-recruit {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-recruit::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 306px;
  background: center/cover no-repeat url(../images/top/top-recruit-bg-top.png);
  z-index: -1;
}
.top-recruit-inner {
  max-width: 1500px;
  width: 97%;
  padding: 116px 0 106px 0;
  position: relative;
}
.top-recruit-inner .cmn-title {
  text-align: left;
  margin: 0 0 0 0;
  margin-bottom: 305px;
}
.top-recruit-inner .cmn-title-main {
  font-size: 6.6rem;
}
.top-recruit-inner .cmn-title-en {
  font-size: 2rem;
}
.top-recruit-img {
  position: absolute;
  right: -210px;
  bottom: 130px;
  max-width: 1600px;
  width: 100%;
  height: 556px;
  z-index: -1;
}
.top-recruit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit-textbox {
  position: absolute;
  top: 180px;
  right: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  min-height: 645px;
}
.top-recruit-title {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  margin-left: 35px;
}
.top-recruit-title .bg {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 27px 26px 0 26px;
  background-color: #ff720c;
}
.top-recruit-title .bg:nth-of-type(2) {
  margin-top: 70px;
}
.top-recruit-text {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  margin-top: 155px;
  line-height: 1;
}
.top-recruit-list-item {
  max-width: 470px;
  width: 100%;
}
.top-recruit-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-recruit-list-item a {
  width: 100%;
  height: 100%;
  padding: 40px 29px;
  background-color: #fff;
  outline: 2px solid #ff720c;
  outline-offset: -8px;
  position: relative;
}
.top-recruit-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  width: 57px;
  height: 57px;
  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 {
  opacity: 0.8;
}
.top-recruit-list-item a:hover::before {
  right: 27px;
}
.top-recruit-list-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 3.4rem;
  line-height: 1;
  color: #ff720c;
  margin-bottom: 22px;
}
.top-recruit-sub-text {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.8rem;
  line-height: 1;
}
.top-recruit-sub-text .accent {
  display: inline-block;
  padding: 5px;
  color: #fff;
  margin-right: 7px;
  background-color: #000000;
}

.company {
  padding-top: 100px;
  margin-top: -100px;
}
.company-inner {
  max-width: 1500px;
  width: 97%;
  padding: 37px 0 137px 0;
}
.company-inner .cmn-title-main {
  font-size: 6.6rem;
}
.company-inner .cmn-title-en {
  font-size: 2rem;
}
.company-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 53px;
}
.company-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-content:not(:last-of-type) {
  margin-right: 60px;
}
.company-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  color: #ff720c;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 2px solid #ff720c;
}
.company-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
.company-text:not(:last-of-type) {
  margin-bottom: 25px;
}
.company-name {
  text-align: right;
}
.company-table {
  width: 100%;
}
.company-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.company-table tr:not(:last-of-type) td {
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.company-table tr th {
  width: 200px;
  color: #fff;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0.1em;
  padding: 25px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #ff720c;
}
.company-table tr td {
  letter-spacing: 0.1em;
  font-weight: 200;
  vertical-align: middle;
  padding: 19px 20px 19px 30px;
}
.company-tel-txt {
  display: block;
  margin-top: 10px;
  margin-left: 5px;
}
.company-tel-txt img {
  display: block;
}
.company-sub-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.company-sub-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background-color: #ff720c;
  border-radius: 50%;
}
.company-map {
  width: 100%;
  height: 305px;
  overflow: hidden;
}
.company-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.company-sub-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-sub-content:not(:last-of-type) {
  margin-right: 60px;
}

/*========================================
about
==========================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 401px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.about-inner {
  padding-top: 55px;
}
.about-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 45px;
}
.about-content {
  margin-bottom: 60px;
}
.about-textbox {
  max-width: 520px;
  width: 100%;
}
.about-text {
  font-size: 1.8rem;
  line-height: 2;
}
.about-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.about .top-recruit-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .top-recruit-list-item:not(:last-child) {
  margin-right: 70px;
  margin-bottom: 0;
}

.grow {
  background-color: #fff6ee;
  position: relative;
  z-index: 1;
}
.grow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.grow-inner {
  padding-top: 55px;
}
.grow-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 45px;
}
.grow-content {
  margin-bottom: 83px;
}
.grow-textbox {
  max-width: 520px;
  width: 100%;
}
.grow-text {
  font-size: 1.8rem;
  line-height: 2;
}
.grow-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.grow-sub-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-bottom: 34px;
  margin-bottom: 183px;
  position: relative;
}
.grow-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 727px;
  height: 13px;
  background: center/cover no-repeat url(../../images/about/grow-line.png);
}
.grow-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grow-list-item {
  max-width: 320px;
  width: 100%;
  min-height: 244px;
  padding: 50px 24px 10px 24px;
  background-color: #fff;
  outline: 1px solid #ff720c;
  outline-offset: -7px;
  position: relative;
}
.grow-list-item:not(:last-child) {
  margin-right: 60px;
}
.grow-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 193px;
}
.grow-list-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2rem;
  color: #ff720c;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 8px;
}
.grow-icon {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.grow-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.visit {
  position: relative;
  z-index: 1;
  background-color: #fff6ee;
}
.visit-inner {
  padding-top: 110px;
}
.visit-inner .cmn-title {
  margin-bottom: 50px;
}
.visit-inner .cmn-title .bg {
  display: inline-block;
  color: #fff;
  padding: 13px 17px 10px 17px;
  margin-right: 16px;
  background-color: #ff720c;
}
.visit-content {
  margin-bottom: 60px;
}
.visit-textbox {
  max-width: 520px;
  width: 100%;
}
.visit-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 22px;
}
.visit-sub-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 14px;
  color: #ff720c;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.visit-sub-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #ff720c;
  border-radius: 50%;
}
.visit-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
}
.visit-sub-content {
  max-width: 520px;
  width: 100%;
  background-color: #fff;
}
.visit-sub-content:nth-of-type(2) .visit-sub-content-title::before {
  bottom: -2px;
  width: 78px;
  height: 81px;
  background: center/cover no-repeat url(../images/about/visit-deco02.png);
}
.visit-sub-content-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  padding: 9px 10px 8px 103px;
  background-color: #ff720c;
  position: relative;
}
.visit-sub-content-title::before {
  position: absolute;
  content: "";
  left: 8px;
  bottom: 5px;
  width: 91px;
  height: 71px;
  background: center/cover no-repeat url(../images/about/visit-deco01.png);
}
.visit-sub-content .visit-sub-title {
  margin-bottom: 8px;
}
.visit-sub-textbox {
  padding: 20px;
  background-color: #fff;
}
.visit-sub-text {
  font-size: 1.7rem;
}
.visit-sub-text:not(:last-of-type) {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.visit-check {
  font-size: 1.7rem;
  line-height: 1.4;
  -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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.visit-check::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 25px;
  margin-bottom: -1px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/about/visit-check.png), #fff;
}
.visit-check:not(:last-of-type) {
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.visit-list-item {
  max-width: 330px;
  width: 100%;
  height: 100px;
}
.visit-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;
  background-color: #fff;
  outline: 2px solid #ff720c;
  outline-offset: -8px;
  position: relative;
}
.visit-list-item a::after {
  content: "";
  width: 28px;
  height: 28px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/about/visit-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.visit-list-item a:hover {
  opacity: 0.8;
}
.visit-list-item a:hover::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.visit-list-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.1rem;
  line-height: 1;
  color: #ff720c;
}

#visit01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}

#visit02::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 306px;
  background: center/cover no-repeat url(../images/about/visit-bg-bottom.png);
  z-index: -1;
}

.help-inner {
  padding-top: 110px;
}
.help-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  text-align: left;
  line-height: 1.29;
  margin-bottom: 17px;
}
.help-textbox {
  max-width: 520px;
  width: 100%;
}
.help-text {
  font-size: 1.8rem;
  line-height: 2;
}
.help-text:not(:last-of-type) {
  margin-bottom: 30px;
}

.number {
  background-color: #fff6ee;
}
.number-inner {
  padding-top: 110px;
}
.number-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
.number-title .accent {
  display: block;
  margin-bottom: 17px;
}
.number-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 56px;
}
.number-list-item {
  max-width: 330px;
  width: 100%;
  min-height: 524px;
  padding: 35px 30px 19px 30px;
  background-color: #ff720c;
}
.number-list-item:nth-child(2) .number-list-title {
  margin-bottom: 52px;
}
.number-list-item:nth-child(2) .number-img {
  margin-bottom: 65px;
}
.number-list-item:nth-child(3) .number-list-title {
  margin-bottom: 24px;
}
.number-list-item:nth-child(3) .number-img {
  margin-bottom: 30px;
}
.number-list-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 34px;
  text-align: center;
}
.number-img {
  text-align: center;
  margin-bottom: 36px;
}
.number-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
.number-sub-text {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  line-height: 1.7;
  padding: 21px 0;
  background-color: #fff;
}
.number-sub-text .accent {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ff720c;
}

.merit {
  position: relative;
  z-index: 1;
  background-color: #fff6ee;
}
.merit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.merit-inner .cmn-title {
  margin-bottom: 168px;
}
.merit-list-item {
  max-width: 230px;
  width: 100%;
  min-height: 270px;
  padding: 40px 24px 10px 24px;
  background-color: #fff;
  outline: 1px solid #ff720c;
  outline-offset: -7px;
  position: relative;
}
.merit-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 165px;
}
.merit-list-title {
  min-height: 44px;
  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: "Sawarabi Mincho", serif;
  font-size: 1.9rem;
  color: #ff720c;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 6px;
}
.merit-icon {
  position: absolute;
  top: -113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.merit-text {
  letter-spacing: 0.1em;
}

.info {
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 306px;
  background: center/cover no-repeat url(../images/about/info-bg-bottom.png);
  z-index: -1;
}
.info .company-map:not(:last-of-type) {
  margin-bottom: 50px;
}
.info .company-table {
  margin-bottom: 53px;
}
.info .company-table th {
  width: 250px;
}
.info-address:not(:last-of-type) {
  margin-bottom: 10px;
}

.link-banner {
  background-color: #fff6ee;
}
.link-banner-inner {
  max-width: 1280px;
  padding: 110px 0;
}
.link-banner-list-item {
  max-width: 580px;
  width: 100%;
  height: 425px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 65px;
  bottom: 65px;
  width: 86px;
  height: 86px;
  background: center/cover no-repeat url(../images/top/top-business-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover::before {
  right: 55px;
}

.reserve {
  background-color: #ff720c;
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 401px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.reserve-inner {
  padding: 92px 0;
}
.reserve-title {
  text-align: center;
  margin-bottom: 40px;
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  color: #fff;
  margin-bottom: 37px;
}
.reserve-btn {
  max-width: 378px;
  width: 100%;
  height: 60px;
  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: 0 auto;
  background-color: #fff;
  border: 1px solid #06c755;
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/about/reserve-line.png);
}
.reserve-btn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -1px;
  width: 16px;
  height: 17px;
  background: center/cover no-repeat url(../images/about/reserve-btn-arrow.png);
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.guide {
  position: relative;
  z-index: 1;
}
.guide::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 306px;
  background: center/cover no-repeat url(../images/about/guide-bg-bottom.png);
  z-index: -1;
}
.guide-inner {
  padding: 86px 0;
}
.guide-banner {
  width: 100%;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb700), to(#ff720c));
  background: -webkit-linear-gradient(top, #ffb700, #ff720c);
  background: linear-gradient(to bottom, #ffb700, #ff720c);
}
.guide-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.guide-banner-inner {
  width: 100%;
  padding-right: 36px;
  background-color: #fff;
  position: relative;
}
.guide-banner-inner::before {
  position: absolute;
  content: "";
  right: 27px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background: center/cover no-repeat url(../images/about/guide-arrow.png);
}
.guide-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.guide-title .accent {
  font-size: 4rem;
}

/*========================================
job
==========================================*/
.find {
  position: relative;
  z-index: 1;
}
.find::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 401px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.find-inner {
  padding-top: 55px;
}
.find-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 34px;
}
.find-text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  line-height: 1.7;
  padding: 21px 0;
  background-color: #fff;
}
.find-text .accent {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ff720c;
}

.type {
  position: relative;
  z-index: 1;
  background-color: #fff6ee;
}
.type::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.type .cmn-title-main {
  line-height: 1.2;
}
.type-text {
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.type-list-item {
  max-width: 330px;
  width: 100%;
  height: 252px;
}
.type-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.type-list-item a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 53px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 55px;
  background: center/cover no-repeat url(../images/job/type-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.type-list-item a:hover {
  opacity: 0.8;
}
.type-list-item a:hover::before {
  bottom: 42px;
}

.job {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.job-inner {
  padding-top: 110px;
}
.job-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 109px;
}
.job-textbox {
  max-width: 520px;
  width: 100%;
  margin-top: 29px;
  position: relative;
}
.job-title {
  margin-left: -105px;
  margin-bottom: 22px;
}
.job-text {
  font-size: 1.8rem;
  line-height: 1.9;
}
.job-content {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 62px 138px 47px 138px;
  background-color: #fff;
  border: 10px solid;
  -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#ffb700), to(#ff720c));
  -webkit-border-image: -webkit-linear-gradient(bottom, #ffb700, #ff720c);
       -o-border-image: linear-gradient(to top, #ffb700, #ff720c);
          border-image: -webkit-gradient(linear, left bottom, left top, from(#ffb700), to(#ff720c));
          border-image: linear-gradient(to top, #ffb700, #ff720c);
  border-image-slice: 1;
  position: relative;
}
.job-sub-title {
  position: absolute;
  top: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 500px;
  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-family: "Sawarabi Mincho", serif;
  font-size: 4rem;
  line-height: 1;
  background-color: #fff;
  border: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#ffb700), to(#ff720c));
  -webkit-border-image: -webkit-linear-gradient(top, #ffb700, #ff720c);
       -o-border-image: linear-gradient(to bottom, #ffb700, #ff720c);
          border-image: -webkit-gradient(linear, left top, left bottom, from(#ffb700), to(#ff720c));
          border-image: linear-gradient(to bottom, #ffb700, #ff720c);
  border-image-slice: 1;
}
.job-list {
  position: relative;
}
.job-list::before {
  position: absolute;
  content: "";
  top: 19px;
  left: 329px;
  width: 3px;
  height: calc(100% - 87px);
  background-color: #ff720c;
}
.job-list-item {
  max-width: 320px;
  width: 100%;
}
.job-list-item:nth-child(odd) {
  margin-left: 395px;
}
.job-list-item:nth-child(even) .job-time::before {
  width: 250px;
  left: auto;
  right: -250px;
}
.job-list-item:nth-child(even) .job-time::after {
  left: auto;
  right: -261px;
}
.job-list-text {
  min-height: 47px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.job-list-text .accent {
  font-size: 1.6rem;
}
.job-time {
  display: block;
  font-family: "Sawarabi Mincho", serif;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  width: 82px;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb700), to(#ff720c));
  background: -webkit-linear-gradient(top, #ffb700, #ff720c);
  background: linear-gradient(to bottom, #ffb700, #ff720c);
  position: relative;
  z-index: 1;
}
.job-time::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 3px;
  background-color: #ff720c;
  z-index: -1;
}
.job-time::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -77px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb700), to(#ff720c));
  background: -webkit-linear-gradient(top, #ffb700, #ff720c);
  background: linear-gradient(to bottom, #ffb700, #ff720c);
  border-radius: 50%;
}

#job02 {
  background-color: #fff6ee;
}

#job03::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 306px;
  background: center/cover no-repeat url(../images/about/info-bg-bottom.png);
  z-index: -1;
}

/*========================================
recruit
==========================================*/
.recruit .company-table th {
  width: 250px;
}

.flow {
  position: relative;
  z-index: 1;
  background-color: #fff6ee;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.flow-inner .cmn-title {
  margin-bottom: 168px;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  min-height: 252px;
  padding: 55px 24px 21px 24px;
  background-color: #fff;
  outline: 1px solid #ff720c;
  outline-offset: -7px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -41px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 36px;
  background: center/cover no-repeat url(../images/recruit/flow-arrow.png);
}
.flow-list-title {
  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: "Sawarabi Mincho", serif;
  font-size: 1.9rem;
  color: #ff720c;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 6px;
}
.flow-icon {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.flow-text {
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
.flow .reserve-btn {
  max-width: 250px;
  height: 50px;
}

/*========================================
rental
==========================================*/
.rental {
  position: relative;
  z-index: 1;
}
.rental::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 401px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.rental-inner {
  padding-top: 62px;
}
.rental-textbox {
  max-width: 520px;
  width: 100%;
}
.rental-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 4.8rem;
  text-align: left;
  line-height: 1;
  margin-bottom: 60px;
}
.rental-title .accent {
  display: block;
  margin-bottom: 20px;
}
.rental-text {
  font-size: 1.8rem;
  line-height: 1.9;
}

.feature {
  position: relative;
  z-index: 1;
  background-color: #fff6ee;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 372px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.feature-content {
  padding: 37px;
  -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;
  background-color: #fff;
  border: 1px solid #ff720c;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 45px;
}
.feature-img {
  max-width: 370px;
  width: 100%;
  height: 246px;
  overflow: hidden;
  margin-right: 30px;
}
.feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feature-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ff720c;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.feature-body img {
  max-width: 100%;
}

.menu {
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 306px;
  background: center/cover no-repeat url(../images/about/info-bg-bottom.png);
  z-index: -1;
}
.menu-inner {
  position: relative;
}
.menu-inner .cmn-title {
  margin: 0;
  margin-bottom: 50px;
  text-align: left;
}
.menu-inner .cmn-title-en {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-notice {
  position: absolute;
  right: 0;
  top: 145px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.menu-list {
  -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;
}
.menu-list-item {
  max-width: 330px;
  width: 100%;
  padding: 24px;
  margin-bottom: 44px;
  background-color: #fff;
  border: 1px solid #ff720c;
}
.menu-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.menu-img {
  max-width: 280px;
  width: 100%;
  height: 205px;
  overflow: hidden;
  margin-bottom: 12px;
}
.menu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ff720c;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.menu-price {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: right;
  margin-bottom: 10px;
}
.menu-body img {
  max-width: 100%;
}

.drink {
  overflow: hidden;
  background-color: #fff6ee;
}
.drink-inner {
  position: relative;
}
.drink-inner .cmn-title {
  margin: 0;
  margin-bottom: 50px;
  text-align: left;
}
.drink-inner .cmn-title-en {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.drink-notice {
  position: absolute;
  right: 0;
  top: 135px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.drink-text {
  text-align: center;
}
.drink-list {
  padding: 22px 25px 25px 25px;
  background-color: #fff;
}
.drink-list-item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.drink-list-item:not(:last-child) {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.drink-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-right: 15px;
}
.drink-price {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

#rental .company-map {
  height: 450px;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 35px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff720c;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #ff720c;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #ff720c;
}

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

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #ff720c;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #ff720c;
  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 #ff720c;
  border-right: 1px solid #ff720c;
  -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
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
  position: relative;
  z-index: 1;
}
.footer-inner {
  max-width: 1500px;
  width: 96%;
  padding: 104px 0 79px 0;
  color: #fff;
}
.footer-logo {
  margin-bottom: 37px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-textbox {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
.footer-content {
  max-width: 520px;
  width: 100%;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 500px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  padding: 25px 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer-nav-list {
  width: 100%;
  height: 189px;
  -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: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.5rem;
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5)) {
  margin-bottom: 41px;
}
.footer-nav-list-item:nth-child(2) {
  margin-bottom: 15px;
}
.footer-nav-list-item:nth-child(3) {
  margin-bottom: 15px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.12em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  text-align: center;
  padding-bottom: 8px;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff !important;
  line-height: 1;
}