@import url("https://baycrews.jp/src/feature/assets/css/swiper-bundle.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body {
  width: 100%;
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  html {
    height: -webkit-fill-available;
  }
}
body {
  line-height: 1.8;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: currentColor;
}

a:hover, a:active, a.active {
  color: currentColor;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
:root {
  font-size: 10px;
}

/*all*/
.flex {
  display: flex;
  justify-content: space-between;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.invisible {
  visibility: hidden;
}

.animated {
  animation-duration: 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 0.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.js-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.js-loader.complete {
  opacity: 0;
  pointer-events: none;
}

.l-loader {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #fff;
}

.l-loader__brand {
  max-width: 200px;
}

.l-loader__loading {
  padding-top: 30px;
  animation: flash 1s linear infinite;
  text-align: center;
  font-size: 1.4rem;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.l-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  contain: paint;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(..//img/bg.jpg);
  background-repeat: repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .l-container {
    display: block;
  }
}
.l-kv {
  width: 100vw;
  position: relative;
  margin-bottom: 10%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-kv {
    height: auto;
  }
}
.l-kv_image {
  position: relative;
  z-index: 20;
}
.l-kv_image p {
  animation-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .l-kv_image {
    animation-delay: 1.3s;
  }
}
.l-kv_ttl {
  width: 100vw;
  z-index: 50;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-kv_ttl p {
  width: 40%;
  animation-delay: 0.2s;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-kv_ttl p {
    width: 70%;
  }
}

.l-sticky {
  background-color: #E8E8E8;
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}
.l-sticky_ttl {
  width: 65%;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-sticky {
    display: none;
  }
}

.l-article {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-article {
    width: 100%;
  }
}
.l-article .lead {
  font-size: 1.6rem;
  line-height: 2.7rem;
  padding: 40% 13%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-article .lead {
    padding: 20% 10%;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
.l-article .lead p {
  margin-bottom: 1.5rem;
}
.l-article .lead_jp {
  margin-bottom: 15%;
}
.l-article .lead_eng {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.l-article .sz-1 {
  width: 75%;
  border: 3px solid white;
  margin-left: auto;
  margin-right: auto;
}
.l-article .sec {
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .l-article .sec {
    margin-bottom: 13%;
  }
}
.l-article .sec-img {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .l-article .sec-img {
    margin-bottom: 7%;
  }
}
.l-article .sec .flex {
  flex-wrap: wrap;
}
.l-article .sec-txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  width: 80%;
  margin: auto;
  overflow: hidden;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-article .sec-txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.l-article .sec-txt_s {
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10% 0;
  border-bottom: 0.7px solid #231916;
  letter-spacing: 0;
}
.l-article .sec-txt p {
  margin-bottom: 1.3rem;
}
.l-article .sec1 .sec-txt, .l-article .sec6 .sec-txt {
  width: 75%;
  margin: auto;
}
.l-article .sec8 .sec-txt {
  margin-bottom: 10%;
}
.l-article .sec8 .sec-txt p:nth-of-type(1) {
  margin-bottom: 10%;
}
.l-article .sec8 .sec-txt p:nth-of-type(2) span {
  display: block;
  margin: 0 auto 0.5rem 0;
  position: relative;
  font-size: 1.6rem;
}
.l-article .sec8 .sec-txt p:nth-of-type(2) span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #231916;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-article .sec8 .flex.flex-2 .left, .l-article .sec8 .flex.flex-2 .right {
  width: 50%;
}
.l-article .sec8 .flex.flex-2 .right {
  margin: 40% 0 auto auto;
}
.l-article .sec .flex .left, .l-article .sec .flex .right {
  width: 50%;
}
.l-article .sec .flex-2 .left {
  width: 65%;
  margin: 0 auto auto 0;
}
.l-article .sec .flex-2 .right {
  width: 65%;
  margin: -20% 0 auto auto;
  z-index: 5;
  position: relative;
}
.l-article .snapW {
  margin-top: 30%;
}
.l-article .snapW-main {
  margin: 0 auto 25%;
}
.l-article .snapW-main_ttl {
  width: 70%;
  margin: 0 auto 2%;
}
.l-article .snapW-main_txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4rem;
  margin-bottom: 4%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-article .snapW-main_txt {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.l-article .snapW-main_img .flex {
  justify-content: center;
  gap: 5px;
}
.l-article .snapW-main_img .flex-each {
  width: 33.3333333333%;
}
.l-article .snapW-each {
  position: relative;
  margin-bottom: 20%;
}
.l-article .snapW-each-1_ttl {
  z-index: 10;
  transform: translateZ(1px);
  top: -70px;
  right: 20px;
  width: 15%;
  position: absolute;
}
.l-article .snapW-each-1_ttl .flex {
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.l-article .snapW-each-1_ttl .flex .ig {
  width: 50%;
}
.l-article .snapW-each_ttl {
  width: 13%;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 10;
  transform: translateZ(1px);
}
.l-article .snapW-each_inner {
  width: 80%;
  margin: 0 auto;
}
.l-article .snapW-each_inner .ph-1 {
  margin-bottom: 5%;
}
.l-article .snapW-each_inner_txt {
  background: white;
  border: 1px solid #231916;
  padding: 5% 3% 3%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 25px;
  margin-top: -10%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-article .snapW-each_inner_txt {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.l-article .snapW-each_inner_txt p:last-of-type {
  margin-top: 20px;
}
.l-article .snapW-each_inner_txt p:last-of-type span {
  display: inline-block;
  margin-left: 10px;
}
.l-article .snapW-each_inner_txt p:last-of-type a {
  display: inline-block;
  border: 1px solid #231916;
  border-radius: 10px;
  padding: 1px 7px;
  margin-left: 10px;
  transition: background-color 0.3s linear;
}
.l-article .snapW-each_inner_txt p:last-of-type a:hover {
  background-color: #231916;
  color: white;
}
.l-article .sec-map {
  margin: 30% auto;
}
.l-article .sec-map_ttl {
  width: 50%;
  margin: 0 auto 3%;
}
.l-article .sec-map a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}
.l-article .sec-map a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.l-article .l-footer {
  padding-bottom: 2%;
}
.l-article .l-footer_logo {
  width: 20%;
  margin: 0 auto 10%;
}
@media screen and (max-width: 768px) {
  .l-article .l-footer_logo {
    width: 27%;
  }
}
.l-article .l-footer .flex {
  margin-bottom: 5%;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-article .l-footer .flex {
    margin-bottom: 15%;
    gap: 15px;
  }
}
.l-article .l-footer .flex a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 2px solid #231916;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .l-article .l-footer .flex a {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.l-article .l-footer .copyr {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}

.swiper-container1 {
  width: 100%;
}

.swiper-container {
  position: relative;
}

.swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

_:lang(x) + _:-webkit-full-screen-document, .snapW-each-1_ttl {
  z-index: 10;
  transform: translateZ(1px);
  top: -70px;
  right: 20px;
  width: 15%;
  position: absolute;
}/*# sourceMappingURL=style.css.map */