<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
html {
  font-size: 16px;
}

@media screen and (min-width: 993px) {
  .fromTopIn {
    -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
    -o-transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease;
    transition: transform 1.5s ease, opacity 1.5s ease, -webkit-transform 1.5s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
  }
  .fromTopOut {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0.0;
  }
  .fromBottomIn {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
  }
  .fromBottomOut {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0.0;
  }
  .fromLeftIn {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
  }
  .fromLeftOut {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0.0;
  }
  .fromRightIn {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
  }
  .fromRightOut {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
    opacity: 0.0;
  }
  .scaleUpIn {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1.0;
  }
  .scaleUpOut {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    opacity: 0.0;
  }
  .scaleDownIn {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1.0;
  }
  .scaleDownOut {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    -o-transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    opacity: 0.0;
  }
}

@media (min-width: 768px){
[href^="tel:"] {
    pointer-events: none;
    font-size:revert;
    color: white;
    }
}



.swiper-wrapper #visual-bg01 {
  background-image: url(../images/mv-visual-bg01.jpg);
}

.swiper-wrapper #visual-bg02 {
  background-image: url(../images/mv-visual-bg02.jpg);
}

.swiper-wrapper #visual-bg03 {
  background-image: url(../images/mv-visual-bg03.jpg);
}

.swiper-wrapper #visual-bg04 {
  background-image: url(../images/mv-visual-bg04.jpg);
}

@media screen and (max-width: 768px) {
  .swiper-wrapper #visual-bg04 {
    background-position: 80%;
  }
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #ff5500 !important;
}

.swiper-container {
  height: 600px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    height: 75vh;
  }
}

.swiper-container .swiper-slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.swiper-container .swiper-slide a {
  display: block;
  width: 100vw;
  height: 90vh;
  margin: auto;
}

.swiper-container .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .swiper-container .swiper-slide .pc {
    display: none;
  }
}

.swiper-container .swiper-slide .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .swiper-container .swiper-slide .sp {
    display: block;
    margin: auto;
  }
}

.swiper-container .swiper-slide .sp img {
  max-height: 600px;
}

/*
.mainVisual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  @include content-wrap;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 600px;

  @include bk_point(sm) {
    height: 80vh;
  }

  p {
    width: 100%;
    text-align: center;
  }

  .pc {
    @include bk_point(sm) {
      display: none
    }
  }

  .sp {
    display: none;

    @include bk_point(sm) {
      display: block
    }

    img {
      max-height: 670px
    }
  }
}
*/
.etcBox {
  width: 100%;
  margin: auto;
  max-width: 1000px;
  padding: 80px 10px 0;
}

@media screen and (max-width: 768px) {
  .etcBox {
    padding: 60px 10px 0;
  }
}

.sectionBox {
  width: 100%;
  margin: auto;
  max-width: 1000px;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .sectionBox {
    padding: 60px 0;
  }
}

.sectionBox .sectionHead {
  margin-bottom: 50px;
}

.sectionBox h2 {
  font-size: 2.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sectionBox h2 {
    font-size: 2.125rem;
  }
}

.sectionBox h2 span {
  font-size: 1.5rem;
  display: block;
  font-weight: normal;
}

.sectionBox .etc {
  text-align: left;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0 20px;
}

.sectionBox .lead {
  text-align: center;
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 0 20px;
}

@media screen and (min-width: 993px) {
  .sectionBox .lead span {
    display: block;
  }
}

.service .tab-card {
  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;
}

.service .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .service .card {
    width: 500px;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 20px;
  }
}

.service .card .imgArea,
.service .card .textArea {
  width: 100%;
}

.service .card .btnArea {
  margin-top: auto;
  text-align: center;
}

/* Sakai Add */
.service .card .btnAreaDummy {
  margin-top: auto;
  text-align: center;
}

.service .card .btnArea a {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  position: relative;
  background-color: #294a9a;
  color: #fff;
  font-size: 1.25rem;
  padding: 15px 45px 15px 25px;
}

.service .card .btnArea a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

.service .card .btnArea a:hover {
  background-color: #ff5500;
  color: #fff;
}

.service .card .btnArea a:hover:after {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .service .card .btnArea a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .service .card .btnArea a {
    font-size: 1rem;
  }
}

.service .card .btnArea a:after {
  content: "\f138";
  font-size: 1.25rem;
  right: 15px;
  top: 15px;
}

.service .card .imgArea {
  text-align: center;
  min-height: 200px;
}

.service .card .textArea {
  padding: 30px;
  color: #294a9a;
  min-height: 0%;
}

@media screen and (max-width: 768px) {
  .service .card .textArea {
    padding: 20px;
  }
}

.service .card .textArea h3 {
  font-size: 2.0rem;
  line-height: 2.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .service .card .textArea h3 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .service .card .textArea h3 {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}

.service .card .textArea h3 span {
  font-size: 1.25rem;
  display: block;
}

.service .card .textArea p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .service .card:nth-child(2n) .imgArea {
    margin-top: 20px;
  }
}

.newsArea-bg {
  background-image: url(../images/news-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsArea-bg .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .newsArea-bg .news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newsArea-bg .itemBox {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .newsArea-bg .itemBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

.newsArea-bg .newsBox {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
}

@media screen and (max-width: 768px) {
  .newsArea-bg .newsBox {
    padding: 20px;
  }
}

.newsArea-bg .newsBox h3 {
  font-size: 1.875rem;
  line-height: normal;
  font-weight: bold;
  border-bottom: 1px solid #294a9a;
  padding-bottom: 10px;
  color: #294a9a;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .newsArea-bg .newsBox h3 {
    font-size: 1.625rem;
  }
}

.newsArea-bg .content {
  height: 300px;
}

@media screen and (max-width: 768px) {
  .newsArea-bg .content {
    height: 200px;
  }
}

.newsArea-bg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #294a9a;
  width: 6px;
}

.newsArea-bg .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #939393;
  width: 6px;
}

.newsArea-bg .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.newsArea-bg .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #294a9a;
}

.newsArea-bg ul li {
  font-size: 1rem;
  line-height: normal;
  padding: 15px 0;
  border-bottom: 1px solid #999999;
}

.newsArea-bg ul li:last-child {
  border-bottom: none;
}

.newsArea-bg ul li time {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
}

.newsArea-bg ul li a:after {
  content: none !important;
}

.newsArea-bg ul li a:hover img {
  opacity: 0.7;
}

.newsArea-bg ul li a img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.newsArea-bg ul li .newe-icon {
  margin-left: 0.5em;
  vertical-align: inherit;
}

.newsArea-bg .btnArea {
  text-align: right;
  margin-top: 15px;
}

.newsArea-bg .btnArea a {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  position: relative;
  background-color: #294a9a;
  padding: 3px 16px 3px 8px;
  font-size: 0.875rem;
  color: #fff;
}

.newsArea-bg .btnArea a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

.newsArea-bg .btnArea a:hover {
  background-color: #ff5500;
  color: #fff;
}

.newsArea-bg .btnArea a:hover:after {
  color: #fff;
}

.newsArea-bg .btnArea a:after {
  content: "\f105";
  right: 6px;
  top: 4px;
}

.column .columnLink {
  border: solid thick #294a9a;
  width: 100%;
  padding: 20px 20px 40px 20px;
  margin: 0px auto;
}

.column .columnLink .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .column .columnLink .imgArea {
    align-items: center;
    margin: auto;
    flex-direction: column;
    padding-bottom: 20px;
  }
}

.column .columnLink .btnArea {
  text-align: center;
  margin-top: auto;
}

.column .columnLink .btnArea a {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  background-color: #294a9a;
  color: #fff;
  font-size: 1.25rem;
  padding: 15px 45px 15px 25px;
}

.column .columnLink .btnArea a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

.column .columnLink .btnArea a:hover {
  background-color: #ff5500;
  color: #fff;
}

.column .columnLink .btnArea a:hover:after {
  color: #fff;
}

.column .columnLink .btnArea a:after {
  content: "\f138";
  font-size: 1.25rem;
  right: 15px;
  top: 15px;
}

.column .columnLink .imgArea a[target="_blank"]::after {
  content: none;
}


@media screen and (max-width: 768px) {
  .column .columnLink .btnArea a {
    font-size: 1.125rem;
  }
}

.efforts .effortsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #294a9a;
  padding: 40px 0;
  width: 100%;
  margin: auto;
  max-width: 900px;
}

.efforts .effortsBox2 {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border: #294a9a;
  border-style: solid;
  border-width: thick;
  padding: 20px 20px 120px 20px;
  width: 100%;
  margin: 25px 25px;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .efforts .effortsBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.efforts .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 0 50px;
  color: #fff;
}

.efforts .itemBox:nth-child(1) {
  border-right: 1px solid #fff;
}

.efforts .itemBox:nth-child(2) {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .efforts .itemBox {
    width: 100%;
    padding: 0 20px;
  }
  .efforts .itemBox:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
  .efforts .itemBox:nth-child(2) {
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
}

.efforts .itemBox .imgArea {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .efforts .itemBox .imgArea {
    margin-bottom: 20px;
  }
}

.efforts .itemBox h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.375rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .efforts .itemBox h3 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}

.efforts .itemBox p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 30px;
}

.efforts .btnArea {
  text-align: center;
  margin-top: auto;
}

.efforts .btnArea a {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  position: relative;
  background-color: #fff;
  width: 60%;
  color: #294a9a;
  font-size: 1.1875rem;
  font-weight: bold;
  padding: 15px 30px 15px 20px;
}

.efforts .btnArea a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

.efforts .btnArea a:hover {
  background-color: #ff5500;
  color: #fff;
}

.efforts .btnArea a:hover:after {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .efforts .btnArea a {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}

.efforts .btnArea a:after {
  content: "\f105";
  right: 25px;
  top: 15px;
}

.recruit-bg {
  background-image: url(../images/recruit-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .recruit-bg {
    height: 100%;
    background-position: 75% top;
  }
  .recruit-bg .recruit {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.recruitBox {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .recruitBox {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}

.recruitBox p {
  line-height: 1.75rem;
  width: 75%;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .recruitBox p {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .recruitBox p {
    width: 100%;
    padding: 0 15px;
  }
}

.recruitBox .btnArea {
  text-align: center;
  margin-top: 40px;
}

.recruitBox .btnArea a {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 30px 10px 20px;
  position: relative;
  background-color: #294a9a;
  color: #fff;
  width: 50%;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 30px 15px 20px;
}

.recruitBox .btnArea a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

.recruitBox .btnArea a:hover {
  background-color: #ff5500;
  color: #fff;
}

.recruitBox .btnArea a:hover:after {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recruitBox .btnArea a {
    width: 90%;
  }
}

.recruitBox .btnArea a:after {
  content: "\f105";
  right: 25px;
  top: 15px;
}

.linkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px -10px;
}

@media screen and (max-width: 768px) {
  .linkArea ul {
    margin: 40px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.linkArea ul li.mainabi a {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .linkArea ul li.mainabi a {
    max-width: 320px;
  }
}

.linkArea ul li {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .linkArea ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .linkArea ul li:last-child {
    margin-bottom: 0;
  }
}

.linkArea ul li a {
  border: 1px solid #419CE5;
  display: block;
  min-height: 62px;
  line-height: 50px;
}

@media screen and (min-width: 993px) {
  .linkArea ul li a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .linkArea ul li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .linkArea ul li a {
    max-width: 320px;
    margin: auto;
  }
}

.linkArea ul li a:after {
  content: none;
}
</pre></body></html>