@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+JP:wght@200;400;500;700&display=swap");
@keyframes slide_view {
  0% {
    transform: translateY(100px) scale(0.1);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.serif {
  font-family: "Noto Serif JP", sans-serif;
}
.Cormorant {
  font-family: "Cormorant Garamond", serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 175%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 500;
}
body, html {
  height: 100%;
  scroll-behavior: smooth;
}
.grid-1545 {
  width: 100%;
  max-width: 1545px;
  margin: 0 auto;
  position: relative;
}
*::after, *::before {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a, button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
input, textarea, button, select {
  outline: none;
  resize: none;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.hv-o {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.hv-o:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1050px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.anchor_fixtop {
  display: block;
  position: relative;
  top: -200px;
  width: 100%;
  visibility: hidden;
}
#page_top {
  position: fixed;
  bottom: 55px;
  right: 45px;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  background-color: #333333;
  border: #333333 solid 1px;
  z-index: 50;
  border-radius: 50%;
}
#page_top img {
  width: 18px;
}
@media (max-width: 1400px) {
  #page_top {
    bottom: 15px;
    right: 15px;
  }
}
[class*="dflex"] {
  display: flex;
  flex-wrap: wrap;
}
[class*="aic"] {
  align-items: center;
}
[class*="aie"] {
  align-items: flex-end;
}
[class*="ais"] {
  align-items: flex-start;
}
[class*="jcc"] {
  justify-content: center;
}
[class*="jcsb"] {
  justify-content: space-between;
}
[class*="jcfe"] {
  justify-content: flex-end;
}
ul {
  list-style: none;
}
.txt__center {
  text-align: center;
}
.vs-50 {
  width: 50%;
}
header.is_page {}
header.is_page .header_box {
  background-color: #ffffff;
  height: 100px;
}
header.is_page .logo img {
  opacity: 0;
}
header.is_page .logo img.scroll {
  opacity: 1;
}
header.is_page .contact .wrap .icon {
  opacity: 0;
}
header.is_page .contact .wrap .icon.active {
  opacity: 1;
}
header.is_page .menu li a {
  font-weight: 500;
  color: #333333;
}
header.is_page .menu li:not(:last-child, .contact-link) a.active {
  color: #5f76d4;
}
header.is_page .menu li:not(:last-child, .contact-link) a.active::before {
  background-color: #5f76d4;
}
.header_box {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: ease all 800ms;
  padding-right: 20px;
}
.header_box.active {
  background-color: #ffffff;
  box-shadow: 0 0 8px #eaeaea;
}
.header_box.active .logo img {
  opacity: 0;
}
.header_box.active .logo img.scroll {
  opacity: 1;
}
.header_box.active .contact .wrap .icon {
  opacity: 0;
}
.header_box.active .contact .wrap .icon.active {
  opacity: 1;
}
.header_box.active .menu li a {
  color: #000000;
}
.header_box.active .menu li a::before {
  background-color: #000000;
}
.header_box-item:first-child {
  padding-left: 30px;
}
.logo {
  position: relative;
}
.logo img {
  vertical-align: top;
  transition: ease all 800ms;
}
.logo img.scroll {
  position: absolute;
  left: 0;
  opacity: 0;
}
.menu li:not(:nth-child(6)) {
  margin-right: 68px;
}
.menu li:not(:nth-child(6)) a {
  padding: 12px 0;
}
.menu li:not(:nth-child(6)) a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  transition: ease all 500ms;
}
.menu li:not(:nth-child(6)) a.active::before {
  width: 100%;
}
.menu li.contact-link {
  position: relative;
  margin-right: 0 !important;
}
.menu li.contact-link a {
  border: 1px solid;
  border-radius: 25px;
  padding-left: 46.5px;
  padding-right: 20px;
  display: flex;
  color: #fff !important;
  background-color: #5f76d4;
}
.menu li.contact-link a::before {
  content: none;
}
.menu li.contact-link a::after {
  content: "";
  height: 5.5px;
  width: 5.5px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(135deg);
  margin-left: 23px;
  margin-top: 7px;
}
.menu li:last-child {
  margin-left: 27px;
  margin-right: 3.854vw;
}
.menu a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
.menu .button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease all 800ms;
}
.menu .button .wrap {
  position: relative;
}
.menu .button .wrap .icon.active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.menu .button .icon, .menu .button .txt {
  width: 100%;
  display: block;
  text-align: center;
}
.menu .button .txt {
  margin-top: 8px;
  font-size: 12px;
  text-align: left;
}
.menu .button .icon img {
  vertical-align: top;
  transition: ease all 800ms;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  transition: 1s ease all;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  /* max-height: 1000px; */
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.main-views {
  position: relative;
}
.main-views .slick-slide {
  position: relative;
}
.main-views .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a2e6c66;
  z-index: 1;
  opacity: 0.4;
}
.slider-txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 51%;
  text-align: left;
  transform: translateY(-50%);
  color: #333333;
  z-index: 5;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url(../img/slder_h2_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-bottom: 55px;
}
.slider-txt .aa {
  padding-left: 120px;
}
.slider-txt h2 {
  font-size: 2.813vw;
  line-height: 1.75;
  letter-spacing: 6.5px;
}
.slider-txt p {
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.2px;
  padding-top: 10px;
}
.slider-scroll {
  position: absolute;
  /* left: 50%; */
  right: 0%;
  bottom: 9.3%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.slider-scroll .line {
  width: 10px;
  height: 5.99vw;
  position: relative;
  display: inline-block;
  left: -6px;
  overflow: hidden;
}
.slider-scroll .line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  z-index: 0;
  left: 4px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-scroll .txt {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0.7813vw;
  color: #ffffff;
  font-size: 1.458vw;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
}
.slider-scroll .dots {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  animation: dotScroll 6s infinite;
}
@keyframes dotScroll {
  0% {
    top: 0px;
    opacity: 1;
  }
  45% {
    top: calc(100% - 9px);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
.container::before, .wrap::before {
  content: " ";
  display: table;
}
.container::after, .wrap::after {
  clear: both;
  content: " ";
  display: table;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.dl-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex-no-w {
  flex-wrap: nowrap;
}
.al-it-c {
  align-items: center;
}
.jtf-c-c {
  justify-content: center;
}
.f-Noto-Serif-JP, .f-Noto-Serif-JP * {
  font-family: "Noto Serif JP", serif;
}
.lh-175 {
  line-height: 1.75;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-white {
  color: #ffffff;
}
.txt-blue {
  color: #006b9e;
}
.fw-500, .fw-500 * {
  font-weight: 500;
}
.bold, .bold * {
  font-weight: 700;
}
.bold-900, .bold-900 * {
  font-weight: 900;
}
.light {
  font-weight: 400 !important;
}
.pS-relative {
  position: relative;
}
.bg-blue {
  background: #006b9e;
}
.bg-white {
  background: #ffffff;
}
.after::after, .before::before {
  content: "";
  display: inline-block;
  clear: both;
}
.jtf-c-bt {
  justify-content: space-between;
}
.content_top_h3 {
  font-size: 54px;
  line-height: 1.41;
  color: #4d4d4d;
  font-weight: 600;
}
.content_top1_p {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
  font-weight: 500;
}
.content_top1_p1 {
  font-size: 28px;
  line-height: 1.75;
  color: #5f76d4;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.mw_1435 {
  max-width: 1445px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.content_top_ct {
  text-align: center;
  margin-bottom: 185px;
}
.top_ct_left {
  width: 45.4%;
}
.top_txt_left {
  margin-top: 25px;
  margin-bottom: 23px;
  padding-left: 38px;
  padding-right: 20px;
}
.top_link {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #4d4d4d;
  padding-left: 42px;
  position: relative;
}
.top_link::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background-image: url(../img/icon_top1.png);
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.top_txt_left p {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
}
.img_top1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  min-height: 800px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.content_top1 {
  padding-top: 240px;
  padding-bottom: 140px;
  position: relative;
}
.sp_bw {
  justify-content: space-between;
}
.top_img_left img {
  width: 100%;
}
.top_ct_left {
  border: 1px solid #e2e2e2;
  margin-bottom: 35px;
}
.top_link2 {
  margin-top: 82px;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  width: 100%;
  max-width: 314px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d4d4d;
  border-radius: 50px;
  position: relative;
  letter-spacing: -0.2px;
}
.top_link2::after {
  position: absolute;
  content: "";
  width: 7.5px;
  height: 11px;
  background-image: url(../img/arrr_top.png);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
}
.mw-1345 {
  max-width: 1345px;
  margin: 0 auto;
  width: 100%;
}
.in_foot_items01 p:first-child {
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}
p {
  margin: 0;
}
.in_foot_items01 {
  width: 24.29%;
}
.in_foot_items02 {
  width: 52.6%;
}
.in_foot_items03 {
  width: 19.73%;
}
/* .in_foot_items04 {

    width: 28.47%;

} */
.dl-flex {
  display: flex;
  flex-wrap: wrap;
}
.dl-flex-now {
  display: flex;
  flex-wrap: nowrap;
}
.in_foot_all {
  align-items: center;
  justify-content: space-between;
  max-width: 730px;
  margin-left: 110px;
}
.in_foot {
  background-color: #333333;
  color: #fff;
  padding-top: 180px;
  padding-bottom: 190px;
  /* background-image: url(../img/img_foot.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.in_foot_items03 a {
  font-size: 35px;
}
.in_foot_items04 a {
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  position: relative;
  margin-top: 40px;
}
.in_foot_items04 a::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow.png);
  width: 8px;
  height: 15px;
  right: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.mw-1080 {
  max-width: 1080px;
  margin-right: 32px;
  margin-left: auto;
}
.in_foot_copy_all {
  font-size: 10px;
  color: #4d4d4d;
  justify-content: space-between;
  font-family: "MS Pゴシック", sans-serif;
  align-items: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.in_foot_map {
  position: relative;
  overflow: hidden;
  max-height: 642px;
}
.in_foot_map iframe {
  display: block;
  width: 100%;
}
.in_foot_items03_tel {
  align-items: center;
}
.in_foot_items03 a {
  margin-left: 8px;
}
.in_foot.left {
  width: 55.625%;
}
.in_foot_right {
  width: 44.375%;
}
.in_foot_right img {
  height: 100%;
  object-fit: cover;
}
.main-views .slider-views-item img {
  /* height: 1000px; */
}
.slider-views.slick-initialized .slick-slide {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header_box-item:first-child {
    padding-left: 3.75vw;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) {
  .header_box-item:first-child {
    padding-left: 20px;
  }
  .logo img {
    width: 280px;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) and (max-width: 1200px) {
  .logo img {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .menu li:not(:nth-child(6)) a:hover::before {
    width: 100%;
  }
  header.is_page .menu li:not(:nth-child(6)) a:hover {
    color: #5f76d4;
  }
  header.is_page .menu li:not(:nth-child(6)) a:hover::before {
    width: 100%;
    background-color: #5f76d4;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .menu li:not(:last-child) {
    margin-right: 3.4375vw;
  }
  .menu li:last-child {
    margin-left: 1.125vw;
  }
}
@media (max-width: 1400px) {
  .menu li.contact-link a {
    padding-left: 2.857vw;
    padding-right: 2.857vw;
  }
  .menu li.contact-link a::after {
    margin-left: 10px;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) {
  .menu li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) and (max-width: 1200px) {
  .menu li:not(:last-child) {
    margin-right: 1.5vw;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) {
  .menu li:last-child {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) and (max-width: 1280px) {
  .menu a {
    font-size: 14px;
  }
}
@media (max-width: 1399px) and (min-width: 1001px) and (max-width: 1200px) {
  .menu .button .icon {
    width: 145px;
  }
}
@media screen and (max-width: 1475px) {
  .content_top1 {
    padding-top: 11.864vw;
    padding-bottom: 12.881vw;
  }
  .top_ct_left {
    width: calc((100% / 2) - 40px);
  }
  .top_txt_left {
    padding-left: 30px;
  }
  .content_top_ct {
    margin-bottom: 7.458vw;
  }
  .content_top_h3 {
    font-size: calc(35px + (54 - 35) * ((100vw - 992px) / (1470 - 992)));
  }
  .top_link {
    font-size: 30px;
  }
  .top_link2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1375px) {
  .mw-1345 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .slider-scroll .txt {
    font-size: 16px;
  }
  #page_top {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .main-views .slider-views-item img {
    height: 90vh;
    object-fit: cover;
  }
  .main-views .slider-txt h2 {
    font-size: 40px;
  }
  .main-views .slider-txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1330px) {
  .in_foot_items03 a {
    font-size: 2.105vw;
  }
  .in_foot_items01 p:first-child {
    font-size: 1.805vw;
  }
}
@media screen and (max-width: 1110px) {
  .mw-1080 {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1000px) {
  .header_box {
    padding-right: 0;
  }
  .anchor_fixtop {
    top: -150px;
  }
  header.is_page .header_box {
    height: unset;
  }
  .menu .button .icon img {
    max-width: 150px;
  }
  .header_box {
    flex-wrap: wrap;
  }
  .header_box-item:first-child {
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_box-item:last-child {
    width: 100%;
    display: none;
  }
  .header_box.active #menu_hum span {
    background-color: #000000;
  }
  .header_box.open {
    background-color: #ffffff;
  }
  .header_box.open #menu_hum span {
    background-color: #000000;
  }
  .header_box.open .logo img {
    opacity: 0;
  }
  .header_box.open .logo img.scroll {
    opacity: 1;
  }
  .header_box.open .contact .wrap .icon {
    opacity: 0;
  }
  .header_box.open .contact .wrap .icon.active {
    opacity: 1;
  }
  .header_box.open .menu li a {
    color: #000000;
  }
  .header_box.open .menu li a::before {
    background-color: #000000;
  }
  .logo img {
    width: 250px;
  }
  .menu li:not(:last-child) {
    border-top: 1px dashed #ccc;
  }
  .menu li:not(:nth-child(6)) a::before {
    content: none;
  }
  .menu li.contact-link {
    border-top: 0;
  }
  .menu li.contact-link a {
    justify-content: center;
  }
  .menu li:last-child .button {
    height: 88px !important;
    align-items: flex-end;
  }
  header.is_page #menu_hum span {
    background: #000000;
  }
  #menu_hum {
    display: block;
    position: relative;
    top: 2px;
  }
  #menu_hum > div {
    width: 40px;
    height: 30px;
    position: relative;
    display: flex;
  }
  #menu_hum span {
    background: #ffffff;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s;
    transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
  }
  #menu_hum span:nth-child(1) {
    top: 1px;
  }
  #menu_hum span:nth-child(2) {
    top: calc(50% - 0px);
  }
  #menu_hum span:nth-child(3) {
    bottom: -2px;
  }
  #menu_hum .change span {
    -webkit-transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
    transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
    transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease;
    transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
  }
  #menu_hum .change span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
  }
  #menu_hum .change span:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(405deg);
    transform: translateY(-50%) rotate(405deg);
    display: none;
  }
  #menu_hum .change span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(405deg);
    transform: translateY(-50%) rotate(405deg);
  }
  .chane-x {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .menu {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .menu li {
    width: 100%;
    margin-right: 0 !important;
  }
  .menu li a {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  .header_box-item:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo img {
    width: 220px;
  }
  .menu li a {
    font-size: 15px;
  }
  .menu li:not(:nth-child(6)) a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .top_ct_left {
    width: calc((100% / 2) - 20px);
  }
  .top_txt_left {
    padding-left: 20px;
  }
  .content_top_h3 {
    font-size: 35px;
  }
  .content_top1_p {
    font-size: 15px;
  }
  .content_top1_p1 {
    font-size: 22px;
  }
  .img_top1 {
    min-height: 590px;
  }
  .top_txt_left p {
    font-size: 15px;
  }
  .in_foot_items01 {
    width: 49%;
    margin-bottom: 20px;
  }
  .in_foot_items02 {
    width: 49%;
    margin-bottom: 20px;
  }
  .in_foot_items04 {
    width: 49%;
  }
  .in_foot_items03 {
    width: 49%;
  }
  .in_foot_items03 a {
    font-size: 28px;
  }
  .in_foot_items01 p:first-child {
    font-size: 28px;
  }
  .in_foot_all {
    justify-content: center;
  }
  .in_foot_map iframe {
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .slider-txt {
    bottom: 30%;
  }
  .main-views .slider-views-item img {
    height: 130.378vw;
    max-height: 130.378vw;
  }
  .slider-scroll {
    bottom: 8%;
  }
  .slider-scroll .line {
    height: 45px;
  }
  .main-views .slider-views-item img {
    /* min-height: 584px; */
    object-fit: cover;
    object-position: 63.5%;
  }
  .main-views .slider-txt h2 {
    font-size: 6.4vw;
  }
  .main-views .slider-txt p {
    font-size: 13px;
    text-shadow: 0px 0px 11px rgb(255, 255, 255), 0px 0px 13px rgb(255, 255, 255);
  }
  .slider-scroll .line {
    height: 10.9375vw;
  }
  .top_ct_left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .top_ct_left:last-child {
    margin-top: 30px;
  }
  .content_top1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content_top_ct {
    margin-bottom: 50px;
  }
  .top_link {
    font-size: 25px;
  }
  .top_link2 {
    height: 60px;
  }
  #menu_hum > div {
    width: 30px;
    height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .in_foot_items01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .in_foot_items02 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .in_foot_items04 {
    width: 100%;
    margin-bottom: 20px;
  }
  .in_foot_items03 {
    width: 100%;
    margin-bottom: 20px;
  }
  .in_foot_all {
    text-align: center;
  }
  .in_foot_items03_tel {
    justify-content: center;
  }
  .in_foot_items04 a {
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 320px;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .top_txt_left {
    padding: 20px 15px;
    margin: 0;
  }
  .content_top_ct {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 540px) {
  .in_foot_copy_all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.6;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .in_foot_copy_all span {
    display: block;
  }
}
@media (max-width: 480px) {}
@media (max-width: 390px) {
  .main-views .slider-txt p {
    font-size: 12.8px;
  }
  .main-views .slider-txt .non__sp {
    display: none;
  }
  .main-views .slider-txt span {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .in_foot_items04 a::before {
    right: 20px;
    top: 50%;
  }
  body {
    font-size: 14px;
  }
}
.slider {
  position: relative;
}
.slick-initialized .slick-slide {
  margin-left: 20px;
}
.slick-next {
  position: absolute;
  top: -70px;
  left: 58%;
}
.slick-prev {
  position: absolute;
  top: -70px;
  left: 30%;
}
.slider .slick-center img {
  width: 100% !important;
}
/* .slider .slick-center {

    width: 10% !important;

} */
/* .slider .slick-active:first-child {

    width: 400px !important;



} */
.top_2_slide .slick-slide.slick-current.slick-active {
  width: 738px !important;
  transform: translateY(-50px);
  position: relative;
  /* margin-left: 0; */
}
.top_2_slide.slick-slide img {
  /* transition: all 1s ease-in-out; */
  transition: ease all 2s;
}
.top_2_slide .slick-slide.slick-current.slick-active img {
  transition: ease all 2s;
  width: 100%;
}
.top_2_cont_title h3 {
  font-size: 54px;
  line-height: 1.5;
}
.top_2_cont_title h3 {
  font-family: "Noto Serif JP", sans-serif;
}
.top_2_cont_title span {
  display: block;
}
.top_2_cont_title .ja {
  font-size: 16px;
}
.top_2_cont_title .en {
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin-top: 17px;
}
.top_2_cont .top_link2 {
  margin-top: 25px;
}
.top_2_slide .slick-track {
  display: flex;
  align-items: end;
  width: 9000px !important;
  height: 622px;
  /* transform: translate3d(-1907px, 0px, 0px) !important; */
}
.top_2_slide .slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 50%;
  width: 10px;
  font-size: 0;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  background-image: url(../img/icon_next.png);
  border: none;
}
.top_2_slide .slick-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 8.5%;
  z-index: 99;
  font-size: 0;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  background-image: url(../img/icon_back.png);
  border: none;
}
.top_2_slide .slick-dots {
  position: absolute;
  display: flex;
  left: 25.5%;
  bottom: 20px;
  gap: 10px;
  font-size: 0;
}
.top_2_slide .slick-dots button {
  font-size: 0;
  background-color: transparent;
  color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}
.mw-770-l {
  max-width: 770px;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}
.top_2_slide {
  margin-top: -295px;
  position: relative;
}
.top_2_slide .slick-dots li button:before {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../img/dots.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top_2_slide .slick-dots li.slick-active button:before {
  display: block;
  background-image: url(../img/dots_active.png);
}
.top_2_cont_title {
  color: #fff;
  position: relative;
  z-index: 10;
}
.top_2_cont .top_link2 {
  color: #fff;
  border-color: #fff;
  z-index: 99;
}
.top_2_cont .top_link2::after {
  background-image: url(../img/arrow.png);
}
#top_2 {
  background-image: url(../img/top_2_bg.png);
  padding-top: 245px;
  padding-bottom: 165px;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_2_slide .slick-track h4 {
  background-color: #fff;
  text-align: center;
  color: #4d4d4d;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}
.top_2_slide .slick-track .slick-current h4 {
  display: block;
}
.top_3_left_title h3 {
  font-size: 54px;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}
.top_3_left span {
  display: block;
}
.top_3_left .en {
  color: #5f76d4;
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.top_3_cont .top_link2 {
  margin-top: 40px;
}
.top_3_left .ja {
  margin-top: 50px;
  margin-bottom: 30px;
}
.gr-slide3__inner {
  max-width: 1460px;
}
.gr-slide3__inner .owl-item img {
  width: 54%;
  transition: all 1s ease-in-out;
}
.gr-slide3__inner .owl-item.active.center img {
  width: 100%;
  transition: all 1s ease-in-out;
}
.gr-slide3-item {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin-top: auto;
  height: 613px;
  transition: all 1s ease-in-out;
}
.gr-slide3-item-img {
  display: flex;
  justify-content: flex-end;
}
.gr-slide3-item-img {
  position: relative;
  display: flex;
  transition: 1s ease;
}
.gr-slide3__inner .owl-item.cloned .active .gr-slide3-item-img {
  justify-content: flex-end;
  width: 100%;
}
.gr-slide3__inner .owl-item.active .gr-slide3-item-img {
  justify-content: flex-start;
  /* width: 100%; */
  transition: all 1s ease-in-out;
}
.gr-slide3__inner .owl-item.active.center .gr-slide3-item-img {
  justify-content: center;
  /* width: 100%;

    height: 100%; */
  transition: 1s ease;
}
.gr-slide3-item img {
  object-fit: cover;
  object-position: bottom center;
}
.gr-slide3__inner .owl-carousel .owl-item {
  height: 100%;
  transition: all 1s ease-in-out;
}
.gr-slide3-item-box, .gr-slide3-item-prp {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.gr-slide3-item-box {
  font-weight: 700;
  width: 100%;
  height: auto;
  display: block;
  font-size: 23px;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
}
.gr-slide3-item-txt {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  opacity: 0;
  transition: all 1.3s ease-in-out;
  left: 0;
  padding-right: 10px;
  padding-left: 20px;
}
.gr-slide3__inner .owl-item.active.center .gr-slide3-item-txt {
  opacity: 1;
  display: block;
  width: 100%;
}
.tlt-en-jp--left {
  left: 120px;
}
.sec3-top {
  margin-top: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -15px center;
  padding-bottom: 120px;
  margin-bottom: 165px;
}
.sec3-top .tlt-en-jp {
  margin-bottom: -10px;
}
.gr-slide3-with-prp {
  max-width: 1780px;
  width: calc(100% - 15px);
  position: relative;
}
.gr-slide3-prp {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}
.gr-slide3-prp .sec1-top-left {
  width: 100%;
}
.gr-slide3-prp .text-hight-tlt {
  font-size: 45px;
}
.gr-slide3-prp .sec1-top-left-txt {
  padding-bottom: 70px;
}
.sec3-top .btn-link-page {
  background-color: #015ca7;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #5f76d4;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-nav button:focus {
  outline: none;
}
.top_3_left {
  width: 29.56%;
}
.top_3_right {
  width: 64.74%;
}
.top_3_cont.dflex {
  justify-content: flex-end;
  align-items: center;
}
#top_3 {
  background-image: url(../img/top_re_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 135px;
}
.show_sp {
  display: none;
}
/*　追加　*/
.sdgs {
  background-image: url(../img/top_sdgs_back.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 135px;
}
.sdgs_item {
  background-color: rgba(255, 255, 255, 0.5);
  justify-content: center;
  padding-bottom: 40px;
}
.sdgs_f {
  width: 100%;
}
.sdgs_item .img {
  margin-top: -40px;
  width: 55%;
  text-align: center;
}
.sdgs_item .img01 {
  margin-top: -40px;
  width: 33%;
  text-align: center;
}
.sdgs_item .img02 {
  margin-top: -70px;
  /*margin-top: -90px;*/
  width: 30%;
  text-align: center;
}
.sdgs_item .txt_box {
  width: 40%;
  margin-left: 4%;
  color: #333333;
}
.sdgs_item .txt_box.item03 {
  width: 30%;
  margin-left: 4%;
  color: #333333;
}
.sdgs_item .txt {
  padding: 40px 0;
}
.sdgs_item .txt h3 {
  font-size: 40px;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 20px;
}
.sdgs_item .txt .ja {
  font-size: 16px;
  margin-bottom: 20px;
}
.sdgs_item .txt .en {
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin-top: 17px;
  color: #023066;
}
.sdgs_item .sdgs_link {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  width: 100%;
  max-width: 314px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d4d4d;
  border-radius: 50px;
  position: relative;
  letter-spacing: -0.2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.sdgs_item .sdgs_link.font15 {
  font-size: 15px;
}
.sdgs_item .sdgs_link::after {
  position: absolute;
  content: "";
  width: 7.5px;
  height: 11px;
  background-image: url(../img/arrr_top.png);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
}
.sdgs_item .sdgs_link {
  color: #333333;
  border-color: #333333;
  z-index: 99;
}
.sdgs_item .sdgs_link::after {
  background-image: url(../img/arrr_top.png);
}
.sdgs_item .sdgs_link.btcent {
  margin: 50px auto 0;
}
@media screen and (max-width: 1600px) {
  .sdgs_item .txt h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1378px) {
  .sdgs_item .txt h3 {
    font-size: 30px;
  }
  .sdgs_item .txt .ja br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sdgs {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .sdgs_item .img {
    margin-top: -40px;
    width: 80%;
    margin: -20px auto 0;
  }
  .sdgs_item .img01 {
    margin-top: -40px;
    width: 70%;
    margin: -20px auto 0;
  }
  .sdgs_item .img02 {
    margin-top: -40px;
    width: 70%;
    margin: 70px auto 0;
  }
  .sdgs_item .txt_box {
    width: 100%;
  }
  .sdgs_item .txt_box.item03 {
    width: 100%;
  }
  .sdgs_item .txt h3 {
    font-size: 22px;
    text-align: center;
  }
  .sdgs_item .txt .ja {
    text-align: center;
    width: 80%;
    margin: auto;
  }
  .sdgs_item .sdgs_link {
    margin: 60px auto 0;
  }
  .sdgs_item .txt .en {
    text-align: center;
  }
  .sdgs_item .sdgs_link.btcent {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1800px) {
  /* .top_2_slide {
    margin-top: 20px;
  } */
  .top_2_slide .slick-track {
    width: 1000vw !important;
  }
  .top_2_cont.mw-770-l {
    /* max-width: 380px; */
    max-width: 30%;
  }
  .top_2_cont_title h3 {
    font-size: 45px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1600px) {
  .in_foot_all {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1378px) {
  .top_2_slide {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .in_foot.left {
    width: 100%;
  }
  .in_foot_right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .slider-txt {
    background-size: cover;
    background-position: 26%;
    padding-bottom: 25px;
    padding-top: 55px;
  }
}
@media screen and (max-width: 992px) {
  .top_2_slide .slick-slide.slick-current.slick-active {
    width: 97.984vw !important;
    margin-right: 20px;
    margin-left: 20px;
  }
  .top_3_cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_3_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_3_right {
    width: 100%;
  }
  .gr-slide3-item {
    height: 360px;
  }
  .top_3_left_title h3 {
    font-size: 25px;
    text-align: center;
  }
  .top_3_left .ja {
    text-align: center;
  }
  .gr-slide3__inner .owl-item img {
    width: 100%;
    transition: unset;
    object-position: top center;
  }
  #top_3 {
    padding-top: 75px;
    padding-bottom: 75px;
    background-size: cover;
    background-position: right;
  }
  .in_foot_all {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .in_foot {
    padding-top: 95px;
    background-position: bottom;
    padding-bottom: 90px;
  }
  .in_foot_items01 {
    width: 55%;
  }
  .in_foot_items02 {
    width: 55%;
    text-align: left;
  }
  .in_foot_items04 {
    width: 100%;
  }
  .in_foot_items04 a {
    max-width: 320px;
  }
  .slider-txt .aa {
    padding-left: 4.41vw;
    padding-right: 4.41vw;
  }
  #top_2 {
    padding-top: 65px;
  }
  .top_2_slide .slick-dots {
    left: 50%;
    transform: translate(-50%, 50px);
  }
  .top_2_cont_title {
    text-align: center;
  }
  #top_2 .top_link2 {
    color: #fff;
    border-color: #fff;
    z-index: 99;
  }
  #top_2 .top_link2::after {
    background-image: url(../img/arrow.png);
  }
  .show_sp {
    display: flex;
  }
  .slider-views.show_sp {
    display: block;
  }
  .show_pc {
    display: none;
  }
  .top_link2.show_sp {
    margin: 0 auto;
    margin-top: 60px;
    height: 78px;
  }
  .top_3_left .en {
    text-align: center;
  }
  .gr-slide3__inner {
    max-width: 72.564vw;
    margin: 0 auto;
  }
  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    height: inherit !important;
  }
}
@media screen and (max-width: 1000px) {
  .header_box.open .menu li a {
    padding: 2.667vw;
  }
}
@media screen and (max-width: 767px) {
  .top_link2.show_sp {
    max-width: 280px;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .in_foot_items02 {
    width: 68%;
    text-align: left;
  }
}
@media screen and (max-width: 390px) {
  .in_foot_items02 {
    width: 83%;
    text-align: left;
  }
}
/* .contact__table{

    margin-top: 100px;

    margin-bottom: 100px;

}

.grid-1111{

    max-width: 1800px;

    margin: 0 auto;

} */
@media screen and (max-width: 767px) {
  .top_2_slide .slick-dots {
    left: 50%;
    transform: translate(-50%, 50px);
  }
  .top_2_slide .slick-track {
    height: unset;
  }
  .slider.center .slick-slide, .slider.center .slick-initialized .slick-slide, .top_2_slide .slick-slide.slick-current.slick-active {
    margin-left: unset;
    margin-right: unset;
    transform: unset;
    width: 100vw !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_2_slide .slick-track h4 {
    display: block;
  }
  .top_2_cont_title h3 {
    font-size: 6.41vw;
  }
  .top_2_cont_title .ja, .top_3_left .ja {
    font-size: 3.333vw;
    margin-top: 20px;
  }
  .top_3_left_title h3 {
    font-size: 6.41vw;
  }
  .mw-770-l {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .content_top_h3 {
    font-size: 5.333vw;
  }
  #top_2 {
    padding-bottom: 16vw;
  }
  .gr-slide3-item-box {
    font-size: 3.733vw;
  }
  .in_foot {
    padding: 16vw 0;
  }
  .top_txt_left p {
    font-size: 3.733vw;
  }
  .slider-txt {
    bottom: 30%;
    padding-bottom: 144px;
    padding-top: 8px;
  }
  .slider-views-item img {
    width: 100%;
    height: auto;
  }
  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    height: inherit !important;
  }
}
@media (min-width: 1100px) {
  .wow_custom {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  .wow_custom.show {
    animation: fade_in_0 500ms 500ms ease-in-out;
    animation-fill-mode: forwards;
  }
  .wow_custom.show.wow_vz_02 {
    animation: fade_in_0 500ms 500ms linear;
    animation-fill-mode: forwards;
  }
  .wow_custom.show.wow_vz_03 {
    animation: fade_in_0 500ms 1000ms linear;
    animation-fill-mode: forwards;
  }
  .wow_custom.show.wow_vz_04 {
    animation: fade_in_0 500ms 1500ms linear;
    animation-fill-mode: forwards;
  }
  .wow_custom.show.wow_vz_05 {
    animation: fade_in_0 500ms 2000ms linear;
    animation-fill-mode: forwards;
  }
  @keyframes fade_in_0 {
    0% {
      opacity: 0;
      transform: translate3d(0, 100px, 0);
    }
    100% {
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fade_in_1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade_in {
    0% {
      opacity: 0;
      position: relative;
      top: 100px;
    }
    100% {
      position: relative;
      top: 0px;
      opacity: 1;
    }
  }
  @keyframes fade_left {
    0% {
      opacity: 0;
      transform: translate3d(-100px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fade_right {
    0% {
      opacity: 0;
      transform: translate3d(100px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translateZ(0);
    }
  }
  [data-animation="fade-left"].show {
    animation: fade_left 500ms 1s ease-in-out;
    animation-fill-mode: forwards;
  }
  [data-animation="fade-right"].show {
    animation: fade_right 500ms 1s ease-in-out;
    animation-fill-mode: forwards;
  }
  .wow_custom_no {
    opacity: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 380px) {
  .slider-txt {
    bottom: 30%;
    padding-bottom: 173px;
    padding-top: 20px;
  }
}
.add_content .text {
  max-width: 1790px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.add_content {
  padding: 60px 0;
}
.text_p {
  font-size: 15px;
  color: #ccc;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .add_content {
    padding: 50px 0;
  }
  .text_p {
    font-size: 14px;
  }
}
swiper-container {
  width: 100%;
  height: 614px;
}
swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  transition: ease all 1s;
}
.swiper-button-prev {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 56.8%;
  width: 10px;
  font-size: 0;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  background-image: url(../img/icon_next.png);
  border: none;
  z-index: 9999;
}
.swiper-button-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 14.7%;
  z-index: 99;
  font-size: 0;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  background-image: url(../img/icon_back.png);
  border: none;
}
h4 {
  text-align: center;
  margin: 0 auto;
  bottom: 0;
}
.mySwiper h4 {
  position: absolute;
  background-color: #fff;
  width: 100%;
  display: block;
  opacity: 0;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* transform: translateY(50px); */
}
.swiper-slide-next h4 {
  display: block;
  opacity: 1;
  /* transform: translateY(0px); */
  /* transition: ease all 0.6s; */
}
swiper-slide img {
  display: block;
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  /* transition: ease all 0.5s; */
}
/* .top_2_slide div .swiper-slide-next {
  height: 514px;
  width: 738px !important;
  /* transform: translateY(30px); */
/* display: block; 

 
} */
/* .swiper-slide-next img {
  transform: translateY(-50px);
} */
.swiper-pagination-bullet {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background-color: #959595;
  border-radius: 100%;
  cursor: pointer;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pagination {
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 9999;
  left: 32.5%;
  bottom: 7%;
}
@media screen and (max-width: 1820px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  swiper-slide img {
    height: auto;
  }
  .swiper-pagination {
    bottom: 12%;
    left: 37%;
    transform: translateX(-37%);
  }
}
@media screen and (max-width: 1630px) {
  .swiper-pagination {
    bottom: 12%;
    left: 38.5%;
    transform: translateX(-38.5%);
  }
}
@media screen and (max-width: 1560px) {
  .swiper-pagination {
    bottom: 12%;
    left: 39.5%;
    transform: translateX(-39.5%);
  }
}
.top_2_slide div .swiper-slide-next {
  height: 514px;
  width: 738px !important;
  /* transform: translateY(30px); */
  /* display: block; */
  animation-name: slide_view;
  animation-duration: 1s;
}
.swiper-slide-next img {
  transform: translateY(-50px);
}
@media screen and (max-width: 1430px) {
  .swiper-pagination {
    bottom: 12%;
    left: 46.5%;
    transform: translateX(-46.5%);
  }
}
@media screen and (max-width: 1399px) {
  #top_2 {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1380px) {
  /* .swiper-slide-next h4 {
        display: none;
    } */
  .swiper-slide-active h4 {
    display: block;
    opacity: 0;
    transform: none;
  }
  /* .swiper-pagination {
    bottom: 3%;
    left: 48vw;
  } */
  /* .swiper-slide-active {
    width: fit-content !important;
    margin-right: 0 !important;
  } */
}
@media screen and (max-width: 1378px) {
  swiper-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: unset;
  }
  .swiper-slide-active h4 {
    display: block;
    opacity: 1;
  }
  .swiper-slide-active {
    width: fit-content !important;
    margin-right: 0 !important;
  }
  .top_2_slide div .swiper-slide-next {
    width: fit-content !important;
    height: fit-content;
  }
  .swiper-pagination {
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_2_cont.mw-770-l {
    max-width: 100%;
    text-align: center;
  }
  .top_2_cont .top_link2 {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-slide-active {
    width: fit-content !important;
    margin-right: 0 !important;
  }
  .swiper-slide-active h4 {
    display: block;
    opacity: 1;
  }
  swiper-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: unset;
  }
  .swiper-pagination {
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1127px) {
  swiper-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: unset;
  }
  .swiper-slide-active h4 {
    display: block;
    opacity: 1;
  }
  .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -8%;
  }
  .top_2_slide div .swiper-slide-next {
    width: fit-content !important;
    height: fit-content;
  }
  .swiper-slide-active {
    width: fit-content !important;
    margin-right: 0 !important;
  }
  /* .swiper-slide-next img {
    height: auto;

    width: auto;

    transform: none;
  } */
}
@media screen and (max-width: 992px) {
  .swiper-slide-active h4 {
    display: block;
    opacity: 1;
    transform: none;
  }
}
/* @media screen and (max-width: 1499px) {
  .swiper-pagination {
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
  }

  .swiper-slide-active h4 {
    opacity: 1;

  }

  .swiper-slide-active {
    width: 500px !important;
  }

  .swiper-slide-next h4 {
    opacity: 0;
  }
} */