@charset "UTF-8";
/*************************************************
 * *
 * * boat 2023 style start
 * * */
/************************************************* */
/*common style start--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
/* 欧文フォント指定 */
/* 3sカラー */
/* clearfix */
@import url("https://fonts.googleapis.com/css?family=Montserrat:900");
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*common style end--------------------------------------------------------- */
html {
  font-size: 62.5%;
}

.main {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

section {
  padding: 0;
}

h3 {
  font-size: 2.4rem;
  font-weight: normal;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .circle {
  display: block;
  position: relative;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #01B3CD;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo {
  position: fixed;
  top: 1%;
  left: 1%;
  z-index: 4;
}
.logo img {
  width: 30%;
}

#page_top {
  position: fixed;
  display: block;
  bottom: 7%;
  right: 1%;
  width: 60px;
  height: 60px;
  background: #01B3CD url("./img/arrow-top-w.png") no-repeat center/20px;
  z-index: 3;
}

.entry_btn {
  display: block;
  position: fixed;
  bottom: 1%;
  right: 0.9%;
  line-height: 0.5;
  z-index: 4;
}
.entry_btn img {
  width: 220px;
}

.entry_btn:hover {
  box-shadow: 0 0 2px #ffffef, 0 0 5px #FFFFef, 0 0 15px #FFFFef, 0 0 25px #FFFFef;
}

section#zero #boat_icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 3;
}
section#zero #boat_icn img {
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%) translateX(-120px);
}
section#zero > div {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
section#zero #opening_img {
  display: grid;
  height: 100vh;
  align-items: center;
}
section#zero #opening_img div {
  width: 100%;
  text-align: center;
}
section#zero #opening_img div img {
  width: 80%;
}
section#zero .copy {
  position: absolute;
  top: 43%;
  width: 100%;
  text-align: center;
  font-size: 5rem;
  line-height: 1.2;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  text-shadow: 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
  z-index: 2;
}
section#zero .scroll {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  text-shadow: 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white, 0 0 15px white;
}
section#zero .scroll div.scroll_mark {
  margin: 10px 0 0 0;
  rotate: 90deg;
}

section#first div.nuki {
  background: #080b78;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 5vh 0;
}
section#first div.nuki h1 {
  position: relative;
  top: 5vh;
  left: 50%;
  margin: 0 0 7vh 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15rem;
  text-align: center;
  letter-spacing: 1vw;
  transform: translateX(-50%);
  color: whit;
  background: url("./img/water_back.jpg");
  background-size: auto 200%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 15s linear infinite;
}
@keyframes shine {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}
section#first div.nuki .appeal_3s {
  display: flex;
  flex-direction: column;
}
section#first div.nuki p {
  display: inline-block;
  margin: 10px auto;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 12px 20px;
  background: white;
}
section#first div.nuki p br {
  display: none;
}

section#second {
  background: #efefef;
}
section#second > div {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0;
  font-size: 1.8rem;
}
section#second > div #s2_img1,
section#second > div #s2_img2 {
  height: 230px;
  vertical-align: top;
}
section#second > div #s2_img3 {
  width: 43%;
}
section#second > div #s2_title {
  position: absolute;
  left: 50px;
  top: 340px;
  width: 44%;
}
section#second > div .boat_txt {
  position: relative;
  margin: 40px 150px 0 50px;
}
section#second > div h3 {
  padding: 5px 0;
}
section#second > div hr {
  height: 0;
  border: 0;
  border-top: 2px dotted #aaa;
}
section#second > div ul {
  margin: 15px 0 50px 50px;
  list-style: "・";
}
section#second > div ul li {
  margin: 0 0 10px 0;
  color: #555555;
}
section#second > div p {
  margin: 50px 0 0 38px;
  line-height: 1.5;
}
section#second > div #s2_img4 {
  width: 20%;
  margin: 30px 0 0 850px;
}

section#third {
  background: #e3ecff;
}
section#third > div {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 70px 0;
  font-size: 1.8rem;
}
section#third > div #s3_img1,
section#third > div #s3_img2 {
  height: 240px;
  vertical-align: top;
}
section#third > div #s3_img3 {
  width: 42%;
}
section#third > div #s3_title {
  position: absolute;
  left: 50px;
  top: 346px;
  width: 28%;
}
section#third > div .boat_txt {
  position: relative;
  margin: 40px 150px 0 50px;
}
section#third > div h3 {
  padding: 5px 0;
}
section#third > div hr {
  height: 0;
  border: 0;
  border-top: 2px dotted #aaa;
}
section#third > div #s3_img4 {
  position: absolute;
  top: 12%;
  left: 60%;
  width: 25%;
}
section#third > div #s3_img5 {
  position: absolute;
  top: 55%;
  left: 60%;
  width: 20%;
}
section#third > div ul {
  margin: 15px 0 40px 50px;
  list-style: "・";
}
section#third > div ul li {
  margin: 0 0 10px 0;
  color: #555555;
}
section#third > div p {
  margin: 50px 0 0 38px;
  line-height: 1.5;
}
section#third > div p span {
  display: block;
  color: #001bbf;
}
section#third > p {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
}
section#third > p .sp_br {
  display: none;
}
section#third #s3_img6 {
  display: block;
  width: 16%;
  margin: 50px auto 0 auto;
}

.wave {
  position: relative;
  text-align: center;
  background: #e3ecff;
  color: #222222;
}
.wave h1 {
  padding: 10vh;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 4.8rem;
}
.wave .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .header .waves {
    height: 40px;
    min-height: 40px;
  }
  .header h1 {
    font-size: 2.4rem;
  }
}
.footer_recruit div {
  width: 90%;
  margin: 4%;
}
.footer_recruit div a {
  text-decoration: none;
}
.footer_recruit div a img {
  float: left;
  width: 400px;
  margin: 0 2%;
}
.footer_recruit div h5 {
  margin: 2% 4%;
  font-size: 2rem;
  font-weight: normal;
}
.footer_recruit div h5 span {
  display: block;
  margin: 0.5% 0;
  font-size: 1.5rem;
  color: #01B3CD;
}
.footer_recruit div p {
  margin: 2% 0;
}

/*************************************************
 * *
 * * boat 2023 tablet style start
 * * */
/************************************************* */
/*tab style start--------------------------------------------------------- */
@media screen and (max-width: 1279px) and (orientation: landscape), screen and (max-width: 1279px) {
  section#second > div {
    width: 100%;
  }
  section#second > div #s2_img1,
  section#second > div #s2_img2 {
    height: 205px;
  }
  section#second > div #s2_img3 {
    width: 38%;
  }
  section#second > div #s2_title {
    top: 30%;
  }
  section#third > div {
    width: 100%;
  }
  section#third > div #s3_img1,
  section#third > div #s3_img2 {
    height: 210px;
  }
  section#third > div #s3_img3 {
    width: 38%;
  }
  section#third > div #s3_title {
    top: 27%;
  }
}
/*************************************************
 * *
 * * boat 2023 SP style start
 * * */
/************************************************* */
/*sp style start--------------------------------------------------------- */
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  #page_top {
    bottom: 5%;
    width: 10vw;
    height: 10vw;
    background-size: 13px;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (width <= 376px), screen and (max-width: 932px) and (width <= 376px) {
  #page_top {
    bottom: 7%;
    right: 1%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  #page_top {
    bottom: 10%;
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  .entry_btn {
    width: 35%;
  }
  .entry_btn img {
    width: 100%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  .entry_btn {
    width: 16%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#zero #boat_icn img {
    width: 18%;
    top: 46.5%;
    left: -15%;
    transform: translateY(-46.5%) translateX(-15%);
  }
  section#zero #opening_img div img {
    width: 105%;
    margin-bottom: 5vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#zero #opening_img div img {
    width: 70%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#zero .copy {
    top: 43%;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (width <= 376px), screen and (max-width: 932px) and (width <= 376px) {
  section#zero .copy {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#zero .copy {
    top: 36%;
    font-size: 4rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#zero .scroll {
    bottom: 6%;
  }
  section#first div.nuki {
    width: 100%;
    padding: 0 0 5vh 0;
  }
  section#first div.nuki h1 {
    margin: 0 0 7vh 0;
    font-size: 9rem;
  }
  section#first div.nuki p {
    margin: 10px auto;
    padding: 2.2% 3.5%;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
  }
  section#first div.nuki p br {
    display: block;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#first div.nuki h1 {
    font-size: 7rem;
  }
  section#first div.nuki p {
    margin: 1% auto;
    padding: 1% 3%;
  }
  section#first div.nuki p br {
    display: none;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#second > div {
    padding: 8% 4%;
  }
  section#second > div #s2_img1,
  section#second > div #s2_img2,
  section#second > div #s2_img3 {
    height: 9.1vh;
    width: auto;
  }
  section#second > div #s2_title {
    left: 3.8%;
    top: 20%;
    width: 70%;
  }
  section#second > div .boat_txt {
    position: relative;
    margin: 15% 0 0 0;
  }
  section#second > div h3 {
    padding: 3% 0 0 0;
    font-size: 2rem;
  }
  section#second > div ul {
    margin: 2% 0 3% 2%;
  }
  section#second > div ul li {
    margin: 0 0 2% 5%;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  section#second > div p {
    margin: 10% 0 0 0;
    line-height: 1.2;
    font-size: 1.6rem;
  }
  section#second > div p br {
    display: none;
  }
  section#second > div #s2_img4 {
    position: relative;
    right: -70%;
    width: 30%;
    margin: 0;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (width <= 376px), screen and (max-width: 932px) and (width <= 376px) {
  section#second > div #s2_img1,
  section#second > div #s2_img2,
  section#second > div #s2_img3 {
    height: 11vh;
  }
  section#second > div #s2_title {
    top: 20%;
  }
  section#second > div ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#second > div {
    padding: 4%;
  }
  section#second > div #s2_img1,
  section#second > div #s2_img2,
  section#second > div #s2_img3 {
    height: 40vh;
  }
  section#second > div #s2_title {
    left: 3.8%;
    top: 28%;
    width: 45%;
  }
  section#second > div .boat_txt {
    margin: 8% 0 0 0;
  }
  section#second > div p {
    margin: 4% 0 0 0;
    line-height: 1.6;
  }
  section#second > div p br {
    display: block;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape) and (max-width: 667px), screen and (max-width: 932px) and (orientation: landscape) and (max-width: 667px) {
  section#second > div #s2_img1,
  section#second > div #s2_img2,
  section#second > div #s2_img3 {
    height: 35vh;
  }
  section#second > div #s2_title {
    top: 26%;
  }
  section#second > div .boat_txt {
    margin: 9% 0 0 0;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#third > div {
    padding: 8% 4%;
  }
  section#third > div #s3_img1,
  section#third > div #s3_img2,
  section#third > div #s3_img3 {
    height: 9.4vh;
    width: auto;
  }
  section#third > div #s3_title {
    left: 3.8%;
    top: 10%;
    width: 45%;
  }
  section#third > div .boat_txt {
    position: relative;
    margin: 15% 0 0 0;
  }
  section#third > div .boat_txt p {
    margin: 10% 0 0 0;
    line-height: 1.2;
    font-size: 1.6rem;
  }
  section#third > div .boat_txt br {
    display: none;
  }
  section#third > div .boat_txt span {
    display: inline;
  }
  section#third > div .boat_txt .img_center {
    display: flex;
  }
  section#third > div #s3_img4 {
    position: static;
    width: 60%;
    margin: 5% auto;
  }
  section#third > div #s3_img5 {
    position: static;
    width: 60%;
    margin: 10% auto 3% auto;
  }
  section#third > div h3 {
    padding: 3% 0 0 0;
    font-size: 2rem;
  }
  section#third > div ul {
    margin: 2% 0 3% 2%;
  }
  section#third > div ul li {
    margin: 0 0 2% 5%;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  section#third p {
    margin: 3% 0 10% 0;
    line-height: 1.4;
    font-size: 2.1rem;
  }
  section#third p .sp_br {
    display: block;
  }
  section#third #s3_img6 {
    width: 30%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (width <= 376px), screen and (max-width: 932px) and (width <= 376px) {
  section#third > div {
    padding: 4%;
  }
  section#third > div #s3_img1,
  section#third > div #s3_img2,
  section#third > div #s3_img3 {
    height: 11.5vh;
  }
  section#third > div #s3_title {
    top: 9%;
  }
  section#third > div ul li {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#third > div {
    padding: 4%;
  }
  section#third > div #s3_img1,
  section#third > div #s3_img2,
  section#third > div #s3_img3 {
    height: 41vh;
  }
  section#third > div #s3_title {
    top: 21%;
    width: 32%;
  }
  section#third > div .boat_txt {
    margin: 8% 0 0 0;
  }
  section#third > div .boat_txt p {
    margin: 8% 0 0 0;
  }
  section#third > div .boat_txt br {
    display: block;
  }
  section#third > div .boat_txt span {
    display: block;
  }
  section#third > div #s3_img4 {
    position: absolute;
    top: 10%;
    left: 60%;
    width: 33%;
  }
  section#third > div #s3_img5 {
    position: absolute;
    top: 46%;
    left: 60%;
    width: 26%;
  }
  section#third p {
    margin: 2% 0 0 0;
    line-height: 1.6;
    font-size: 2.5rem;
  }
  section#third p .sp_br {
    display: none;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape) and (max-width: 667px), screen and (max-width: 932px) and (orientation: landscape) and (max-width: 667px) {
  section#third > div #s3_img1,
  section#third > div #s3_img2,
  section#third > div #s3_img3 {
    height: 36vh;
  }
  section#third > div #s3_title {
    top: 20%;
  }
  section#third > div ul li {
    font-size: 1.35rem;
  }
  section#third > div #s3_img4 {
    left: 65%;
  }
  section#third > div #s3_img5 {
    left: 65%;
    width: 30%;
  }
  section#third p {
    margin: 2% 0 6% 0;
    line-height: 1.6;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  .wave .waves {
    height: 5vh;
    min-height: 50px;
    max-height: 100px;
  }
  .footer_recruit div {
    width: 98%;
    margin: 4% 2%;
  }
  .footer_recruit div a img {
    width: 43%;
    margin: 0 2%;
  }
  .footer_recruit div h5 {
    margin: 3% 0;
    font-size: 1.6rem;
  }
  .footer_recruit div h5 span {
    margin: 2% 0 1% 0;
    font-size: 1.2rem;
  }
  .footer_recruit div p {
    margin-right: 2%;
    font-size: 1.5rem;
  }
  .recuit-entry {
    margin: 0;
    padding: 4% 0 8% 0;
  }
  .recuit-entry .section-desc {
    margin: 3% auto;
    text-align: center;
  }
}

/*# sourceMappingURL=boat.css.map */
