/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-en-top {
  padding: 0;
}
.header-en-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-en-logo a:hover {
  opacity: 0.6;
}
.header-en-content {
  max-width: 595px;
  width: 100%;
}
.header-en-textbox {
  margin-top: 18px;
}
.header-en-info {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 700;
  color: #151e12 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  margin-right: 17px;
  padding-top: 12px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 4px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-text:not(:last-of-type) {
  margin-right: 26px;
}
.header-btn:not(:last-of-type) {
  margin-right: 20px;
}
.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-info {
  max-width: 650px;
  width: 100%;
}
.header-content {
  max-width: 792px;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-contact:hover {
  opacity: 0.6;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 63px;
}
.header .global-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) a {
  position: relative;
}
.header .global-nav-list-item:not(:last-child) a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background-color: #c1c1c1;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
.header .global-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header .global-nav-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .en-visual {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .en-visual-main {
  max-width: 960px;
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 1;
}
.header .en-visual-main a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  position: relative;
}
.header .en-visual-main a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/common/en-arrow01.png);
}
.header .en-visual-main a:hover {
  opacity: 0.8;
}
.header .en-visual-main a:hover .en-visual-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.header .en-visual-main a .en-visual-title img {
  height: 90px;
}
.header .en-visual-list {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .en-visual-list-item {
  width: 100%;
}
.header .en-visual-list-item:nth-child(1) {
  height: 300px;
}
.header .en-visual-list-item:nth-child(1) a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .en-visual-list-item:nth-child(1) a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/common/en-arrow01.png);
}
.header .en-visual-list-item:nth-child(2) {
  height: 200px;
}
.header .en-visual-list-item:nth-child(2) a {
  width: 100%;
  height: 100%;
  border: 2px solid #ea5803;
}
.header .en-visual-list-item:nth-child(2) .en-visual-title img {
  height: 50px;
}
.header .en-visual-list-item:nth-child(3) {
  height: 200px;
}
.header .en-visual-list-item:nth-child(3) a {
  width: 100%;
  height: 100%;
  border: 2px solid #ea5803;
}
.header .en-visual-list-item a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.header .en-visual-list-item a:hover .en-visual-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header .en-visual-list-item a:hover .en-visual-btn::before {
  right: 3px;
}
.header .en-visual-title {
  max-width: 90%;
  text-align: center;
}
.header .en-visual-sub-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .en-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .en-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header .en-visual-btn {
  max-width: 200px;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
  position: relative;
}
.header .en-visual-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/common/en-arrow02.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: -240px;
  bottom: 0;
  width: 538px;
  height: 100%;
  background: center/contain no-repeat url(../images/common/main-visual-l.png);
  z-index: -1;
}
.header .main-visual-textbox {
  max-width: 1620px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .main-visual-textbox img {
  height: 240px;
}
.header .sub-visual {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  top: 0;
  left: -340px;
  width: 616px;
  height: 100%;
  background: center/contain no-repeat url(../images/common/sub-visual-l.png);
  z-index: -1;
}
.header .sub-visual-textbox {
  max-width: 1280px;
  width: 97%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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-title img {
  height: 60px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.what {
  background: center bottom/960px 320px no-repeat url(../images/top/what-bg-sp.png);
  position: relative;
  z-index: 1;
}
.what-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.what-list-item {
  max-width: 350px;
  width: 100%;
  height: 350px;
  padding: 40px 0 0 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(bottom, #f6a901, #ea5803);
  background: linear-gradient(to top, #f6a901, #ea5803);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.what-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
}
.what-list-item:nth-child(2) {
  padding-top: 54px;
}
.what-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.what-list-title {
  width: 100%;
  min-height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.what-icon {
  margin-bottom: 12px;
}

.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 410px;
  background-color: #f6f5f4;
  z-index: -1;
}
.top-about-inner .cmn-title {
  text-align: left;
  margin-bottom: 20px;
}
.top-about-inner .cmn-title-en {
  margin-left: 0;
  margin-right: 0;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
}
.top-about-textbox {
  max-width: 520px;
  width: 100%;
}
.top-about-title {
  margin-right: -106px;
  margin-bottom: 25px;
}
.top-about-title img {
  height: 43px;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
}

.movie {
  position: relative;
  z-index: 1;
}
.movie::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 229px;
  height: 476px;
  background: center/contain no-repeat url(../images/top/movie-bg-deco.png);
  z-index: -1;
}
.movie-title {
  text-align: center;
  margin-bottom: 30px;
}
.movie-title img {
  height: 60px;
}
.movie-wrap {
  max-width: 800px;
  width: 100%;
  height: 70vw;
  margin: 0 auto;
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
}

.reason {
  background-color: #f6f5f4;
  position: relative;
  z-index: 1;
}
.reason::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 98px;
  height: 119px;
  background: center/contain no-repeat url(../images/top/reason-bg-l-t.png);
  z-index: -1;
}
.reason::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 98px;
  height: 119px;
  background: center/contain no-repeat url(../images/top/reason-bg-r-b.png);
  z-index: -1;
}
.reason-inner .cmn-title {
  font-size: 2.4rem;
}
.reason-inner .cmn-title .s-font {
  font-size: 2.2rem;
}
.reason-inner .cmn-title .accent {
  color: #ea5803;
}
.reason-inner .cmn-title .l-font {
  font-size: 3.2rem;
}
.reason-inner .cmn-title-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-title {
  display: inline-block;
}
.reason-title img {
  height: 50px;
}
.reason-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-list-item {
  max-width: 270px;
  width: 100%;
}
.reason-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.reason-list-item:nth-last-child(-n+4) {
  max-width: 260px;
}
.reason-list-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ea5803;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 9px;
}
.reason-img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 9px;
}
.reason-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.reason-btn {
  margin-top: 14px;
}
.reason-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.link-banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 193px;
  height: 359px;
  background: center/contain no-repeat url(../images/top/link-banner-bg-l.png);
  z-index: -1;
}
.link-banner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 193px;
  height: 359px;
  background: center/contain no-repeat url(../images/top/link-banner-bg-r.png);
  z-index: -1;
}
.link-banner-inner {
  max-width: none;
}
.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%;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-title::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.link-banner-img {
  width: 100%;
  height: 394px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-banner-title {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 22px;
}
.link-banner-title::before {
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.reserve {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 338px;
  height: 50px;
  background: center/contain no-repeat url(../images/top/reserve-en.png);
  z-index: -1;
}
.reserve-inner {
  padding: 30px 0;
}
.reserve-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #fff;
}
.reserve-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
  padding: 15px 20px;
  background-color: #2c2c2c;
  border-radius: 5px;
}
.reserve-title .accent {
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reserve-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-tel {
  font-size: 2.9rem;
  font-weight: 700;
  color: #151e12 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  margin-bottom: 14px;
  padding-top: 12px;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn {
  max-width: 300px;
  width: 100%;
  height: 70px;
  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;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.reserve-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/reserve-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.8;
}
.reserve-btn:hover::before {
  right: 10px;
}
.reserve-btn .accent {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.reserve-line img {
  height: 70px;
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 652px;
  width: 70%;
  height: 100%;
  background-color: #f6f5f4;
  z-index: -1;
}
.news::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 56px;
  height: 234px;
  background: center/contain no-repeat url(../images/top/news-en.png);
  z-index: -1;
}
.news-inner {
  position: relative;
  z-index: 1;
}
.news-inner::before {
  position: absolute;
  content: "";
  right: -420px;
  bottom: 0;
  width: 400px;
  height: 29px;
  background: center/contain no-repeat url(../images/top/news-deco.png);
  z-index: -1;
}
.news-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-textbox {
  width: 100%;
  -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;
  position: relative;
  z-index: 1;
}
.news-section-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.news-right {
  max-width: 795px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 9px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 27px;
  margin-bottom: 5px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 7px;
  border-bottom: 1px solid #bbbbbb;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  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::before {
  left: 10px;
}
.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: #ea5803;
  border: 2px solid #ea5803;
}
.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: #ea5803;
}
.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 #ea5803;
  border-bottom: 1px solid #ea5803;
}
.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 #ea5803;
  border-right: 1px solid #ea5803;
}
.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: #ea5803 !important;
}
.news-detail .paginated-link a:hover {
  color: #ea5803 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
service
==========================================*/
.service {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-l.png);
  z-index: -1;
}
.service::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-r.png);
  z-index: -1;
}
.service-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-content:nth-of-type(3) .service-text-list-item {
  padding-left: 10px;
}
.service-content:nth-of-type(3) .service-text-list-item::before {
  width: 12px;
  height: 12px;
  background: none;
  background-color: #ea5803;
  border-radius: 50%;
}
.service-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.service-img {
  margin-bottom: 20px;
}
.service-textbox {
  max-width: 520px;
  width: 100%;
}
.service-no {
  display: block;
  line-height: 1;
  margin-bottom: 18px;
}
.service-title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 13px;
  border-bottom: 1px solid #c1c1c1;
}
.service-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
.service-text .accent {
  display: inline-block;
  line-height: 1.3;
  color: #ea5803;
}
.service-sub-content {
  border-radius: 5px;
  overflow: hidden;
}
.service-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 13px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.service-sub-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 39px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/service/service-icon01.png);
}
.service-sub-textbox {
  padding: 20px 15px;
  background-color: #f6f5f4;
}
.service-text-list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 29px;
  height: 28px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/service/service-check01.png);
}
.service-text-list-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
}
.service-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-btn {
  width: 90%;
}
.service-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-list-item {
  max-width: 300px;
  width: 100%;
}
.service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.service-list-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ea5803;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-list-title::before {
  content: "";
  width: 12px;
  height: 12px;
  background: none;
  margin-right: 11px;
  background-color: #ea5803;
  border-radius: 50%;
}

/*========================================
voice
==========================================*/
.voice {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.voice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-l.png);
  z-index: -1;
}
.voice::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-r.png);
  z-index: -1;
}
.voice-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-tag-list {
  max-width: 355px;
  width: 100%;
  margin-bottom: 20px;
}
.voice-tag-list-item {
  width: 50%;
}
.voice-tag-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.voice-tag-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
}
.voice-tag-list-item a::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 9px;
  height: 10px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/voice/voice-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.voice-tag-list-item a:hover {
  opacity: 0.8;
}
.voice-tag-list-item a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.voice-textbox {
  max-width: 815px;
  width: 100%;
}
.voice-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.voice-list-item {
  max-width: 390px;
  width: 100%;
  margin-bottom: 33px;
}
.voice-list-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ea5803;
  border-radius: 5px;
}
.voice-list-item a:hover {
  opacity: 0.8;
}
.voice-list-item a:hover .voice-more::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.voice-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.voice-wrap {
  padding: 25px 25px 15px 25px;
}
.voice-img {
  max-width: 330px;
  width: 100%;
  height: 248px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.voice-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-sub-tag-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.voice-sub-tag-list-item {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 9px;
  margin-bottom: 5px;
  background-color: #ea5803;
  border-radius: 5px;
}
.voice-sub-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.voice-more {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 13px 15px;
  background-color: #ea5803;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.voice-more:after {
  content: "";
  width: 9px;
  height: 10px;
  margin-left: 11px;
  background: center/cover no-repeat url(../images/voice/voice-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.voice-more:hover {
  opacity: 0.8;
}
.voice-more:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.voice-detail-img {
  max-width: 350px;
  width: 100%;
  height: 237px;
  margin: 0 auto;
  margin-bottom: 35px;
  border-radius: 5px;
  overflow: hidden;
}
.voice-detail-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-detail-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}
.voice-detail-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.voice-detail-body img {
  max-width: 100%;
}

/*========================================
recruit
==========================================*/
.join {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.join::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-l.png);
  z-index: -1;
}
.join::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-r.png);
  z-index: -1;
}
.join-inner .cmn-title {
  text-align: left;
  line-height: 1.37;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
}
.join-inner .cmn-title-en {
  margin-left: 0;
  margin-right: 0;
}
.join-inner .cmn-title .accent {
  color: #ea5803;
}
.join-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.join-img {
  margin-bottom: 20px;
}
.join-textbox {
  max-width: 580px;
  width: 100%;
}
.join-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.64;
}
.join-text:not(:last-of-type) {
  margin-bottom: 22px;
}

.job {
  background-color: #f6f5f4;
  position: relative;
  z-index: 1;
}
.job::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 98px;
  height: 119px;
  background: center/cover no-repeat url(../images/top/reason-bg-l-t.png);
  z-index: -1;
}
.job::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 98px;
  height: 119px;
  background: center/cover no-repeat url(../images/top/reason-bg-r-b.png);
  z-index: -1;
}
.job-text-list {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 34px auto;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 5px;
}
.job-text-list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.job-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 23px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/service/service-check01.png);
}
.job-text-list-item:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid #c1c1c1;
}
.job-sub-text {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
}

.feature {
  overflow: hidden;
}
.feature-inner .cmn-title {
  line-height: 1.2;
}
.feature-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.feature-content::before {
  position: absolute;
  content: "";
  left: -15px;
  bottom: -10px;
  width: 110%;
  height: 100%;
  background-color: #f6f5f4;
  z-index: -1;
}
.feature-content:nth-of-type(2) .feature-textbox::before {
  width: 107px;
  background: center/contain no-repeat url(../images/recruit/feature-no02.png);
}
.feature-content:nth-of-type(3) .feature-textbox {
  max-width: 500px;
}
.feature-content:nth-of-type(3) .feature-textbox::before {
  width: 107px;
  background: center/contain no-repeat url(../images/recruit/feature-no03.png);
}
.feature-content:nth-of-type(4) .feature-textbox::before {
  width: 109px;
  background: center/contain no-repeat url(../images/recruit/feature-no04.png);
}
.feature-content:nth-of-type(5)::before {
  max-width: none;
  height: calc(100% - 30px);
}
.feature-content:nth-of-type(5) .feature-textbox::before {
  width: 107px;
  background: center/contain no-repeat url(../images/recruit/feature-no05.png);
}
.feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-img {
  margin-bottom: 20px;
}
.feature-textbox {
  max-width: 490px;
  width: 100%;
  padding-top: 50px;
  position: relative;
}
.feature-textbox::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -10px;
  width: 93px;
  height: 42px;
  background: center/contain no-repeat url(../images/recruit/feature-no01.png);
}
.feature-title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}
.feature-title .accent {
  color: #ea5803;
}
.feature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
.feature-text .accent {
  display: inline-block;
  line-height: 1;
  color: #ea5803;
}
.feature-sub-textbox {
  padding: 20px 15px 15px 15px;
}
.feature-sub-title {
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
}
.feature-text-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-text-list-item {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c1c1;
}
.feature-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-color: #ea5803;
  border-radius: 50%;
}
.feature-text-list-item .accent {
  font-size: 1.6rem;
}
.feature-text-list-item:first-child {
  width: 100%;
}

.recruit {
  background-color: #f6f5f4;
  position: relative;
  z-index: 1;
}
.recruit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 98px;
  height: 119px;
  background: center/cover no-repeat url(../images/top/reason-bg-l-t.png);
  z-index: -1;
}
.recruit::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 98px;
  height: 119px;
  background: center/cover no-repeat url(../images/top/reason-bg-r-b.png);
  z-index: -1;
}
.recruit-inner .cmn-title-en {
  font-size: 4.3rem;
}
.recruit-table tr {
  display: block;
}
.recruit-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.recruit-table tr th {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 20px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
  vertical-align: middle;
}
.recruit-table tr td {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px;
  vertical-align: middle;
}

/*========================================
info
==========================================*/
.greeting {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-l.png);
  z-index: -1;
}
.greeting::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 193px;
  height: 359px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-r.png);
  z-index: -1;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 580px;
  width: 100%;
}
.greeting-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.64;
  margin-bottom: 25px;
}
.greeting-sub-textbox {
  padding: 17px 12px;
  -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;
  background-color: #2c2c2c;
  border-radius: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.greeting-sub-textbox::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 264px;
  height: 19px;
  background: center/cover no-repeat url(../images/info/greeting-deco.png);
}
.greeting-accent {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.greeting-name {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.greeting-name .ruby {
  display: inline-block;
  font-size: 2.3rem;
  position: relative;
}
.greeting-name .ruby::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 3px;
  width: 44px;
  height: 10px;
  background: center/cover no-repeat url(../images/info/greeting-ruby.png);
}

.info {
  background-color: #f6f5f4;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 98px;
  height: 119px;
  background: center/cover no-repeat url(../images/top/reason-bg-l-t.png);
  z-index: -1;
}
.info::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 98px;
  height: 119px;
  background: center/cover no-repeat url(../images/top/reason-bg-r-b.png);
  z-index: -1;
}
.info-table {
  margin-bottom: 30px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.info-table tr th {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 20px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px;
  vertical-align: middle;
}
.info-tel-txt img {
  display: block;
}
.info-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.info-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.contact-content {
  padding-bottom: 30px;
  background-color: #f6f5f4;
  border-radius: 5px;
  overflow: hidden;
}
.contact-content:not(:last-of-type) {
  margin-bottom: 44px;
}
.contact-content:nth-of-type(2) .contact-title {
  background-color: #ea5803;
}
.contact-content:nth-of-type(3) .contact-title {
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
}
.contact-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 20px 0;
  margin-bottom: 25px;
  text-align: center;
  background-color: #06c755;
}
.contact-line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
.contact-line:hover {
  opacity: 0.6;
}
.contact-line img {
  height: 38px;
}
.contact-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 28px;
}
.contact-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  color: #151e12 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  margin-bottom: 20px;
  padding-top: 12px;
  position: relative;
}
.contact-tel::before {
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 4px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.contact-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-tel-txt img {
  display: block;
}
.contact-time {
  text-align: center;
}
.contact .contact_wrap {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
.contact-form-table tr {
  border: none;
  border-bottom: 1px solid #c1c1c1;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 400;
  color: #151e12;
  letter-spacing: 0.04em;
  background: none;
}
.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: #ea5803;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #ea5803;
}

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

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.en-footer {
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  text-align: center;
}
.en-footer-bottom {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #372c1f;
  padding: 5px 0;
}
.en-footer-bottom a {
  color: #372c1f !important;
}

.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 35px 0 25px 0;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}
.footer-logo {
  width: 60%;
  margin-bottom: 35px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.12em;
}
.footer-map:hover {
  opacity: 0.6;
}
.footer-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.footer-left {
  max-width: 422px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 700;
  color: #151e12 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  margin-right: 30px;
  padding-top: 12px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 4px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-contact {
  max-width: 300px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #ea5803;
  border-radius: 5px;
  position: relative;
}
.footer-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/reserve-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-contact:hover::before {
  right: 10px;
}
.footer-contact .accent {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.footer-right {
  max-width: 343px;
  width: 100%;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.footer-link-btn:hover {
  opacity: 0.6;
}
.footer-link-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-link-btn img {
  height: 65px;
}
.footer-sub-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
  margin-right: 30px;
  border-bottom: 1px solid #c1c1c1;
}
.footer-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn .accent {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-insta:hover {
  opacity: 0.6;
}
.footer-insta:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer-nav {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item {
  max-width: 116px;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-nav-list-item:not(:last-child) a {
  position: relative;
}
.footer-nav-list-item:nth-child(3n) a {
  border-right: 1px solid #c1c1c1;
}
.footer-nav-list-item:last-child {
  border-right: 1px solid #c1c1c1;
}
.footer-nav-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  border-left: 1px solid #c1c1c1;
  position: relative;
}
.footer-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-nav-list-item a:hover::after {
  width: 93%;
}
.footer-nav-list-item a.current::after {
  width: 93%;
}
.footer-nav-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  background: -webkit-linear-gradient(to right, #f6a901, #ea5803);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-sub-list {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 20px;
}
.footer-sub-list-item a {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  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;
}
.footer-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 0;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}