@charset "UTF-8";

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 300px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

.mv_wrap {
  height: 663px;
  position: relative;
}
.mv_wrap h1 {
  color: #fff;
  font-size: 56px;
  line-height: 1.4;
  width: 1100px;
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
}
.mv_wrap h1 span {
  font-size: 50px;
}
.mv_wrap .swiper-wrapper {
  height: 663px;
}
.mv_wrap .swiper-slide {
  position: relative;
  width: 100vw;
  height: 663px;
  overflow: hidden;
}
.mv_wrap .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.mv_wrap .swiper-pagination-bullet-active {
  background: #5396D1;
}
.contents {
  position: relative;
}
.contents .bg_img {
  position: relative;
  width: 100vw;
  height: 678px;
  overflow: hidden;
}
.contents.about-mym .bg_img {
  height: 682px;
}
.contents .bg_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.contents .txt_area {
  font-weight: bold;
  width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents h2 {
  font-size: 30px;
  margin-bottom: 58px;
  display: inline-block;
  position: relative;
}
.contents h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background-image: url("../images/ttl_btm.svg");
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
}
.contents .txt_wrap {
  font-size: 14px;
  margin-bottom: 40px;
}
.bg_ttl {
  color: #fff;
  font-size: 20px;
  background-color: #5396D1;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 40px;
  display: inline-block;
}
.contents_news {
  width: 900px;
  margin: 80px auto 120px;
}
.contents_news h2 {
  font-size: 30px;
  margin-bottom: 58px;
  text-align: center;
  position: relative;
}
.contents_news h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background-image: url("../images/ttl_btm.svg");
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
}
.contents_news ul {
  position: relative;
  margin-bottom: 60px;
}
.contents_news ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 0;
}
.contents_news ul li {
  position: relative;
}
.contents_news ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: inline-block;
  position: relative;
  bottom: 5px;
  left: 0;
}
.contents_news ul li a {
  font-size: 14px;
  font-weight: bold;
  padding-right: 24px;
  display: flex;
  position: relative;
}
.contents_news ul li a::before, .contents_news ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 3px;
  background-color: #FCCB00;
  transform-origin: calc(100% - 2px) 50%;
}
.contents_news ul li a::before {
  transform: rotate(45deg);
}
.contents_news ul li a::after {
  transform: rotate(-45deg);
}
.contents_news ul li a .date {
  margin-right: 30px;
}
.contents_news .btn {
  text-align: center;
}
.contents_news .btn a {
  font-size: 18px;
}
ul.form_lnk {
  width: 1100px;
  display: flex;
  margin: 0 auto 120px;
}
ul.form_lnk li {
  width: 535px;
  border: 10px solid #E7F1F9;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
}
ul.form_lnk li:first-child {
  margin-right: 30px;
}
.form_lnk li h2 {
  font-size: 34px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.form_lnk li .line1 {
  margin-top: 31px;
}
.form_lnk li .txt_wrap {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
ul.form_lnk li:first-child .txt_wrap {
  margin-bottom: 38px;
}
.form_lnk li .btn a {
  font-size: 18px;
  width: 440px;
}
.group_lnk {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px;
}
.group_lnk .group_txt {
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.group_lnk .group_txt::before, .group_lnk .group_txt::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 10px;
  height: 3px;
  background-color: #FCCB00;
  transform-origin: calc(100% - 2px) 50%;
}
.group_lnk .group_txt::before {
  transform: rotate(45deg);
}
.group_lnk .group_txt::after {
  transform: rotate(-45deg);
}
body {
  position: relative;
}
.top_side_btn {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 100;
}
.top_side_btn li:first-child {
  margin-bottom: 10px;
}
.top_side_btn li a:hover {
  opacity: 0.8;
}



/*     SP
------------------------------*/
@media (max-width: 768px) {
  .loading__logo {
    width: 200px;
  }
  .top_side_btn {
    top: 100px;
  }
  .top_side_btn li {
    width: 50px;
  }
  .mv_wrap {
    height: 400px;
  }
  .mv_wrap .swiper-wrapper {
    height: 400px;
  }
  .mv_wrap .swiper-slide {
    height: 400px;
  }
  .mv_wrap h1 {
    font-size: 23px;
    width: 90%;
  }
  .mv_wrap h1 span {
    font-size: 18px;
  }
  .mv_wrap .mv {
    width: 100%;
  }
  .mv_wrap .mv img {
    width: 100%;
  }
  .contents {
    margin-bottom: 80px;
  }
  .contents .bg_img {
    width: 100%;
    height: auto;
    position: static;
  }
  .contents.about-mym .bg_img {
    height: auto;
    margin-bottom: 40px;
}
  .contents .bg_img {
    margin-bottom: 40px;
  }
  .contents .bg_img img {
    position: static;
    width: 100%;
    transform: none;
  }
  .contents .txt_area {
    position: static;
    width: auto;
    transform: none;
    margin: 0 15px;
  }
  .contents h2 {
    font-size: 26px;
    text-align: center;
    display: block;
  }
  .contents .txt_wrap {
    font-size: 16px;
  }
  .btn a {
    width: 100%;
  }
  .contents_news {
    width: 100%;
  }
  .contents_news h2 {
    font-size: 30px;
  }
  .contents_news ul {
    margin: 0 15px 60px;
  }
  .contents_news ul li a .date {
    font-size: 16px;
  }
  .contents_news ul li a .news_ttl {
    font-size: 16px;
    line-height: 1.6;
  }
  .contents_news .btn {
    margin: 0 15px;
  }
  .group_lnk {
    width: 100%;
  }
}