/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-en-top {
  padding: 0;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff !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;
  padding-top: 8px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 34px;
  height: 35px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 0 20px 0 30px;
  z-index: 10;
}
.header-content {
  max-width: 743px;
  width: 100%;
}
.header .global-nav {
  width: 100%;
  margin-top: 14px;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff !important;
}
.header .global-nav-list-item a:hover {
  opacity: 0.6;
}
.header .global-nav-list-item.current a {
  opacity: 0.6;
}
.header .en-visual {
  width: 100%;
}
.header .en-visual-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .en-visual-list-item {
  width: 100%;
}
.header .en-visual-list-item:first-child {
  height: 310px;
}
.header .en-visual-list-item:first-child .en-visual-title {
  position: relative;
}
.header .en-visual-list-item:first-child .en-visual-title::before {
  position: absolute;
  content: "";
  left: 61.5584416%;
  bottom: -8px;
  width: 38px;
  height: 39px;
  background: center/cover no-repeat url(../images/common/en-arrows01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .en-visual-list-item:first-child .en-visual-title img {
  height: 85px;
}
.header .en-visual-list-item:first-child a {
  padding: 20.2083333% 0 0 5.9375%;
}
.header .en-visual-list-item:first-child a:hover {
  opacity: 0.8;
}
.header .en-visual-list-item:first-child a:hover .en-visual-title::before {
  left: 65%;
}
.header .en-visual-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.header .en-visual-sub-list {
  width: 100%;
}
.header .en-visual-sub-list-item {
  width: 100%;
  height: 225px;
}
.header .en-visual-sub-list-item:first-child {
  width: 100%;
}
.header .en-visual-sub-list-item:first-child a {
  -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: 0 0 25px 20px;
}
.header .en-visual-sub-list-item:first-child a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  background: center/cover no-repeat url(../images/common/en-arrows02.png);
}
.header .en-visual-sub-list-item:first-child .en-visual-title img {
  height: 67px;
}
.header .en-visual-sub-list-item:nth-child(2) .en-visual-title img {
  height: 40px;
}
.header .en-visual-sub-list-item:nth-child(3) a {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
.header .en-visual-sub-list-item:nth-child(3) .en-visual-title img {
  height: 100px;
}
.header .en-visual-sub-list-item 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .en-visual-sub-list-item a:hover {
  opacity: 0.8;
}
.header .en-visual-sub-list-item a:hover .en-visual-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header .en-visual-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .en-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .en-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-visual {
  width: 100%;
  height: 350px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 60px 30px;
}
.header .main-visual-textbox img {
  height: 80px;
}
.header .sub-visual {
  width: 100%;
  height: 220px;
}
.header .sub-visual-textbox {
  max-width: 1490px;
  width: 97%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .sub-visual-textbox img {
  height: 56px;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #fff;
}
.header .page-top {
  position: fixed;
  right: 10px;
  bottom: 25px;
  z-index: 100;
}
.header .page-top a img {
  height: 60px;
}
.header .page-top a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
}
.top-about-inner {
  padding: 80px 0 50px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 4px;
  right: -10px;
  width: 83px;
  height: 117px;
  background: center/contain no-repeat url(../images/top/top-about-deco01.png);
  z-index: 2;
}
.top-about-textbox {
  max-width: 715px;
  width: 100%;
  margin-left: auto;
  padding: 28px 0 20px 25px;
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1134px;
  height: 100%;
  background: center right/cover no-repeat url(../images/top/top-about-box.png);
  z-index: -1;
}
.top-about-textbox::after {
  position: absolute;
  content: "";
  top: -29px;
  left: 7px;
  width: 189px;
  height: 55px;
  background: center/contain no-repeat url(../images/top/top-about-en.png);
}
.top-about-title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.top-about-title .accent {
  color: #da005c;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 15px;
}

.top-area {
  background: center/cover no-repeat url(../images/top/top-area-bg.png);
}
.top-area-inner {
  position: relative;
  z-index: 1;
}
.top-area-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 601px;
  position: relative;
}
.top-area-img {
  margin-bottom: 20px;
}
.top-area-textbox {
  max-width: 525px;
  width: 100%;
}
.top-area-textbox .cmn-title {
  color: #010910;
  margin-bottom: 30px;
  text-align: left;
  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;
}
.top-area-textbox .cmn-title-en {
  margin-bottom: -5px;
  margin-right: 20px;
}
.top-area-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 11px 0;
  text-align: center;
  margin-bottom: 22px;
  background-color: #da005c;
}
.top-area-text-list {
  margin-bottom: 30px;
}
.top-area-text-list-item {
  width: 33%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  -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-area-text-list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #010910;
}
.top-area-text-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 9px;
}
.top-area-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.top-place {
  overflow: hidden;
  background: -webkit-linear-gradient(45deg, #010910, #0c2341);
  background: linear-gradient(45deg, #010910, #0c2341);
  position: relative;
  z-index: 1;
}
.top-place::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 238px;
  height: 227px;
  background: center/contain no-repeat url(../images/top/top-place-bg-l-t.png);
  z-index: -1;
}
.top-place::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 30px;
  width: 201px;
  height: 192px;
  background: center/contain no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.top-place-click {
  text-align: center;
  margin-bottom: 25px;
}
.top-place-click img {
  height: 50px;
}
.top-place-list {
  width: 100%;
  -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-place-list-item {
  max-width: 314px;
  width: 100%;
  height: 314px;
}
.top-place-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-place-list-item a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 35px;
  background-color: #fff;
  border-radius: 50%;
}
.top-place-list-item a:hover {
  opacity: 0.8;
}
.top-place-list-item a:hover .top-place-more-text::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.top-place-list-title {
  min-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}
.top-place-list-title .accent {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.top-place-icon {
  max-width: 160px;
  width: 100%;
  height: 140px;
  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;
}
.top-place-more-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  color: #da005c !important;
  padding-bottom: 7px;
  border-bottom: 1px solid #da005c;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-place-more-text::after {
  content: "";
  width: 8px;
  height: 13px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/top-place-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
}
.link-banner-inner {
  max-width: none;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 350px;
  width: 100%;
  height: 220px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1850px) {
  .link-banner-list-item {
    max-width: 380px;
    height: 250px;
  }
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a: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-textbox {
  max-width: 376px;
  width: 90%;
  color: #fff;
  padding: 17px 12px;
  background-color: #da005c;
  position: relative;
}
.link-banner-textbox::before {
  position: absolute;
  content: "";
  top: 31px;
  right: 11px;
  width: 10px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}
.link-banner-title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.link-banner-text {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.top-recruit {
  position: relative;
  z-index: 1;
}
.top-recruit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: center/cover no-repeat url(../images/top/top-recruit-img.png);
  z-index: -1;
}
.top-recruit-inner {
  max-width: 1280px;
  padding: 200px 0 55px 0;
}
.top-recruit-content {
  width: 100%;
  padding: 30px 20px;
  background: center/cover no-repeat url(../images/top/top-recruit-box-bg.png);
  border: 1px solid #fff;
  position: relative;
}
.top-recruit-content .cmn-btn {
  margin-bottom: 20px;
}
.top-recruit-content .cmn-title {
  text-align: left;
}
.top-recruit-text {
  font-size: 1.7rem;
  line-height: 1.95;
  color: #fff;
  margin-bottom: 20px;
}
.top-recruit-youtube:hover {
  opacity: 0.6;
}

.reserve {
  overflow: hidden;
  background-color: #010910;
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 272px;
  background-color: #f6f4f4;
  z-index: -1;
}
.reserve-inner {
  max-width: none;
  padding-top: 60px;
}
.reserve-wrap {
  max-width: 1760px;
  width: 97%;
  margin: 0 auto;
  background: -webkit-linear-gradient(45deg, #010910, #0c2341);
  background: linear-gradient(45deg, #010910, #0c2341);
  border: 1px solid #fff;
  position: relative;
}
.reserve-wrap::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 10px;
  width: 221px;
  height: 49px;
  background: center/contain no-repeat url(../images/top/reserve-en.png);
}
.reserve-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 10px 30px 10px;
  position: relative;
}
.reserve-content::after {
  position: absolute;
  content: "";
  top: -43px;
  right: -20px;
  width: 86px;
  height: 108px;
  background: center/contain no-repeat url(../images/top/reserve-deco.png);
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff !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;
  padding: 14px;
  background-color: #010910;
  padding-top: 22px;
  position: relative;
}
.reserve-tel::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 28px;
  height: 29px;
  margin-right: 17px;
  background: center/contain no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  top: 11px;
  right: 5px;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #fff;
}
.reserve-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-list-item {
  max-width: 376px;
  width: 100%;
  height: 150px;
  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;
}
.reserve-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 303px;
  width: 70%;
  height: 100%;
  border: 3px solid #fff;
  z-index: -1;
}
.reserve-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.reserve-list-item:last-child .reserve-btn {
  background: #fff;
  color: #010910 !important;
}
.reserve-list-item:last-child .reserve-btn::before {
  width: 35px;
  height: 35px;
  margin-right: 18px;
  background: center/cover no-repeat url(../images/top/reserve-line.png);
}
.reserve-list-item:last-child .reserve-btn::after {
  display: none;
}
.reserve-btn {
  max-width: 376px;
  width: 90%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  background: -webkit-linear-gradient(45deg, #010910, #0c2341);
  background: linear-gradient(45deg, #010910, #0c2341);
  position: relative;
}
.reserve-btn::before {
  content: "";
  width: 28px;
  height: 20px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/reserve-mail.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.9;
}
.reserve-btn:hover::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-btn:hover::after {
  right: 2px;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.reserve-sub-btn {
  margin-bottom: 20px;
}
.reserve-sub-btn:hover {
  opacity: 0.6;
}
.reserve-line {
  max-width: 470px;
  width: 90%;
  height: 75px;
  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-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  background: #fff;
  color: #010910 !important;
  position: relative;
  z-index: 1;
}
.reserve-line::before {
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 18px;
  background: center/cover no-repeat url(../images/top/reserve-line.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-line::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 303px;
  width: 80%;
  height: 120px;
  border: 3px solid #fff;
  z-index: -1;
}
.reserve-line:hover {
  opacity: 0.9;
}
.reserve-line:hover::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-line:hover::after {
  right: 2px;
}

#recruit .reserve-wrap {
  max-width: 1280px;
}
#recruit .reserve-wrap::before {
  top: -40px;
  left: 11px;
  width: 201px;
  height: 58px;
  background: center/contain no-repeat url(../images/recruit/ENTRY.png);
}
#recruit .reserve-content {
  max-width: 1080px;
}
#recruit .reserve-content::after {
  right: -218px;
}
@media (max-width: 1515px) {
  #recruit .reserve-content::after {
    right: -20px;
  }
}

.news {
  background-color: #f6f4f4;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 31px;
  width: 331px;
  height: 316px;
  background: center/contain no-repeat url(../images/top/news-bg.png);
  z-index: -1;
}
.news-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-inner .cmn-title {
  color: #010910;
  text-align: left;
}
.news-inner .cmn-title-en {
  font-size: 8rem;
}
.news-textbox {
  max-width: 834px;
  width: 100%;
}
.news-list {
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.news-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 22px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(40, 23, 19, 0.2);
  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.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #da005c;
  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;
}
.news-accent-tag::before {
  content: "|";
  margin-right: 15px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 15px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #5f5f5f;
  letter-spacing: 0.1em;
  margin-right: 15px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #da005c !important;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  border-bottom: 1px solid #da005c;
  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;
}
.news .more-btn::after {
  content: "";
  width: 8px;
  height: 13px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/top/news-more-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #1b1c49;
  border: 2px solid #1b1c49;
}
.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: #1b1c49;
}
.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 #1b1c49;
  border-bottom: 1px solid #1b1c49;
}
.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 #1b1c49;
  border-right: 1px solid #1b1c49;
}
.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: #1b1c49 !important;
}
.news-detail .paginated-link a:hover {
  color: #010910 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .news-list {
  padding: 20px;
}
#news .news-list::before {
  width: 100%;
}

/*========================================
service
==========================================*/
.worry {
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 361px;
  background: center/contain no-repeat url(../images/service/service-bg-l-t.png);
  z-index: -1;
}
.worry .cmn-title {
  text-align: left;
  color: #010910;
}
.worry-content {
  width: 100%;
  padding: 20px 15px;
  -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, left bottom, from(#0c2341), to(#010910));
  background: -webkit-linear-gradient(#0c2341, #010910);
  background: linear-gradient(#0c2341, #010910);
}
.worry-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.worry-img {
  max-width: 465px;
  width: 100%;
  height: 280px;
  margin-bottom: 10px;
  overflow: hidden;
}
.worry-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.worry-textbox {
  max-width: 490px;
  width: 100%;
}
.worry-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin-bottom: 15px;
  background-color: #da005c;
}
.worry-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.09em;
}

.service {
  background: -webkit-linear-gradient(45deg, #010910 35%, #0c2341 65%);
  background: linear-gradient(45deg, #010910 35%, #0c2341 65%);
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 238px;
  height: 227px;
  background: center/cover no-repeat url(../images/top/top-place-bg-l-t.png);
  z-index: -1;
}
.service::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 90px;
  width: 201px;
  height: 192px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-list-item {
  max-width: 250px;
  width: 100%;
  min-height: 313px;
  background-color: #fff;
}
.service-list-item:not(:last-child) {
  margin-bottom: 27px;
}
.service-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #da005c;
  margin-bottom: 10px;
}
.service-img {
  margin-bottom: 17px;
}
.service-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 20px;
}

/*========================================
const
==========================================*/
.reason {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.reason::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 361px;
  background: center/cover no-repeat url(../images/service/service-bg-l-t.png);
  z-index: -1;
}
.reason .cmn-title {
  color: #010910;
}
.reason .cmn-title-en {
  margin: 0 auto 20px auto;
}
.reason-notice {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  padding: 21px 13px;
  background: center/cover no-repeat url(../images/const/reason-notice-bg.png);
}
.reason-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-content:nth-of-type(2) .reason-title::before {
  width: 75px;
  background: center/contain no-repeat url(../images/const/reason-no02.png);
}
.reason-content:nth-of-type(3) .reason-title::before {
  width: 75px;
  background: center/contain no-repeat url(../images/const/reason-no03.png);
}
.reason-content:nth-of-type(4) .reason-title::before {
  width: 75px;
  background: center/contain no-repeat url(../images/const/reason-no04.png);
}
.reason-content:not(:last-of-type) {
  margin-bottom: 110px;
}
.reason-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.reason-textbox {
  max-width: 520px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.reason-textbox::before {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -20px;
  width: 1012px;
  height: 86%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c2341), to(#010910));
  background: -webkit-linear-gradient(#0c2341, #010910);
  background: linear-gradient(#0c2341, #010910);
  z-index: -1;
}
.reason-title {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.reason-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 63px;
  height: 65px;
  margin-right: 15px;
  background: center/contain no-repeat url(../images/const/reason-no01.png);
}
.reason-title .accent {
  display: inline-block;
  color: #da005c;
}
.reason-text {
  min-height: 112px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 16px;
}
.reason-sub-textbox {
  background-color: #fff;
}
.reason-sub-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  padding: 6px 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: -webkit-linear-gradient(45deg, #010910, #0c2341);
  background: linear-gradient(45deg, #010910, #0c2341);
  border: 1px solid #fff;
}
.reason-sub-title::before {
  content: "";
  width: 29px;
  height: 26px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/const/reason-deco.png);
}
.reason-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.46;
  padding: 15px 26px;
}

.attempt {
  background: -webkit-linear-gradient(45deg, #010910 35%, #0c2341 65%);
  background: linear-gradient(45deg, #010910 35%, #0c2341 65%);
  position: relative;
  z-index: 1;
}
.attempt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 238px;
  height: 227px;
  background: center/cover no-repeat url(../images/top/top-place-bg-l-t.png);
  z-index: -1;
}
.attempt::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 201px;
  height: 192px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.attempt-text {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  padding: 21px 13px;
  background-color: rgba(246, 244, 244, 0.2);
}
.attempt-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.attempt-list-item {
  max-width: 200px;
  width: 100%;
  text-align: center;
}
.attempt-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.attempt-list-item:nth-child(4) {
  max-width: 157px;
}
.flow {
  background-color: #f6f4f4;
}
.flow .cmn-title {
  color: #010910;
}
.flow .cmn-title-en {
  margin: 0 auto 30px auto;
}
.flow-inner {
  padding-top: 90px;
}
.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: 240px;
  width: 100%;
  text-align: center;
  padding: 8px;
  background: -webkit-linear-gradient(45deg, #010910, #0c2341);
  background: linear-gradient(45deg, #010910, #0c2341);
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 18px;
  height: 20px;
  background: center/cover no-repeat url(../images/const/flow-arrow.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.flow-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.flow-bg {
  padding: 39px 0;
  background-color: #fff;
}
.flow-step {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #da005c;
}

/*========================================
recruit
==========================================*/
.join {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.join::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 361px;
  background: center/cover no-repeat url(../images/service/service-bg-l-t.png);
  z-index: -1;
}
.join .cmn-title {
  color: #010910;
  text-align: left;
  line-height: 1.3;
}
.join-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.join-img {
  margin-bottom: 20px;
}
.join-textbox {
  max-width: 520px;
  width: 100%;
}
.join-text {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.64;
  margin-bottom: 16px;
}
.join-sub-textbox {
  padding-bottom: 15px;
  background-color: #f6f4f4;
}
.join-sub-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  padding: 9px 20px;
  margin-bottom: 17px;
  background: -webkit-linear-gradient(45deg, #010910, #0c2341);
  background: linear-gradient(45deg, #010910, #0c2341);
}
.join-sub-text {
  width: 95%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 0 6px 26px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  position: relative;
}
.join-sub-text::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 24px;
  height: 25px;
  background: center/cover no-repeat url(../images/recruit/join-check.png);
}
.join-sub-text:not(:last-of-type) {
  margin-bottom: 15px;
}

.movie {
  background: -webkit-linear-gradient(45deg, #010910 35%, #0c2341 65%);
  background: linear-gradient(45deg, #010910 35%, #0c2341 65%);
  position: relative;
  z-index: 1;
}
.movie::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 238px;
  height: 227px;
  background: center/cover no-repeat url(../images/top/top-place-bg-l-t.png);
  z-index: -1;
}
.movie::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 201px;
  height: 192px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.movie-inner {
  padding-top: 90px;
}
.movie-content {
  max-width: 800px;
  width: 100%;
  max-height: 450px;
  height: 60vw;
  margin: 0 auto;
}
.movie-content iframe {
  width: 100%;
  height: 100%;
}

.job {
  background-color: #f6f4f4;
}
.job .cmn-title {
  color: #010910;
  text-align: center;
}
.job .cmn-title-en {
  margin: 0 auto 20px auto;
}
.job-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job-list-item {
  max-width: 250px;
  width: 100%;
}
.job-list-item:not(:last-child) {
  margin-bottom: 26px;
}
.job-list-title {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.3;
  padding-left: 7px;
  border-left: 3px solid #da005c;
}
.job-list-title .accent {
  display: inline-block;
  font-size: 1.2rem;
}
.job-img {
  margin-bottom: 11px;
}

.step {
  background: -webkit-linear-gradient(45deg, #010910 35%, #0c2341 65%);
  background: linear-gradient(45deg, #010910 35%, #0c2341 65%);
  position: relative;
  z-index: 1;
}
.step::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 238px;
  height: 227px;
  background: center/cover no-repeat url(../images/top/top-place-bg-l-t.png);
  z-index: -1;
}
.step::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 201px;
  height: 192px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.step-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
.step-title .accent {
  display: block;
  margin-bottom: 20px;
}
.step-title .accent img {
  height: 20px;
}
.step-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 20px 15px;
  background-color: #fff;
  border: 6px solid #da005c;
  position: relative;
}
.step-content::before {
  position: absolute;
  content: "";
  top: -96px;
  right: -10px;
  width: 87px;
  height: 122px;
  background: center/contain no-repeat url(../images/recruit/step-box-deco.png);
}
.step-list {
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
.step-list::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 3px;
  height: 83%;
  background-color: #da005c;
  z-index: -1;
}
.step-list-item {
  max-width: 400px;
  width: 92%;
  z-index: 1;
  position: relative;
}
.step-list-item::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -34px;
  width: 25px;
  height: 25px;
  background-color: #da005c;
  border-radius: 50%;
  z-index: -1;
}
.step-list-item::after {
  position: absolute;
  content: "";
  top: 16px;
  left: 0px;
  width: 30px;
  height: 3px;
  background-color: #da005c;
  z-index: -1;
}
.step-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.step-list-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 7px 13px;
  margin-bottom: 12px;
  background-color: #da005c;
}
.step-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1b1c49;
  margin-bottom: 15px;
}
.step-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.step-icon {
  margin-bottom: 15px;
}
.step-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step-salary {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #da005c;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
}
.step-salary .accent {
  display: inline-block;
  font-size: 3rem;
}
.step-salary .s-font {
  display: block;
  font-size: 1.4rem;
  margin-top: 12px;
}
.step-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
}

.require {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.require::before {
  position: absolute;
  content: "";
  top: 81px;
  right: 0;
  width: 300px;
  height: 361px;
  background: center/cover no-repeat url(../images/recruit/require-bg-deco.png);
  z-index: -1;
}
.require .cmn-title {
  color: #010910;
  text-align: left;
}
.require-table tr {
  display: block;
}
.require-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.require-table tr th {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 23px 0;
  background-color: #1b1c49;
  vertical-align: middle;
}
.require-table tr td {
  display: block;
  padding: 15px;
  background-color: #fff;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 361px;
  background: center/cover no-repeat url(../images/service/service-bg-l-t.png);
  z-index: -1;
}
.info .cmn-title {
  color: #010910;
  text-align: left;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 23px 0;
  background-color: #1b1c49;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.info-address:not(:last-of-type) {
  margin-bottom: 10px;
}
.info-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-map-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background-color: #da005c;
}
.info-content {
  max-width: 510px;
  width: 100%;
}
.info-content:not(:last-of-type) {
  margin-bottom: 25px;
}
.info-tel-txt img {
  display: block;
}

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

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

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.en-footer-bottom {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding: 4px 0;
  text-align: center;
  background-color: #010910;
}
.en-footer-bottom a {
  line-height: 1;
  color: #fff !important;
}

.footer {
  background: -webkit-linear-gradient(45deg, #010910 40%, #0c2341 60%);
  background: linear-gradient(45deg, #010910 40%, #0c2341 60%);
  position: relative;
  z-index: 1;
}
.footer-inner {
  padding: 35px 0;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 23px;
}
.footer-content {
  max-width: 327px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-info {
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-info a:hover {
  opacity: 0.6;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff !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;
  padding-top: 8px;
  margin-right: 20px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 34px;
  height: 35px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-btn {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff !important;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-btn::after {
  content: "";
  width: 12px;
  height: 9px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
}
.footer-btn:nth-of-type(2) {
  margin-top: 24px;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 534px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer-nav-list {
  width: 100%;
  height: 250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.5rem;
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(7)) {
  margin-bottom: 23px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom #copyright {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff !important;
  line-height: 1;
  padding: 5px 0;
}