/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  background: center/cover no-repeat url(../images/common/en-visual-bg.png);
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
  background-color: #ffffff;
  height: 140px;
  border-bottom: 4px solid #ee9b24;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 780px;
  width: 100%;
}
.header-info {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
}
.header-contact {
  position: relative;
}
.header-contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-tel {
  font-size: 3rem;
  font-weight: 700;
  color: #333333 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 24px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 16px;
  height: 22px;
  margin-right: 3px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel .tel-font {
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #ee5b24;
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-line:hover {
  opacity: 0.7;
}
.header .global-nav {
  width: 100%;
  margin-top: 20px;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.header .global-nav-list-item a:hover {
  color: #ee5b24;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .global-nav-list-item a.current {
  color: #ee5b24;
}
.header .en-visual {
  width: 100%;
  height: 792px;
  margin-top: 110px;
  padding-top: 63px;
  background: center/cover no-repeat url(../../images/common/en-visual.png);
}
.header .en-visual-list {
  max-width: 1441px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .en-visual-list-item {
  max-width: 672px;
  width: 100%;
  height: 552px;
}
.header .en-visual-list-item:not(:last-child) {
  margin-right: 97px;
}
@media (max-width: 1500px) {
  .header .en-visual-list-item:not(:last-child) {
    margin-right: 45px;
  }
}
@media (max-width: 1500px) {
  .header .en-visual-list-item {
    max-width: 600px;
  }
}
.header .en-visual-list-item a {
  width: 100%;
  height: 100%;
}
.header .en-visual-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header .main-visual {
  width: 100%;
  height: 790px;
  margin-top: 140px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 217px;
  z-index: 1;
}
.header .sub-visual {
  width: 100%;
  height: 520px;
  margin-top: 140px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}
#overall_top .header-inner {
  height: 110px;
  border-bottom: none;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.parallax-img {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1019px;
  overflow: hidden;
  z-index: -1;
}
.parallax-img .simpleParallax {
  width: 100%;
  height: 100%;
}
.parallax-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-recruit {
  margin-bottom: 522px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-recruit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 328px;
  background: center/cover no-repeat url(../../images/top/top-recruit-bg-bottom.png);
  z-index: -1;
}
.top-recruit::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 320px);
  background-color: #fff;
  z-index: -1;
}
.top-recruit-inner {
  padding: 82px 0 220px 0;
}
.top-recruit-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-recruit-img {
  margin-left: -420px;
}
.top-recruit-textbox {
  max-width: 490px;
  width: 100%;
  margin-top: 77px;
  padding-top: 127px;
  position: relative;
  z-index: 1;
}
.top-recruit-textbox::before {
  position: absolute;
  content: "";
  top: -87px;
  left: -108px;
  width: 877px;
  height: 611px;
  background: center/cover no-repeat url(../../images/top/top-recruit-illust.png);
  z-index: -1;
}
.top-recruit-en {
  position: absolute;
  top: 0;
  left: -39px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top-recruit-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 49px;
}
.top-recruit-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}

.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 77px;
  width: 100%;
  height: 930px;
  background: center/cover no-repeat url(../../images/top/top-about-bg-r-b.png);
  z-index: -1;
}
.top-about-inner {
  max-width: 1280px;
  padding: 52px 0 0 0;
}
.top-about-banner {
  width: 100%;
  height: 403px;
  padding-top: 164px;
  padding-left: 758px;
  margin-bottom: 78px;
  background: center/cover no-repeat url(../../images/top/top-about-banner-bg.png);
  position: relative;
  -webkit-box-shadow: -30px 30px 0 0 #f0b865;
          box-shadow: -30px 30px 0 0 #f0b865;
  border-radius: 20px;
}
.top-about-banner::before {
  position: absolute;
  content: "";
  left: 72px;
  bottom: 0;
  width: 664px;
  height: 443px;
  background: center/cover no-repeat url(../../images/top/top-about-banner-img.png);
  z-index: 2;
}
.top-about-banner-title {
  position: absolute;
  top: -52px;
  right: 99px;
}
.top-about-text-list-item {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  -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;
}
.top-about-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 23px;
  height: 22px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/top-about-check.png);
}
.top-about-text-list-item:not(:last-child) {
  margin-bottom: 18px;
}
.top-about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-about-img {
  margin-top: 58px;
  margin-right: -420px;
}
.top-about-textbox {
  max-width: 490px;
  width: 100%;
  padding-top: 127px;
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -250px;
  width: 301px;
  height: 331px;
  background: center/cover no-repeat url(../../images/top/top-about-illust.png);
  z-index: -1;
}
.top-about-en {
  position: absolute;
  top: 0;
  left: -192px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top-about-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 49px;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 67px;
}

.top-color-bg {
  width: 100%;
  height: 398px;
  margin-top: -77px;
  background-color: #eb6200;
}

.link-banner {
  min-height: 715px;
  background: center/cover no-repeat url(../../images/top/link-banner-bg01.png);
}
.link-banner-inner {
  padding-top: 0;
}
.link-banner-main {
  max-width: 980px;
  width: 100%;
  height: 300px;
  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;
  border: 8px solid #ee9b24;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link-banner-main::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 249px;
  height: 60px;
  background: center/cover no-repeat url(../../images/top/link-banner-arrow.png);
}
.link-banner-main.t240 {
  top: -240px;
}
.link-banner-main:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-title {
  max-width: 440px;
  width: 100%;
  height: 78px;
  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: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #eb6200;
  background-color: #ffffff;
  border-radius: 39px;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 146px;
  position: relative;
}
.link-banner-list.t240 {
  top: -240px;
}
.link-banner-list-item {
  max-width: 440px;
  width: 100%;
  height: 107px;
}
.link-banner-list-item:not(:last-child) {
  margin-right: 104px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background: center/cover no-repeat url(../../images/top/link-banner-list-bg.png);
  position: relative;
  border-radius: 30px;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/cmn-btn-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: 30px;
}

.news {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-inner {
  padding: 55px 0 130px 0;
  position: relative;
}
.news .cmn-title {
  text-align: left;
  margin-bottom: 100px;
}
.news-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-visual {
  max-width: 320px;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  padding-left: 18px;
  border-left: 7px solid #eb6200;
}
.news-textbox time {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #7e7e7e;
  text-align: left;
  letter-spacing: 0.12em;
  margin-bottom: 11px;
}
.news-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 6px;
  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: 2px 5px;
  background-color: #0184ec;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news .cmn-btn {
  position: absolute;
  top: 76px;
  right: 0;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #ee5b24;
  border: 2px solid #ee5b24;
}
.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: #ee5b24;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #ee5b24;
  border-bottom: 1px solid #ee5b24;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #ee5b24;
  border-right: 1px solid #ee5b24;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #ee5b24 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1180px;
  height: 162px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-l-t.png);
  z-index: -1;
}
.reserve-inner {
  max-width: 1600px;
  padding-top: 197px;
  padding-bottom: 0;
}
.reserve .link-banner-main {
  margin-bottom: 100px;
}
.reserve-content {
  padding: 80px 0;
  background: center/cover no-repeat url(../../images/top/reserve-box-bg.png);
  border-radius: 30px;
  position: relative;
  bottom: -97px;
}
.reserve-content-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.reserve-content .cmn-title {
  color: #fff;
  margin-bottom: 53px;
}
.reserve-content .cmn-title .en {
  color: #fff;
}
.reserve-info {
  padding: 45px 0;
  background-color: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.reserve-contact {
  position: relative;
}
.reserve-contact:hover {
  opacity: 0.8;
}
.reserve-tel {
  font-size: 4.4rem;
  font-weight: 700;
  color: #333333 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 23px;
  margin-right: 40px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 16px;
  height: 22px;
  margin-right: 3px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.reserve-tel .tel-font {
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #ee5b24;
}
.reserve-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.reserve-tel-txt img {
  display: block;
  margin: 0 auto;
}

/*========================================
about
==========================================*/
.about {
  background: center/cover no-repeat url(../../images/about/about-bg.png);
}
.about-inner {
  max-width: 1280px;
  padding: 130px 0 160px 0;
}
.about-textbox {
  text-align: center;
  padding: 74px 0 60px 0;
  background-color: #fff;
  -webkit-box-shadow: -30px 30px 0 0 #f0b865;
          box-shadow: -30px 30px 0 0 #f0b865;
  border-radius: 20px;
}
.about-title {
  margin-bottom: 30px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}
.about-text:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.about-text:not(:last-of-type) {
  margin-bottom: 35px;
}

.business {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.business-inner {
  padding-top: 130px;
  padding-bottom: 0;
}
.business-sub-text {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
}
.business-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.business-list-item {
  max-width: 500px;
  width: 100%;
  padding: 40px;
  background-color: #ffefd7;
  border-radius: 20px;
}
.business-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 58px;
}
.business-img {
  margin-bottom: 23px;
}
.business-title {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  padding: 7px 5px 7px 16px;
  margin-bottom: 17px;
  border-left: 7px solid #eb6200;
  position: relative;
}
.business-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 1px;
  background-color: #ee5b24;
}
.business-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}

.feature {
  background-color: #ffefd7;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 328px;
  background: center/cover no-repeat url(../../images/about/feature-bg-top.png);
  z-index: -1;
}
.feature-inner {
  padding: 304px 0 130px 0;
}
.feature-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.feature-list-item {
  max-width: 330px;
  width: 100%;
  padding: 40px 0 30px 0;
  background-color: #ffffff;
  border-radius: 20px;
}
.feature-list-item:not(:last-child) {
  margin-bottom: 0;
}
.feature-img {
  text-align: center;
  margin-bottom: 19px;
}
.feature-title {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ee5b24;
  text-align: center;
  margin-bottom: 32px;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  padding: 0 24px;
}

/*========================================
voice
==========================================*/
.greeting {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.greeting-inner {
  padding-top: 130px;
  padding-bottom: 0;
}
.greeting-inner .post-none-text {
  position: relative;
  top: 199px;
  margin: 0;
}
.greeting-wrap {
  min-height: 500px;
  position: relative;
}
.greeting .cmn-title {
  position: absolute;
  top: 0;
  right: 238px;
  text-align: left;
}
.greeting-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.greeting-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.greeting-img {
  max-width: 400px;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -66px -48px 0 0 #fff1b9;
          box-shadow: -66px -48px 0 0 #fff1b9;
}
.greeting-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-textbox {
  max-width: 540px;
  width: 100%;
  margin-top: 147px;
  padding: 39px 0;
  position: relative;
  z-index: 1;
}
.greeting-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -66px;
  width: 1026px;
  height: 100%;
  background-color: #ffefd7;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
.greeting-title {
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ee5b24;
}
.greeting-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 9px 19px;
  margin-bottom: 10px;
  background-color: #ee5b24;
  border-radius: 17px;
}
.greeting-text {
  font-size: 1.6rem;
  line-height: 2.1;
}
.greeting-text:not(:last-of-type) {
  padding-bottom: 18px;
  margin-bottom: 21px;
  border-bottom: 1px solid #ee5b24;
}
.greeting-text .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 9px 19px;
  margin-bottom: 10px;
  background-color: #ee5b24;
  border-radius: 17px;
}

.voice {
  background-color: #ffefd7;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.voice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 328px;
  background: center/cover no-repeat url(../../images/about/feature-bg-top.png);
  z-index: -1;
}
.voice-inner {
  padding: 289px 0 130px 0;
}
.voice-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.voice-list-item {
  max-width: 500px;
  width: 100%;
  padding: 40px 30px 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 48px;
}
.voice-img {
  max-width: 400px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
}
.voice-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-title {
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #ee5b24;
}
.voice-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 9px 19px;
  margin-bottom: 10px;
  background-color: #ee5b24;
  border-radius: 17px;
}
.voice-text {
  font-size: 1.6rem;
  line-height: 2.1;
}
.voice-text:not(:last-of-type) {
  padding-bottom: 18px;
  margin-bottom: 21px;
  border-bottom: 1px solid #ee5b24;
}
.voice-text .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 9px 19px;
  margin-bottom: 10px;
  background-color: #ee5b24;
  border-radius: 17px;
}

/*========================================
question
==========================================*/
.question {
  background-color: #fff;
}
.question-inner {
  padding: 130px 0;
}
.question-list-item:not(:last-child) {
  margin-bottom: 49px;
}
.question-list-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 12px 28px;
  margin-bottom: 12px;
  background: center/cover no-repeat url(../../images/question/question-title-bg.png);
  border-radius: 20px;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/question/Q.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.08em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
recruit
==========================================*/
.recruit {
  background-color: #fff;
}
.recruit-inner {
  padding: 130px 0 50px 0;
}
.recruit-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
.recruit-wrap .cmn-title {
  text-align: left;
  margin-bottom: 60px;
}
.recruit-content {
  padding: 20px 45px;
  border: 1px solid #ee5b24;
  border-radius: 20px;
}
.recruit-table tr:not(:last-of-type) {
  border-bottom: 1px solid #ee5b24;
}
.recruit-table tr th {
  width: 145px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ee5b24;
  padding: 20px 15px;
  vertical-align: top;
}
.recruit-table tr td {
  width: 850px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 14px 0;
}

.flow {
  background-color: #ffefd7;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 328px;
  background: center/cover no-repeat url(../../images/about/feature-bg-top.png);
  z-index: -1;
}
.flow-inner {
  padding: 300px 0 130px 0;
}
.flow-list {
  position: relative;
  z-index: 1;
}
.flow-list::before {
  position: absolute;
  content: "";
  top: -96px;
  left: -316px;
  width: 815px;
  height: 634px;
  background: center/cover no-repeat url(../../images/recruit/flow-deco.png);
  z-index: -1;
}
.flow-list-item {
  max-width: 340px;
  width: 100%;
  height: 490px;
  padding: 75px 34px 20px 54px;
  background-color: #ffe0b1;
  position: relative;
  z-index: 5;
}
.flow-list-item::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 180px;
  height: 36px;
  background: center/cover no-repeat url(../../images/recruit/flow-no01.png);
}
.flow-list-item:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
.flow-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -50px;
  width: 51px;
  height: 490px;
  background: center/cover no-repeat url(../../images/recruit/flow-arrow01.png);
}
.flow-list-item:nth-child(2) {
  max-width: 380px;
  padding-left: 85px;
  background-color: #ffd391;
  z-index: 3;
}
.flow-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../../images/recruit/flow-no02.png);
}
.flow-list-item:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -50px;
  width: 51px;
  height: 490px;
  background: center/cover no-repeat url(../../images/recruit/flow-arrow02.png);
}
.flow-list-item:nth-child(3) {
  max-width: 360px;
  padding-left: 70px;
  background-color: #ffc772;
  border-radius: 0 20px 20px 0;
  z-index: 1;
}
.flow-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../../images/recruit/flow-no03.png);
}
.flow-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 21px;
  margin-bottom: 29px;
  letter-spacing: 0.08em;
  position: relative;
}
.flow-title::before {
  position: absolute;
  content: "";
  left: -33px;
  bottom: 0;
  width: 320px;
  height: 1px;
  background-color: #ee5b24;
}
.flow-icon {
  max-width: 240px;
  width: 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;
  height: 165px;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

/*========================================
info
==========================================*/
.info {
  background-color: #fff;
}
.info-inner {
  padding: 130px 0;
}
.info-content {
  padding: 20px 45px;
  border: 1px solid #ee5b24;
  border-radius: 20px;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid #ee5b24;
}
.info-table tr th {
  width: 135px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ee5b24;
  padding: 20px 15px;
  vertical-align: top;
}
.info-table tr td {
  width: 860px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 14px 0;
}
.info-tel-txt {
  display: inline-block;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 600px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

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

/*========================================
site
==========================================*/
.site {
  background-color: #fff;
}
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #ee5b24;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #ee5b24;
  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 #ee5b24;
  border-right: 1px solid #ee5b24;
  -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
==========================================*/
.en-footer {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #eb6200;
  padding: 7px 0;
  text-align: center;
  background-color: #fff;
}

.footer {
  background-color: rgba(168, 109, 24, 0.5);
}
.footer-inner {
  padding: 178px 0 120px 0;
}
.footer-logo {
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 330px;
  width: 100%;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 43px;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0em;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 16px;
}
.footer-tel {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #251e17;
  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-bottom: 95px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 19px;
  height: 23px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.footer-link a:not(:last-of-type) {
  margin-right: 26px;
}
.footer-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-right {
  max-width: 427px;
  width: 100%;
}
.footer-btn {
  max-width: 307px;
  width: 100%;
  height: 70px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 40px;
  background-color: #eb6200;
  position: relative;
  border-radius: 35px;
}
.footer-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn:hover::before {
  right: 20px;
}
.footer-nav-list {
  width: 100%;
  height: 157px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 19px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  background-color: #ee9b24;
}