/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  padding: 0;
}
.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 .main-visual {
  width: 100%;
  height: 500px;
  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: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 397px;
  height: 266px;
  background: center/contain no-repeat url(../images/common/main-visual-illust.png);
  z-index: -1;
}
.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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 40px;
  z-index: -1;
}
.header .main-visual-textbox img {
  height: 230px;
}
.header .sub-visual {
  width: 100%;
  height: 270px;
  overflow: hidden;
  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: "";
  bottom: -20px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 371px;
  height: 250px;
  background: center/contain 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: 98%;
  margin: 0 auto;
  height: 100%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 135px;
  z-index: 2;
}
.header .sub-visual-title img {
  height: 39px;
}
.header .fix-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.3333333vw;
  background: center top/cover no-repeat url(../images/common/fix-btn-bg-sp.png);
  z-index: 10;
  overflow: hidden;
}
.header .fix-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28.5333333vw;
  height: 13.6vw;
  background: center/cover no-repeat url(../images/common/fix-btn-sp-deco.png);
  z-index: -1;
}
.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-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: 75px;
  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: 4s shine infinite linear;
          animation: 4s shine infinite linear;
  z-index: -1;
}
.header .fix-btn-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .fix-btn-title img {
  height: 5.33333333vw;
}
.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);
}
.header .drawer-link {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: none;
  transition: none;
}
.header .drawer-link::before {
  content: "";
  width: 10px;
  height: 12px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/nav-arrow.png);
}
.header .drawer-link:hover {
  color: #2467ae !important;
}
.header .drawer-link:hover::before {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.header .drawer-link.current {
  color: #2467ae !important;
}
.header .drawer-link.current::before {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  background: center top/cover no-repeat url(../images/top/top-about-bg.png);
}
.top-about-title {
  text-align: center;
  margin-bottom: 30px;
}
.top-about-title img {
  height: 85px;
}
.top-about-textbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 151px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 977px;
  height: 557px;
  background: center/contain no-repeat url(../images/top/top-about-deco.png);
  z-index: -1;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.08333333;
  letter-spacing: 0.12em;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-text .accent {
  font-weight: 900;
  color: #2467ae;
}
.top-about-sub-text {
  font-size: 2rem;
  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: 2.2rem;
  color: #00c300;
  display: inline-block;
  line-height: 1;
}
.top-about-sub-text .accent02 {
  font-size: 2.2rem;
  color: #ff0000;
  display: inline-block;
  line-height: 1;
}
.top-about-sub-text .l-font {
  font-size: 2.4rem;
}

.select {
  overflow: hidden;
  background: left top 85px/1701px 1164px no-repeat url(../images/top/select-bg-lt.png), left bottom -20px/1701px 1164px no-repeat url(../images/top/select-bg-l-b.png), right top 983px/1701px 1164px no-repeat url(../images/top/select-bg-r.png);
  position: relative;
  z-index: 3;
}
.select-inner {
  padding-bottom: 360px;
}
.select-title {
  text-align: center;
  margin-bottom: 30px;
}
.select-title img {
  height: 60px;
}
.select-text {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.select-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select-content:nth-of-type(1) {
  margin-bottom: 30px;
}
.select-content:nth-of-type(2) {
  margin-bottom: 30px;
}
.select-img {
  max-width: 300px;
  width: 80%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.select-textbox {
  max-width: 528px;
  width: 100%;
}
.select-sub-title {
  margin-bottom: 17px;
}
.select-sub-title img {
  height: 65px;
}
.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: 1.8rem;
  line-height: 1;
  margin-bottom: 19px;
  padding: 9px 15px;
  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: 20px;
  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: 20px;
  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: 50px;
  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: 50px;
  height: 50px;
  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.53rem;
  color: #fff;
  line-height: 1.25;
  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;
  padding-left: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.select-sub-text .accent {
  position: absolute;
  top: -15px;
  left: 9px;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-text-stroke: 3px #000000;
  -webkit-text-fill-color: #fddd06;
  paint-order: stroke fill;
}

.tutorial {
  overflow: hidden;
  margin-top: -220px;
  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: 3;
}
.tutorial-inner {
  padding-top: 60px;
  padding-bottom: 120px;
}
.tutorial-title {
  text-align: center;
  margin-bottom: 30px;
}
.tutorial-title img {
  height: 60px;
}
.tutorial-textbox {
  padding: 20px 10px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.8);
}
.tutorial-sub-title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 25px;
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: #000;
  paint-order: stroke fill;
}
.tutorial-list {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tutorial-list-item {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.tutorial-list-item:not(:last-child) {
  margin-bottom: 44px;
}
.tutorial-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 31px;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/tutorial-arrow.png);
}
.tutorial-no {
  margin-bottom: 12px;
}
.tutorial-no img {
  height: 30px;
}
.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: 1.8rem;
  text-align: center;
  line-height: 1.3;
}
.tutorial-notice {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}
.tutorial-system-title {
  max-width: 1080px;
  width: 100%;
  min-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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.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: 20px;
}
.tutorial-system-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.tutorial-system-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.tutorial-system-img {
  margin-bottom: 5px;
}
.tutorial-system-list {
  width: 100%;
}
.tutorial-system-list-item {
  max-width: 500px;
  width: 100%;
  padding: 12px 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.tutorial-system-list-item:nth-child(2) .tutorial-system-list-title .accent {
  color: #ff880f;
}
.tutorial-system-list-item:nth-child(3) .tutorial-system-list-title .accent {
  color: #009a20;
}
.tutorial-system-list-item:nth-child(4) .tutorial-system-list-title .accent {
  color: #0599ff;
}
.tutorial-system-list-title {
  font-size: 1.7rem;
  line-height: 1.3;
}
.tutorial-system-list-title .accent {
  font-size: 2rem;
  color: #ff0505;
  margin-right: 10px;
}
.tutorial-system-level {
  display: block;
  margin-bottom: 13px;
}
.tutorial-system-level img {
  height: 23px;
}

.start {
  overflow: hidden;
  background-color: #fff;
  margin-top: -73px;
  position: relative;
  z-index: 1;
}
.start::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1309px;
  height: 350.266667vw;
  background: center/cover no-repeat url(../images/top/start-bg-01-sp.png), #fff;
  z-index: -1;
}
.start::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -29.2vw;
  width: 100%;
  height: 570.8vw;
  background: center/cover no-repeat url(../images/top/start-bg-02-sp.png);
  z-index: -1;
}
.start-inner {
  width: 99%;
  padding-top: 81.4666667vw;
  padding-bottom: 23.2vw;
}
.start-title {
  position: relative;
  z-index: 1;
}
.start-title-wrap {
  width: 100%;
  min-height: 230px;
  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: 3;
}
.start-title img {
  height: 70px;
}
.start-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.start-wrap:nth-of-type(1) {
  margin-bottom: 48.4vw;
  margin-right: 3.6vw;
}
.start-wrap:nth-of-type(1) .start-content {
  margin-left: auto;
}
.start-wrap:nth-of-type(1) .start-img img {
  width: 19.8666667vw;
}
.start-wrap:nth-of-type(2) {
  margin-bottom: 42.9333333vw;
}
.start-wrap:nth-of-type(2) .start-content {
  margin-right: auto;
  margin-left: 9.2vw;
  margin-bottom: 9.2vw;
}
.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(2) .start-img img {
  width: 25.4vw;
}
.start-wrap:nth-of-type(3) {
  margin-bottom: 71.4666667vw;
}
.start-wrap:nth-of-type(3) .start-img img {
  width: 28.6666667vw;
}
.start-wrap:nth-of-type(3) .start-content {
  margin-bottom: 6.93333333vw;
}
.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(3) .start-sub-content {
  padding-top: 11.0666667vw;
  background: center/cover no-repeat url(../images/top/start-sub-box-bg02.png);
}
.start-wrap:nth-of-type(3) .start-sub-content::before {
  top: -2.93333333vw;
  width: 13.3vw;
  height: 10vw;
  background: center/contain 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(4) {
  margin-right: 3.6vw;
}
.start-wrap:nth-of-type(4) .start-content {
  margin-left: auto;
  margin-bottom: 9.06666667vw;
}
.start-wrap:nth-of-type(4) .start-content::before {
  background: center/cover no-repeat url(../images/top/start-time04.png);
}
.start-wrap:nth-of-type(4) .start-img img {
  width: 19.2vw;
}
.start-content {
  max-width: 68.8vw;
  width: 100%;
  padding: 11.4666667vw 4vw 4vw 4vw;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.start-content::before {
  position: absolute;
  content: "";
  top: -9.7333vw;
  right: -2.666vw;
  width: 38.4vw;
  height: 5.6vw;
  background: center/contain no-repeat url(../images/top/start-time01.png);
}
.start-name {
  position: absolute;
  top: -5.73333333vw;
  left: -7.73333333vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.start-name img {
  height: 17.3333333vw;
}
.start-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.start-img {
  margin-bottom: 3.2vw;
}
.start-textbox {
  width: 100%;
}
.start-table {
  width: 100%;
  margin-bottom: 6.6vw;
}
.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: 16.8vw;
  min-height: 6.66666667vw;
  font-size: 2.93vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 2vw 0;
  text-align: center;
  background-color: #000;
  vertical-align: middle;
}
.start-table tr td {
  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: 2.93vw;
  min-height: 6.66666667vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 2vw 0 2vw 2vw;
  background-color: #fff;
  vertical-align: middle;
}
.start-table tr td .start-star {
  display: inline-block;
}
.start-table tr td .start-star img {
  height: 3.06666667vw;
}
.start-table tr td .s-font {
  font-size: 2.7vw;
  line-height: 1.2;
  letter-spacing: 0;
}
.start-text-list {
  position: relative;
}
.start-text-list::before {
  position: absolute;
  content: "";
  top: -9vw;
  left: 1vw;
  width: 28.4666667vw;
  height: 13.3333333vw;
  background: center/contain no-repeat url(../images/top/start-skill-deco.png);
}
.start-text-list-item {
  width: 100%;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 1.6vw 2vw;
  -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: 1.066vw;
}
.start-text-list-item .start-icon img {
  width: 4.26666667vw;
}
.start-sub-content {
  max-width: 73.3333333vw;
  width: 100%;
  height: 73.3333333vw;
  padding-top: 8.66666667vw;
  background: center/cover no-repeat url(../images/top/start-sub-box-bg01.png);
  position: relative;
}
.start-sub-content::before {
  position: absolute;
  content: "";
  top: -5.06666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.4vw;
  height: 12vw;
  background: center/contain no-repeat url(../images/top/start-sub-box-deco01.png);
}
.start-sub-content.illust01::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -9.26666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34vw;
  height: 33.8666667vw;
  background: center/contain no-repeat url(../images/top/start-sub-box-illust01.png);
}
.start-sub-content.illust02::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11.8vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40.6666667vw;
  height: 36vw;
  background: center/contain no-repeat url(../images/top/start-sub-box-illust02.png);
}
.start-sub-content.illust03::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11.9333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45.6vw;
  height: 35.3333333vw;
  background: center/contain no-repeat url(../images/top/start-sub-box-illust03.png);
}
.start-sub-content.illust04::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11.8vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40.6666667vw;
  height: 36vw;
  background: center/contain no-repeat url(../images/top/start-sub-box-illust04.png);
}
.start-sub-title {
  font-size: 7.46666667vw;
  color: #fddd06;
  line-height: 1.19;
  text-align: center;
  margin-bottom: 2vw;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}
.start-sub-text {
  font-size: 2.93333333vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.start-sub-text:not(:last-of-type) {
  margin-bottom: 4.66666667vw;
}
.start-sub-text:not(:last-of-type)::before {
  position: absolute;
  content: "";
  bottom: -4.133vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.2vw;
  height: 3.333vw;
  background: center/cover no-repeat url(../images/top/start-arrow.png);
}
.start-second-title {
  font-size: 5.33333333vw;
  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: 5.06666667vw;
}
.start-second-title .accent img {
  height: 16.9333333vw;
}
.start-second-title-wrap {
  width: 100%;
  min-height: 43.5333333vw;
  padding-top: 7.73333333vw;
  background: center/cover no-repeat url(../images/top/start-title-bg02-sp.png);
  position: relative;
  z-index: 2;
}
.start.second {
  margin-top: 0;
  z-index: 0;
}
.start.second::before {
  bottom: 0;
  width: 100%;
  height: 520.933333vw;
  background: center top -10px/cover no-repeat url(../images/top/start-bg-03-sp.png);
}
.start.second::after {
  display: none;
}
.start.second .start-inner {
  padding: 54.9333333vw 0 25.0666667vw 0;
}
.start.second .start-wrap:nth-of-type(1) {
  margin-bottom: 83.8666667vw;
}
.start.second .start-wrap:nth-of-type(1) .start-content {
  margin: 0 auto 9.86666667vw auto;
}
.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(1) .start-img img {
  width: 18.6666667vw;
}
.start.second .start-wrap:nth-of-type(1) .start-sub-content {
  padding-top: 11.0666667vw;
  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: -2.93333333vw;
  width: 13.3vw;
  height: 10vw;
  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-text-list-item:first-child .start-icon img {
  width: auto;
  height: 4vw;
}
.start.second .start-wrap:nth-of-type(2) {
  margin-bottom: 0;
}
.start.second .start-wrap:nth-of-type(2) .start-content {
  margin-right: 3.6vw;
  margin-left: auto;
}
.start.second .start-wrap:nth-of-type(2) .start-content::before {
  background: center/cover no-repeat url(../images/top/start-time06.png);
}
.start.second .start-wrap:nth-of-type(2) .start-img img {
  width: 25.3333333vw;
}
.start.second .start-wrap:nth-of-type(2) .start-text-list-item:nth-child(2) .start-icon img {
  width: auto;
  height: 4vw;
}

.result {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/result-bg.png);
  position: relative;
  z-index: 2;
}
.result-inner {
  padding-bottom: 70px;
}
.result-title {
  text-align: center;
  margin-bottom: 67px;
}
.result-title img {
  height: 70px;
}
.result-gradation {
  max-width: 500px;
  margin: 0 auto;
  padding: 5px;
  margin-bottom: 200px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px 15px 15px;
  background-color: #fff;
}
.result-content .result-name {
  margin-left: -30px;
}
.result-img {
  margin-bottom: 10px;
}
.result-textbox {
  max-width: 510px;
  width: 100%;
  margin-top: 12px;
}
.result-name {
  margin-bottom: 18px;
}
.result-name img {
  height: 60px;
}
.result-sub-title {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 16px;
  -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;
}
.result-sub-title .accent {
  margin-bottom: 10px;
}
.result-sub-title .result-star img {
  height: 19px;
}
.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: 1.7rem;
  line-height: 1.2;
  color: #ff0505;
}
.result-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;
}
.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 10px;
  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.6rem;
}
.result-sub-content {
  max-width: 520px;
  width: 100%;
  padding: 85px 15px 15px 15px;
  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;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
.result-sub-content .result-name {
  position: absolute;
  top: 30px;
  left: -12px;
}
.result-sub-content .result-sub-title .accent {
  color: #ff880f;
}
.result-sub-content:not(:last-of-type) {
  margin-bottom: 170px;
}
.result-sub-content:nth-of-type(2) .result-sub-title .accent {
  color: #009a20;
}
.result-sub-content:nth-of-type(2) .result-img {
  top: -170px;
  width: 84%;
}

.greeting {
  overflow: hidden;
  margin-top: -160px;
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 600px;
  height: 311px;
  background: center/contain no-repeat url(../images/top/greeting-illust-pc.png);
  z-index: 1;
}
.greeting::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 807px;
  background: center top/cover no-repeat url(../images/top/greeting-bg.png);
  z-index: -1;
}
.greeting-inner {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 320px;
}
.greeting-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.greeting-title img {
  height: 70px;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.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: 616px;
  height: 541px;
  background: center/contain no-repeat url(../images/top/greeting-light.png);
  z-index: -1;
}
.greeting-sub-title img {
  height: 32px;
}

.recruit {
  margin-top: -80px;
  background: center/cover no-repeat url(../images/top/recruit-bg.png);
}
.recruit-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.recruit-title img {
  height: 70px;
}
.recruit-table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.recruit-table tr {
  display: block;
}
.recruit-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.recruit-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  background-color: #2467ae;
  vertical-align: middle;
}
.recruit-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-color: #fff;
  padding: 15px;
  -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-title {
  text-align: center;
  margin-bottom: 30px;
}
.info-title img {
  height: 70px;
}
.info-table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  background-color: #e97b13;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-color: #fff;
  padding: 15px;
  -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: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.question {
  overflow: hidden;
}
.question-title {
  text-align: center;
  margin-bottom: 45px;
}
.question-title img {
  height: 68px;
}
.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: 35px 20px 20px 20px;
  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(:last-child) {
  margin-bottom: 35px;
}
.question-list-title {
  position: absolute;
  top: -28px;
  left: 0px;
  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: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
  padding-left: 57px;
  background-color: #fddd06;
  border: 2px solid #000;
  border-radius: 26.5px;
}
.question-list-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
  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-top: 70px;
  position: relative;
  z-index: 1;
}
.news-content {
  width: 100%;
  padding: 35px 15px;
  background-color: #fff;
  border: 3px 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: -52px;
  left: 0;
}
.news-section-title img {
  height: 60px;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -42px;
  max-width: 200px;
  width: 100%;
  height: 55px;
  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-tag-list {
  max-width: 185px;
  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: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #2467ae;
  border-right: 1px solid #2467ae;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #2467ae !important;
}
.news-detail .paginated-link a:hover {
  color: #2467ae !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
contact
==========================================*/
.contact {
  background: center/cover no-repeat url(../images/top/contact-bg.png);
}
.contact-inner {
  padding: 50px 0 30px 0;
}
.contact-title {
  text-align: center;
  margin-bottom: 25px;
}
.contact-title img {
  height: 48px;
}
.contact-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  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.6rem;
  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: 20px;
}
.contact-line-title img {
  height: 15px;
}
.contact-line-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
.contact-main {
  padding-bottom: 25px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.contact-sub-title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 15px 0;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fddd06;
}
.contact-text {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-align: center;
}
.contact .contact_wrap {
  max-width: 980px;
  width: 95%;
  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;
  margin-bottom: 15px;
  background-color: #2467ae;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  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.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #2467ae;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #2467ae;
}
.site-list-item a {
  width: 100%;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px 0 15px 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-sp
==========================================*/
.footer {
  margin-bottom: 13.3333333vw;
  background-color: #fff;
}
.footer-inner {
  padding: 35px 0 20px 0;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  width: 65%;
  margin-bottom: 25px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
}
.footer-left {
  max-width: 454px;
  width: 100%;
  text-align: center;
}
.footer-nav {
  margin-bottom: 20px;
}
.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.4rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  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: 7px;
  height: 8px;
  margin-right: 3px;
  background: center/contain 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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.footer-link a:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-link a:hover {
  opacity: 0.8;
}
.footer-sns {
  margin-bottom: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: center;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  line-height: 1;
}