@charset "UTF-8";
body {
  /*----------------------------------
    common
    ----------------------------------*/
  color: #e1e8f3;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
  background: #030810 url(../img/footer_bg.png) bottom left no-repeat;
  /*----------------------------------
    TOP
    ----------------------------------*/
  /*----------------------------------
    each_under
    ----------------------------------*/
  /*----------------------------------
    development
    ----------------------------------*/
}

@media screen and (max-width: 767px) {
  body {
    background-size: contain;
  }
}

body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  body .wrapper {
    max-width: unset;
  }
}

body h2 {
  font-size: 48px;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  body h2 {
    font-size: 27px;
    letter-spacing: 5px;
  }
}

body a {
  color: #e1e8f3;
}

@media screen and (max-width: 1108px) {
  body .pc {
    display: none;
  }
}

@media screen and (min-width: 1109px) {
  body .tb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body .sp {
    display: none;
  }
}

body footer {
  text-align: center;
  margin: 354px auto 100px;
  font-size: 14px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  body footer {
    margin: 10vh auto 15vh !important;
    font-size: 12px;
  }
}

body a.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e1e8f3;
  background-color: #05162a;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: center;
  width: 377px;
  height: 66px;
  border-radius: 33px;
  border: 3px solid #85aee5;
  margin: 70px auto 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  body a.btn {
    margin: 3.5vh auto 0;
    width: 100%;
  }
}

body a.btn:before {
  content: '';
  position: absolute;
  margin-top: -2px;
  top: 52%;
  right: 33px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  body a.btn:before {
    right: 6.5%;
  }
}

@media screen and (min-width: 1109px) {
  body a.btn:hover {
    letter-spacing: 5px;
  }
}

body#top img.mv_sp.sp {
  width: 70%;
  position: relative;
  top: 2vh;
}

body#top .mv_wrap {
  background: url(../img/mvbg.png);
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
  body#top .mv_wrap {
    background: none;
  }
}

body#top .mv_wrap .wrapper {
  padding: 0 2rem;
}

body#top .mv_wrap .wrapper .mv {
  max-width: 600px;
  padding-top: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  body#top .mv_wrap .wrapper .mv {
    padding-top: 0;
  }
}

body#top .mv_wrap .wrapper .mv h1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body#top .mv_wrap .wrapper .mv h1 {
    margin-bottom: 2.5vh;
  }
}

body#top .mv_wrap .wrapper .mv h1 img {
  width: 43%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body#top .mv_wrap .wrapper .mv h1 img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

body#top .mv_wrap .wrapper .mv p {
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  body#top .mv_wrap .wrapper .mv p {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

body#top section.rbtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 250px auto 90px;
}

@media screen and (max-width: 1108px) {
  body#top section.rbtm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5vh auto 0;
  }
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_img {
    width: 100%;
  }
}

body#top section.rbtm .rbtm_img img {
  width: 100%;
}

body#top section.rbtm .rbtm_txt {
  width: 42%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_txt {
    width: 100%;
  }
}

body#top section.rbtm .rbtm_txt h2 {
  position: relative;
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_txt h2 {
    text-align: center;
    height: 100px;
    width: 100%;
    margin-bottom: 0;
    background-image: url(../img/rbtm_h2_bg_SP.png);
    background-position-y: 6vh;
    background-size: contain;
  }
}

body#top section.rbtm .rbtm_txt h2::before {
  content: '';
  position: absolute;
  background-image: url(../img/rbtm_h2_bg.png);
  width: 110%;
  height: 95px;
  top: 65px;
  right: 0;
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_txt h2::before {
    background: none;
  }
}

body#top section.rbtm .rbtm_txt ol li {
  font-size: 22px;
  list-style: none;
  padding-bottom: 61px;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  padding-left: 75px;
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_txt ol li {
    padding-left: 70px;
    padding-bottom: 2rem;
    font-size: 16px;
  }
}

body#top section.rbtm .rbtm_txt ol li:nth-child(1) {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_txt ol li:nth-child(1) {
    padding-bottom: 1.5rem;
  }
}

body#top section.rbtm .rbtm_txt ol li:nth-child(1)::before {
  content: '1';
  top: 5px;
}

body#top section.rbtm .rbtm_txt ol li:nth-child(2)::before {
  content: '2';
}

body#top section.rbtm .rbtm_txt ol li:nth-child(3)::before {
  content: '3';
}

body#top section.rbtm .rbtm_txt ol li:nth-child(4)::before {
  content: '4';
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_txt ol li:nth-child(4)::before {
    top: 5px;
  }
}

body#top section.rbtm .rbtm_txt ol li::before {
  background-color: #05162a;
  border: 3px solid #85aee5;
  color: #e1e8f3;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -17px;
  left: -30px;
  width: 66px;
  height: 66px;
  font-size: 30px;
  font-weight: normal;
  padding-left: 0.3rem;
}

@media screen and (max-width: 767px) {
  body#top section.rbtm .rbtm_txt ol li::before {
    border: 1px solid #85aee5;
    top: -8px;
    left: 0;
    width: 43px;
    height: 43px;
    font-size: 15px;
    font-weight: normal;
    padding-left: 0.3rem;
  }
}

body#top section.about {
  max-width: 820px;
  margin: 0 auto 200px;
}

@media screen and (max-width: 767px) {
  body#top section.about {
    margin: 0 auto 0;
  }
}

body#top section.about h2 {
  text-align: center;
  font-size: 30px;
}

body#top section.about table {
  margin: 15px auto;
  display: table;
  background: -webkit-gradient(linear, left top, right top, from(#85aee5), color-stop(#318bec), color-stop(#2283ea), color-stop(#1c80e9), color-stop(90%, #1060b1));
  background: linear-gradient(to right, #85aee5, #318bec, #2283ea, #1c80e9, #1060b1 90%);
  border-collapse: collapse;
  width: 100%;
}

body#top section.about table div {
  display: block;
  font-size: 18px;
  background-color: #030810;
  line-height: 50px;
  text-align: left;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body#top section.about table div {
    font-size: 14px;
    height: 100%;
  }
}

body#top section.about table tr th {
  width: 25.61%;
  height: 40px;
  letter-spacing: 3px;
  border-bottom: 1px solid transparent;
}

body#top section.about table tr:last-child th div {
  height: 100% !important;
}

body#top section.about table tr:last-child td div {
  border-bottom: 1px solid transparent;
}

body#top section.about table tr td {
  padding: 0;
  border-bottom: 1px solid transparent;
  width: 74.390%;
  height: 40px;
  letter-spacing: 1px;
}

body#top section.about table tr td ol {
  padding-left: 2rem !important;
  padding: 0.5rem 0;
}

body#top section.about table tr td ol li {
  list-style-position: outside;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body#top section.about table tr td ol li {
    font-size: 14px;
  }
}

body#top section.history.wrapper {
  max-width: 820px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  body#top section.history.wrapper {
    margin-bottom: 20vw;
  }
}

body#top section.history.wrapper h3 {
  font-size: 30px;
  letter-spacing: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body#top section.history.wrapper h3 {
    margin: 70px 0 41px;
  }
}

@media screen and (min-width: 768px) {
  body#top section.history.wrapper h3:first-child {
    margin: 0 0 41px;
  }
}

@media screen and (max-width: 767px) {
  body#top section.history.wrapper h3 {
    margin: 10vw 0 5.20vw;
  }
}

body#top section.history.wrapper p {
  font-size: 18px;
}

body.each_under {
  background-image: none;
}

body.each_under p {
  font-size: 18px;
}

body.each_under header h1 {
  text-align: center;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  body.each_under header h1 {
    margin: 5vw auto;
  }
}

@media screen and (max-width: 767px) {
  body.each_under header h1 img {
    width: 33%;
  }
}

body.each_under header .breadcramb {
  max-width: 1200px;
  margin: 0 auto 67px;
}

@media screen and (max-width: 767px) {
  body.each_under header .breadcramb {
    margin: 0 auto 12vw;
  }
}

body.each_under header .breadcramb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.each_under header .breadcramb ul {
    padding: 0 1rem;
  }
}

body.each_under header .breadcramb ul li {
  position: relative;
  list-style: none;
  margin-left: 58px;
}

@media screen and (max-width: 767px) {
  body.each_under header .breadcramb ul li {
    margin-left: 26px;
  }
}

body.each_under header .breadcramb ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -38px;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body.each_under header .breadcramb ul li:before {
    left: -21px;
    width: 10px;
  }
}

body.each_under header .breadcramb ul li:first-child {
  margin-left: 0;
}

body.each_under header .breadcramb ul li:first-child:before {
  display: none;
}

body.each_under header .breadcramb ul li a {
  color: #0394f7;
  font-size: 18px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.each_under header .breadcramb ul li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  body.each_under header .breadcramb ul li:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

body.each_under h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  body.each_under h2 {
    margin-bottom: 7.60vw;
    font-size: 35px;
  }
}

body.each_under h2 span {
  font-size: 18px;
  display: block;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  body.each_under h2 span {
    margin-top: 4.5vw;
  }
}

body.each_under figcaption {
  font-size: 14px;
  text-indent: 2rem;
}

@media screen and (max-width: 767px) {
  body.each_under figcaption {
    font-size: 12px;
    text-indent: 0;
    text-align: center;
  }
}

body.each_under h3 {
  font-size: 24px;
  margin-bottom: 41px;
}

@media screen and (max-width: 767px) {
  body.each_under h3 {
    font-size: 22px;
    margin-bottom: 5.20vw;
  }
}

body.each_under a.btn {
  width: 370px;
}

@media screen and (max-width: 767px) {
  body.each_under a.btn {
    width: calc(100% - 2rem) !important;
  }
}

body.each_under section.under_main {
  max-width: 820px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main {
    padding: 0 1rem;
  }
}

body.each_under section.under_main img.mv {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main img.mv {
    margin-bottom: 7.07vw;
  }
}

body.each_under section.under_main a.btn {
  margin: 80px auto 0;
  width: 370px;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main a.btn {
    margin: 8vw auto 0;
    width: calc(100% - 2rem) !important;
  }
}

body.each_under section.link {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  body.each_under section.link {
    margin-top: 18.67vw;
  }
}

body.each_under section.link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.each_under section.link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
}

body.each_under section.link ul li {
  list-style: none;
}

body.each_under section.link ul li a.btn {
  margin: 0 auto 40px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  body.each_under section.link ul li a.btn {
    margin: 0 auto 5.33vw;
    padding-left: 3rem;
  }
}

body.each_under section.link ul li a.btn span {
  font-size: 14px;
}

body.each_under footer {
  margin: 184px auto 100px;
}

body.each_under footer p {
  font-size: 10px;
}

body#development section.under_main {
  padding: 0;
}

@media screen and (max-width: 767px) {
  body#development section.under_main img.mv {
    margin-bottom: 5.33vw;
  }
}

body#development section.link {
  margin-top: 127px;
}

@media screen and (max-width: 767px) {
  body#development section.link {
    margin-top: 18.67vw;
  }
}

/*----------------------------------
2021-03-11  改修・overall
----------------------------------*/
@media screen and (max-width: 767px) {
  body.each_under section.under_main {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main h2 {
    font-size: 26px;
    line-height: 1;
  }
}

body.each_under section.under_main img.mv {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main img.mv {
    width: 100vw;
    margin-bottom: 8.27vw;
    margin-left: -15px;
  }
}

body.each_under section.under_main p.desc {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main p.desc {
    font-size: 14px;
    letter-spacing: unset;
    margin-bottom: 8.27vw;
  }
}

body.each_under section.under_main .content {
  background: #1b283d;
  padding: 20px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main .content {
    margin: 4vw auto;
    padding: 15px;
  }
}

body.each_under section.under_main .content h3 {
  color: #e1e8f3;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main .content h3 {
    font-size: 16px;
    line-height: 1.125;
    margin-bottom: 5.47vw;
  }
}

body.each_under section.under_main .content p {
  color: #e1e8f3;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  body.each_under section.under_main .content p {
    font-size: 14px;
  }
}

body.each_under a.btn {
  margin: 66px auto 0;
}

@media screen and (max-width: 767px) {
  body.each_under a.btn {
    margin: 10.67vw auto 0;
  }
}
/*# sourceMappingURL=style.css.map */