@charset "UTF-8";
/*************************************************
 * *
 * * recruit 2023 style start
 * * */
/************************************************* */
/* common style start--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap");
/* 欧文フォント指定 */
/* 3sカラー */
/* SP 横幅 */
/* clearfix */
.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;
}

h3 {
  position: relative;
  padding: 3% 0 0 0;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
  z-index: 1;
}
h3 span {
  position: relative;
  display: block;
  top: -20px;
  font-size: 10rem;
  font-weight: bold;
  white-space: nowrap;
  z-index: -1;
  font-family: "Didact Gothic", sans-serif;
}

h4 {
  font-size: 3rem;
  font-weight: normal;
  background: url("./img/zero_rogo.png") no-repeat left 4px/24px;
  text-indent: 27px;
  margin-bottom: 2%;
}

#more_btn {
  width: 200px;
  margin: 2% auto;
  padding: 1% 0;
  font-weight: bold;
  background-image: linear-gradient(0deg, rgb(231, 132, 156), rgb(255, 206, 159));
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Didact Gothic", sans-serif;
}

section {
  padding: 0;
}

.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);
  }
}
section#zero div.opening {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50vh 50vh;
  background: #000000;
}
section#zero div.tower {
  grid-row: 1;
  grid-column: 1/3;
  background: url("./img/zero_tower.jpg") no-repeat center/cover;
}
section#zero div.r1 {
  grid-row: 2/3;
  grid-column: 1;
  background: url("./img/zero_r2.jpg") no-repeat center/cover;
}
section#zero div.r2 {
  grid-row: 2/3;
  grid-column: 2;
  background: url("./img/zero_r1.jpg") no-repeat center/cover;
}

.type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  font-size: 4rem;
  white-space: nowrap;
  font-weight: normal;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.type #zero_rogo {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
}
.type #type_3s {
  display: inline-block;
  text-shadow: 0px 0px 4px rgb(255, 255, 255);
}

.scroll {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  font-family: "Didact Gothic", sans-serif;
}
.scroll div.scroll_mark {
  margin: 10px 0 0 0;
  rotate: 90deg;
}

.ityped-cursor {
  font-size: 3.5rem;
  opacity: 1;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}
.logo {
  position: fixed;
  top: 1%;
  left: 1%;
  z-index: 3;
}
.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: 3;
}
.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#first {
  position: relative;
  height: 100vh;
  background-color: #f7f5ee;
}
section#first .copy {
  position: absolute;
  left: 15%;
  font-size: 5rem;
  color: #111111;
  overflow: hidden;
  z-index: 1;
}
section#first .copy div {
  padding: 5% 0 0 0;
}
section#first .copy span {
  position: relative;
  top: -15px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Didact Gothic", sans-serif;
}
section#first .copy br.sp_line {
  display: none;
}
section#first .copy .curtain,
section#first .copy .curtain2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f5ee;
  z-index: 2;
}
section#first .copy:nth-of-type(1) {
  top: 14%;
}
section#first .copy:nth-last-of-type(1) {
  bottom: 12vh;
  letter-spacing: -2px;
}
section#first .img_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 48vh;
  overflow: hidden;
}
section#first .img_box img {
  position: absolute;
  width: 100%;
}

section#movie div {
  width: 100%;
  padding-bottom: 7%;
  text-align: center;
}
section#movie div h3 {
  margin-bottom: 2%;
}
section#movie div h3 span {
  color: #ededed;
}
section#movie div iframe {
  width: 560px;
  height: 315px;
}

section#second {
  background-image: linear-gradient(0deg, rgb(196, 223, 253), rgb(233, 240, 250));
  color: #444444;
  padding-bottom: 5%;
}
section#second h3 span {
  color: #cbe1ff;
}
section#second .work_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 1% auto 0 auto;
}
section#second .program,
section#second .operation,
section#second .img_box {
  width: 47%;
  margin-bottom: 5%;
  overflow: hidden;
}
section#second .program h4,
section#second .operation h4 {
  font-size: 3rem;
  font-weight: normal;
}
section#second .program div,
section#second .operation div {
  position: absolute;
  bottom: 2%;
  font-size: 8rem;
  font-weight: bold;
  white-space: nowrap;
  color: #6fa9ff;
  opacity: 0.18;
  font-family: "Didact Gothic", sans-serif;
}
section#second .program p,
section#second .operation p {
  margin: 3% 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}
section#second .img_box img {
  width: 100%;
}
section#second .op_img,
section#second .operation {
  margin-top: 3%;
}

section#third {
  background-image: linear-gradient(0deg, rgb(220, 219, 216), rgb(236, 237, 234));
  color: #6e6e6e;
}
section#third h3 span {
  color: #fdfdfd;
  font-size: 7rem;
  padding-top: 10px;
}
section#third .data {
  width: 80%;
  padding-bottom: 4%;
  margin: 0 auto;
}
section#third .data > p {
  margin-bottom: 2%;
}
section#third .data .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 1.3% 1%;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
}
section#third .data .detail div {
  position: relative;
  width: 47%;
  margin: 1% 0;
  padding: 1.5% 3% 2% 3%;
  background: #ffffe3 url("./img/detail_back.png");
  border-radius: 20px;
}
section#third .data .detail div .detail_img {
  position: absolute;
  right: 5%;
  bottom: 20%;
  width: 15%;
}
section#third .data .detail div h5 {
  font-size: 3rem;
  font-weight: normal;
}
section#third .data .detail div h5 span {
  display: block;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #6ec4d0;
  font-family: "Didact Gothic", sans-serif;
}
section#third .data .detail div p {
  font-size: 2rem;
  text-align: center;
}
section#third .data .detail div p span {
  font-size: 8rem;
}
section#third .data .detail div p.subt {
  margin: 3% 0 0 0;
  font-size: 1.5rem;
  text-align: left;
}
section#third .data .detail div:nth-of-type(3) p {
  margin-right: 10%;
  font-size: 1.8rem;
}
section#third .data .detail div:nth-of-type(3) p span {
  font-size: 5rem;
}
section#third .data .detail div:nth-of-type(3) img {
  right: 3%;
}
section#third .data .detail div:nth-of-type(4) p {
  margin-top: 3%;
}
section#third .data .detail div:nth-of-type(9) img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
section#third .data .detail div:nth-of-type(9) p {
  margin: 3% 0 0 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
}
section#third .data .detail div:last-child {
  background: none;
  text-align: center;
  padding-top: 8%;
}
section#third .data .detail div:last-child img {
  width: 100%;
}

section#forth {
  background-image: linear-gradient(0deg, rgb(231, 217, 206), rgb(245, 239, 235));
  color: #6e6e6e;
}
section#forth .hobby {
  width: 80%;
  margin: 0 auto;
  padding: 2% 0;
}
section#forth .hobby .s_hobby {
  display: flex;
  justify-content: space-between;
  margin: 2% 0 4% 0;
}
section#forth .hobby .s_hobby div:hover div {
  display: block;
}
section#forth .hobby .s_hobby > div {
  position: relative;
  display: flex;
  height: 100px;
}
section#forth .hobby .s_hobby > div img {
  height: 100%;
}
section#forth .hobby .s_hobby > div div {
  display: none;
  position: absolute;
  left: 5%;
  bottom: -25%;
  padding: 5px 10px;
  margin-top: 12px;
  min-width: 60%;
  background-color: #fffde9;
  border-radius: 20px;
  font-size: 1.4rem;
  text-align: left;
  white-space: nowrap;
}
section#forth .hobby .s_hobby > div div:after {
  border: 10px solid transparent;
  border-bottom: 10px solid #fffde9;
  bottom: 100%;
  left: 40%;
  content: "";
  position: absolute;
}
section#forth .hobby .m_hobby {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
section#forth .hobby .m_hobby > div {
  position: relative;
  width: 48%;
  margin: 1% 0;
}
section#forth .hobby .m_hobby > div img {
  display: block;
  width: 25%;
}
section#forth .hobby .m_hobby > div div {
  position: absolute;
  left: 25%;
  bottom: 15%;
  padding: 10px 20px;
  margin-top: 12px;
  min-width: 30%;
  min-height: 20px;
  background-color: #fffde9;
  border-radius: 20px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.3;
}
section#forth .hobby .m_hobby > div div:after {
  position: absolute;
  top: 22px;
  left: -10px;
  border-right: 15px solid #fffde9;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  content: "";
}
section#forth .hobby .m_hobby > div:nth-of-type(1) div:after {
  top: 10px;
}
section#forth .hobby .m_hobby > div:nth-of-type(7) div,
section#forth .hobby .m_hobby > div:nth-of-type(8) div {
  bottom: 0;
}
section#forth .hobby .m_hobby > div:nth-of-type(n+7) {
  display: none;
}

section#fifth {
  background-image: linear-gradient(0deg, rgb(211, 224, 224), rgb(218, 228, 228));
  color: #6e6e6e;
  padding-bottom: 2%;
}
section#fifth .former_job {
  width: 80%;
  margin: 0 auto;
  padding: 2% 0;
}
section#fifth .former_job h4 span {
  font-size: 2rem;
}
section#fifth .former_job hr {
  border: 0;
  border-top: 5px dotted #999999;
}
section#fifth .former_job div.job {
  display: flex;
  margin: 2% 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#fifth .former_job div.job div {
  width: 30%;
  padding: 0.5% 0 0.5% 3.5%;
  margin: 6px 0;
  background: #FFFFFF url("./img/job_icn.png") no-repeat 15px 7px/15px;
  box-shadow: 0px 0px 5px 1px rgba(230, 223, 223, 0.45);
}
section#fifth .former_job div.job2,
section#fifth .former_job div.job3 {
  width: 100%;
  margin: 1%;
}
section#fifth .former_job div.job2 img,
section#fifth .former_job div.job3 img {
  width: 5%;
  vertical-align: -120%;
}
section#fifth .former_job div.job2 span,
section#fifth .former_job div.job3 span {
  display: inline-block;
  position: relative;
  padding: 0.5% 1%;
  max-width: 90%;
  background: #ffffe5;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgba(230, 223, 223, 0.45);
}
section#fifth .former_job div.job2 span:after,
section#fifth .former_job div.job3 span:after {
  position: absolute;
  top: 5px;
  left: -8px;
  border-right: 8px solid #ffffe5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
}
section#fifth .former_job div.job3 {
  text-align: right;
}
section#fifth .former_job div.job3 span {
  text-align: left;
}
section#fifth .former_job div.job3 span:after {
  top: 5px;
  left: 100%;
  border: 8px solid transparent;
  border-left: 8px solid #ffffe5;
}
section#fifth .former_job #more_btn {
  display: none;
}

section#sixth {
  position: relative;
  background-image: linear-gradient(0deg, rgb(244, 239, 239), rgb(244, 239, 239));
  color: #6e6e6e;
}
section#sixth .why_3s {
  width: 80%;
  margin: 0 auto;
  padding: 2% 0;
}
section#sixth .why_3s p {
  margin-bottom: 3%;
}
section#sixth .why_3s .why_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
section#sixth .why_3s .why_box div:not(.why_img, .why_img2) {
  width: 32%;
  padding: 1%;
  margin: 1% 0;
  line-height: 1.4;
  font-size: 1.6rem;
  background: #FFFFFF url("./img/6th_back.png") 0 10px/16px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 1px rgba(230, 223, 223, 0.45);
}
section#sixth .why_3s .why_box div:not(.why_img, .why_img2) img {
  float: left;
  display: block;
  width: 27px;
  margin: 1% 2% 0 0;
}
section#sixth .why_3s .why_box .why_img,
section#sixth .why_3s .why_box .why_img2 {
  width: 60%;
  margin: 1% 20%;
  text-align: center;
  overflow: hidden;
}
section#sixth .why_3s .why_box .why_img img,
section#sixth .why_3s .why_box .why_img2 img {
  width: 100%;
}
section#sixth .why_3s .why_box div:nth-of-type(n+11) {
  display: none;
}
section#sixth .end_img {
  position: relative;
  width: 48%;
  margin: 0 auto;
  padding-top: 10%;
  text-align: center;
  overflow: hidden;
}
section#sixth .end_img img {
  width: 100%;
}
section#sixth .end_txt {
  padding: 2% 0 8% 0;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: center;
  color: #111111;
}
section#sixth .boat_info {
  text-align: center;
  width: 380px;
  margin: 0 auto;
  height: 180px;
  letter-spacing: -1px;
}
section#sixth .boat_info a {
  display: block;
  font-size: 2rem;
  text-decoration: none;
}
section#sixth .boat_info span {
  display: block;
  margin-bottom: 1%;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  font-family: "Didact Gothic", sans-serif;
}
section#sixth .boat_info span:nth-of-type(1) {
  color: #6ec4d0;
}
section#sixth .boat_info span:nth-of-type(2) {
  font-size: 1.6rem;
}
section#sixth .boat_info img {
  width: 50px;
  margin: 5px;
}

.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;
}

/*************************************************
 * *
 * * recruit 2023 tablet style start
 * * */
/************************************************* */
/*tab style start--------------------------------------------------------- */
@media screen and (max-width: 1279px) and (orientation: landscape), screen and (max-width: 1279px) {
  section#forth .hobby .s_hobby > div img {
    height: 80%;
  }
  section#forth .hobby .m_hobby > div {
    width: 99%;
  }
  section#forth .hobby .m_hobby > div img {
    width: 13%;
  }
  section#forth .hobby .m_hobby > div div {
    left: 14%;
  }
}
/*************************************************
 * *
 * * recruit 2023 SP style start
 * * */
/************************************************* */
/*sp style start--------------------------------------------------------- */
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  h3 {
    font-size: 3rem;
  }
  h3 span {
    font-size: 5rem;
  }
  h4 {
    margin-top: 2%;
    font-size: 2rem;
    background: url("./img/zero_rogo.png") no-repeat left top/21px;
  }
  h4 + p {
    font-size: 1.4rem;
  }
  #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 div.opening {
    grid-template-columns: none;
    grid-template-rows: 50vh 25vh 25vh;
  }
  section#zero div.tower {
    grid-row: 1;
    grid-column: 1;
  }
  section#zero div.r1 {
    grid-row: 2/3;
    grid-column: 1;
  }
  section#zero div.r2 {
    grid-row: 3/4;
    grid-column: 1;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#zero div.opening {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50vh 50vh;
  }
  section#zero div.tower {
    grid-column: 1/3;
  }
  section#zero div.r2 {
    grid-row: 2/3;
    grid-column: 2;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  .type {
    width: 80%;
    height: 16vh;
    font-size: 2.5rem;
    font-weight: 300;
  }
  .type #zero_rogo {
    width: 30%;
  }
  .type #type_3s {
    position: relative;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (max-width: 414px), screen and (max-width: 932px) and (max-width: 414px) {
  .type {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  .type #zero_rogo {
    width: 10%;
  }
  .type #type_3s {
    margin: 0 0 0 28%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape) and (max-width: 668px), screen and (max-width: 932px) and (orientation: landscape) and (max-width: 668px) {
  .type #type_3s {
    margin: 0 0 0 20%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  .scroll {
    bottom: 5%;
    transform: translate(-50%, 5%);
  }
  section#first {
    height: 65vh;
  }
  section#first .copy {
    left: 5%;
    font-size: 3rem;
    min-height: 14vh;
    line-height: 1.3;
  }
  section#first .copy span {
    top: -10px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
  section#first .copy br.sp_line {
    display: block;
  }
  section#first .copy:nth-of-type(1) {
    top: 12%;
  }
  section#first .copy:nth-last-of-type(1) {
    bottom: 6vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (max-width: 389px), screen and (max-width: 932px) and (max-width: 389px) {
  section#first .copy:nth-of-type(1) {
    top: 8%;
  }
  section#first .copy:nth-last-of-type(1) {
    bottom: 2vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#first .img_box {
    left: 1%;
    transform: translate(1%, -50%);
    width: 96%;
    height: 20vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#first {
    height: 100vh;
  }
  section#first .copy {
    left: 15.5%;
  }
  section#first .copy span {
    top: -10px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
  section#first .copy br.sp_line {
    display: none;
  }
  section#first .copy:nth-of-type(1) {
    top: 8%;
  }
  section#first .copy:nth-last-of-type(1) {
    bottom: 6vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape) and (max-width: 668px), screen and (max-width: 932px) and (orientation: landscape) and (max-width: 668px) {
  section#first .copy:nth-last-of-type(1) {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#first .img_box {
    left: 15%;
    width: 70%;
    height: 45vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#movie div iframe {
    width: 90%;
    height: 23.4vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#movie div iframe {
    width: 48%;
    height: 55vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#second .work_box {
    width: 94%;
  }
  section#second .program,
  section#second .operation,
  section#second .img_box {
    width: 100%;
  }
  section#second .program {
    margin-bottom: 0;
  }
  section#second .program h4,
  section#second .operation h4 {
    font-size: 2rem;
  }
  section#second .program p,
  section#second .operation p {
    margin: 4% 0;
    line-height: 1.4;
  }
  section#second .op_img {
    order: 3;
    margin-top: 0;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#second .program,
  section#second .operation,
  section#second .img_box {
    width: 47%;
  }
  section#second .program p,
  section#second .operation p,
  section#second .img_box p {
    margin: 3% 0;
  }
  section#second .operation {
    margin-top: 0;
    margin-bottom: 0;
  }
  section#second .operation p {
    margin: 3% 0;
  }
  section#second .op_img {
    order: initial;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#third h3 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#third h3 span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#third .data {
    width: 94%;
  }
  section#third .data .detail {
    border: none;
    padding: 0;
  }
  section#third .data .detail div {
    width: 100%;
  }
  section#third .data .detail div .detail_img {
    bottom: 23%;
  }
  section#third .data .detail div h5 {
    font-size: 2rem;
  }
  section#third .data .detail div h5 span {
    font-size: 1.2rem;
  }
  section#third .data .detail div p {
    font-size: 2rem;
  }
  section#third .data .detail div p span {
    font-size: 6rem;
  }
  section#third .data .detail div p.subt {
    font-size: 1.4rem;
  }
  section#third .data .detail div:nth-of-type(3) p {
    margin-right: 15%;
    font-size: 1.8rem;
  }
  section#third .data .detail div:nth-of-type(3) p span {
    font-size: 5rem;
  }
  section#third .data .detail div:nth-of-type(3) img {
    right: 3%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (max-width: 414px), screen and (max-width: 932px) and (orientation: landscape) and (max-width: 844px) and (orientation: landscape), screen and (max-width: 932px) and (max-width: 414px), screen and (max-width: 932px) and (max-width: 844px) and (orientation: landscape) {
  section#third .data .detail div:nth-of-type(3) p {
    font-size: 1.6rem;
  }
  section#third .data .detail div:nth-of-type(3) p span {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (max-width: 668px) and (orientation: landscape), screen and (max-width: 932px) and (max-width: 668px) and (orientation: landscape) {
  section#third .data .detail div:nth-of-type(3) p {
    font-size: 1.4rem;
  }
  section#third .data .detail div:nth-of-type(3) p span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#third .data .detail div:nth-of-type(4) p {
    margin-top: 0;
  }
  section#third .data .detail div:nth-of-type(n+5) .detail_img {
    bottom: 30%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#third .data .detail div {
    width: 48%;
    padding: 1% 3% 2% 2%;
  }
  section#third .data .detail div:nth-of-type(4) p {
    margin-top: 3%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#forth .hobby {
    width: 94%;
  }
  section#forth .hobby .s_hobby {
    flex-wrap: wrap;
    align-items: center;
  }
  section#forth .hobby .s_hobby div:hover div {
    display: none;
  }
  section#forth .hobby .s_hobby > div {
    width: 17%;
    height: 17%;
  }
  section#forth .hobby .s_hobby > div img {
    width: 70%;
  }
  section#forth .hobby .m_hobby > div img {
    width: 19%;
  }
  section#forth .hobby .m_hobby > div div {
    left: 20%;
    padding: 2% 3%;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(5) {
    height: 23vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(9),
  section#forth .hobby .m_hobby > div:nth-of-type(11),
  section#forth .hobby .m_hobby > div:nth-of-type(18) {
    height: 16vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(8) {
    height: 24vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(7),
  section#forth .hobby .m_hobby > div:nth-of-type(10),
  section#forth .hobby .m_hobby > div:nth-of-type(12),
  section#forth .hobby .m_hobby > div:nth-of-type(16) {
    height: 19vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(6),
  section#forth .hobby .m_hobby > div:nth-of-type(15),
  section#forth .hobby .m_hobby > div:nth-of-type(17) {
    height: 14vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(n+7) {
    display: block;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(n+4) {
    display: none;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (max-width: 376px), screen and (max-width: 932px) and (max-width: 376px) {
  section#forth .hobby .m_hobby > div {
    height: 14vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(5),
  section#forth .hobby .m_hobby > div:nth-of-type(7) {
    height: 28vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(9),
  section#forth .hobby .m_hobby > div:nth-of-type(10),
  section#forth .hobby .m_hobby > div:nth-of-type(11),
  section#forth .hobby .m_hobby > div:nth-of-type(17),
  section#forth .hobby .m_hobby > div:nth-of-type(18) {
    height: 21vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(8) {
    height: 29vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(12),
  section#forth .hobby .m_hobby > div:nth-of-type(16) {
    height: 24vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(6),
  section#forth .hobby .m_hobby > div:nth-of-type(15) {
    height: 19vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#forth .hobby .s_hobby {
    flex-wrap: nowrap;
  }
  section#forth .hobby .m_hobby > div img {
    width: 10%;
  }
  section#forth .hobby .m_hobby > div div {
    left: 10%;
    padding: 1%;
  }
  section#forth .hobby .m_hobby > div div:after {
    top: 16px;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape) and (max-width: 844px), screen and (max-width: 932px) and (orientation: landscape) and (max-width: 844px) {
  section#forth .hobby .m_hobby > div:nth-of-type(5),
  section#forth .hobby .m_hobby > div:nth-of-type(7),
  section#forth .hobby .m_hobby > div:nth-of-type(16) {
    height: 26vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(6),
  section#forth .hobby .m_hobby > div:nth-of-type(9),
  section#forth .hobby .m_hobby > div:nth-of-type(10),
  section#forth .hobby .m_hobby > div:nth-of-type(11),
  section#forth .hobby .m_hobby > div:nth-of-type(17),
  section#forth .hobby .m_hobby > div:nth-of-type(18) {
    height: 24vh;
  }
  section#forth .hobby .m_hobby > div:nth-of-type(8) {
    height: 30vh;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#fifth .former_job {
    width: 94%;
  }
  section#fifth .former_job div.job div {
    width: 48%;
    padding: 1% 0 1% 4%;
    margin: 1% 0;
    background: #FFFFFF url("./img/job_icn.png") no-repeat 4px 7px/8px;
    font-size: 1.4rem;
  }
  section#fifth .former_job div.job2,
  section#fifth .former_job div.job3 {
    margin: 3% 0;
  }
  section#fifth .former_job div.job2 img,
  section#fifth .former_job div.job3 img {
    width: 10%;
    vertical-align: -10%;
  }
  section#fifth .former_job div.job2 span,
  section#fifth .former_job div.job3 span {
    padding: 1.5%;
    font-size: 1.4rem;
  }
  section#fifth .former_job > div:nth-of-type(n+4) {
    display: none;
  }
  section#fifth .former_job #more_btn {
    display: block;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#fifth .former_job div.job div {
    width: 30%;
    padding: 1% 0 1% 3%;
    margin: 0.5% 0;
    background: #FFFFFF url("./img/job_icn.png") no-repeat 7px 10px/12px;
  }
  section#fifth .former_job div.job2,
  section#fifth .former_job div.job3 {
    margin: 1.5% 0;
  }
  section#fifth .former_job div.job2 img,
  section#fifth .former_job div.job3 img {
    width: 5%;
    vertical-align: -3vh;
  }
  section#fifth .former_job div.job2 span,
  section#fifth .former_job div.job3 span {
    padding: 1%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#sixth .why_3s {
    width: 94%;
  }
  section#sixth .why_3s .why_box div:not(.why_img, .why_img2) {
    width: 99%;
    padding: 1% 2% 1% 3%;
    font-size: 1.4rem;
    background: #FFFFFF url("./img/6th_back.png") 0 4px/14px;
  }
  section#sixth .why_3s .why_box div:not(.why_img, .why_img2) img {
    margin: 1.5% 2% 0 0;
  }
  section#sixth .why_3s .why_box div:nth-of-type(n+11) {
    display: block;
  }
  section#sixth .why_3s .why_box div:nth-of-type(n+7) {
    display: none;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) and (orientation: landscape), screen and (max-width: 932px) and (orientation: landscape) {
  section#sixth .why_3s .why_box div:not(.why_img, .why_img2) {
    width: 32%;
    padding: 1%;
    background: #FFFFFF url("./img/6th_back.png") 0 7px/14px;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape), screen and (max-width: 932px) {
  section#sixth .end_img {
    width: 60%;
  }
  section#sixth .end_txt {
    padding-bottom: 12%;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: 1.5px;
  }
  section#sixth .boat_info {
    width: 100%;
  }
  section#sixth .boat_info a {
    font-size: 1.6rem;
  }
  .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=recruit.css.map */
