@charset "UTF-8";
/* Sass Document */
.mv {
  min-height: 781px;
  height: 100vh;
  position: relative;
  margin-bottom: -1px;
}
@media screen and (max-width: 767.98px) {
  .mv {
    height: 100vh;
    height: 100svh;
    min-height: inherit;
    margin-bottom: 0;
  }
}

.youtube-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.youtube-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .mv__inner {
    height: 100vh;
    height: 100svh;
  }
}
.mv__inner .catch {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.4375;
}
@media screen and (max-width: 767.98px) {
  .mv__inner .catch {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.mv__inner .campaign {
  margin: 75px auto 0;
}
@media screen and (max-width: 767.98px) {
  .mv__inner .campaign {
    margin-top: 15px;
  }
}
.mv__inner .campaign a {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4444444444;
  border: 2px solid #fff;
  width: 494px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 14px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
@media screen and (max-width: 767.98px) {
  .mv__inner .campaign a {
    width: auto;
    font-size: 1.35rem;
    width: 100%;
    padding: 7px;
  }
}
.mv__inner .campaign a:hover {
  opacity: .7;
}

.main_ttl {
  color: #fff;
  font-size: 7rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4428571429;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .main_ttl {
    font-size: 2.6rem;
  }
}

.info.news {
  background-color: #07a5b7;
}
@media (any-hover: hover) {
  .info.news .info_link:hover {
    color: #07a5b7;
  }
}

.info.tour {
  background-color: #124765;
}
@media (any-hover: hover) {
  .info.tour .info_link:hover {
    color: #124765;
  }
}

.info {
  padding: 40px 0 30px;
}
@media screen and (max-width: 767.98px) {
  .info {
    padding: 20px 6.6666666667%;
  }
}

.info_content {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .info_content {
    width: auto;
    display: block;
  }
}

.info_heading {
  width: 232px;
  flex-shrink: 0;
  padding: 23px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .info_heading {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #fff;
    display: flex;
    padding: 0 0 14px 0;
    align-items: center;
  }
}

.info_link {
  font-size: 1.6rem;
  color: currentColor;
  text-decoration: none;
  border: 1px solid #fff;
  min-width: 93px;
  padding: 7px;
  text-align: center;
  display: inline-block;
  margin-top: 16px;
  transition: 0.3s background-color, 0.3s color;
}
@media (any-hover: hover) {
  .info_link:hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .info_link {
    margin-top: 0;
    margin-left: auto;
    font-size: 1.2rem;
    min-width: 70px;
  }
}

.info_body {
  width: 890px;
  padding: 3px 0 10px 60px;
}
@media screen and (max-width: 767.98px) {
  .info_body {
    width: auto;
    padding: 10px 0 0 0;
  }
}

.info_heading_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .info_heading_ttl {
    font-size: 2rem;
  }
}

.info_ttl {
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .info_ttl {
    grid-area: ttl;
    font-size: 1.2rem;
  }
}

.info_item + .info_item {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .info_item + .info_item {
    margin-top: 10px;
  }
}
.info_item a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .info_item a {
    transition: 0.3s;
  }
  .info_item a:hover {
    opacity: 0.7;
  }
}

.info_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .info_inner {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 5px 10px;
    grid-template-areas: "time time" "category ttl";
  }
}
.info_inner time {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-right: 40px;
  min-width: 7em;
}
@media screen and (max-width: 767.98px) {
  .info_inner time {
    grid-area: time;
    font-size: 0.9rem;
    margin-right: 0;
    min-width: inherit;
  }
}
.info_inner .category {
  font-size: 1.3rem;
  flex-shrink: 0;
  border: 1px solid #fff;
  padding: 5px 15px;
  margin-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .info_inner .category {
    grid-area: category;
    font-size: 0.8rem;
    margin-right: 0;
  }
}

.blog,
.point {
  padding: 60px 0 60px;
}
@media screen and (max-width: 767.98px) {
  .blog,
.point {
    padding: 30px 0 35px;
  }
}
.blog .heading_wrapper,
.point .heading_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .blog .heading_wrapper,
.point .heading_wrapper {
    margin-bottom: 12px;
    align-items: flex-start;
  }
}
.blog .section_ttl,
.point .section_ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767.98px) {
  .blog .section_ttl,
.point .section_ttl {
    font-size: 2rem;
  }
}

.point {
  background-color: #f4f5f7;
}

.gallery,
.voice {
  padding: 58px 0 40px;
}
.gallery .heading_wrapper,
.voice .heading_wrapper {
  margin-bottom: 20px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  align-items: center;
  gap: 0px 30px;
  grid-template-areas: "ttl txt link";
}
@media screen and (max-width: 767.98px) {
  .gallery .heading_wrapper,
.voice .heading_wrapper {
    padding-left: 6.6666666667%;
    padding-right: 6.6666666667%;
    margin-bottom: 25px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px 0px;
    grid-template-areas: "ttl link" "txt txt";
  }
}
.gallery .txt,
.voice .txt {
  font-size: 1.6rem;
  grid-area: txt;
}
@media screen and (max-width: 767.98px) {
  .gallery .txt,
.voice .txt {
    margin-left: 0;
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.gallery .link_list,
.voice .link_list {
  grid-area: link;
}

.section_ttl {
  font-size: 4rem;
  font-weight: 700;
  grid-area: ttl;
}
@media screen and (max-width: 767.98px) {
  .section_ttl {
    font-size: 2rem;
  }
}

.gallery {
  background-color: #f4f5f7;
}
@media screen and (max-width: 767.98px) {
  .gallery .content_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .gallery_list {
    margin-left: 6.6666666667%;
  }
}

.gallery_inner {
  padding: 0 6px;
}

.voice {
  background-color: #79b7de;
}
.voice .heading_wrapper {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .voice .content_inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .voice .txt {
    letter-spacing: 0.04em;
  }
}

.voice_list {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .voice_list {
    margin-left: 6.6666666667%;
  }
  .voice_list .slick-list {
    padding: 0 5% 0 0 !important;
  }
}

.voice_item {
  background-repeat: no-repeat;
  background-position: top center;
  width: 213px;
  height: 314px;
  background-size: 100% 100%;
}
@media screen and (max-width: 767.98px) {
  .voice_item {
    width: auto;
    height: auto;
    aspect-ratio: 213/314;
  }
}

.voice_item {
  background-image: url(../img/common/bg_voice02.png);
}

.voice_item.item01,
.voice_item.item05,
.voice_item.item06,
.voice_item.item01 {
  background-image: url(../img/common/bg_voice01.png);
}

.voice_content {
  padding: 48px 33px 0;
}
@media screen and (max-width: 767.98px) {
  .voice_content {
    padding: 20% 15.4929577465% 0;
  }
}
.voice_content img + img {
  margin-top: 15px;
}

.voice_content {
  display: flex;
  flex-direction: column;
}

.link_list {
  font-size: 1.6rem;
  padding: 7px 28px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s background-color, 0.3s color;
  flex-shrink: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .link_list {
    font-size: 1.2rem;
    padding: 4px 22px;
    margin-top: 5px;
  }
}
.link_list.style-1 {
  background-color: #07a5b0;
  border: 1px solid #07a5b0;
  color: #fff;
}
@media (any-hover: hover) {
  .link_list.style-1:hover {
    background-color: #fff;
    color: #07a5b0;
  }
}
.link_list.style-2 {
  background-color: #fff;
  border: 1px solid #fff;
  color: #79b7de;
}
@media (any-hover: hover) {
  .link_list.style-2:hover {
    background-color: #79b7de;
    color: #fff;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	私たちと一緒に
海で思い切り遊びませんか？
* --------------------------------------------------------------------------------------------------*/
.join {
  background-color: #07a5b0;
}

.join_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .join_content {
    width: auto;
    display: block;
  }
}
.join_content .img_wrapper {
  min-width: 605px;
  height: 668px;
  flex-shrink: 0;
  overflow: hidden;
  width: calc(50% - 78px);
  flex-shrink: 0;
}
@media screen and (min-width: 1366.98px) {
  .join_content .img_wrapper {
    /* width: auto; */
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767.98px) {
  .join_content .img_wrapper {
    min-width: inherit;
    width: auto;
    height: auto;
  }
}
.join_content .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.join_content .txt_wrapper {
  color: #fff;
  padding: 60px;
  width: calc(50% + 78px);
  /* flex-grow: 1; */
}
@media screen and (max-width: 767.98px) {
  .join_content .txt_wrapper {
    width: auto;
    padding: 30px 6.6666666667% 40px;
  }
}
.join_content .txt_wrapper > div {
  width: 569px;
}
@media screen and (max-width: 767.98px) {
  .join_content .txt_wrapper > div {
    width: auto;
  }
}
.join_content .txt_wrapper .section_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .join_content .txt_wrapper .section_ttl {
    font-size: 1.8rem;
  }
}
.join_content .txt_wrapper .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .join_content .txt_wrapper .txt {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.join_content .txt_wrapper .btn_wrapper {
  display: flex;
  margin-top: 30px;
  gap: 0 20px;
}
@media screen and (max-width: 767.98px) {
  .join_content .txt_wrapper .btn_wrapper {
    display: block;
  }
  .join_content .txt_wrapper .btn_wrapper a + a {
    margin-top: 15px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	ダイビング始めたい方、
もっと楽しみたい方、
幅広くニーズへお応えします！
* --------------------------------------------------------------------------------------------------*/
.enjoy {
  background-color: #07a5b0;
  overflow: hidden;
}

.enjoy_content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .enjoy_content {
    width: auto;
    display: block;
  }
}
.enjoy_content .img_wrapper {
  min-width: 605px;
  flex-shrink: 0;
  height: 668px;
  overflow: hidden;
  display: block;
  width: calc(50% - 78px);
  box-sizing: content-box;
}
@media screen and (min-width: 1366.98px) {
  .enjoy_content .img_wrapper {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767.98px) {
  .enjoy_content .img_wrapper {
    width: 100%;
    height: auto;
    min-width: inherit;
  }
}
.enjoy_content .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enjoy_content .txt_wrapper {
  color: #fff;
  padding: 60px;
  width: calc(50% + 78px);
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .enjoy_content .txt_wrapper {
    width: auto;
    padding: 30px 6.6666666667% 40px;
  }
}
.enjoy_content .txt_wrapper > div {
  width: 569px;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .enjoy_content .txt_wrapper > div {
    width: auto;
    margin-left: 0;
  }
}
.enjoy_content .txt_wrapper .section_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .enjoy_content .txt_wrapper .section_ttl {
    font-size: 1.8rem;
  }
}
.enjoy_content .txt_wrapper .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .enjoy_content .txt_wrapper .txt {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.enjoy_content .txt_wrapper .btn_wrapper {
  display: flex;
  margin-top: 30px;
  gap: 0 20px;
}
@media screen and (max-width: 767.98px) {
  .enjoy_content .txt_wrapper .btn_wrapper {
    margin-top: 15px;
    display: block;
  }
  .enjoy_content .txt_wrapper .btn_wrapper a + a {
    margin-top: 15px;
  }
}

.service {
  border-top: 1px solid #fff;
}

.service_content {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .service_content {
    display: block;
  }
}

.service_block {
  width: 50%;
  min-width: 683px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 120px 0;
}
.service_block > div {
  max-width: 653px;
}
@media screen and (max-width: 767.98px) {
  .service_block > div {
    max-width: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  .service_block {
    min-width: inherit;
    width: auto;
    padding: 55px 6.6666666667%;
  }
}
.service_block.licence {
  background-image: url(../img/index/bg_licence.jpg);
  border-right: 0.5px solid #fff;
}
.service_block.licence > div {
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .service_block.licence > div {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .service_block.licence {
    border-right: none;
    border-bottom: 0.5px solid #fff;
  }
}
.service_block.course {
  background-image: url(../img/index/bg_course.jpg);
  border-left: 0.5px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .service_block.course {
    border-left: none;
    border-top: 0.5px solid #fff;
  }
}
.service_block .section_ttl {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .service_block .section_ttl {
    font-size: 1.8rem;
  }
}
.service_block .txt {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .service_block .txt {
    font-size: 1.2rem;
    line-height: 1.4583333333;
    margin-top: 10px;
  }
}
.service_block .btn_wrapper {
  text-align: center;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .service_block .btn_wrapper {
    margin-top: 15px;
    width: auto;
  }
}

.licence_course {
  background: url(../img/index/bg_licencecourse.jpg) no-repeat center center/cover;
  padding: 60px;
}
@media screen and (max-width: 767.98px) {
  .licence_course {
    padding: 30px 6.6666666667%;
    background-image: url(../img/index/bg_licencecourse_sp.jpg);
  }
}

.licence_course_content {
  background: rgba(255, 255, 255, 0.9);
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 48px;
}
@media screen and (max-width: 767.98px) {
  .licence_course_content {
    width: auto;
    padding: 20px 10px 24px 8.1538461538%;
  }
}
.licence_course_content .section_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #032730;
  text-align: center;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .licence_course_content .section_ttl {
    font-size: 1.8rem;
  }
}

.licence_course_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 27px auto 0;
}
@media screen and (max-width: 767.98px) {
  .licence_course_list {
    width: auto;
    margin-top: 10px;
  }
}

.licence_course_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .licence_course_item .btn {
    width: 100%;
    min-height: 50px;
    flex-shrink: 0;
  }
}
.licence_course_item .txt {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .licence_course_item .txt {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}
.licence_course_item + .licence_course_item {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .licence_course_item + .licence_course_item {
    margin-top: 7px;
  }
}

.link_content {
  padding: 120px 0;
}
@media screen and (max-width: 767.98px) {
  .link_content {
    padding: 40px 0;
  }
}
/*# sourceMappingURL=index.css.map */