/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
  z-index: 10;
}
.header-inner {
  width: 100%;
  height: 80px;
  padding: 0 0 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header #header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 0 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header-logo a {
  max-width: 140px;
  width: 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;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 1080px;
  width: 100%;
}
.header-right {
  max-width: 378px;
  width: 100%;
  min-height: 100px;
  padding: 36px 9px 0 9px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.header-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: center/cover no-repeat url(../../images/common/header-txt.png);
  z-index: -1;
}
.header-textbox {
  max-width: 271px;
  width: 100%;
}
.header-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-text .accent {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  padding: 3px 5px;
  background-color: #353535;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  color: #353535 !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;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 5px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-tel-txt img {
  display: block;
}
.header-time {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #f76733;
}
.header .global-nav {
  max-width: 666px;
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 30px;
}
.header .global-nav-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-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15em;
}
.header .global-nav-list-item a:hover {
  color: #f76733 !important;
}
.header .global-nav-list-item a.current {
  font-weight: 700;
  color: #f76733 !important;
}
.header .main-visual {
  width: 100%;
  padding: 0 10px;
}
.header .main-visual-list {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .main-visual-list-item {
  max-width: 915px;
  width: 100%;
  height: 350px;
}
.header .main-visual-list-item:first-child {
  margin-bottom: 25px;
}
.header .main-visual-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;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.header .main-visual-list-item a:hover .main-visual-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border: none;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
}
.header .main-visual-title {
  text-align: center;
}
.header .main-visual-title img {
  height: 220px;
}
.header .sub-visual {
  width: 100%;
  height: 240px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  display: block;
  max-width: 1352px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.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: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1450px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .sub-visual-title img {
  height: 70px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 593px;
  background: center/cover no-repeat url(../../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding-bottom: 223px;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -140px;
  width: 183px;
  height: 180px;
  background: center/contain no-repeat url(../../images/top/top-about-l-t.png);
  z-index: -1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  left: -75px;
  bottom: 1px;
  width: 494px;
  height: 215px;
  background: center/contain no-repeat url(../../images/top/top-about-img02.png);
  z-index: -1;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-about-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.top-about-textbox {
  max-width: 555px;
  width: 100%;
  margin-left: auto;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 110%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px 0 0 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
  z-index: -5;
}
.top-about-textbox::after {
  position: absolute;
  content: "";
  top: -31px;
  right: -90px;
  width: 331px;
  height: 205px;
  background: center/contain no-repeat url(../../images/top/top-about-deco.png);
  z-index: -1;
}
.top-about-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 37px;
}
.top-about-title .sub {
  display: block;
  margin-bottom: 25px;
}
.top-about-title .sub img {
  height: 85px;
}
.top-about-title .gradation {
  display: block;
  font-size: 3rem;
  margin-left: -20px;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-bottom: 17px;
}
.top-about-text .accent {
  font-size: 1.8rem;
  color: #f76733;
}
.top-about-notice {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.top-movie {
  overflow: hidden;
}
.top-movie-content {
  max-width: 900px;
  width: 100%;
  height: 60vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-movie-content::before {
  position: absolute;
  content: "";
  top: -81px;
  right: -127px;
  width: 231px;
  height: 234px;
  background: center/cover no-repeat url(../../images/top/top-movie-deco01.png);
  z-index: -1;
}
.top-movie-content::after {
  position: absolute;
  content: "";
  left: -85px;
  bottom: -59px;
  width: 135px;
  height: 131px;
  background: center/cover no-repeat url(../../images/top/top-movie-deco02.png);
  z-index: -1;
}

.top-service {
  overflow: hidden;
}
.top-service-inner {
  position: relative;
  z-index: 1;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  top: 411px;
  right: -420px;
  width: 476px;
  height: 408px;
  background-color: #f6f5f4;
  z-index: -1;
}
.top-service-inner::after {
  position: absolute;
  content: "";
  left: -420px;
  bottom: 0;
  width: 496px;
  height: 1334px;
  background-color: #f6f5f4;
  z-index: -1;
}
.top-service-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-content:nth-of-type(2) .top-service-textbox::after {
  top: -48px;
  right: auto;
  left: -207px;
  width: 224px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-service-deco02.png);
}
.top-service-content:nth-of-type(2) .top-service-img::before {
  left: auto;
  right: -382px;
  width: 845px;
  background: center/contain no-repeat url(../../images/top/top-service-img-deco02.png);
}
.top-service-content:nth-of-type(3) .top-service-textbox::after {
  right: -236px;
  top: auto;
  bottom: -72px;
  width: 240px;
  height: 120px;
  background: center/cover no-repeat url(../../images/top/top-service-deco03.png);
}
.top-service-content:nth-of-type(3) .top-service-img::before {
  width: 434px;
  background: center/contain no-repeat url(../../images/top/top-service-img-deco03.png);
}
.top-service-content:nth-of-type(even) .top-service-textbox::before {
  background-color: #f6f5f4;
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.top-service-img {
  max-width: 280px;
  width: 80%;
  position: relative;
  z-index: 1;
}
.top-service-img::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -176px;
  width: 405px;
  height: 307px;
  background: center/contain no-repeat url(../../images/top/top-service-img-deco01.png);
  z-index: -1;
}
.top-service-textbox {
  max-width: 450px;
  width: 100%;
  padding: 25px 0;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.top-service-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 110%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px 0 0 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
  z-index: -5;
}
.top-service-textbox::after {
  position: absolute;
  content: "";
  top: -63px;
  right: -195px;
  width: 240px;
  height: 120px;
  background: center/cover no-repeat url(../../images/top/top-service-deco01.png);
  z-index: -10;
}
.top-service-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
}
.top-service-title::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center left/cover no-repeat url(../../images/top/top-service-border.png);
}
.top-service-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9600), to(#f76733));
  background: -webkit-linear-gradient(left, #ff9600, #f76733);
  background: linear-gradient(to right, #ff9600, #f76733);
  background: -webkit-linear-gradient(to right, #ff9600, #f76733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-service-title-en::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 3px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/top-service-dot.png);
}
.top-service-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 25px;
}
.top-service-text .accent {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 15px;
}
.top-service-btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.05em;
  background: center/cover no-repeat url(../../images/top/top-service-btn.png);
  border-radius: 35px;
  position: relative;
}
.top-service-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 9px;
  background: center/cover no-repeat url(../../images/top/top-service-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-btn:hover {
  opacity: 0.8;
}
.top-service-btn:hover::before {
  right: 11px;
}

.reserve {
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
  z-index: -1;
}
.reserve-inner {
  padding-top: 150px;
}
.reserve-content {
  padding: 30px 10px;
  background-color: #fff;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: -21px;
  right: 0;
  width: 153px;
  height: 97px;
  background: center/contain no-repeat url(../../images/top/reserve-deco.png);
}
.reserve-content .cmn-title {
  margin-bottom: 45px;
  position: relative;
}
.reserve-content .cmn-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background-color: #cfcfcf;
  opacity: 0.3;
}
.reserve-textbox {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.reserve-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.reserve-text .accent {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 40px;
  padding: 5px 9px;
  background-color: #353535;
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #353535 !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: 12px;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 43px;
  height: 43px;
  margin-right: 12px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt img {
  display: block;
}
.reserve-time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.reserve-time:not(:last-of-type) {
  margin-bottom: 10px;
}

.news {
  overflow: hidden;
  background-color: #f6f5f4;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40%;
  height: 488px;
  background: center/cover no-repeat url(../../images/top/news-bg-l-t.png);
  z-index: -1;
}
.news-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.news-section-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9600), to(#f76733));
  background: -webkit-linear-gradient(left, #ff9600, #f76733);
  background: linear-gradient(to right, #ff9600, #f76733);
  background: -webkit-linear-gradient(to right, #ff9600, #f76733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-section-title-en::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 3px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/top-service-dot.png);
}
.news-wrap {
  width: 100%;
}
.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;
  background-color: #fff;
  padding: 25px;
  border-radius: 50px 0 50px 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.news-right {
  max-width: 670px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(0, 19, 32, 0.15);
  position: relative;
}
.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-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 11px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9600), to(#f76733));
  background: -webkit-linear-gradient(left, #ff9600, #f76733);
  background: linear-gradient(to right, #ff9600, #f76733);
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 15px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  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 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
  position: relative;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -35px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
}
.news .more-btn:hover {
  opacity: 0.8;
}
.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: #000;
  border: 2px solid #000;
}
.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: #000;
}
.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 #000;
  border-bottom: 1px solid #000;
}
.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 #000;
  border-right: 1px solid #000;
}
.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: #000 !important;
}
.news-detail .paginated-link a:hover {
  color: #f76733 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
contact
==========================================*/
.about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 325px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
  z-index: -1;
}
.about-inner {
  position: relative;
  z-index: 1;
}
.about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.about-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.about-img::before {
  position: absolute;
  content: "";
  top: -42px;
  left: -110px;
  width: 183px;
  height: 180px;
  background: center/cover no-repeat url(../../images/about/about-deco.png);
  z-index: -1;
}
.about-textbox {
  max-width: 555px;
  width: 100%;
  margin-left: auto;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -57px;
  width: 1022px;
  height: 100%;
  background-color: #fff;
  border-radius: 100px 0 0 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
  z-index: -5;
}
.about-textbox::after {
  position: absolute;
  content: "";
  top: -63px;
  right: -117px;
  width: 364px;
  height: 228px;
  background: center/contain no-repeat url(../../images/top/top-about-deco.png);
  z-index: -1;
}
.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-bottom: 24px;
  padding-left: 10px;
  margin-bottom: 24px;
  position: relative;
}
.about-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 500px;
  height: 6px;
  background: center/cover no-repeat url(../../images/top/top-service-border.png);
}
.about-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9600), to(#f76733));
  background: -webkit-linear-gradient(left, #ff9600, #f76733);
  background: linear-gradient(to right, #ff9600, #f76733);
  background: -webkit-linear-gradient(to right, #ff9600, #f76733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-title-en::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 3px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/top-service-dot.png);
}
.about-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 8px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#2f4858), to(#2f5771));
  background: -webkit-linear-gradient(left, #2f4858, #2f5771);
  background: linear-gradient(to right, #2f4858, #2f5771);
}
.about-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2;
  margin-bottom: 17px;
}
.about-text .accent {
  font-size: 1.8rem;
  color: #f76733;
}

.scene {
  overflow: hidden;
}
.scene-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.scene-content:nth-of-type(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scene-content:nth-of-type(1)::after {
  position: absolute;
  content: "";
  bottom: 14px;
  right: -158px;
  width: 240px;
  height: 120px;
  background: center/cover no-repeat url(../../images/about/scene-deco01.png);
  z-index: -1;
}
.scene-content:nth-of-type(3)::after {
  position: absolute;
  content: "";
  top: -50px;
  left: -148px;
  width: 224px;
  height: 218px;
  background: center/cover no-repeat url(../../images/about/scene-deco02.png);
  z-index: -1;
}
.scene-content:nth-of-type(4)::after {
  position: absolute;
  content: "";
  bottom: -90px;
  right: -105px;
  width: 240px;
  height: 120px;
  background: center/cover no-repeat url(../../images/about/scene-deco03.png);
  z-index: -1;
}
.scene-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.scene-img {
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.scene-textbox {
  max-width: 540px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.scene-textbox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 540px;
  width: 100%;
  height: 6px;
  background-color: rgba(207, 207, 207, 0.3);
}
.scene-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.scene-title-en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#2f4858), to(#2f5771));
  background: -webkit-linear-gradient(left, #2f4858, #2f5771);
  background: linear-gradient(to right, #2f4858, #2f5771);
  background: -webkit-linear-gradient(to right, #2f4858, #2f5771);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*========================================
guide
==========================================*/
.flow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 65%;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
  z-index: -1;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  min-height: 418px;
  padding: 44px 10px 20px 10px;
  background-color: #fff;
  border-radius: 100px 0 100px 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 29px;
  height: 26px;
  background: center/cover no-repeat url(../../images/guide/flow-arrow.png);
}
.flow-icon {
  margin-bottom: 28px;
  text-align: center;
}
.flow-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.flow-title-en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#2f4858), to(#2f5771));
  background: -webkit-linear-gradient(left, #2f4858, #2f5771);
  background: linear-gradient(to right, #2f4858, #2f5771);
  background: -webkit-linear-gradient(to right, #2f4858, #2f5771);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  padding-left: 10px;
}

.price {
  overflow: hidden;
}
.price-inner {
  max-width: 1030px;
  position: relative;
  z-index: 1;
}
.price-inner::before {
  position: absolute;
  content: "";
  right: -126px;
  bottom: 20px;
  width: 240px;
  height: 120px;
  background: center/cover no-repeat url(../../images/guide/price-deco.png);
  z-index: -1;
}
.price-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.price-table {
  width: 1030px;
}
.price-table tr {
  display: block;
}
.price-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.price-table tr:first-of-type th {
  color: #fff;
  padding: 20px 29px;
  text-align: left;
  background-color: #f76733;
}
.price-table tr:first-of-type th:first-of-type {
  opacity: 0;
}
.price-table tr:first-of-type th:nth-of-type(2) {
  width: 180px;
}
.price-table tr:first-of-type th:nth-of-type(3) {
  width: 600px;
}
.price-table tr th {
  width: 250px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 19px 0;
  text-align: center;
  background-color: #2f4d5f;
}
.price-table tr th:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.price-table tr td {
  width: 180px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 20px 9px 20px 23px;
  text-align: left;
  background-color: #f6f5f4;
  border-left: 1px solid #fff;
}
.price-table tr td:last-of-type {
  width: 600px;
}
.price-notice {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  text-align: right;
}

.area {
  overflow: hidden;
  background-color: #f6f5f4;
}
.area-inner {
  padding: 40px 0;
}
.area-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.area-textbox {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.area-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.area-title::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 0;
  width: 500px;
  height: 6px;
  background: center/cover no-repeat url(../../images/top/top-service-border.png);
}
.area-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9600), to(#f76733));
  background: -webkit-linear-gradient(left, #ff9600, #f76733);
  background: linear-gradient(to right, #ff9600, #f76733);
  background: -webkit-linear-gradient(to right, #ff9600, #f76733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area-title-en::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 3px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/top-service-dot.png);
}
.area-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.area-text .accent {
  font-weight: 700;
  color: #f76733;
}

/*========================================
recruit
==========================================*/
.works {
  overflow: hidden;
}
.works-inner {
  position: relative;
  z-index: 1;
}
.works-inner::before {
  position: absolute;
  content: "";
  top: 210px;
  right: -130px;
  width: 240px;
  height: 120px;
  background: center/cover no-repeat url(../../images/about/scene-deco01.png);
  z-index: -1;
}
.works-content {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  position: relative;
  z-index: 1;
}
.works-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
  z-index: -5;
}
.works-content::after {
  position: absolute;
  content: "";
  left: -137px;
  bottom: -38px;
  width: 224px;
  height: 218px;
  background: center/cover no-repeat url(../../images/about/scene-deco02.png);
  z-index: -10;
}
.works-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.works-content:nth-of-type(2)::after {
  width: 240px;
  height: 120px;
  left: auto;
  right: -152px;
  bottom: -49px;
  background: center/cover no-repeat url(../../images/about/scene-deco01.png);
}
.works-content:nth-of-type(2) .works-title::before {
  background: center/cover no-repeat url(../../images/recruit/works-icon02.png);
}
.works-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  -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;
}
.works-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/recruit/works-icon01.png);
}
.works-sub-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding: 8px 10px;
  background-color: rgba(207, 207, 207, 0.3);
  margin-bottom: 30px;
}
.works-sub-title .accent {
  color: #f76733;
}
.works-list {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  position: relative;
}
.works-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 70px);
  background-color: #f76733;
}
.works-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.works-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.works-time {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.works-time::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 3px;
  background-color: #f76733;
  z-index: -5;
}
.works-time::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #f76733;
  border-radius: 50%;
}
.works-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.question {
  overflow: hidden;
  background-color: #f6f5f4;
}
.question-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.question-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 500px;
  height: 6px;
  background: center/cover no-repeat url(../../images/top/top-service-border.png);
}
.question-title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9600), to(#f76733));
  background: -webkit-linear-gradient(left, #ff9600, #f76733);
  background: linear-gradient(to right, #ff9600, #f76733);
  background: -webkit-linear-gradient(to right, #ff9600, #f76733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.question-title-en::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 3px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/top-service-dot.png);
}
.question-textbox {
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.question-list-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
}
.question-list-title {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #f76733;
  margin-bottom: 20px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
  margin-bottom: 20px;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 36px;
  height: 37px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/recruit/Q.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  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: 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;
}
.question-body::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 35px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/recruit/A.png);
}
.question-body img {
  max-width: 100%;
}

.recruit {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recruit::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 30%;
  height: 408px;
  background-color: #f6f5f4;
  z-index: -1;
}
.recruit-content {
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.recruit-table tr {
  display: block;
}
.recruit-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
}
.recruit-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #f76733;
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
}
.recruit-table tr td {
  width: 715px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 325px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
  z-index: -1;
}
.info-content {
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  -webkit-box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 15px 8px rgba(0, 0, 0, 0.1);
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #f76733;
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
}
.info-table tr td {
  width: 715px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

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

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

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer-inner {
  padding-top: 30px;
  padding-bottom: 25px;
}
.footer-logo {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.footer-left {
  max-width: 290px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 23px;
}
.footer-textbox {
  max-width: 294px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}
.footer-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 287px;
  height: 36px;
  background: center/cover no-repeat url(../../images/top/footer-sub-txt.png);
  z-index: -1;
}
.footer-text {
  width: 100%;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-text .accent {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 22px;
  padding: 3px 5px;
  background-color: #353535;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #353535 !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;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 5px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  width: 69%;
}
.footer-tel-txt img {
  display: block;
}
.footer-time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}
.footer-time:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-right {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.footer-btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 25px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
  margin-bottom: 20px;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  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;
}
.footer-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
}
.footer-nav-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-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.15em;
}
.footer-nav-list-item a:hover {
  color: #f76733 !important;
}
.footer-nav-list-item a.current {
  font-weight: 700;
  color: #f76733 !important;
}
.footer-sub-list {
  margin-bottom: 25px;
  -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: 34px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  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: 9px;
  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 {
  padding: 17px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, right top, from(#ff9600), to(#f76733));
  background: -webkit-linear-gradient(left, #ff9600, #f76733);
  background: linear-gradient(to right, #ff9600, #f76733);
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}