@charset "UTF-8";
/* ---------------------------------------------------
 color
----------------------------------------------------*/
/* ---------------------------------------------------
kv 
----------------------------------------------------*/
.kv-block {
  background: -webkit-gradient(linear, left top, right top, from(#063190), color-stop(50%, #063190), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #063190 0%, #063190 50%, #fff 50%, #fff 100%);
}

/* ---------------------------------------------------
   service
  ----------------------------------------------------*/
.service {
  background-color: #e9f1fe;
  padding: 100px 0 120px;
}

@media (max-width: 480px) {
  .service {
    padding: 10.66vw 0 80vw;
  }
}

.service .inner {
  max-width: 1200px;
}

@media (max-width: 1024px) {
  .service-block {
    margin-top: 9vw;
  }
}

@media (max-width: 768px) {
  .service-block {
    margin-top: 14vw;
  }
}

.service-block__box {
  position: relative;
}

.service-block__box:last-child {
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .service-block__box:last-child {
    margin-top: 10vw;
  }
}

@media (max-width: 768px) {
  .service-block__box:last-child {
    margin-top: 15vw;
  }
}

@media (max-width: 480px) {
  .service-block__box:last-child {
    margin-top: 75vw;
  }
}

.service-block__logo {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .service-block__logo {
    width: 50vw;
    margin-top: 5vw;
  }
}

.service-block__ttl {
  color: #fd9a01;
  font-size: 60px;
  font-weight: bold;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .service-block__ttl {
    font-size: 10vw;
    margin-top: 5vw;
  }
}

.service-block__body {
  background-color: #fff;
  width: 100%;
  max-width: 560px;
  min-height: 380px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 2px 10px -1px #777777;
          box-shadow: 2px 2px 10px -1px #777777;
}

@media (max-width: 1024px) {
  .service-block__body {
    max-width: 45vw;
    padding: 3vw;
  }
}

@media (max-width: 768px) {
  .service-block__body {
    font-size: 2.2vw;
  }
}

@media (max-width: 480px) {
  .service-block__body {
    font-size: 4vw;
    max-width: 82vw;
    min-height: 72vw;
    padding: 6vw;
    top: 54vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.service-block__body--right {
  right: 100%;
  left: calc(100% - 560px);
}

@media (max-width: 1024px) {
  .service-block__body--right {
    left: calc(100% - 45vw);
  }
}

@media (max-width: 480px) {
  .service-block__body--right {
    left: 50%;
    top: 54vw;
  }
}

.service-block__body .btn-block {
  margin-top: 20px;
}

.service-block__image {
  width: 665px;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .service-block__image {
    width: 50vw;
  }
}

@media (max-width: 480px) {
  .service-block__image {
    width: 100%;
  }
}

.service-block__image--left {
  margin-right: auto;
  margin-left: 0;
}

.service-block--fig {
  background-color: #fff;
}

.service-block--fig img {
  display: block;
  margin: auto;
}

/* ---------------------------------------------------
 mission
----------------------------------------------------*/
.mission {
  padding: 75px 0 0 0;
}

@media (max-width: 480px) {
  .mission {
    padding: 10vw 0 0 0;
  }
}

.mission-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .mission-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mission-block__box {
  width: calc(33.33% - 10px);
}

@media (max-width: 768px) {
  .mission-block__box {
    width: 100%;
  }
}

.mission-block__box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .mission-block__box:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 6vw;
  }
}

.mission-block__box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 768px) {
  .mission-block__box:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}

.mission-block__box:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 768px) {
  .mission-block__box:nth-child(3) {
    width: 50%;
  }
}

.mission__read {
  text-align: center;
}

.mission__read p {
  line-height: 1.8;
}

@media (max-width: 480px) {
  .mission__read p {
    text-align: center;
    font-size: 4.25vw;
  }
}

/* ---------------------------------------------------
   company
  ----------------------------------------------------*/
.company {
  padding: 30px 0 130px 0;
}

@media (max-width: 480px) {
  .company {
    padding: 8vw 0 10.66vw;
  }
}

.company-table {
  width: 100%;
  max-width: 780px;
  margin: auto;
}

.company-table tr:nth-child(odd) td,
.company-table tr:nth-child(odd) th {
  background: #f8f9fd;
}

.company-table th {
  text-align: left;
  max-width: 200px;
  white-space: nowrap;
}

.company-table td,
.company-table th {
  padding: 10px;
  font-size: 18px;
}

@media (max-width: 480px) {
  .company-table td,
  .company-table th {
    font-size: 3.69vw;
  }
}

/* ---------------------------------------------------
   message
  ----------------------------------------------------*/
.message {
  margin: auto;
}

@media (max-width: 768px) {
  .message {
    background: transparent;
  }
}

.message .inner {
  background: #063190;
}

.message::before {
  content: "";
  display: block;
  height: 200px;
  background-color: #fff;
  margin: auto;
  background: url(../img/bg_message-top.png) 0 bottom no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .message::before {
    height: 26.668vw;
    background: url(../img/bg_message-top_sp.png) 0 bottom no-repeat;
    background-size: 100%;
  }
}

@media (max-width: 480px) {
  .message::before {
    height: 26.668vw;
    background: url(../img/bg_message-top_sp.png) 0 bottom no-repeat;
    background-size: 100%;
  }
}

.message::after {
  content: "";
  display: block;
  height: 225px;
  margin: auto;
  background-color: #fff;
  background: url(../img/bg_message-bottom.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .message::after {
    height: 30vw;
    background: url(../img/bg_message-bottom_sp.png) 0 bottom no-repeat;
    background-size: 100%;
    margin-top: -1px;
  }
}

@media (max-width: 480px) {
  .message::after {
    height: 30vw;
    background: url(../img/bg_message-bottom_sp.png) 0 bottom no-repeat;
    background-size: 100%;
  }
}

.message__bg-blue {
  background-color: #063190;
}

@media (max-width: 480px) {
  .message__bg-blue {
    padding: 4vw 0;
  }
}

.message-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 65px;
}

@media (max-width: 480px) {
  .message-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.message-block__image {
  width: 215px;
}

@media (max-width: 480px) {
  .message-block__image {
    width: 50vw;
    margin: 0 auto 8vw;
  }
}

.message-block__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  color: #fff;
  line-height: 1.8;
  font-size: 18px;
  position: relative;
}

.message-block__text p + p {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .message-block__text {
    padding-left: 0;
    font-size: 4.25vw;
  }
}

.message-block__text--hidden {
  height: 200px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .message-block__text--hidden {
    overflow: hidden;
    height: 60vw;
  }
}

.message-block__text--hidden:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 49, 144, 0)), color-stop(90%, rgba(6, 49, 144, 0.95)));
  background: linear-gradient(to bottom, rgba(6, 49, 144, 0) 0%, rgba(6, 49, 144, 0.95) 90%);
  position: absolute;
  bottom: 13%;
  z-index: 1;
}

.message-block__cap {
  font-size: 14px;
}

.message-block .btn-block {
  margin: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.message-block .btn-block__btn {
  padding: 15px 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-block .btn-block__btn:hover {
  background-color: #fff;
  color: #063190;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .message-block .btn-block__btn {
    padding: 17px 10px 13px;
  }
}

@media (max-width: 768px) {
  .message-block .btn-block__btn {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .message-block .btn-block__btn {
    padding: 3vw 2vw;
    width: 50vw;
  }
}

.message-modal {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.message-modal__zabuton {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.message-modal .btn-block {
  margin-top: 50px;
}

.message-modal .message {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.message-modal__ajast {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .message-modal__ajast {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.message-sign {
  text-align: right;
  margin: 20px 0;
}

@media (max-width: 480px) {
  .message-sign {
    font-size: 4.25vw;
    margin: 3vw 0;
  }
}

.message-sign img {
  width: 200px;
}

@media (max-width: 480px) {
  .message-sign img {
    width: 200px;
  }
}

/* ---------------------------------------------------
   access
  ----------------------------------------------------*/
.access {
  padding: 115px 0;
  background-color: #f7f9fc;
}

@media (max-width: 768px) {
  .access {
    padding: 7.55vw 0;
  }
}

.access__map {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 0;
  margin: auto;
  padding-top: 50%;
  /*比率をお好みで*/
}

@media (max-width: 768px) {
  .access__map {
    padding-top: 65vw;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__text {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 18px;
}

@media (max-width: 480px) {
  .access__text {
    font-size: 3.73vw;
    margin: 4.8vw auto 0;
  }
}

/* ---------------------------------------------------
   info
  ----------------------------------------------------*/
.info {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .info {
    padding: 7.55vw 0;
  }
}

.info__list {
  width: 100%;
  max-width: 800px;
  margin: auto;
  list-style: none;
}

.info__item {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  overflow: hidden;
}

.info__item:first-child {
  border-top: 1px solid #d0d0d0;
}

.info__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 56px 26px 40px;
  color: #333;
  position: relative;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .info__item a {
    padding: 30px 55px 22px 40px;
  }
}

@media (max-width: 480px) {
  .info__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4vw 5vw 4vw 0;
  }
}

.info__item a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #063190;
  border-right: solid 2px #063190;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -5px;
}

@media (max-width: 480px) {
  .info__item a:after {
    right: 1vw;
  }
}

.info__item time {
  white-space: nowrap;
  margin-right: 40px;
}

@media (max-width: 480px) {
  .info__item time {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 3.75vw;
  }
}

.info__item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .info .btn-block__btn {
    padding: 17px 10px 13px;
  }
}

@media (max-width: 480px) {
  .info .btn-block__btn {
    width: 50vw;
  }
}
/*# sourceMappingURL=top.css.map */