/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  padding: 0;
}
.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%;
}
.header .global-nav {
  max-width: 620px;
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  line-height: 1;
  letter-spacing: 0.1em;
}
.header-btn:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 330px;
  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: 29px;
  width: 370px;
  height: 56px;
  background: center/contain 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: 72px;
}
.header .main-visual-textbox img {
  margin-left: -49px;
  height: 180px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  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 .sub-visual-textbox {
  max-width: 375px;
  width: 100%;
  height: 49px;
  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: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.news {
  width: 100%;
  margin-left: auto;
  margin-top: -30px;
  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 {
  -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;
  padding: 50px 5px;
  position: relative;
}
.news .cmn-title {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 30px 0;
}
.news-wrap {
  max-width: 1055px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.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: 110px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: calc(100% - 110px);
  padding: 10px 5px 0 15px;
  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 10px;
  margin-bottom: 10px;
  border: 1px solid #ff720c;
}
.news-accent-tag:not(:last-child) {
  margin-right: 5px;
}
.news-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.news .more-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  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;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.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: #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: 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 #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;
  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 #ff720c;
  border-right: 1px solid #ff720c;
}
.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: #ff720c !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

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

.top-about {
  overflow: hidden;
  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: -46px;
  left: 0;
  width: 100%;
  height: 289px;
  background: center/cover no-repeat url(../images/top/top-about-title-bg.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  top: -50px;
  right: 0;
  width: 316px;
  height: 425px;
  background: center/contain no-repeat url(../images/top/top-about-img.png);
  z-index: -10;
}
.top-about-inner {
  position: relative;
  z-index: 1;
}
.top-about-title {
  text-align: center;
  margin-bottom: 70px;
}
.top-about-title img {
  height: 94px;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-logo {
  max-width: 400px;
  width: 80%;
  margin-bottom: 20px;
}
.top-about-textbox {
  max-width: 870px;
  width: 100%;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-business {
  background-color: #fff6ee;
  position: relative;
  z-index: 1;
}
.top-business::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.top-business-inner {
  max-width: none;
}
.top-business-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-business-list-item {
  max-width: 300px;
  width: 100%;
  height: 333px;
}
.top-business-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-business-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-business-list-item a::before {
  position: absolute;
  content: "";
  right: 32px;
  bottom: 32px;
  width: 50px;
  height: 50px;
  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: 25px;
}

.top-recruit {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-recruit::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background: center/cover no-repeat url(../images/top/top-recruit-bg-top.png);
  z-index: -1;
}
.top-recruit-inner {
  position: relative;
  z-index: 1;
}
.top-recruit-img {
  max-width: 1600px;
  width: 100%;
  height: 300px;
  z-index: -1;
}
.top-recruit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit-textbox {
  margin-left: auto;
  margin-top: -117px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  height: 360px;
  position: relative;
  z-index: 1;
}
.top-recruit-title {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  margin-left: 30px;
}
.top-recruit-title .bg {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 20px 0 20px;
  background-color: #ff720c;
}
.top-recruit-title .bg:nth-of-type(2) {
  margin-top: 40px;
}
.top-recruit-text {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 120px;
}
.top-recruit-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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: 35px 20px;
  background-color: #fff;
  outline: 2px solid #ff720c;
  outline-offset: -8px;
  position: relative;
}
.top-recruit-list-item a::before {
  position: absolute;
  content: "";
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  width: 40px;
  height: 40px;
  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: 2.5rem;
  line-height: 1;
  color: #ff720c;
  margin-bottom: 25px;
}
.top-recruit-sub-text {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  line-height: 1;
}
.top-recruit-sub-text .accent {
  display: inline-block;
  padding: 5px;
  color: #fff;
  margin-right: 7px;
  background-color: #000000;
}

.company-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-content {
  max-width: 520px;
  width: 100%;
}
.company-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.company-title {
  font-size: 2.4rem;
  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%;
  margin-bottom: 35px;
}
.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 {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0.1em;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #ff720c;
}
.company-table tr td {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 200;
  vertical-align: middle;
  padding: 15px;
}
.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: 2rem;
  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: 60vw;
  overflow: hidden;
}
.company-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.company-sub-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company-sub-content {
  width: 100%;
}
.company-sub-content:not(:last-of-type) {
  margin-bottom: 30px;
}

/*========================================
about
==========================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  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: 2.4rem;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 520px;
  width: 100%;
}
.about-text {
  font-size: 1.6rem;
  line-height: 2;
}
.about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.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: 2.4rem;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 30px;
}
.grow-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.grow-img {
  margin-bottom: 20px;
}
.grow-textbox {
  max-width: 520px;
  width: 100%;
}
.grow-text {
  font-size: 1.6rem;
  line-height: 2;
}
.grow-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.grow-sub-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
  margin-bottom: 150px;
  position: relative;
}
.grow-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 285px;
  height: 6px;
  background: center/contain no-repeat url(../../images/about/grow-line.png);
}
.grow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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-bottom: 127px;
}
.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 .cmn-title .bg {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 10px 13px 7px 13px;
  margin-right: 13px;
  background-color: #ff720c;
}
.visit-inner .cmn-title-main {
  line-height: 1.3;
}
.visit-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.visit-img {
  margin-bottom: 20px;
}
.visit-textbox {
  max-width: 520px;
  width: 100%;
}
.visit-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}
.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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.visit-sub-content {
  max-width: 520px;
  width: 100%;
  background-color: #fff;
}
.visit-sub-content:nth-of-type(2) {
  margin-top: 25px;
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.visit-list-item {
  max-width: 330px;
  width: 100%;
  height: 100px;
}
.visit-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.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: 190px;
  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: 170px;
  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: 2.5rem;
  text-align: left;
  line-height: 1.29;
  margin-bottom: 17px;
}
.help-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.help-img {
  margin-bottom: 20px;
}
.help-textbox {
  max-width: 520px;
  width: 100%;
}
.help-text {
  font-size: 1.6rem;
  line-height: 2;
}

.number {
  background-color: #fff6ee;
}
.number-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.number-title .accent {
  display: block;
  margin-bottom: 17px;
}
.number-title .accent img {
  height: 40px;
}
.number-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.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: 2.5rem;
  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: 1.6rem;
  text-align: center;
  line-height: 1.7;
  padding: 20px 10px;
  background-color: #fff;
}
.number-sub-text .accent {
  font-size: 1.8rem;
  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: 190px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.merit-inner .cmn-title {
  line-height: 1.2;
  margin-bottom: 120px;
}
.merit-list {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.merit-list-item {
  max-width: 230px;
  width: 49%;
  padding: 30px 10px 15px 10px;
  background-color: #fff;
  outline: 1px solid #ff720c;
  outline-offset: -3px;
  position: relative;
}
.merit-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 120px;
}
.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.6rem;
  color: #ff720c;
  letter-spacing: 0.03em;
  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: 80%;
  text-align: center;
}
.merit-text {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

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

.link-banner {
  background-color: #fff6ee;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 350px;
  width: 100%;
  height: 256px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 35px;
  bottom: 35px;
  width: 50px;
  height: 50px;
  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: 200px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.reserve-title {
  text-align: center;
  margin-bottom: 30px;
}
.reserve-title img {
  height: 43px;
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.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: 170px;
  background: center/cover no-repeat url(../images/about/guide-bg-bottom.png);
  z-index: -1;
}
.guide-banner {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
  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%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 25px 0;
  background-color: #fff;
  position: relative;
}
.guide-banner-inner::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  background: center/cover no-repeat url(../images/about/guide-arrow.png);
}
.guide-img {
  margin-bottom: 20px;
}
.guide-title {
  margin-right: auto;
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 10px;
}
.guide-title .accent {
  font-size: 2rem;
}

/*========================================
job
==========================================*/
.find {
  position: relative;
  z-index: 1;
}
.find::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.find-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.37;
  margin-bottom: 25px;
}
.find-text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
  padding: 21px 10px;
  background-color: #fff;
}
.find-text .accent {
  font-size: 1.8rem;
  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: 190px;
  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: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.type-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.type-list-item {
  max-width: 330px;
  width: 100%;
  height: 252px;
}
.type-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.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-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.job-img {
  margin-bottom: 20px;
}
.job-textbox {
  max-width: 520px;
  width: 100%;
  position: relative;
}
.job-title {
  margin-left: -10px;
  margin-bottom: 22px;
}
.job-text {
  font-size: 1.6rem;
  line-height: 1.9;
}
.job-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
  background-color: #fff;
  border: 5px 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: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 500px;
  width: 80%;
  height: 65px;
  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: 2.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: 0;
  width: 3px;
  height: calc(100% - 87px);
  background-color: #ff720c;
}
.job-list-item {
  max-width: 320px;
  width: 100%;
  margin-left: 35px;
}
.job-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.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: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 3px;
  background-color: #ff720c;
  z-index: -1;
}
.job-time::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -46px;
  -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: 170px;
  background: center/cover no-repeat url(../images/about/info-bg-bottom.png);
  z-index: -1;
}

/*========================================
recruit
==========================================*/
.flow {
  position: relative;
  z-index: 1;
  background-color: #fff6ee;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: center/cover no-repeat url(../images/top/top-business-bg-top.png);
  z-index: -1;
}
.flow-inner .cmn-title {
  margin-bottom: 120px;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  padding: 55px 24px 21px 24px;
  background-color: #fff;
  outline: 1px solid #ff720c;
  outline-offset: -7px;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 155px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  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: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48%;
  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-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rental-img {
  margin-bottom: 20px;
}
.rental-textbox {
  max-width: 520px;
  width: 100%;
}
.rental-title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.rental-title .accent {
  display: block;
  margin-bottom: 20px;
}
.rental-title .accent img {
  height: 30px;
}
.rental-text {
  font-size: 1.6rem;
  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: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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-bottom: 15px;
}
.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: 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: 30px;
  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 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list-item {
  max-width: 330px;
  width: 100%;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #ff720c;
}
.menu-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.menu-img {
  max-width: 280px;
  width: 100%;
  height: 205px;
  margin: 0 auto;
  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 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.drink-text {
  text-align: center;
}
.drink-list {
  padding: 20px 15px;
  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;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.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 {
  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: #ff720c;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #ff720c;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  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.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #ff720c;
}
.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 #ff720c;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 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-sp
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
  position: relative;
  z-index: 1;
}
.footer-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 20px 0;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-textbox {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
.footer-address:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-content {
  max-width: 520px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 500px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  padding: 20px 10px;
  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.1em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  text-align: center;
  padding-bottom: 15px;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff !important;
  line-height: 1;
}