@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 75px;
  display: block;
  text-align: center;
  line-height: 0.7;
  position: relative;
  font-weight: 400;
  font-size: clamp(2.2rem, 0.95rem + 4vw, 3.2rem);
}
.maintitle .mf {
  color: #A60512;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
}
.maintitle.mtleft {
  text-align: left;
}
.maintitle .sf {
  font-size: 38%;
  position: relative;
}
.maintitle.mtleft .sf {
  padding-left: 43px;
}
.maintitle.mtleft .sf::before {
  background: #333;
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
  width: 33px;
  height: 1px;
}
.txtmgb {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .spcenter.maintitle.mtleft .sf {
    padding-left: 0;
  }
  .spcenter.maintitle.mtleft .sf::before {
    content: none;
  }
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 40px;
  }
  .txtmgb {
    margin-bottom: 35px;
  }
}
/*02*/
.mtitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 17px;
  letter-spacing: 0.1em;
  font-size: clamp(1.27rem, 0.8575rem + 1.32vw, 1.6rem);
  line-height: 1.5;
  background: linear-gradient(60deg, #143a85 0%, #143a85 90%, #022873 90%);
  color: #fff;
  padding: 10px 25px 15px 12px;
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 15px;
  }
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.27rem, 0.8575rem + 1.32vw, 1.6rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #022873;
}
.white .stitle, .white.stitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.stitle::after {
  content: none;
}
.stitle .en {
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #022873;
  text-transform: uppercase;
  margin-right: 10px;
}
.note {
  font-size: 75%;
  display: inline-block;
}
@media (max-width: 550px) {
  .stitle {
    margin-bottom: 20px;
  }
  .stitle .en {
    display: block;
  }
}
/* ボタン */
.mainbtn a {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 19px 0;
  width: 260px;
  color: #A60512;
  background: transparent;
  border: 1px solid #A60512;
}
.mainbtn a:hover {
  color: #fff;
  background: #A60512;
}
/**/
.tbtn {
  margin-top: 37px;
}
/**/
.btnflex {
  margin-left: auto;
  margin-right: auto;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 750px) {
  .mainbtn a {
    max-width: 210px;
    width: 100%;
    padding: 15px 0;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 25px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w64 {
    width: 60%;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w64, .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w64 {
  width: 64%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
.bg_red::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #A60512;
  z-index: -100;
}
.white, .white p, .white .maintitle span {
  color: #fff;
}
.white .maintitle.mtleft .sf::before {
  background: #fff;
}
.white .mainbtn a {
  border: 1px solid #fff;
  color: #fff;
}
.white .mainbtn a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: .5s all;
  padding: 30px 0;
}
.header_sticky::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -100;
  transition: .5s all;
  opacity: 0;
}
.change {
  padding: 17px 0;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.15);
}
.change.header_sticky::after {
  opacity: 0.9;
}
/*logo*/
.header_title h1 {
  line-height: 1;
}
.header_title {
  width: 190px;
  filter: brightness(0) invert(1);
  z-index: 100;
}
.header_title a:hover {
  opacity: 0.6;
}
.change .header_title {
  filter: none;
}
/**/
.header {
  width: 100%;
  position: relative;
}
.header_inner {
  width: 97%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_nav {
  margin-left: auto;
  margin-right: 15px;
}
.header ul {
  display: flex;
  text-align: center;
  align-items: center;
}
.header ul li {
  margin: 0 3px;
  margin-right: 17px;
  padding-bottom: 3px;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.75;
}
.header ul li:last-child a {
  margin-right: 0;
}
.change .header ul li a {
  color: #333;
}
.header ul li a:hover {
  opacity: 0.6;
}
/* ドロップダウンメニュー =====*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a:not(.sub-menu a)::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  margin-left: 4px;
}
.sub-menu {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 70px; /**/
  top: -70px; /**/
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.sub-menu li {
  margin: 0 !important;
  margin-bottom: 3px !important;
  width: 100% !important;
  position: relative;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #022873;
  z-index: -100;
  transition: .3s all;
}
.sub-menu li:hover::after {
  filter: brightness(65%);
}
.sub-menu a {
  opacity: 1 !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  padding: 8px 0 !important;
}
/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/*icon*/
.iconbtn {
  margin: 0 3px;
}
.iconbtn a {
  font-size: 107%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding-left: 2px;
}
.change .iconbtn a {
  background: #022873;
}
.iconbtn a .fa-instagram {
  font-size: 115%;
}
.iconbtn a:hover {
  opacity: 0.6;
}
/* hamburger =================*/
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 60px;
  z-index: 9999;
  width: 60px;
  border: none;
  background-color: transparent;
}
.hamburger.-active {
  filter: none;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #022873;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #022873;
}
.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  background-color: #fff;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background: #022873;
}
.hamburger__line:before {
  top: -11px;
}
.hamburger__line:after {
  top: 11px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: capitalize;
}
*/
.header {
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area a {
  color: #333;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  padding: 50px 0 80px;
}
.global-navigation__list > li {
  margin: 3px 0;
  font-size: 1rem;
  line-height: 1.7;
  display: block;
  padding: 20px 5px;
  border-bottom: 1px dashed #022873;
}
.global-navigation__list > li a {
  display: inline-block;
  width: 100%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list li {
  font-size: 1rem;
}
.accordion__list li + li {
  margin-top: 11px;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 0.6rem;
  transform: translateY(-2px);
  color: #022873;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 17px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #022873;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #022873;
  transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 1250px) {
  .header ul li a, .header ul li.htel a {
    font-size: 1.2vw;
    white-space: nowrap;
  }
  .sub-menu a {
    font-size: 1vw !important;
  }
  .header_title {
    width: 14vw;
  }
}
@media (max-width: 1075px) {
  .header_sticky {
    padding: 15px 5px !important;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .iconbtn {
    display: none;
  }
  .header_title {
    width: 180px;
  }
  .hamburger {
    top: 19px;
    right: 12px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 13px 5px 15px !important;
  }
  .global-navigation__list > li {
    font-size: 0.9rem;
    padding: 15px 5px 17px;
  }
  .accordion__list li {
    font-size: 0.8rem;
  }
  .header_title {
    width: 140px;
  }
  .hamburger {
    top: 10px;
    right: 4px;
  }
}
/* footer ================================================*/
/*img*/
.f_wide img {
  object-fit: cover;
  width: 100%;
  height: 430px;
}
@media (max-width: 1550px) {
  .f_wide img {
    height: 30vw;
  }
}
@media (max-width: 1090px) {
  .f_wide img {
    height: 35vw;
  }
}
@media (max-width: 600px) {
  .f_wide img {
    height: 55vw;
  }
}
/**/
.footer {
  position: relative;
}
.footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: -99;
  opacity: 0.25;
}
.footer::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #A60512;
  z-index: -100;
}
/**/
.footer_contents {
  padding: 60px 0;
}
/*logo*/
.flogo {
  width: 85%;
  max-width: 230px;
  margin-bottom: 37px;
  filter: brightness(0) invert(1);
}
/*map*/
.fmap iframe {
  width: 100%;
  height: 280px;
}
/*links*/
.flinks nav {
  font-size: 86%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flinks a {
  display: block;
  color: #fff;
}
.flinks ul {
  width: 48%;
  margin-bottom: 20px;
}
.flinks ul li:first-of-type a {
  line-height: 1.4;
  font-size: 110%;
  padding-left: 13px;
  border-left: 4px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}
.flinks ul li:not(:first-of-type) a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  display: inline-block;
  font-weight: bold;
  margin-right: 12px;
  font-size: 0.6rem;
  transform: translateY(-4px);
  opacity: 0.7;
}
/*コピーライト*/
.copyright {
  text-align: center;
  padding: 17px 0px 19px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  color: #fff;
}
@media (max-width: 1115px) {
  .footer .inner {
    max-width: 700px;
  }
  .footer_contents {
    padding: 65px 0 40px;
  }
  .footer_contents .flexbox {
    display: block;
  }
  .footer_contents .flexbox div {
    width: 100%;
  }
  .footer_contents .flexbox .w43 {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .flinks nav {
    display: block;
  }
  .flinks ul {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .footer_contents {
    padding: 50px 0 25px;
  }
  .flogo {
    max-width: 170px;
  }
  .copyright {
    font-size: 0.7rem;
    padding: 13px 0 15px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: #022873;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 15px;
    bottom: 10px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* FV 動画 ===============================================*/
.topfv {
  overflow: hidden;
  position: relative;
}
.topfv video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media(max-width:850px) {
  .topfv video {
    height: 115vw;
  }
}
/* スライド ===============================================*/
.topslide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.topslide::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(16, 19, 21, 0) 70%, #010101);
  z-index: 1;
  opacity: 0.2;
}
.slide_items img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100vh;
  min-height: 650px;
}
.catchcopy {
  max-width: 450px;
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 20%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 30%));
}
.catchcopy img {
  filter: brightness(0) invert(1);
}
@media (max-width: 850px) {
  .slide_items img {
    min-height: auto;
    height: 115vw;
  }
}
/* 報告 ============*/
/*OCEANSニュース*/
.oceansNews {
  /*margin-bottom: 100px;*/
}
.oceansNews .inner {
  max-width: 1400px;
}
.oceansNews .teamtitle {
  line-height: 1.5;
  font-size: clamp(2.2rem, 0.95rem + 4vw, 3.2rem);
  margin-bottom: 25px;
}
.oceansNews .teamtitle span {
  display: block;
  font-size: 38%;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}
.oceansNews p {
  margin-bottom: 20px;
}
.oceansNews p:first-of-type {
  font-size: 110%;
  font-weight: 500;
}
.oceansNews p:last-of-type {
  margin-bottom: 0 !important;
}
.mtwflex {
  display: flex;
  justify-content: space-between;
}
.mtwflex div {
  width: 47%;
  display: flex;
}
/*
.mtwflex div img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
*/
@media (max-width: 750px) {
  .oceansNews .teamtitle {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .oceansNews p {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .oceansNews {
    /*margin-bottom: 65px;*/
  }
}
/**/
.on_links {
  margin-top: 70px;
}
.on_links .links {
  margin-top: 0 !important;
}
.bg_red .link a::before {
  background: #111;
}
@media (max-width: 550px) {
  .on_links {
    margin-top: 40px;
  }
}
/*----------reports_photo--------*/
.reports_photo_wrap{
	width: 100%;
	padding: 30px 0;
}

.reports_photo_wrap h3{
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
}

.reports_photo{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	
}

.reports_photo a{
	width: calc(100% / 5 - 10px);
}

@media(max-width:768px){
	.reports_photo a{
		width: calc(100% / 3 - 10px);
		margin: 4px;
	}
}
@media(max-width:460px){
	.reports_photo_wrap h3{
		font-size: 1.2rem;
	}
}



/*バナーリンク*/
.links {
  margin-top: 33px;
}
.link:last-of-type {
  margin: auto;
}
.link {
  width: 49.5%;
  margin: 9px 0;
}
.link a {
  display: block;
  overflow: hidden;
  position: relative;
}
.link a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  z-index: 1;
  opacity: 0.65;
  pointer-events: none;
}
.link a::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #022873;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
  transition: .7s all;
}
.link a:hover::before {
  opacity: 0.35;
}
.link a img {
  margin-bottom: 0 !important;
  object-fit: cover;
  width: 100%;
  height: 220px;
  transition: .7s all;
}
.link a:hover img {
  transform: scale(1.05);
}
.link h2 {
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: clamp(1.1rem, 0.7875rem + 1vw, 1.35rem);
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  white-space: nowrap;
}
.link h2 span {
  font-size: 75%;
  display: block;
  font-family: "Anton", sans-serif;
}
.earthwater h2 {
  font-size: clamp(1.3rem, 0.8rem + 1.6vw, 1.7rem);
  font-family: "Anton", sans-serif;
}
@media (max-width: 750px) {
  .link {
    width: 100%;
    margin-bottom: 10px;
  }
  .link:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .link a img {
    height: 43vw;
  }
}
/* img */
.wideimgs .wi3 {
  width: calc(100%/3);
}
/**/
.wideimgs p {
  white-space: nowrap;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.8rem, -2.2rem + 12.8vw, 5rem);
  position: absolute;
  bottom: 0;
  left: 1.5%;
  display: inline-block;
  color: #fff;
  filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 20%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 30%));
  line-height: 1.15;
}
.wideimgs p span:first-of-type {
  display: block;
}
.wideimgs {
  position: relative;
}
/**/
.wideimgs, .wideimgs .mini {
  display: flex;
  flex-wrap: wrap;
}
.wideimgs img {
  object-fit: cover;
  width: 100%;
}
.wideimgs .bi {
  width: 35%;
  display: flex;
}
.wideimgs .bi img {
  height: auto;
}
.wideimgs .mini {
  width: 65%;
  display: flex;
}
.wideimgs .mini div {
  width: 50%;
}
.wideimgs .mini div img {
  height: 16vw;
}
@media (max-width: 1350px) {
  .wideimgs .mini div img {
    height: 20vw;
  }
  .wideimgs .wi3 img {
    height: 30vw;
  }
  .wideimgs p {
    font-size: 5.5vw;
    margin-bottom: 3px;
  }
}
@media (max-width: 750px) {
  .wideimgs .mini div img {
    height: auto;
  }
}
/* 募集 ============*/
.masked {
  mask-image: linear-gradient(to right, #000 20%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, #000 20%, #000 50%, transparent 100%);
}
.reverse .masked {
  mask-image: linear-gradient(to left, #000 20%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, #000 20%, #000 50%, transparent 100%);
}
@media (max-width: 750px) {
  .masked {
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
}
/*
@media (max-width:1140px) {
  .fishing .flexbox.links {
    display: block;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .fishing .link {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .fishing .flexbox.links {
    max-width: 100%;
  }
}
*/
.thrflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 110px;
}
.thrflex div {
  width: 31%;
  position: relative;
}
.thrflex div:nth-child(2) {
  top: 15px;
}
.thrflex div:nth-child(3) {
  top: 30px;
}
@media(max-width: 750px) {
  .thrflex {
    display: block;
    margin-top: 85px;
  }
  .thrflex div {
    width: 75%;
    margin-bottom: 7%;
  }
  .thrflex div:nth-child(2) {
    top: 0;
    margin-left: auto;
  }
  .thrflex div:nth-child(3) {
    top: 0;
  }
  .thrflex div img {
    object-fit: cover;
    width: 100%;
    height: 52vw;
  }
}
@media(max-width: 550px) {
  .thrflex {
    margin-top: 55px;
  }
}
/* レジェンドアングラー ============*/
@media (max-width:750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .maintitle {
    order: -1;
    margin-bottom: 40px !important;
  }
}
.legends .inner {
  max-width: 1124px;
}
.legends .hisimg {
  margin-bottom: 27px;
}
.legtop {
  text-align: right;
  margin-bottom: 27px;
}
@media(max-width: 550px) {
  .legtop {
    font-size: 0.9rem;
  }
}
.legends {
  overflow: hidden;
}
.legends canvas {
  width: 100%;
  height: 100%;
}
.legends::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #032d59;
  opacity: 0.35;
  z-index: -1;
}
.legends {
  background: url(../img/legends.webp);
  background-size: cover;
  /* background-attachment: fixed;*/
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .legends {
  background-attachment: scroll;
}
@media (max-width: 750px) {
  .legends {
    background-attachment: scroll;
  }
}
/* 歩み ============*/
.history .inner {
  max-width: 1205px;
}
.hisflex {
  display: flex;
  align-items: flex-start;
}
/*title*/
.hisflex .maintitle {
  text-align: left;
  line-height: 1.1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 60px;
}
.hisflex .maintitle .sf::before {
  background: #333;
  width: 1px;
  height: 33px;
  content: '';
  display: inline-block;
  margin-bottom: 10px;
}
/*img*/
.hisimg img {
  object-fit: cover;
  width: 100%;
  height: 650px;
}
/*text*/
.right {
  text-align: right;
  margin-top: -60px;
}
.teamtitle {
  white-space: nowrap;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.65rem, -0.6625rem + 7.4vw, 3.5rem);
  margin-bottom: 15px;
  background: linear-gradient(to right bottom, #A60512 50%, #022873 50% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.limit {
  font-size: 120%;
  font-weight: 500;
  margin: 20px 0 17px;
  display: flex;
  flex-wrap: wrap;
}
.limit span {
  /*margin-right: 12px;*/
}
.limit span:last-of-type {
  margin-right: 0;
}
.glast {
  margin-top: 23px;
  width: fit-content;
  margin-left: auto;
}
.glast p {
  margin-bottom: 0;
  display: flex;
}
.glast p span {
  margin-left: 13px;
}
@media (max-width: 1150px) {
  .hisimg img {
    height: 55vw;
  }
  .right {
    margin-top: -6vw;
  }
}
@media (max-width: 750px) {
  .hisflex {
    display: block;
  }
  .hisflex .maintitle {
    margin-bottom: 40px;
    text-align: center;
    line-height: 0.7;
    margin-right: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .hisflex .maintitle .sf::before {
    content: none;
  }
  .hisimg img {
    height: auto;
  }
}
@media (max-width: 550px) {
  .limit {
    font-size: 110%;
    margin: 15px 0 17px;
  }
  .right {
    margin-top: -25px;
  }
  .teamtitle {
    margin-bottom: 13px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 120px 0 100px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: url(../img/fv.webp);
  background-repeat: repeat !important;
  background-size: cover !important;
  background-position: 50% 30%;
}
.fv .inner {
  width: 95%;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #022873;
  opacity: 0.55;
  z-index: 1;
}
.fv h2 {
  line-height: 1.4;
  margin-bottom: 0 !important;
  z-index: 1;
  position: relative;
  font-size: clamp(1.35rem, 0.5375rem + 2.6vw, 2rem);
}
.fv h2 span {
  color: #fff !important;
}
.fv h2 .mf {
  font-size: 45%;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.fv h2 .sf {
  font-size: 100%;
  font-weight: 500;
}
.fv canvas {
  width: 100%;
  height: 100%;
}
@media(max-width:1020px) {
  .fv {
    padding: 80px 0 70px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 85px 0 55px;
  }
  .fv h2 {
    margin-bottom: -5px !important;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.6;
  width: 97%;
  font-size: 0.8rem;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 420px;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.65rem;
  }
}
/* メンバー紹介ページ ===========================================================================================================*/
.membox {
  margin-bottom: 90px;
}
.membox:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
.membox:last-of-type {
  margin-bottom: 0 !important;
}
.membox .stitle:first-letter {
  color: #A60512;
}
.ib {
  display: inline-block;
}
@media(max-width:750px) {
  .membox {
    margin-bottom: 55px;
  }
}
/* slider */
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
  transition: .6s all;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 80%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* メモリアルフィッシュ紹介ページ =================================================================================================*/
.memorial_gallery{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap:30px;
}
.mg_img{
	width: 30%;
	aspect-ratio: 4 / 3;
}
.mg_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.memorial_fish h3{
	font-size: 1.3rem;
	color:#A60512;
	border-bottom: 2px solid #A60512;
	margin: 20px 0;
}




@media(max-width:550px) {
	.memorial_gallery{
		gap:10px;
	}
	.mg_img{
		width: 40%;
	}
}



/* ターゲット攻略法ページ =======================================================================================================*/
/* ギア紹介ページ ===========================================================================================================*/
/*text*/
.gearstext .dtitle {
  font-size: clamp(1.4rem, 0.8375rem + 1.8vw, 1.85rem);
}
.gearstext {
  margin: 0 auto 45px;
}
@media(max-width:550px) {
  .gearstext {
    margin-bottom: 35px;
  }
}
/**/
.catapult {
  max-width: 863px;
}
.limited {
  max-width: 863px;
}
.ppj {
  max-width: 959px;
}
.summit {
  max-width: 823px;
}
.maverick {
  max-width: 1056px;
}
.bg_red .dtitle::after {
  background: rgba(255, 255, 255, 0.6);
}
.chaff {
  max-width: 1031px;
}
.nitrolong {
  max-width: 1059px;
}
.flareslim {
  max-width: 1010px;
}
.rodcover {
  max-width: 955px;
}
/*img*/
.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#gallery_wrap {
  width: 100%;
  padding: 30px 10px;
}
#gallery_list li {
  width: calc(100% / 4 - 10px);
  margin: 0 5px 15px;
  overflow: hidden;
  padding: 5px;
  font-size: 0;
}
#gallery_list a.photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  background: #f5f5f5;
}
.bg_gray #gallery_list a.photo, .bg_red #gallery_list a.photo {
  background: #fff;
}
#gallery_list p.detail_text {
  font-size: 0.9rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;background: #fff;
}
.nobg .photo img{
	
	background: transparent;
}
@media (max-width: 1000px) {
  #gallery_list li {
    width: calc(100% / 3 - 10px);
  }
}
@media (max-width: 749px) {
  #gallery_list li {
    width: calc(100% / 2 - 10px);
  }
}
@media (max-width: 550px) {
  .clearfix {
    display: block;
  }
  #gallery_list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* OCEANSのご紹介ページ ========================================================================================================*/
/* 遊漁船紹介 */
.ship .flexbox {
  margin-bottom: 65px;
}
.ship .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/*table*/
.ship_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ship_table tr {
  border-bottom: 1px solid #d9d9d9;
}
.ship_table th {
  background: transparent;
  width: 35%;
}
.ship_table th, .ship_table td {
  font-weight: 400;
  padding: 23px 0;
}
.ship_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
.ib {
  display: inline-block;
}
@media(max-width: 550px) {
  .ship_table {
    border-collapse: collapse;
  }
  .ship_table tr {
    border-bottom: none;
  }
  .ship_table td {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
  }
  .ship_table td, .ship_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .ship_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
  .ship_table tr:first-child th {
    padding-top: 0;
  }
}
/* 旅のサポーター */
.supbox {
  margin-bottom: 140px;
}
.supbox:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.supporters .maintitle {
  margin-bottom: 55px;
}
.supporters .oceansNews .teamtitle {
  margin-bottom: 55px;
}
/*title*/
.dtitle {
  font-size: clamp(1.3rem, 0.8625rem + 1.4vw, 1.65rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 13px;
  line-height: 1.6;
  position: relative;
}
.dtitle.txtmgb {
  margin-bottom: 30px !important;
}
.dtitle::after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #636363;
  margin: 10px auto 0;
}
@media(max-width: 550px) {
  .supporters .maintitle {
    margin-bottom: 35px;
  }
  .supporters .oceansNews .teamtitle {
    margin-bottom: 35px;
  }
  .supbox {
    margin-bottom: 60px;
  }
  .dtitle, .dtitle.txtmgb {
    margin-bottom: 23px !important;
  }
}
/**/
.supbox .fitc {
  margin-bottom: 55px;
}
/*ゲストハウス「種子島SORA」*/
.sora {
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}
/*島の台所 オリオン食堂*/
.orionmap {
  display: flex;
}
.orionmap iframe {
  width: 100%;
  height: auto;
}
@media(max-width: 750px) {
  .orionmap iframe {
    height: 280px;
  }
  .orionmap {
    margin-bottom: 10px;
  }
}
/*鉄板グリルSachiko*/
.sachiko {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}
.sachiko .ship_table {
  margin-top: 23px;
}
/*gallery*/
.supbox .gallery_list {
  margin-top: 45px;
  width: 120%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width: 1480px) {
  .supbox .gallery_list {
    width: 97vw;
  }
}
@media(max-width: 750px) {
  .supbox .gallery_list {
    margin-top: 35px;
    margin-bottom: 20px;
    width: 100%;
  }
  .supbox:last-of-type .gallery_list {
    margin-bottom: 0 !important;
  }
}
.gallery_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.gallery_list li {
  width: 15.66%;
  margin: 0 0.5% 10px;
  font-size: 0;
}
.gallery_list li a {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
}
.gallery_list li a::before {
  content: '';
  display: block;
  padding-top: 85%;
}
.gallery_list li a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery_list li p.detail_text {
  padding: 3px;
  font-size: 0.85rem;
  margin-top: 5px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.gallery_list li a:hover img {
  opacity: 0.6;
}
@media (max-width: 1250px) {
  .gallery_list li {
    width: 31.3%;
    margin: 0 1% 10px;
  }
}
@media (max-width: 750px) {
  .gallery_list {
    justify-content: space-between;
  }
  .gallery_list li {
    width: 48.5%;
    margin: 0 0 7px;
  }
}
@media (max-width: 550px) {
  .gallery_list li p.detail_text {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
/* 旅の友 */
.hiace .fitc {
  margin-bottom: 45px;
}
@media(max-width:750px) {
  .hiace .fitc {
    margin-bottom: 27px;
  }
  .hiace .flexbox div:first-of-type {
    margin-bottom: 40px;
  }
}
/* 釣りの仲間達 */
.companion .inner {
  max-width: 1150px;
}
.companion .maintitle {
  margin-bottom: 40px;
}
.companion .info_table {
  margin: 35px 0 20px;
}
.companion .info_table td {
  width: calc(100%/3);
}
@media(max-width:750px) {
  .companion .maintitle {
    margin-bottom: 30px;
  }
  .companion .info_table {
    margin-top: 25px;
  }
  .companion .sptable.info_table td {
    border-bottom: 2px solid #e8e8e8;
  }
  .companion .sptable.info_table td:last-of-type {
    border-bottom: none;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 14px 10px;
}
.info_table th {
  font-size: 107%;
  background: #A60512;
  color: #fff;
  width: 35%;
  border-right: 2px solid #e8e8e8;
  font-weight: 400;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
@media (max-width: 750px) {
  .sptable.info_table td, .sptable.info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .sptable.info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .sptable.info_table td {
    padding-bottom: 10px !important;
  }
}

/*------------footer_logo_wrap--------------*/
.footer_logo_wrap{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding-bottom: 50px;
}
.footer_logo_wrap img{
	width: 25%;
}

@media(max-width:550px){
	.footer_logo_wrap{
		flex-direction: column;
		align-items: center;
		gap:30px;
	}
	.footer_logo_wrap img{
		width: 60%;
	}
}