/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 730px;
  width: 100%;
}
.header .global-nav {
  width: 100%;
  height: 60px;
  padding: 0 50px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #000000;
  -webkit-box-shadow: 3px 6px 0 0 #000000;
          box-shadow: 3px 6px 0 0 #000000;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none;
  transition: none;
}
.header .global-nav-list-item a::before {
  content: "";
  width: 10px;
  height: 12px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/nav-arrow.png);
}
.header .global-nav-list-item a:hover {
  color: #2467ae;
}
.header .global-nav-list-item a:hover::before {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.header .main-visual {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.header .main-visual-inner::before {
  position: absolute;
  content: "";
  bottom: 42px;
  right: -305px;
  width: 1143px;
  height: 764px;
  background: center/contain no-repeat url(../images/common/main-visual-illust.png);
  z-index: -1;
}
@media (max-width: 1860px) {
  .header .main-visual-inner::before {
    right: -219px;
    width: 990px;
    height: 662px;
  }
}
@media (max-width: 1440px) {
  .header .main-visual-inner::before {
    right: -133px;
    width: 844px;
    height: 565px;
  }
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  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-bottom: 218px;
  z-index: -1;
}
@media (max-width: 1860px) {
  .header .main-visual-textbox {
    padding-bottom: 363px;
  }
}
@media (max-width: 1440px) {
  .header .main-visual-textbox {
    padding-bottom: 342px;
  }
}
@media (max-width: 1860px) {
  .header .main-visual-textbox img {
    height: 554px;
  }
}
@media (max-width: 1440px) {
  .header .main-visual-textbox img {
    height: 545px;
  }
}
.header .sub-visual {
  width: 100%;
  height: 602px;
  background: center/cover no-repeat url(../images/news/sub-visual.png);
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner::before {
  position: absolute;
  content: "";
  top: 30px;
  right: -82px;
  width: 890px;
  height: 601px;
  background: center/cover no-repeat url(../images/common/sub-visual-illust.png);
  z-index: -1;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1464px;
  width: 95%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
}
.header .fix-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
  background: center top/cover no-repeat url(../images/common/fix-btn-bg.png);
  z-index: 10;
  overflow: hidden;
}
.header .fix-btn-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .fix-btn-inner::after {
  content: "";
  width: 13px;
  height: 15px;
  margin-left: 37px;
  background: center/cover no-repeat url(../images/common/fix-btn-arrow.png);
}
.header .fix-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.header .fix-btn-wrap::before {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0));
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation: 6s shine infinite linear;
          animation: 6s shine infinite linear;
  z-index: -1;
}
.header .fix-btn:hover .fix-btn-inner::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.header .page-top {
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 10;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header .page-top:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*========================================
main
==========================================*/
.top-about {
  background: center top/cover no-repeat url(../images/top/top-about-bg.png);
}
.top-about-inner {
  padding-top: 130px;
}
.top-about-title {
  text-align: center;
  margin-bottom: 54px;
}
.top-about-textbox {
  max-width: 1000px;
  width: 100%;
  min-height: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1277px;
  height: 606px;
  background: center/cover no-repeat url(../images/top/top-about-deco.png);
  z-index: -1;
}
.top-about-text {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2.08333333;
  letter-spacing: 0.12em;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 45px;
}
.top-about-text:nth-of-type(2) {
  margin-bottom: 35px;
}
.top-about-text .accent {
  font-weight: 900;
  color: #2467ae;
}
.top-about-sub-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666;
  letter-spacing: 0.12em;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
}
.top-about-sub-text .accent01 {
  font-size: 3.4rem;
  color: #00c300;
  display: inline-block;
  line-height: 1;
}
.top-about-sub-text .accent02 {
  font-size: 3.4rem;
  color: #ff0000;
  display: inline-block;
  line-height: 1;
}
.top-about-sub-text .l-font {
  font-size: 4rem;
}

.select {
  overflow: hidden;
  background: left top 71px/1920px 1264px no-repeat url(../images/top/select-bg-lt.png), right top 883px/1920px 1264px no-repeat url(../images/top/select-bg-r.png), left bottom/1920px 1264px no-repeat url(../images/top/select-bg-l-b.png);
  position: relative;
  z-index: 3;
}
.select-inner {
  padding-bottom: 380px;
}
.select-title {
  text-align: center;
  margin-bottom: 45px;
}
.select-text {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 88px;
}
.select-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.select-content:nth-of-type(1) {
  margin-bottom: 255px;
}
.select-content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 246px;
}
.select-img {
  position: relative;
  z-index: 2;
}
.select-textbox {
  max-width: 528px;
  width: 100%;
}
.select-sub-title {
  margin-bottom: 17px;
}
.select-sub-content {
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.select-sub-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: -90px;
  width: 718px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.select-status {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 19px;
  padding: 12px 19px;
  background: center/cover no-repeat url(../images/top/select-status-bg.png);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.select-status .accent01 {
  margin-left: 30px;
  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;
}
.select-status .accent01::before {
  content: "";
  width: 28px;
  height: 23px;
  margin-right: 3px;
  background: center/cover no-repeat url(../images/top/select-icon01.png);
}
.select-status .accent02 {
  margin-left: 30px;
  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;
}
.select-status .accent02::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: center/cover no-repeat url(../images/top/select-icon02.png);
}
.select-list-item {
  width: 100%;
  height: 60px;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.select-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/select-icon03.png);
}
.select-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/top/select-icon04.png);
}
.select-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/top/select-icon05.png);
}
.select-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../images/top/select-icon06.png);
}
.select-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.select-sub-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.57rem;
  color: #fff;
  line-height: 1.3;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.select-sub-text .accent {
  position: absolute;
  top: -14px;
  left: 9px;
  font-size: 2.2rem;
  line-height: 1;
  -webkit-text-stroke: 3px #000000;
  -webkit-text-fill-color: #fddd06;
  paint-order: stroke fill;
}

.tutorial {
  margin-top: -234px;
  background: center top/cover no-repeat url(../images/top/tutorial-bg.png), center/1920px 2652px repeat url(../images/top/select-bg.png);
  position: relative;
  z-index: 2;
}
.tutorial-inner {
  max-width: 1280px;
  padding-top: 160px;
  padding-bottom: 174;
}
.tutorial-title {
  text-align: center;
  margin-bottom: 45px;
}
.tutorial-textbox {
  padding: 60px 100px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.8);
}
.tutorial-sub-title {
  font-size: 4.8rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: #000;
  paint-order: stroke fill;
}
.tutorial-list {
  margin-bottom: 40px;
}
.tutorial-list-item {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.tutorial-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 59%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/tutorial-arrow.png);
}
.tutorial-no {
  margin-bottom: 12px;
}
.tutorial-img {
  -webkit-box-shadow: 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.tutorial-text {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
.tutorial-system-title {
  max-width: 1080px;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0 auto;
  background: center/cover no-repeat url(../images/top/tutorial-sub-title-bg.png);
  margin-bottom: 40px;
}
.tutorial-system-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.tutorial-system-content {
  width: 1080px;
  position: relative;
}
.tutorial-system-img {
  position: absolute;
  top: 0;
  left: 0;
}
.tutorial-system-list-item {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  min-height: 115px;
  padding-top: 12px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.tutorial-system-list-item:nth-child(1) {
  min-height: 112px;
}
.tutorial-system-list-item:nth-child(2) {
  max-width: 665px;
  padding-top: 20px;
}
.tutorial-system-list-item:nth-child(2) .tutorial-system-list-title .accent {
  color: #ff880f;
}
.tutorial-system-list-item:nth-child(3) {
  max-width: 599px;
  padding-top: 19px;
}
.tutorial-system-list-item:nth-child(3) .tutorial-system-list-title .accent {
  color: #009a20;
}
.tutorial-system-list-item:nth-child(4) {
  max-width: 526px;
  min-height: 125px;
  padding-top: 24px;
}
.tutorial-system-list-item:nth-child(4) .tutorial-system-list-title .accent {
  color: #0599ff;
}
.tutorial-system-list-title {
  font-size: 2.2rem;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tutorial-system-list-title .accent {
  font-size: 3rem;
  color: #ff0505;
  margin-right: 37px;
}
.tutorial-system-level {
  display: block;
  margin-bottom: 15px;
}
.start {
  background-color: #fff;
  margin-top: -395px;
  position: relative;
  z-index: 1;
}
.start::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1540px;
  background: center/cover no-repeat url(../images/top/start-bg-01.png), #fff;
  z-index: -1;
}
.start::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -184px;
  width: 100%;
  height: 2558px;
  background: center/cover no-repeat url(../images/top/start-bg-02.png);
  z-index: -1;
}
.start-inner {
  padding-top: 437px;
  padding-bottom: 224px;
}
.start-title {
  position: relative;
  z-index: 1;
}
.start-title-wrap {
  width: 100%;
  min-height: 433px;
  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;
  margin-top: -129px;
  background: center/cover no-repeat url(../images/top/start-title-bg.png);
  position: relative;
  z-index: 2;
}
.start-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.start-wrap:nth-of-type(1) {
  margin-bottom: 142px;
}
.start-wrap:nth-of-type(2) {
  margin-bottom: 279px;
}
.start-wrap:nth-of-type(2) .start-sub-content {
  position: absolute;
  top: 300px;
  right: 0;
}
.start-wrap:nth-of-type(2) .start-content::before {
  background: center/cover no-repeat url(../images/top/start-time02.png);
}
.start-wrap:nth-of-type(3) {
  margin-bottom: 482px;
}
.start-wrap:nth-of-type(3) .start-img {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.start-wrap:nth-of-type(3) .start-sub-content {
  position: absolute;
  top: 345px;
  right: 0;
  background: center/cover no-repeat url(../images/top/start-sub-box-bg02.png);
}
.start-wrap:nth-of-type(3) .start-sub-content::before {
  top: -21px;
  width: 100px;
  height: 75px;
  background: center/cover no-repeat url(../images/top/start-sub-box-deco02.png);
}
.start-wrap:nth-of-type(3) .start-sub-content .start-sub-title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.start-wrap:nth-of-type(3) .start-sub-content .start-sub-text {
  color: #000000;
}
.start-wrap:nth-of-type(3) .start-sub-content .start-sub-text::before {
  background: center/cover no-repeat url(../images/top/start-arrow02.png);
}
.start-wrap:nth-of-type(3) .start-content::before {
  background: center/cover no-repeat url(../images/top/start-time03.png);
}
.start-wrap:nth-of-type(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.start-wrap:nth-of-type(4) .start-sub-content {
  position: absolute;
  top: 132px;
  left: 0;
}
.start-wrap:nth-of-type(4) .start-content::before {
  background: center/cover no-repeat url(../images/top/start-time04.png);
}
.start-wrap.cnt-r .start-content {
  margin-left: auto;
  margin-right: -35px;
}
.start-content {
  max-width: 626px;
  width: 100%;
  min-height: 466px;
  padding: 91px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.start-content::before {
  position: absolute;
  content: "";
  top: -73px;
  right: 27px;
  width: 288px;
  height: 42px;
  background: center/contain no-repeat url(../images/top/start-time01.png);
}
.start-name {
  position: absolute;
  top: -43px;
  left: -11px;
}
.start-flex {
  position: relative;
}
.start-textbox {
  max-width: 346px;
  width: 100%;
  margin-left: auto;
}
.start-table {
  width: 100%;
  margin-bottom: 49px;
}
.start-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.start-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #000;
}
.start-table tr th {
  width: 125px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  background-color: #000;
}
.start-table tr td {
  height: 50px;
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 10px 0 10px 17px;
  background-color: #fff;
  vertical-align: middle;
}
.start-table tr td .start-star {
  display: inline-block;
}
.start-table tr td .s-font {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.start-text-list {
  position: relative;
}
.start-text-list::before {
  position: absolute;
  content: "";
  top: -52px;
  left: 8px;
  width: 183px;
  height: 85px;
  background: center/contain no-repeat url(../images/top/start-skill-deco.png);
}
.start-text-list-item {
  width: 100%;
  min-height: 45px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 5px 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.6);
}
.start-text-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.start-text-list-item .start-icon {
  margin-right: 13px;
}
.start-sub-content {
  max-width: 438px;
  width: 100%;
  height: 438px;
  padding-top: 62px;
  background: center/cover no-repeat url(../images/top/start-sub-box-bg01.png);
  position: relative;
}
.start-sub-content::before {
  position: absolute;
  content: "";
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
  height: 80px;
  background: center/cover no-repeat url(../images/top/start-sub-box-deco01.png);
}
.start-sub-content.illust01::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -97px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 238px;
  height: 237px;
  background: center/cover no-repeat url(../images/top/start-sub-box-illust01.png);
}
.start-sub-content.illust02::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -89px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 253px;
  height: 224px;
  background: center/cover no-repeat url(../images/top/start-sub-box-illust02.png);
}
.start-sub-content.illust03::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -102px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 276px;
  height: 222px;
  background: center/cover no-repeat url(../images/top/start-sub-box-illust03.png);
}
.start-sub-content.illust04::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -89px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 253px;
  height: 224px;
  background: center/cover no-repeat url(../images/top/start-sub-box-illust04.png);
}
.start-sub-title {
  font-size: 4.2rem;
  color: #fddd06;
  line-height: 1.19;
  text-align: center;
  margin-bottom: 18px;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
}
.start-sub-text {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.start-sub-text:not(:last-of-type) {
  margin-bottom: 35px;
}
.start-sub-text:not(:last-of-type)::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 25px;
  background: center/cover no-repeat url(../images/top/start-arrow.png);
}
.start-second-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.start-second-title .accent {
  display: block;
  margin-bottom: 25px;
}
.start-second-title-wrap {
  width: 100%;
  min-height: 200px;
  padding-top: 44px;
  background: center/cover no-repeat url(../images/top/start-title-bg02.png);
  position: relative;
  z-index: 2;
}
.start.second {
  margin-top: 0;
  z-index: 0;
}
.start.second::before {
  top: -200px;
  width: 100%;
  height: 1862px;
  background: center/cover no-repeat url(../images/top/start-bg-03.png);
}
.start.second::after {
  display: none;
}
.start.second .start-inner {
  padding: 100px 0 197px 0;
}
.start.second .start-wrap:nth-of-type(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 432px;
}
.start.second .start-wrap:nth-of-type(1) .start-sub-content {
  position: absolute;
  top: 313px;
  left: 0;
  background: center/cover no-repeat url(../images/top/start-sub-box-bg02.png);
}
.start.second .start-wrap:nth-of-type(1) .start-sub-content::before {
  top: -21px;
  width: 100px;
  height: 75px;
  background: center/cover no-repeat url(../images/top/start-sub-box-deco02.png);
}
.start.second .start-wrap:nth-of-type(1) .start-sub-content .start-sub-title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.start.second .start-wrap:nth-of-type(1) .start-sub-content .start-sub-text {
  color: #000000;
}
.start.second .start-wrap:nth-of-type(1) .start-sub-content .start-sub-text::before {
  background: center/cover no-repeat url(../images/top/start-arrow02.png);
}
.start.second .start-wrap:nth-of-type(1) .start-content::before {
  background: center/cover no-repeat url(../images/top/start-time05.png);
}
.start.second .start-wrap:nth-of-type(2) {
  margin-bottom: 0;
}
.start.second .start-wrap:nth-of-type(2) .start-sub-content {
  position: absolute;
  top: 68px;
  right: 0;
}
.start.second .start-wrap:nth-of-type(2) .start-img {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.start.second .start-wrap:nth-of-type(2) .start-content::before {
  background: center/cover no-repeat url(../images/top/start-time06.png);
}

.result {
  background: center/cover no-repeat url(../images/top/result-bg.png);
  position: relative;
  z-index: 2;
}
.result-inner {
  padding-bottom: 307px;
}
.result-title {
  text-align: center;
  margin-bottom: 67px;
}
.result-gradation {
  padding: 6px;
  margin-bottom: 104px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fddd06), color-stop(44%, #7d6618), color-stop(62%, #ffeaab), to(#e6b300));
  background: -webkit-linear-gradient(#fddd06 20%, #7d6618 44%, #ffeaab 62%, #e6b300 100%);
  background: linear-gradient(#fddd06 20%, #7d6618 44%, #ffeaab 62%, #e6b300 100%);
}
.result-content {
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 55px 17px 9px;
  background-color: #fff;
}
.result-content .result-name {
  margin-left: -30px;
}
.result-textbox {
  max-width: 510px;
  width: 100%;
  margin-top: 12px;
}
.result-name {
  margin-bottom: 18px;
}
.result-sub-title {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.result-sub-title .result-star {
  margin-left: 30px;
}
.result-table {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #000;
}
.result-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.result-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #000;
}
.result-table tr:last-of-type td {
  font-size: 2rem;
  color: #ff0505;
}
.result-table tr th {
  width: 135px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  background-color: #000;
}
.result-table tr td {
  height: 50px;
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 10px 0 10px 17px;
  background-color: #fff;
  vertical-align: middle;
}
.result-table tr td .start-star {
  display: inline-block;
}
.result-table tr td .s-font {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.result-text {
  font-size: 1.8rem;
}
.result-sub-content {
  max-width: 520px;
  width: 100%;
  min-height: 449px;
  padding: 65px 32px 15px 32px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.result-sub-content .result-img {
  position: absolute;
  bottom: -195px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.result-sub-content .result-name {
  position: absolute;
  top: -60px;
  left: 0;
}
.result-sub-content .result-sub-title .accent {
  color: #ff880f;
}
.result-sub-content:nth-of-type(2) .result-sub-title .accent {
  color: #009a20;
}

.greeting {
  overflow: hidden;
  margin-top: -217px;
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 995px;
  background: center/cover no-repeat url(../images/top/greeting-illust-pc.png);
  z-index: 1;
}
.greeting::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1539px;
  background: center top/cover no-repeat url(../images/top/greeting-bg.png);
  z-index: -1;
}
.greeting-inner {
  text-align: center;
  padding-top: 265px;
  padding-bottom: 1003px;
}
.greeting-title {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.greeting-text {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2.08333333;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 45px;
}
.greeting-text:nth-of-type(2) {
  margin-bottom: 35px;
}
.greeting-sub-title {
  position: relative;
  z-index: 0;
}
.greeting-sub-title::before {
  position: absolute;
  content: "";
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1516px;
  height: 1141px;
  background: center/cover no-repeat url(../images/top/greeting-light.png);
  z-index: -1;
}
.recruit {
  margin-top: -253px;
  background: center/cover no-repeat url(../images/top/recruit-bg.png);
}
.recruit-inner {
  padding-top: 60px;
}
.recruit-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.recruit-table {
  width: 100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.recruit-table tr {
  display: block;
}
.recruit-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.recruit-table tr th {
  width: 250px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 32px 0;
  text-align: center;
  background-color: #2467ae;
  vertical-align: middle;
}
.recruit-table tr td {
  width: 830px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-color: #fff;
  padding: 15px 20px 15px 38px;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.info-inner {
  padding-bottom: 65px;
}
.info-title {
  text-align: center;
  margin-bottom: 75px;
}
.info-table {
  width: 100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  width: 250px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 32px 0;
  text-align: center;
  background-color: #e97b13;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-color: #fff;
  padding: 15px 20px 15px 38px;
  -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.question-title {
  text-align: center;
  margin-bottom: 80px;
}
.question-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.question-list-item {
  max-width: 520px;
  width: 100%;
  padding: 55px 30px 30px 30px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-box-shadow: 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.question-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 66px;
}
.question-list-title {
  position: absolute;
  top: -28px;
  left: 38px;
  max-width: 448px;
  width: 100%;
  height: 60px;
  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;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
  padding-left: 72px;
  background-color: #fddd06;
  border: 2px solid #000;
  border-radius: 26.5px;
}
.question-list-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66px;
  height: 66px;
  background: center/cover no-repeat url(../images/top/Q.png);
}
.question-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(98.5%, rgba(0, 0, 0, 0)), to(#000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98.5%, #000 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98.5%, #000 100%);
  background-repeat: repeat-y;
  background-size: 100% 2.4em;
  line-height: 2.4;
}

.news {
  background: center/cover no-repeat url(../images/top/news-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news-inner {
  padding: 162px 0 117px 0;
  position: relative;
  z-index: 1;
}
.news-content {
  width: 100%;
  padding: 46px 49px;
  background-color: #fff;
  border: 6px solid #000;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 10px 0 rgba(0, 0, 0, 0.2);
}
.news-section-title {
  position: absolute;
  top: -78px;
  left: 0;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid #b6b9b0;
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 10px;
  background-color: #2467ae;
  border-radius: 11px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 16px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  position: absolute;
  right: 49px;
  bottom: -33px;
  max-width: 200px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff !important;
  background-color: #ff0505;
  border: 2px solid #000;
  border-radius: 26.5px;
}
.news .more-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/contact-submits-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  right: 13px;
}
.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: #2467ae;
  border: 2px solid #2467ae;
}
.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: #2467ae;
}
.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 #2467ae;
  border-bottom: 1px solid #2467ae;
}
.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 #2467ae;
  border-right: 1px solid #2467ae;
}
.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: #2467ae !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
contact
==========================================*/
.contact {
  background: center/cover no-repeat url(../images/top/contact-bg.png);
}
.contact-title {
  text-align: center;
  margin-bottom: 75px;
}
.contact-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0;
  text-align: center;
  margin-bottom: 30px;
  background-color: #00c300;
}
.contact-line {
  max-width: 600px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00c300 !important;
  background-color: #fff;
  position: relative;
  border-radius: 26.5px;
}
.contact-line::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/top/contact-line-icon.png);
}
.contact-line::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/contact-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-line:hover {
  opacity: 0.8;
}
.contact-line:hover::after {
  right: 10px;
}
.contact-line-title {
  margin-bottom: 44px;
}
.contact-line-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
.contact-main {
  padding-bottom: 55px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.contact-sub-title {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 19px 0;
  margin-bottom: 37px;
  text-align: center;
  background-color: #fddd06;
}
.contact-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.contact .contact_wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: none;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap .submits-btn {
  max-width: 400px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff !important;
  background-color: #ff0505;
  position: relative;
  border: 1px solid #000;
  border-radius: 26.5px;
}
.contact-submits-wrap .submits-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/contact-submits-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-submits-wrap input {
  width: 100%;
  height: 100%;
  background: none;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #2467ae;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #2467ae;
  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 #2467ae;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #2467ae;
}
.site-list-item a {
  width: 100%;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px 0 20px 10px;
  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-transition: none;
  transition: none;
}
.site-list-item a::before {
  content: "";
  width: 10px;
  height: 12px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/nav-arrow.png);
}
.site-list-item a:hover {
  color: #2467ae !important;
}
.site-list-item a:hover::before {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

/*========================================
footer
==========================================*/
.footer {
  background-color: #fff;
}
.footer-inner {
  padding: 67px 0 197px 0;
}
.footer-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: 0.12em;
}
.footer-left {
  max-width: 454px;
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item a {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none;
  transition: none;
}
.footer-nav-list-item a::before {
  content: "";
  width: 10px;
  height: 12px;
  margin-right: 6px;
  background: center/cover no-repeat url(../images/common/nav-arrow.png);
}
.footer-nav-list-item a:hover {
  color: #2467ae;
}
.footer-nav-list-item a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-right {
  max-width: 615px;
  width: 100%;
}
.footer-link {
  margin-bottom: 72px;
}
.footer-link a:hover {
  opacity: 0.8;
}
.footer-sns {
  margin-bottom: 23px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-sns a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-sns a:not(:last-of-type) {
  margin-right: 14px;
}
.footer-bottom {
  text-align: right;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  line-height: 1;
}