@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 9, ../sass/top.scss */
#topImg {
  width: 100%;
  height: 36.60322vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 9, ../sass/top.scss */
  #topImg {
    height: 65.10417vw;
  }
}
/* line 17, ../sass/top.scss */
#topImg .slideimage {
  width: 100%;
  height: 36.60322vw;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 17, ../sass/top.scss */
  #topImg .slideimage {
    height: 65.10417vw;
  }
}
/* line 26, ../sass/top.scss */
#topImg .mainLead {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 70%;
  text-align: center;
  padding: 30px 20px;
  background-color: rgba(240, 240, 240, 0.7);
  color: #257d95;
  font-weight: 600;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  /* line 26, ../sass/top.scss */
  #topImg .mainLead {
    font-size: 3.75vw;
    width: 90%;
    line-height: 2;
  }
}

/* line 47, ../sass/top.scss */
h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
/* line 52, ../sass/top.scss */
h2:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #008595;
  position: absolute;
  left: 0;
  top: -15px;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 47, ../sass/top.scss */
  h2 {
    font-size: 5.625vw;
  }
}

/* line 67, ../sass/top.scss */
.eng .section01 {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  /* line 67, ../sass/top.scss */
  .eng .section01 {
    padding: 6.51042vw 0;
  }
}
/* line 72, ../sass/top.scss */
.eng .section01 .inner.gray {
  padding: 40px;
  font-size: 18px;
  background-color: #f1f1f1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  /* line 72, ../sass/top.scss */
  .eng .section01 .inner.gray {
    padding: 20px;
    margin-bottom: 25px;
    font-size: 3.80952vw;
  }
}
/* line 83, ../sass/top.scss */
.eng .section01 .inner.flex {
  margin: 0 auto;
}
/* line 85, ../sass/top.scss */
.eng .section01 .inner.flex .leftCont {
  width: 640px;
}
@media screen and (max-width: 1100px) {
  /* line 85, ../sass/top.scss */
  .eng .section01 .inner.flex .leftCont {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  /* line 85, ../sass/top.scss */
  .eng .section01 .inner.flex .leftCont {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 95, ../sass/top.scss */
.eng .section01 .inner.flex .rightCont {
  width: 480px;
  position: relative;
  margin-left: -20px;
}
@media screen and (max-width: 1100px) {
  /* line 95, ../sass/top.scss */
  .eng .section01 .inner.flex .rightCont {
    width: 50%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 768px) {
  /* line 95, ../sass/top.scss */
  .eng .section01 .inner.flex .rightCont {
    width: 80%;
    margin: 0 auto;
  }
}
/* line 107, ../sass/top.scss */
.eng .section01 .inner.flex .rightCont .cont__mes {
  position: absolute;
  top: 50%;
  left: -10%;
  background-color: #fff;
  padding: 40px 15px 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  /* line 107, ../sass/top.scss */
  .eng .section01 .inner.flex .rightCont .cont__mes {
    position: static;
    transform: translateY(-15%);
    top: 0;
    left: 0;
  }
}
/* line 121, ../sass/top.scss */
.eng .section01 .inner.flex .rightCont .cont__mes ul li {
  margin-bottom: 0.5em;
  word-wrap: break-word;
  padding: 0 1em 0 1.5em;
  text-indent: -1.3em;
}
@media screen and (max-width: 768px) {
  /* line 121, ../sass/top.scss */
  .eng .section01 .inner.flex .rightCont .cont__mes ul li {
    font-size: 3.75vw;
  }
}
/* line 129, ../sass/top.scss */
.eng .section01 .inner.flex .rightCont .cont__mes ul li:before {
  font-family: 'icomoon' !important;
  content: "\f111";
  color: #ababab;
  font-size: 10px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  /* line 129, ../sass/top.scss */
  .eng .section01 .inner.flex .rightCont .cont__mes ul li:before {
    font-size: 3.125vw;
  }
}

/* line 146, ../sass/top.scss */
.section01 {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  /* line 146, ../sass/top.scss */
  .section01 {
    padding: 6.51042vw 0;
  }
}
/* line 151, ../sass/top.scss */
.section01 .inner.flex {
  margin: 0 auto;
}
/* line 153, ../sass/top.scss */
.section01 .inner.flex .leftCont {
  width: 50%;
}
@media screen and (max-width: 768px) {
  /* line 153, ../sass/top.scss */
  .section01 .inner.flex .leftCont {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 160, ../sass/top.scss */
.section01 .inner.flex .rightCont {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 160, ../sass/top.scss */
  .section01 .inner.flex .rightCont {
    width: 80%;
    margin: 0 auto;
  }
}
/* line 167, ../sass/top.scss */
.section01 .inner.flex .rightCont .cont__mes {
  position: absolute;
  top: 50%;
  left: -10%;
  background-color: #fff;
  padding: 40px 30px 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  /* line 167, ../sass/top.scss */
  .section01 .inner.flex .rightCont .cont__mes {
    position: static;
    transform: translateY(-15%);
    top: 0;
    left: 0;
  }
}
/* line 181, ../sass/top.scss */
.section01 .inner.flex .rightCont .cont__mes ul li {
  margin-bottom: 0.5em;
  word-wrap: break-word;
  padding: 0 1em 0 1.5em;
  text-indent: -1.3em;
}
@media screen and (max-width: 768px) {
  /* line 181, ../sass/top.scss */
  .section01 .inner.flex .rightCont .cont__mes ul li {
    font-size: 3.75vw;
  }
}
/* line 189, ../sass/top.scss */
.section01 .inner.flex .rightCont .cont__mes ul li:before {
  font-family: 'icomoon' !important;
  content: "\f111";
  color: #ababab;
  font-size: 10px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  /* line 189, ../sass/top.scss */
  .section01 .inner.flex .rightCont .cont__mes ul li:before {
    font-size: 3.125vw;
  }
}
/* line 201, ../sass/top.scss */
.section01 .inner.flex .rightCont .cont__mes p {
  margin-bottom: 40px;
  line-height: 2;
}
/* line 205, ../sass/top.scss */
.section01 .inner.flex .rightCont .cont__mes .cont__link {
  text-align: right;
}
/* line 207, ../sass/top.scss */
.section01 .inner.flex .rightCont .cont__mes .cont__link a {
  display: inline-block;
  position: relative;
  padding-right: 2.5em;
}
/* line 211, ../sass/top.scss */
.section01 .inner.flex .rightCont .cont__mes .cont__link a:after {
  font-family: 'icomoon' !important;
  content: "\f054";
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 50%;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

/* line 231, ../sass/top.scss */
.section02 .flex h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
/* line 237, ../sass/top.scss */
.section02 .flex h3:after {
  content: "";
  width: 50%;
  height: 1px;
  display: block;
  background-color: #257d95;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 231, ../sass/top.scss */
  .section02 .flex h3 {
    font-size: 5.625vw;
  }
}
/* line 253, ../sass/top.scss */
.section02 .flex .leftCont {
  width: 50%;
  background-color: #f4fcff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  /* line 253, ../sass/top.scss */
  .section02 .flex .leftCont {
    width: 100%;
    padding: 14.32292vw 3%;
  }
}
/* line 261, ../sass/top.scss */
.section02 .flex .leftCont .cont__news {
  max-width: 530px;
  margin-right: 60px;
  float: right;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  /* line 261, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
}
/* line 273, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul li {
  position: relative;
  margin-top: 15px;
  border-bottom: 2px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
  /* line 273, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul li {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 283, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul li:after {
    font-family: 'icomoon' !important;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 0.5em;
    color: #c8c8c8;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* line 294, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul span {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /* line 294, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span {
    font-size: 3.4375vw;
    display: block;
    padding: 0 1em;
  }
}
/* line 303, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul span a {
  color: #333;
}
@media screen and (max-width: 768px) {
  /* line 303, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span a {
    display: block;
    padding: 0.3em 0 1em 0;
  }
}
/* line 310, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul span.date {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  width: 8em;
  float: left;
}
@media screen and (max-width: 1000px) {
  /* line 310, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span.date {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 310, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span.date {
    font-size: 3.4375vw;
    font-weight: bold;
    display: inline-block;
    width: auto;
  }
}
/* line 325, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul span.cate {
  text-align: center;
  font-size: 14px;
  width: 6em;
  float: left;
}
@media screen and (max-width: 1000px) {
  /* line 325, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span.cate {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 325, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span.cate {
    display: inline-block;
    width: auto;
  }
}
/* line 334, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul span.cate span {
  background: #626262;
  display: block;
  color: #333;
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  /* line 334, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span.cate span {
    font-size: 3.125vw;
    display: inline-block;
    width: 10em;
    text-align: center;
  }
}
/* line 351, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul span.title {
  text-align: left;
}
/* line 353, ../sass/top.scss */
.section02 .flex .leftCont .cont__news ul span.title a {
  padding: 0.3em 2.5em 1em 0;
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  /* line 353, ../sass/top.scss */
  .section02 .flex .leftCont .cont__news ul span.title a {
    padding: 0.3em 1.5em 1em 0;
  }
}
/* line 366, ../sass/top.scss */
.section02 .flex .rightCont {
  width: 50%;
  background-color: #dbecf1;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  /* line 366, ../sass/top.scss */
  .section02 .flex .rightCont {
    width: 100%;
    padding: 14.32292vw 3%;
  }
}
/* line 374, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr {
  max-width: 530px;
  margin-left: 60px;
  height: 100%;
  float: left;
}
@media screen and (max-width: 1200px) {
  /* line 374, ../sass/top.scss */
  .section02 .flex .rightCont .cont__bnr {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
}
/* line 385, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .bnnerA {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  /* line 385, ../sass/top.scss */
  .section02 .flex .rightCont .cont__bnr .bnnerA {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/* line 397, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .bnnerA:hover {
  opacity: 0.6;
}
/* line 401, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  /* line 401, ../sass/top.scss */
  .section02 .flex .rightCont .cont__bnr .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
/* line 408, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .bnnerB .bnner {
  background-position: center;
  background-repeat: no-repeat;
  width: 49%;
  display: block;
  height: 80px;
  margin-bottom: 2%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  /* line 408, ../sass/top.scss */
  .section02 .flex .rightCont .cont__bnr .bnnerB .bnner {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 420px) {
  /* line 408, ../sass/top.scss */
  .section02 .flex .rightCont .cont__bnr .bnnerB .bnner {
    width: 100%;
    font-size: 14px;
    height: 57px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/* line 434, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .bnnerB .bnner span {
  position: relative;
  z-index: 3;
}
/* line 439, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .bnnerB .bnner:hover {
  text-decoration: none;
  opacity: 0.6;
}
/* line 443, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .bnnerB .bnner:nth-child(odd) {
  margin-right: 2%;
}
/* line 446, ../sass/top.scss */
.section02 .flex .rightCont .cont__bnr .bnnerB .bnner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 466, ../sass/top.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* line 469, ../sass/top.scss */
#topImg .slick-dots {
  bottom: 15px;
  background: #fff;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  left: 50%;
  padding: 0 0.5em;
  width: auto;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 477, ../sass/top.scss */
#topImg .slick-dots li {
  margin: 0 0 3px;
}
/* line 480, ../sass/top.scss */
#topImg .slick-dots li.slick-active button:before {
  font-size: 14px;
  color: #3b4690;
}

/* line 508, ../sass/top.scss */
#scroll-sign {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 20;
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
