@charset "UTF-8";
.top .header_menu_li-normal a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .header_menu_li-normal a {
    color: #000;
  }
}
.top .header_logo_subTtl {
  color: #fff;
}
.top .header.fixed .header_menu_li-normal a {
  color: #000;
}
.top .header.fixed .header_logo_subTtl {
  color: #000;
}
.top .header_btn span {
  background-color: #fff;
}
.top .header_btn.open span {
  background-color: #2C4198;
}
.top .header_btn span:last-of-type {
  background-color: transparent;
}
.top_ttl {
  line-height: 1;
  font-weight: bold;
}
.top_ttl_main {
  font-size: 60px;
  display: block;
  color: #252AD0;
  opacity: 0.4;
  margin-bottom: 9px;
}
@media screen and (max-width: 1139px) {
  .top_ttl_main {
    font-size: 5.2631578947vw;
    margin-bottom: 0.7894736842vw;
  }
}
@media screen and (max-width: 768px) {
  .top_ttl_main {
    font-size: 14.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top_ttl_sub {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 1139px) {
  .top_ttl_sub {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .top_ttl_sub {
    font-size: 5.3333333333vw;
  }
}
.top .kv {
  background-image: url(/img/top/top_kv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 715px;
}
@media screen and (max-width: 1139px) {
  .top .kv {
    height: 62.7192982456vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv {
    height: 156vw;
  }
}
.top .kv .content {
  position: relative;
  height: 100%;
}
.top .kv_section {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #fff;
}
@media screen and (max-width: 1139px) {
  .top .kv_section {
    left: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv_section {
    transform: none;
    position: static;
    padding-top: 37.3333333333vw;
  }
}
.top .kv_ttl {
  font-size: 76px;
  font-family: "Poppins", "Josefin Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.118421;
  padding-top: 29px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1139px) {
  .top .kv_ttl {
    font-size: 6.6666666667vw;
    padding-top: 2.5438596491vw;
    margin-bottom: 2.3684210526vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv_ttl {
    font-size: 18.1333333333vw;
    padding-top: 0;
    margin-bottom: 4.5333333333vw;
    line-height: 1.117647;
  }
}
.top .kv_txt {
  line-height: 1.8;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1139px) {
  .top .kv_txt {
    font-size: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv_txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    font-weight: normal;
  }
}
.top .kv_ul {
  position: absolute;
  bottom: 44px;
  right: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 1139px) {
  .top .kv_ul {
    bottom: 3.8596491228vw;
    right: 3.5087719298vw;
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 3.7333333333vw;
    line-height: 1.857142;
    font-weight: 400;
    position: static;
    padding-top: 6.4vw;
    padding-bottom: 14.6666666667vw;
  }
}
.top .kv_li {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
.top .kv_li:nth-of-type(1) {
  animation: catch_anime 1.4s forwards 1s;
}
.top .kv_li:nth-of-type(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.top .kv_li:nth-of-type(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.top .kv_li:nth-of-type(4) {
  animation: catch_anime 1.4s forwards 4s;
}
.top .kv_li:nth-of-type(5) {
  animation: catch_anime 1.4s forwards 5s;
}
.top .kv_li:nth-of-type(6) {
  animation: catch_anime 1.4s forwards 6s;
}
.top .kv_li:nth-of-type(7) {
  animation: catch_anime 1.4s forwards 7s;
}
@media screen and (max-width: 768px) {
  .top .kv_li {
    width: 50%;
  }
  .top .kv_li:nth-of-type(1) {
    order: 1;
    animation: catch_anime 1.4s forwards 1s;
  }
  .top .kv_li:nth-of-type(2) {
    order: 3;
    animation: catch_anime 1.4s forwards 2s;
  }
  .top .kv_li:nth-of-type(3) {
    order: 5;
    animation: catch_anime 1.4s forwards 3s;
  }
  .top .kv_li:nth-of-type(4) {
    order: 7;
    animation: catch_anime 1.4s forwards 4s;
  }
  .top .kv_li:nth-of-type(5) {
    order: 2;
    animation: catch_anime 1.4s forwards 1s;
  }
  .top .kv_li:nth-of-type(6) {
    order: 4;
    animation: catch_anime 1.4s forwards 2s;
  }
  .top .kv_li:nth-of-type(7) {
    order: 6;
    animation: catch_anime 1.4s forwards 3s;
  }
}
.top .kv_li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/img/top/top_kv_li.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 1139px) {
  .top .kv_li::before {
    width: 1.1403508772vw;
    height: 1.1403508772vw;
  }
}
@media screen and (max-width: 768px) {
  .top .kv_li::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.top .section01 {
  background-color: #EEF6FE;
  padding-top: 88px;
  padding-bottom: 98px;
}
@media screen and (max-width: 1139px) {
  .top .section01 {
    padding-top: 7.7192982456vw;
    padding-bottom: 8.5964912281vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section01 {
    padding-top: 15.2vw;
    padding-bottom: 7.2vw;
  }
}
.top .section01 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 98px;
       column-gap: 98px;
}
@media screen and (max-width: 1139px) {
  .top .section01 .content {
    -moz-column-gap: 8.5964912281vw;
         column-gap: 8.5964912281vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section01 .content {
    display: block;
    padding: 0 8.5333333333vw;
    position: relative;
  }
}
.top .section01_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .section01_img {
    position: absolute;
    top: 38.6666666667vw;
    left: 8.5333333333vw;
    width: 82.9333333333vw;
  }
}
.top .section01_wrapper {
  width: 100%;
}
.top .section01 .top_ttl {
  margin-bottom: 42px;
}
@media screen and (max-width: 1139px) {
  .top .section01 .top_ttl {
    margin-bottom: 3.6842105263vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section01 .top_ttl {
    margin-bottom: 0;
  }
}
.top .section01_txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1139px) {
  .top .section01_txt {
    margin-bottom: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section01_txt {
    margin-bottom: 16vw;
    padding-top: 96.5333333333vw;
  }
}
.top .section02 {
  padding-top: 86px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1139px) {
  .top .section02 {
    padding-top: 7.5438596491vw;
    padding-bottom: 6.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02 {
    padding-top: 7.2vw;
    padding-bottom: 14.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02 .content {
    padding: 0 8.5333333333vw;
  }
}
.top .section02_top, .top .section02_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 98px;
       column-gap: 98px;
}
@media screen and (max-width: 1139px) {
  .top .section02_top, .top .section02_bottom {
    -moz-column-gap: 8.5964912281vw;
         column-gap: 8.5964912281vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_top, .top .section02_bottom {
    display: block;
  }
}
.top .section02_top_left, .top .section02_top_right, .top .section02_bottom_left, .top .section02_bottom_right {
  width: 100%;
}
.top .section02 .top_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1139px) {
  .top .section02 .top_ttl {
    margin_bottom: 3.5087719298vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02 .top_ttl {
    dmargin_bottom: 13.6vw;
  }
}
.top .section02_top {
  margin-bottom: 75px;
}
@media screen and (max-width: 1139px) {
  .top .section02_top {
    margin_bottom: 6.5789473684vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_top {
    dmargin_bottom: 14.4vw;
  }
}
.top .section02_ttl {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.625;
  margin-bottom: 15px;
}
@media screen and (max-width: 1139px) {
  .top .section02_ttl {
    font-size: 2.8070175439vw;
    margin-bottom: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_ttl {
    font-size: 8.5333333333vw;
    margin-bottom: 4vw;
  }
}
.top .section02_txt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top .section02_txt {
    margin-bottom: 9.0666666667vw;
  }
}
.top .section02_link {
  display: block;
}
.top .section02_link:hover {
  opacity: 1;
}
.top .section02_link_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1139px) {
  .top .section02_link_ttl {
    margin-bottom: 1.7543859649vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.top .section02_link_ttl_num {
  width: 17%;
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_num {
    width: 26%;
  }
}
.top .section02_link_ttl_num01 {
  padding-right: 7.326732%;
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_num01 {
    padding-right: 11.254019%;
  }
}
.top .section02_link_ttl_num02 {
  padding-right: 3.960396%;
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_num02 {
    padding-right: 5.787781%;
  }
}
.top .section02_link_ttl_num03 {
  padding-right: 4.752475%;
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_num03 {
    padding-right: 7.395498%;
  }
}
.top .section02_link_ttl_num04 {
  padding-right: 4.356435%;
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_num04 {
    padding-right: 6.430868%;
  }
}
.top .section02_link_ttl_main {
  font-weight: bold;
  font-size: 28px;
  color: #252AD0;
  line-height: 1.416666;
  display: inline-block;
  width: 74%;
}
@media screen and (max-width: 1139px) {
  .top .section02_link_ttl_main {
    font-size: 2.4561403509vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_main {
    font-size: 6.4vw;
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_main.line2 {
    padding-bottom: 0;
  }
}
.top .section02_link_ttl_icon {
  width: 7%;
}
@media screen and (max-width: 768px) {
  .top .section02_link_ttl_icon {
    width: 9%;
  }
}
.top .section02_link_txt {
  display: block;
}
.top .section02_link01 {
  padding-bottom: 34px;
  border-bottom: #9C9EDD 1px solid;
}
@media screen and (max-width: 1139px) {
  .top .section02_link01 {
    padding-bottom: 2.9824561404vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_link01 {
    padding-bottom: 9.0666666667vw;
  }
}
.top .section02_link02 {
  padding-top: 34px;
}
@media screen and (max-width: 1139px) {
  .top .section02_link02 {
    padding-top: 2.9824561404vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_link02 {
    padding-top: 9.0666666667vw;
    padding-bottom: 9.0666666667vw;
    border-bottom: #9C9EDD 1px solid;
  }
}
.top .section02_link03 {
  padding-bottom: 34px;
  border-bottom: #9C9EDD 1px solid;
}
@media screen and (max-width: 1139px) {
  .top .section02_link03 {
    padding-bottom: 2.9824561404vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_link03 {
    padding-top: 9.0666666667vw;
    padding-bottom: 9.0666666667vw;
  }
}
.top .section02_link04 {
  padding-top: 34px;
}
@media screen and (max-width: 1139px) {
  .top .section02_link04 {
    padding-top: 2.9824561404vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section02_link04 {
    padding-top: 9.0666666667vw;
    padding-bottom: 9.0666666667vw;
    border-bottom: #9C9EDD 1px solid;
  }
}
.top .section03 {
  padding-top: 56px;
  padding-bottom: 102px;
  position: relative;
  z-index: 99;
  margin-bottom: 97px;
  overflow-x: hidden;
}
@media screen and (max-width: 1139px) {
  .top .section03 {
    padding-top: 4.9122807018vw;
    padding-bottom: 8.9473684211vw;
    margin-bottom: 8.5087719298vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03 {
    padding-top: 16vw;
    padding-bottom: 16vw;
    margin-bottom: 15.2vw;
  }
}
.top .section03_ttl {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .top .section03_ttl {
    margin-bottom: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.top .section03_ttl span {
  display: block;
}
.top .section03_ttl_bubble {
  width: 274px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  padding-top: 4px;
  padding-bottom: 18px;
  background-image: url(/img/cmn/speechBubble.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
@media screen and (max-width: 1139px) {
  .top .section03_ttl_bubble {
    width: 24.0350877193vw;
    font-size: 1.7543859649vw;
    padding-top: 0.350877193vw;
    padding-bottom: 1.5789473684vw;
    margin-bottom: 1.3157894737vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_ttl_bubble {
    width: 73.0666666667vw;
    font-size: 5.3333333333vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 4.8vw;
    margin-bottom: 6.1333333333vw;
  }
}
.top .section03_ttl_sub {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 1139px) {
  .top .section03_ttl_sub {
    font-size: 2.4561403509vw;
    margin-bottom: 0.4385964912vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_ttl_sub {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top .section03_ttl_main {
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 24px;
  line-height: 1.4375;
}
@media screen and (max-width: 1139px) {
  .top .section03_ttl_main {
    font-size: 3.6842105263vw;
    margin-bottom: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_ttl_main {
    font-size: 8.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.top .section03_txt {
  text-align: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 1139px) {
  .top .section03_txt {
    margin-bottom: 1.8421052632vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_txt {
    width: 82.4vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.6vw;
  }
}
.top .section03_subTtl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.416666;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .top .section03_subTtl {
    font-size: 2.1052631579vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_subTtl {
    font-size: 5.3333333333vw;
    line-height: 1.7;
  }
}
.top .section03_subTtl::before {
  content: "";
  display: block;
  height: 33.6155px;
  width: 2px;
  background-color: #2C4198;
  transform: rotate(-22.750977deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1139px) {
  .top .section03_subTtl::before {
    height: 2.9487280702vw;
    width: 0.1754385965vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_subTtl::before {
    height: 8.9641333333vw;
    width: 0.5333333333vw;
  }
}
.top .section03_subTtl::after {
  content: "";
  display: block;
  height: 33.6155px;
  width: 2px;
  background-color: #2C4198;
  transform: rotate(22.750977deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1139px) {
  .top .section03_subTtl::after {
    height: 2.9487280702vw;
    width: 0.1754385965vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_subTtl::after {
    height: 8.9641333333vw;
    width: 0.5333333333vw;
  }
}
.top .section03_subTtl01 {
  margin-bottom: 41px;
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1139px) {
  .top .section03_subTtl01 {
    margin-bottom: 3.5964912281vw;
    width: 32.8947368421vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_subTtl01 {
    margin-bottom: 9.6vw;
    width: 82.6666666667vw;
  }
}
.top .section03_subTtl02 {
  margin-bottom: 32px;
  width: 308px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1139px) {
  .top .section03_subTtl02 {
    margin-bottom: 2.8070175439vw;
    width: 27.0175438596vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_subTtl02 {
    margin-bottom: 11.4666666667vw;
    width: 64vw;
  }
}
.top .section03_img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 75px;
       column-gap: 75px;
  margin-bottom: 60px;
  position: relative;
  width: 624px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1139px) {
  .top .section03_img {
    -moz-column-gap: 6.5789473684vw;
         column-gap: 6.5789473684vw;
    margin-bottom: 5.2631578947vw;
    width: 54.7368421053vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_img {
    -moz-column-gap: 9.8666666667vw;
         column-gap: 9.8666666667vw;
    margin-bottom: 12vw;
    width: 82.9333333333vw;
  }
}
.top .section03_img_content {
  width: 158px;
}
@media screen and (max-width: 1139px) {
  .top .section03_img_content {
    width: 13.8596491228vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_img_content {
    width: 20.9973333333vw;
  }
}
.top .section03_img_txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #2C4198;
  white-space: nowrap;
  margin-top: 16px;
}
@media screen and (max-width: 1139px) {
  .top .section03_img_txt {
    margin-top: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_img_txt {
    line-height: 1.6667;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.top .section03_img::before {
  content: "✕";
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 53px;
  color: #5C65BB;
  opacity: 0.34;
  position: absolute;
  top: 55px;
  left: 173px;
}
@media screen and (max-width: 1139px) {
  .top .section03_img::before {
    font-size: 4.649122807vw;
    top: 4.8245614035vw;
    left: 15.1754385965vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_img::before {
    font-size: 6.4vw;
    top: 7.7333333333vw;
    left: 23.2vw;
  }
}
.top .section03_img::after {
  content: "✕";
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 53px;
  color: #5C65BB;
  opacity: 0.34;
  position: absolute;
  top: 55px;
  right: 173px;
}
@media screen and (max-width: 1139px) {
  .top .section03_img::after {
    font-size: 4.649122807vw;
    top: 4.8245614035vw;
    right: 15.1754385965vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_img::after {
    font-size: 6.4vw;
    top: 7.7333333333vw;
    right: 23.2vw;
  }
}
.top .section03_slide {
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 1139px) {
  .top .section03_slide {
    margin-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_slide {
    margin-bottom: 23.4666666667vw;
  }
}
.top .section03_slide .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.464128vw;
       column-gap: 1.464128vw;
  margin-top: 2.562225vw;
}
@media screen and (max-width: 768px) {
  .top .section03_slide .slick-dots {
    -moz-column-gap: 3.7333333333vw;
         column-gap: 3.7333333333vw;
    margin-top: 5.8666666667vw;
  }
}
.top .section03_slide .slick-dots button {
  display: block;
  height: 0.658857vw;
  width: 0.658857vw;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  background-color: #E2E2E2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top .section03_slide .slick-dots button {
    width: 1.5013333333vw;
    height: 1.5013333333vw;
  }
}
.top .section03_slide .slick-dots button:hover {
  opacity: 0.7;
}
.top .section03_slide .slick-dots .slick-active button {
  background-color: #707070;
}
.top .section03_slide_arrow {
  position: absolute;
  bottom: -0.366032vw;
  width: 0.790629vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top .section03_slide_arrow {
    bottom: -0.8vw;
    width: 1.8026666667vw;
  }
}
.top .section03_slide_arrow:hover {
  opacity: 0.7;
}
.top .section03_slide_arrow_left {
  left: 36.2vw;
}
@media screen and (max-width: 768px) {
  .top .section03_slide_arrow_left {
    left: 17vw;
  }
}
.top .section03_slide_arrow_right {
  right: 36.2vw;
}
@media screen and (max-width: 768px) {
  .top .section03_slide_arrow_right {
    right: 17vw;
  }
}
.top .section03_slide_img_inner {
  box-shadow: 0 0.219619vw 0.439238vw rgba(0, 0, 0, 0.16);
  margin-right: 0.585651vw;
  margin-left: 0.585651vw;
  margin-bottom: 0.658857vw;
  margin: 0.219619vw 0.585651vw 0.658857vw;
}
@media screen and (max-width: 768px) {
  .top .section03_slide_img_inner {
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
    margin: 0.8vw 1.2vw 2.4vw;
  }
}
.top .section03_btn .btn {
  width: 507px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1139px) {
  .top .section03_btn .btn {
    width: 44.4736842105vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_btn .btn {
    width: 74.4vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.top .section03::before {
  content: "";
  width: 1108px;
  height: 100%;
  background-image: url(/img/top/section03_bg01-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1139px) {
  .top .section03::before {
    width: 97.1929824561vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03::before {
    width: 91.64vw;
    background-image: url(/img/top/section03_bg01-sp.png);
  }
}
.top .section03_bg02 {
  font-family: "Roboto", "Josefin Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 116px;
  line-height: 1;
  color: #fff;
  opacity: 0.17;
  text-align: center;
  text-shadow: 1px 1px 0 #5C65BB, -1px -1px 0 #5C65BB, -1px 1px 0 #5C65BB, 1px -1px 0 #5C65BB, 1px 0 0 #5C65BB, -1px 0 0 #5C65BB, 0 1px 0 #5C65BB, 0 -1px 0 #5C65BB; /* 右上方向に影 */
  position: absolute;
  top: 780px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 1139px) {
  .top .section03_bg02 {
    font-size: 10.1754385965vw;
    top: 68.4210526316vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section03_bg02 {
    font-size: 14.9333333333vw;
    top: 225vw;
  }
}
.top .section04 {
  background-color: #d8f7f2;
  padding-top: 86px;
  padding-bottom: 83px;
}
@media screen and (max-width: 1139px) {
  .top .section04 {
    padding-top: 7.5438596491vw;
    padding-bottom: 7.2807017544vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section04 {
    padding-top: 12.8vw;
    padding-bottom: 19.4666666667vw;
  }
}
.top .section04 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 98px;
       column-gap: 98px;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .top .section04 .content {
    -moz-column-gap: 8.5964912281vw;
         column-gap: 8.5964912281vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section04 .content {
    display: block;
  }
}
.top .section04_left {
  width: 100%;
}
.top .section04_left .top_ttl_main {
  opacity: 1;
  color: #000;
}
.top .section04_left .top_ttl_main .green {
  color: #28BEA8;
}
.top .section04_right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top .section04_right {
    position: absolute;
    left: 4.2666666667vw;
    top: 34.4vw;
    width: 91.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section04_right img {
    height: 62.792vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.top .section04_subTtl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 40px 0 33px;
}
@media screen and (max-width: 1139px) {
  .top .section04_subTtl {
    font-size: 2.8070175439vw;
    margin: 3.5087719298vw 0 2.8947368421vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section04_subTtl {
    font-size: 8.5333333333vw;
    margin: 81.6vw 0 7.4666666667vw;
  }
}
.top .section04_txt {
  margin-bottom: 39px;
}
@media screen and (max-width: 1139px) {
  .top .section04_txt {
    margin-bottom: 3.4210526316vw;
  }
}
@media screen and (max-width: 768px) {
  .top .section04_txt {
    margin-bottom: 14.6666666667vw;
  }
}/*# sourceMappingURL=top.css.map */