/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-en-top {
  width: 100%;
  height: 90px;
  padding: 0 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c2341), to(#010910));
  background: -webkit-linear-gradient(#0c2341, #010910);
  background: linear-gradient(#0c2341, #010910);
}
.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%;
  max-height: 850px;
  min-height: 580px;
  height: 47vw;
}
.header .en-visual-list {
  width: 100%;
  height: 100%;
}
.header .en-visual-list-item {
  width: 50%;
  height: 100%;
}
.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: -5px;
  width: 64px;
  height: 65px;
  background: center/cover no-repeat url(../images/common/en-arrows01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1660px) {
  .header .en-visual-list-item:first-child .en-visual-title img {
    height: 157px;
  }
}
.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%;
  height: 100%;
}
.header .en-visual-sub-list-item {
  width: 50%;
  height: 50%;
}
.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 45px 40px;
}
.header .en-visual-sub-list-item:first-child a::before {
  position: absolute;
  content: "";
  right: 40px;
  bottom: 45px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/common/en-arrows02.png);
}
@media (max-width: 1660px) {
  .header .en-visual-sub-list-item:first-child .en-visual-title img {
    height: 109px;
  }
}
@media (max-width: 1660px) {
  .header .en-visual-sub-list-item:nth-child(2) .en-visual-title img {
    height: 47px;
  }
}
.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;
}
@media (max-width: 1660px) {
  .header .en-visual-sub-list-item:nth-child(3) .en-visual-title img {
    height: 108px;
  }
}
.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: 950px;
  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 303px 68px;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
}
.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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 150px;
}
.header .page-top {
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 100;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
}
.top-about-inner {
  padding: 166px 0 272px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 55px;
  right: -155px;
  width: 191px;
  height: 269px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
  z-index: 2;
}
.top-about-textbox {
  max-width: 715px;
  width: 100%;
  min-height: 572px;
  margin-left: auto;
  padding: 126px 0 0 85px;
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1134px;
  height: 572px;
  background: center/cover no-repeat url(../images/top/top-about-box.png);
  z-index: -1;
}
.top-about-textbox::after {
  position: absolute;
  content: "";
  top: -69px;
  left: 28px;
  width: 424px;
  height: 123px;
  background: center/cover no-repeat url(../images/top/top-about-en.png);
}
.top-about-title {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}
.top-about-title .accent {
  color: #da005c;
}
.top-about-text {
  font-size: 1.7rem;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 34px;
}

.top-area {
  background: center/cover no-repeat url(../images/top/top-area-bg.png);
}
.top-area-inner {
  position: relative;
  z-index: 1;
}
.top-area-inner::before {
  position: absolute;
  content: "";
  top: -217px;
  left: -294px;
  width: 245px;
  height: 296px;
  background: center/cover no-repeat url(../images/top/top-about-deco02.png);
}
.top-area-content {
  min-height: 601px;
  position: relative;
}
.top-area-img {
  position: absolute;
  top: 0;
  right: -100px;
}
.top-area-textbox {
  max-width: 422px;
  width: 100%;
}
.top-area-textbox .cmn-title {
  font-size: 3.2rem;
  color: #010910;
  margin-bottom: 65px;
  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 {
  font-size: 11rem;
  margin-bottom: -11px;
  margin-right: 27px;
}
.top-area-title {
  font-size: 2.8rem;
  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: 43px;
}
.top-area-text-list-item {
  width: 30%;
  font-size: 2.4rem;
  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 {
  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: 838px;
  height: 799px;
  background: center/cover no-repeat url(../images/top/top-place-bg-l-t.png);
  z-index: -1;
}
.top-place::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 90px;
  width: 701px;
  height: 668px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.top-place-inner .cmn-title {
  font-size: 3.2rem;
}
.top-place-inner .cmn-title-en {
  font-size: 12rem;
}
.top-place-click {
  text-align: center;
  margin-bottom: 25px;
}
.top-place-list {
  width: 100%;
  min-height: 976px;
  position: relative;
  z-index: 1;
}
.top-place-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 672px;
  height: 672px;
  background: center/cover no-repeat url(../images/top/top-place-logo.png);
  z-index: -1;
}
.top-place-list-item {
  position: absolute;
  max-width: 314px;
  width: 100%;
  height: 314px;
}
.top-place-list-item:first-child {
  position: absolute;
  top: 0;
  left: 200px;
}
.top-place-list-item:nth-child(2) {
  position: absolute;
  top: 0;
  right: 200px;
}
.top-place-list-item:nth-child(3) {
  position: absolute;
  left: 0;
}
.top-place-list-item:nth-child(4) {
  position: absolute;
  right: 0;
}
.top-place-list-item:nth-child(5) {
  position: absolute;
  left: 200px;
  bottom: 0;
}
.top-place-list-item:nth-child(6) {
  position: absolute;
  right: 200px;
  bottom: 0;
}
.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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-banner-list-item {
  max-width: 570px;
  width: 100%;
  height: 352px;
}
.link-banner-list-item:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 1850px) {
  .link-banner-list-item:not(:last-child) {
    margin-right: 30px;
  }
}
.link-banner-list-item:nth-child(2) {
  margin-top: 50px;
}
.link-banner-list-item:nth-child(3) {
  margin-top: 100px;
}
@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: 24px 25px;
  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);
}
@media (max-width: 1850px) {
  .link-banner-textbox {
    padding: 18px 17px;
  }
}
.link-banner-title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media (max-width: 1850px) {
  .link-banner-title {
    font-size: 2.8rem;
  }
}
.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: 620px;
  background: center/cover no-repeat url(../images/top/top-recruit-img.png);
  z-index: -1;
}
.top-recruit-inner {
  max-width: 1280px;
  padding: 499px 0 55px 0;
}
.top-recruit-content {
  width: 100%;
  min-height: 433px;
  padding: 65px 100px 0 100px;
  background: center/cover no-repeat url(../images/top/top-recruit-box-bg.png);
  border: 1px solid #fff;
  position: relative;
}
.top-recruit-content .cmn-btn {
  position: absolute;
  top: 86px;
  right: 100px;
}
.top-recruit-content .cmn-title {
  font-size: 3.2rem;
  text-align: left;
  margin-bottom: 40px;
}
.top-recruit-content .cmn-title-en {
  font-size: 12rem;
}
.top-recruit-text {
  font-size: 1.7rem;
  line-height: 1.95;
  color: #fff;
}
.top-recruit-youtube {
  position: absolute;
  top: 184px;
  right: 100px;
}
.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: 245px;
}
.reserve-wrap {
  max-width: 1760px;
  width: 97%;
  margin: 0 auto;
  background: -webkit-linear-gradient(45deg, #010910 35%, #0c2341 65%);
  background: linear-gradient(45deg, #010910 35%, #0c2341 65%);
  border: 1px solid #fff;
  position: relative;
}
.reserve-wrap::before {
  position: absolute;
  content: "";
  top: -106px;
  left: 18px;
  width: 622px;
  height: 130px;
  background: center/cover no-repeat url(../images/top/reserve-en.png);
}
.reserve-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 79px 0 91px 0;
  position: relative;
}
.reserve-content::after {
  position: absolute;
  content: "";
  top: -129px;
  right: -120px;
  width: 166px;
  height: 208px;
  background: center/cover no-repeat url(../images/top/reserve-deco.png);
}
@media (max-width: 1515px) {
  .reserve-content::after {
    right: -20px;
  }
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3.9rem;
  text-wrap: nowrap;
  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 0;
  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: 53px;
  height: 54px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  top: 14px;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
  color: #fff;
}
.reserve-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-list-item {
  max-width: 376px;
  width: 100%;
  height: 192px;
  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: 80%;
  height: 192px;
  border: 3px solid #fff;
  z-index: -1;
}
.reserve-list-item:not(:last-child) {
  margin-right: 35px;
}
.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: 100%;
  height: 90px;
  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: 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.8rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.reserve-sub-btn:hover {
  opacity: 0.6;
}
.reserve-line {
  max-width: 470px;
  width: 100%;
  height: 90px;
  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: 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: 192px;
  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: -105px;
  left: 96px;
  width: 441px;
  height: 126px;
  background: center/cover 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: 631px;
  height: 602px;
  background: center/cover no-repeat url(../images/top/news-bg.png);
  z-index: -1;
}
.news-inner {
  padding: 105px 0 151px 0;
  -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%;
  min-height: 346px;
  padding: 58px 0 0 60px;
  position: relative;
  z-index: 1;
}
.news-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1254px;
  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 {
  position: absolute;
  left: 0;
  bottom: 211px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #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: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #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;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #1b1c49;
  border-right: 1px solid #1b1c49;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #1b1c49 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

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

/*========================================
service
==========================================*/
.worry {
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 729px;
  height: 877px;
  background: center/cover no-repeat url(../images/service/service-bg-l-t.png);
  z-index: -1;
}
.worry .cmn-title {
  text-align: left;
  color: #010910;
}
.worry-inner {
  padding-top: 90px;
}
.worry-content {
  width: 100%;
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  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: 45px;
}
.worry-img {
  max-width: 465px;
  width: 100%;
  height: 280px;
  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: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  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: 838px;
  height: 799px;
  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: 701px;
  height: 668px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.service-inner {
  padding-top: 90px;
}
.service-list-item {
  max-width: 250px;
  width: 100%;
  min-height: 313px;
  background-color: #fff;
}
.service-list-item:not(:nth-last-child(-n+4)) {
  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: 729px;
  height: 877px;
  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 30px auto;
}
.reason-inner {
  padding-top: 90px;
}
.reason-notice {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 62px 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:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.reason-content:nth-of-type(even) .reason-textbox::before {
  right: auto;
  left: -420px;
}
.reason-content:nth-of-type(2) .reason-title::before {
  width: 80px;
  background: center/cover no-repeat url(../images/const/reason-no02.png);
}
.reason-content:nth-of-type(3) .reason-title::before {
  width: 81px;
  background: center/cover no-repeat url(../images/const/reason-no03.png);
}
.reason-content:nth-of-type(4) .reason-title::before {
  width: 81px;
  background: center/cover no-repeat url(../images/const/reason-no04.png);
}
.reason-content:not(:last-of-type) {
  margin-bottom: 110px;
}
.reason-img {
  position: relative;
  z-index: 2;
}
.reason-textbox {
  max-width: 520px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.reason-textbox::before {
  position: absolute;
  content: "";
  right: -420px;
  bottom: -40px;
  width: 1012px;
  height: 338px;
  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: 3rem;
  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: 50px;
}
.reason-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 67px;
  height: 65px;
  margin-right: 29px;
  background: center/cover 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: 838px;
  height: 799px;
  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: 701px;
  height: 668px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.attempt-inner {
  padding-top: 90px;
}
.attempt-text {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 54px 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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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-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(:nth-child(4n))::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: center/cover no-repeat url(../images/const/flow-arrow.png);
}
.flow-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 45px;
}
.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: 729px;
  height: 877px;
  background: center/cover no-repeat url(../images/service/service-bg-l-t.png);
  z-index: -1;
}
.join .cmn-title {
  color: #010910;
  text-align: left;
}
.join-inner {
  padding-top: 90px;
}
.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 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0 0 6px 30px;
  margin: 0 20px;
  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: 838px;
  height: 799px;
  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: 701px;
  height: 668px;
  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%;
  height: 450px;
  margin: 0 auto;
}
.movie-content iframe {
  width: 100%;
  height: 100%;
}

.job {
  background-color: #f6f4f4;
}
.job .cmn-title {
  color: #010910;
}
.job .cmn-title-en {
  margin: 0 auto 30px auto;
}
.job-inner {
  padding-top: 90px;
}
.job-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.job-list-item {
  max-width: 250px;
  width: 100%;
}
.job-list-item:not(:last-child) {
  margin-right: 26px;
}
.job-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 34px;
}
.job-list-title {
  font-size: 2rem;
  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: 838px;
  height: 799px;
  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: 701px;
  height: 668px;
  background: center/cover no-repeat url(../images/top/top-place-bg-r-b.png);
  z-index: -1;
}
.step-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.step-title .accent {
  display: block;
  margin-bottom: 35px;
}
.step-content {
  padding: 59px 40px 55px 40px;
  background-color: #fff;
  border: 10px solid #da005c;
  position: relative;
}
.step-content::before {
  position: absolute;
  content: "";
  top: -147px;
  right: -10px;
  width: 157px;
  height: 221px;
  background: center/cover no-repeat url(../images/recruit/step-box-deco.png);
}
.step-list {
  min-height: 825px;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.step-list::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 76%;
  background-color: #da005c;
  z-index: -1;
}
.step-list-item {
  max-width: 400px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.step-list-item::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -72px;
  width: 25px;
  height: 25px;
  background-color: #da005c;
  border-radius: 50%;
  z-index: -1;
}
.step-list-item::after {
  position: absolute;
  content: "";
  top: 16px;
  left: -65px;
  width: 65px;
  height: 3px;
  background-color: #da005c;
  z-index: -1;
}
.step-list-item:nth-child(odd) {
  right: 0;
  margin-right: 30px;
}
.step-list-item:nth-child(even) {
  left: 0;
}
.step-list-item:nth-child(even)::before {
  left: 477px;
}
.step-list-item:nth-child(even)::after {
  left: 0;
  width: 490px;
}
.step-list-item:nth-child(1) {
  top: 0;
}
.step-list-item:nth-child(2) {
  top: 129px;
}
.step-list-item:nth-child(3) {
  top: 259px;
}
.step-list-item:nth-child(4) {
  top: 385px;
}
.step-list-item:nth-child(5) {
  top: 514px;
}
.step-list-item:nth-child(6) {
  top: auto;
  bottom: 0;
}
.step-list-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  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.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1b1c49;
  margin-bottom: 15px;
}
.step-flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.step-icon {
  margin-right: 18px;
}
.step-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.step-salary {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #da005c;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
}
.step-salary .accent {
  display: inline-block;
  font-size: 3.5rem;
}
.step-salary .s-font {
  display: block;
  font-size: 1.5rem;
  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: 729px;
  height: 877px;
  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 {
  width: 250px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 25px 0;
  background-color: #1b1c49;
  vertical-align: middle;
}
.require-table tr td {
  width: 830px;
  padding: 22px 30px;
  background-color: #fff;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 729px;
  height: 877px;
  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 {
  width: 100%;
  margin-bottom: 65px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  width: 250px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 25px 0;
  background-color: #1b1c49;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  padding: 22px 30px;
  background-color: #fff;
}
.info-map {
  width: 100%;
  height: 410px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-map-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background-color: #da005c;
}
.info-address:not(:last-of-type) {
  margin-bottom: 10px;
}
.info-content {
  max-width: 510px;
  width: 100%;
}
.info-tel-txt img {
  display: block;
}

/*========================================
contact
==========================================*/
.contact .cmn-title {
  color: #010910;
}
.contact .cmn-title-en {
  margin: 0 auto 30px auto;
}
.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: #1b1c49;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #1b1c49;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #1b1c49;
}

/*========================================
privacy
==========================================*/
.privacy .cmn-title {
  color: #010910;
}
.privacy .cmn-title-en {
  margin: 0 auto 30px auto;
}
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #1b1c49;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site .cmn-title {
  color: #010910;
}
.site .cmn-title-en {
  margin: 0 auto 30px auto;
}
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #1b1c49;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.en-footer-bottom {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding: 4px 0;
  text-align: center;
  background-color: #010910;
}
.en-footer-bottom a {
  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: 79px 0;
  color: #fff;
}
.footer-logo {
  margin-bottom: 55px;
}
.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%;
}
.footer-info {
  margin-bottom: 65px;
}
.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: 38px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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: 130px;
  padding: 25px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer-nav-list {
  width: 100%;
  height: 132px;
  -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(4)) {
  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: right;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff !important;
  line-height: 1;
}