@charset "UTF-8";
/*日本語*/
@import url("../js/slider-pro/css/slider-pro.css") screen and (min-width: 0px) and (max-width: 767px);
main {
  display: block;
  width: 100%;
  padding: 130px 0 0 0;
}
main h3 {
  font-family: Helvetica, sans-serif;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.2;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main h3 {
    font-size: 3.203125vw;
  }
}
@media screen and (max-width: 767px) {
  main h3 {
    font-size: 9.3872229465vw;
  }
}
main h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main h4 {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  main h4 {
    font-size: 3.3898305085vw;
  }
}
main #kv {
  max-width: 1698px;
  display: block;
  margin: 0 auto;
  padding-top: 4rem;
}
main #kv img {
  width: 100%;
}
main #emergency {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  main #emergency {
    padding: 0 2rem 2.5rem 2rem;
  }
}
main #emergency .inner {
  max-width: 1048px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: #ff0000 0.35rem solid;
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 767px) {
  main #emergency .inner {
    border: #ff0000 0.25rem solid;
    padding: 2rem 1.5rem;
  }
}
main #emergency .inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  display: block;
  color: #ff0000;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 1280px) {
  main #emergency .inner p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main #emergency .inner p {
    font-size: 3.1290743155vw;
  }
}
main #emergency .inner p:last-child {
  margin-bottom: 0;
}
main #emergency .inner p a {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  display: block;
  color: #ff0000;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  main #emergency .inner p a {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main #emergency .inner p a {
    font-size: 3.1290743155vw;
  }
}
main #links {
  padding: 0 3rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main #links {
    margin-bottom: 2rem;
    padding: 0;
  }
}
main #links .bar {
  width: 4rem;
  margin-top: 1rem;
}
main #links #sliderProID {
  max-width: 1260px !important;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  main #links #sliderProID {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
  }
}
main #links #sliderProID .sp-slides {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  main #links #sliderProID .sp-slides {
    width: 100%;
  }
}
main #links #sliderProID .sp-slides .sp-slide {
  padding: 2rem 1rem;
  width: 33%;
}
@media screen and (max-width: 767px) {
  main #links #sliderProID .sp-slides .sp-slide {
    padding: 2rem 1.2rem;
    opacity: 1;
    padding-bottom: 5rem;
    -webkit-transition: -webkit-transform 0.8s opacity 0.8s;
    transition: -webkit-transform 0.8s opacity 0.8s;
    transition: transform 0.8s opacity 0.8s;
    transition: transform 0.8s opacity 0.8s, -webkit-transform 0.8s opacity 0.8s;
  }
}
main #links #sliderProID .sp-slides .sp-slide a {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  border-radius: 0.7rem;
  padding-bottom: 1rem;
}
main #links #sliderProID .sp-slides .sp-slide a .wrapImg {
  width: 100%;
  margin-bottom: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  overflow: hidden;
  z-index: -1 !important;
  will-change: transform;
}
main #links #sliderProID .sp-slides .sp-slide a .wrapImg img {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
main #links #sliderProID .sp-slides .sp-slide a .text {
  width: 100%;
  padding: 1rem;
  height: 4rem;
  position: relative;
  top: 1rem;
}
main #links #sliderProID .sp-slides .sp-slide a .text h3 {
  width: 100%;
  font-weight: 500;
  color: #005baa;
  font-size: 25px;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1280px) {
  main #links #sliderProID .sp-slides .sp-slide a .text h3 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main #links #sliderProID .sp-slides .sp-slide a .text h3 {
    font-size: 4.3024771838vw;
  }
}
main #links #sliderProID .sp-slides .sp-slide a .btn {
  font-size: 20px;
  font-weight: 500;
  width: 22rem;
  margin: 0 auto;
  padding: 0.8rem 0;
  border-radius: 5rem;
  background-color: #005baa;
  color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  position: relative;
  top: 2.2rem;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main #links #sliderProID .sp-slides .sp-slide a .btn {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main #links #sliderProID .sp-slides .sp-slide a .btn {
    font-size: 3.259452412vw;
    width: 18rem;
    padding: 0.7rem 0;
  }
}
main #links #sliderProID .sp-slides .sp-slide a .btn.inLink::after {
  content: "▶";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0.3rem;
  -webkit-transform: scaleX(0.35) scaleY(0.4) rotate(0);
          transform: scaleX(0.35) scaleY(0.4) rotate(0);
}
@media all and (-ms-high-contrast: none) {
  main #links #sliderProID .sp-slides .sp-slide a .btn.inLink::after {
    top: 1.2rem;
    padding: 0;
  }
}
main #links #sliderProID .sp-slides .sp-slide a .btn i {
  position: absolute;
  padding: 0.8rem 0;
  right: 1rem;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media all and (-ms-high-contrast: none) {
  main #links #sliderProID .sp-slides .sp-slide a .btn i {
    top: 1.2rem;
    padding: 0;
  }
}
main #links #sliderProID .sp-slides .sp-slide a.noLink {
  pointer-events: none;
  opacity: 0.5;
}
main #links #sliderProID .sp-slides .sp-slide a:hover .wrapImg {
  overflow: hidden;
}
main #links #sliderProID .sp-slides .sp-slide a:hover .wrapImg img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main #links #sliderProID .sp-slides .sp-slide a:hover .btn {
  background-color: #fff;
  color: #005baa;
}
main #links #sliderProID .sp-mask,
main #links #sliderProID .sp-slides-container {
  padding-bottom: 2rem !important;
  overflow: visible;
}
main #links .swiper-pagination {
  position: relative;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  main #links .swiper-pagination {
    top: -2.5rem;
  }
}
main #links .swiper-pagination span {
  background-color: #005baa;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  main #links .swiper-pagination span {
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 0.3rem;
  }
}
main #links .swiper-button {
  max-width: 1260px !important;
  height: 30rem;
  margin: 0 auto;
  margin-bottom: -30rem;
  position: relative;
  z-index: 1000000;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main #links .swiper-button {
    display: none;
  }
}
main #links .swiper-button .swiper-button-prev,
main #links .swiper-button .swiper-button-next {
  position: absolute;
  top: -60%;
  pointer-events: auto;
}
main #links .swiper-button .swiper-button-prev {
  left: -2.2rem;
}
main #links .swiper-button .swiper-button-next {
  right: -2.2rem;
}
main #news {
  padding: 3rem 4rem 6rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main #news {
    padding: 2.5rem 2rem 3rem 2rem;
    background-color: #f8f8f8;
  }
}
main #news .bar {
  width: 4rem;
  margin-top: 1rem;
}
main #news .inner {
  max-width: 1048px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  margin: 3rem auto 5rem auto;
  border-radius: 1.5rem;
  padding: 3rem 4rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.7s;
  transition: transform 0.8s ease-out, opacity 0.7s, -webkit-transform 0.8s ease-out;
}
main #news .inner.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  main #news .inner {
    background-color: initial;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 2rem 0;
  }
}
main #news .inner img {
  width: 100%;
  display: block;
}
main #news .tab_box .btn_area {
  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;
}
main #news .tab_box .tab_btn {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.5rem;
  background-color: #ebebeb;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_btn {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
main #news .tab_box .tab_btn span {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 1.1;
  padding: 0.8rem 0 0.3rem 0;
}
@media screen and (max-width: 1280px) {
  main #news .tab_box .tab_btn span {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_btn span {
    font-size: 3.1290743155vw;
  }
}
main #news .tab_box .tab_btn span::after {
  font-size: 15px;
  content: "▼";
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  -webkit-transform: scaleX(0.5) scaleY(0.3);
          transform: scaleX(0.5) scaleY(0.3);
}
@media screen and (max-width: 1280px) {
  main #news .tab_box .tab_btn span::after {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_btn span::after {
    font-size: 2.3468057366vw;
  }
}
main #news .tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_btn + .tab_btn {
    margin-left: 0;
  }
}
main #news .tab_box .tab_btn:hover {
  background-color: #dce1e4;
}
main #news .tab_box .tab_btn.active {
  background: #00b4ed;
}
main #news .tab_box .tab_btn.active span {
  color: #fff;
}
main #news .tab_box .panel_area {
  text-align: left;
}
@media screen and (max-width: 767px) {
  main #news .tab_box .panel_area {
    margin: 0.7rem auto 1rem auto;
    border-radius: 0.8rem;
    padding: 0;
  }
}
main #news .tab_box .tab_panel {
  display: none;
}
main #news .tab_box .tab_panel ul.newsUl {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl {
    padding-top: 0;
  }
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi {
  display: block;
  width: 100%;
  border-bottom: #ebebeb 1px dotted;
  padding: 2rem 0;
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a img {
  -ms-flex-preferred-size: 1.5rem;
      flex-basis: 1.5rem;
  width: 1rem;
  height: auto;
  margin-right: 1rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 1.8rem;
        flex-basis: 1.8rem;
    margin-right: 4rem;
  }
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__date {
  -ms-flex-preferred-size: 12rem;
      flex-basis: 12rem;
  color: #005baa;
  font-weight: 700;
  font-size: 16px;
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  height: 1.8rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 1280px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__date {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.1290743155vw;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__cat {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
}
@media screen and (max-width: 1280px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__cat {
    font-size: 0.703125vw;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__cat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2.6075619296vw;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-right: 5rem;
    margin-bottom: 0.8rem;
  }
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__cat span {
  width: 8rem;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 1.7rem;
  line-height: 1rem;
  border-radius: 0.9rem;
  background-color: #005baa;
  margin-top: 0.1rem;
  padding: 0.3rem 0.5rem;
}
@media screen and (max-width: 1280px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__cat span {
    font-size: 0.859375vw;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a .news__cat span {
    width: 8rem;
    font-size: 2.34375vw;
    padding: 0.2rem 0.5rem;
    height: 1.4rem;
  }
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a h4.news__title {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  color: #6c6c6c;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a h4.news__title {
    font-size: 1.328125vw;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a h4.news__title {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 3.9113428944vw;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    line-height: 1.6;
    padding-left: 0.5rem;
  }
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a h4.news__title span.underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(93%, transparent), color-stop(50%, #005baa));
  background-image: linear-gradient(transparent 93%, #005baa 50%);
  padding-bottom: 4px;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a:hover h4.news__title span.underline {
  background-position: 100% 0 !important;
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a.noLink {
  pointer-events: none;
}
main #news .tab_box .tab_panel ul.newsUl li.newsLi a.noLink .news__date {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a.noLink .news__date {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a.noLink .news__cat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  main #news .tab_box .tab_panel ul.newsUl li.newsLi a.noLink h4.news__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 6.5rem;
  }
}
main #news .tab_box .tab_panel.active {
  display: block;
}
main #news div.btn {
  width: 17rem;
}
main #boxArea {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  main #boxArea {
    margin-bottom: 2rem;
  }
}
main #boxArea .boxs {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  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;
}
@media screen and (max-width: 767px) {
  main #boxArea .boxs {
    display: block;
  }
}
main #boxArea .boxs .box {
  height: 30rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main #boxArea .boxs .box {
    height: 22rem;
  }
}
main #boxArea .boxs .box1,
main #boxArea .boxs .box2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media all and (-ms-high-contrast: none) {
  main #boxArea .boxs .box1,
main #boxArea .boxs .box2 {
    -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
    /* IE11 */
  }
}
main #boxArea .boxs .box3,
main #boxArea .boxs .box4,
main #boxArea .boxs .box5 {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}
@media all and (-ms-high-contrast: none) {
  main #boxArea .boxs .box3,
main #boxArea .boxs .box4,
main #boxArea .boxs .box5 {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    /* IE11 */
  }
}
main #boxArea .boxs .box1 {
  padding-right: 5px;
}
main #boxArea .boxs .box2 {
  padding-left: 5px;
}
main #boxArea .boxs .box3 {
  padding-right: 4px;
}
main #boxArea .boxs .box4 {
  padding-left: 6px;
  padding-right: 6px;
}
main #boxArea .boxs .box5 {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  main #boxArea .boxs .box {
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
main #boxArea .boxs .box .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
main #boxArea .boxs .box .inner:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
main #boxArea .boxs .box1 .inner:after {
  background-image: url(../img/box_img1.jpg);
}
main #boxArea .boxs .box2 .inner:after {
  background-image: url(../img/box_img2.jpg);
}
main #boxArea .boxs .box3 .inner:after {
  background-image: url(../img/box_img3.jpg);
}
main #boxArea .boxs .box4 .inner:after {
  background-image: url(../img/box_img4.jpg);
}
main #boxArea .boxs .box5 .inner:after {
  background-image: url(../img/box_img5.jpg);
}
main #boxArea .boxs .box .inner:hover:after {
  padding-right: 5px;
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
main #boxArea .boxs .box .inner a.boxA {
  width: 100%;
  height: 100%;
  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;
  margin: 0;
}
main #boxArea .boxs .box .inner a.boxA .wrap {
  position: relative;
  padding-bottom: 25px;
  display: block;
  z-index: 100;
}
main #boxArea .boxs .box .inner a.boxA .wrap h5 {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 35px;
  display: block;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  main #boxArea .boxs .box .inner a.boxA .wrap h5 {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  main #boxArea .boxs .box .inner a.boxA .wrap h5 {
    font-size: 6.25vw;
  }
}
main #boxArea .boxs .box .inner a.boxA .wrap div.btn {
  display: block;
  margin: 0 auto;
  padding: 5px;
  overflow: visible;
}
@media all and (-ms-high-contrast: none) {
  main #boxArea .boxs .box .inner a.boxA .wrap div.btn {
    overflow: visible;
    /* IE11 */
  }
}
main #boxArea .boxs .box .inner a.boxA .wrap div.btn a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
  padding: 7px 50px 9px 40px;
  border-radius: 25px;
  color: #fff;
  border: #fff 1px solid;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main #boxArea .boxs .box .inner a.boxA .wrap div.btn a {
    font-size: 1.25vw;
    padding: 7px 35px 9px 25px;
  }
}
@media screen and (max-width: 767px) {
  main #boxArea .boxs .box .inner a.boxA .wrap div.btn a {
    font-size: 3.515625vw;
  }
}
main #boxArea .boxs .box .inner a.boxA .wrap div.btn span::after {
  content: "▶";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  -webkit-transform: scaleX(0.35) scaleY(0.25) rotate(0);
          transform: scaleX(0.35) scaleY(0.25) rotate(0);
}
main #boxArea .boxs .box .inner:hover a {
  background-color: #005baa;
  color: #fff;
}
main #boxArea .boxs .box {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.7s;
  transition: transform 0.8s ease-out, opacity 0.7s, -webkit-transform 0.8s ease-out;
}
main #boxArea .boxs .box.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=style.css.map */