@charset "utf-8";

/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
.wrap {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00459c+0,2989d8+50,57c0d5+100 */
background:url(../images/fishery-common/bg_teichi.png), linear-gradient(to bottom,  #00459c 0%,#2989d8 50%,#57c0d5 100%); /* Old browsers */
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center 100px,  center 0px;
background-size:contain;

}
.breadcrumb {
  padding: 8px 15px 3px !important;
  background:rgba(255, 255, 255, 0.9);
}
.cat-title {
  text-align: center;
  font-size: 1.8rem;
}
.cat-title img {
  vertical-align: middle;
  padding-right:10px;
}
/*ボタン*/
a.btn-fishery-link {
  display: block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 2.2em;
  background-color: #00459c;
  position: relative;
  min-height: 255px;
  overflow: hidden;
}
a.btn-fishery-link p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  text-shadow: rgba(0, 14, 53, 0.5) 1px 1px 10px, rgba(0, 14, 53, 0.5) -1px 1px 10px,
  rgba(0, 14, 053, 0.5) 1px -1px 10px, rgba(0, 14, 53, 0.5) -1px -1px 10px;
}
a.btn-fishery-link:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../../images/common/ico_link.svg) no-repeat center center / cover;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}
.btn-fishery-link:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all .4s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.btn-fishery-link:hover:after {
  transform: translateY(-50%) translateX(-50%) scale(1.2);
}

a.btn-fishery {
  border: 1px solid #fff;
  display: inline-block;
  padding: 1rem 5rem 1rem 3rem;
  background-color: #004286;
  color: #fff;
  border-radius: 1rem;
  margin-top: 2rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 2rem;
}
a.btn-fishery:after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../../images/common/ico_link.svg) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  /* margin-top: -6px; */
  transform: translateY(-50%);
  right: 1rem;
  z-index: 2;
}
a.btn-fishery:hover {
  opacity: 0.75;
}
a.btn-fishery.outside {
  padding-right: 4rem;
}
a.btn-fishery.outside:after {
  width: 18px;
  height: 13px;
  background-image: url(../../images/common/ico_window_white.png);
  margin-top: -6px;
  right: 1.4rem;
}
/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
#support .global-nav > li.global-nav-menu01 > a,
#operation .global-nav > li.global-nav-menu02 > a,
#ship .global-nav > li.global-nav-menu03 > a,
#fishing-net .global-nav > li.global-nav-menu04 > a,
#possible .global-nav > li.global-nav-menu05 > a,
#case .global-nav > li.global-nav-menu06 > a {
  border-color:#FFDD00;
}
.megamenu-area img {
  width: 150px;
}
.megamenu-area {
  background-color: rgba(255, 255, 255, 0.9);
}
.megamenu-area p {
  color: #222;
}
.megamenu-area ul {
  flex-wrap: nowrap;
}
.megamenu-area ul li {
  flex: 1 1 100%;
  justify-content: space-between;
}
.megamenu-area ul li a {
  color: #222;
  padding: 1rem 2.5rem 1rem 1rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.megamenu-area ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 0;
  line-height: 1;
  font-size: 1.5em;
  padding-right: 10px;
  color: #23973f;
}
.megamenu-area ul li a:hover {
  color: #00459c;
}
.side-button-area {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 10vh;
  width: 52px;
  display: flex;
  flex-direction: column;
}
.side-button-area a {
  margin-bottom: 1.5rem;
}
.side-button-area a:hover {
  opacity: 0.75;
}
a.business-top-link {
  border-color: #005bac;
  color: #005bac;
}

/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  padding: 1.5rem 0 1rem;
  border-top: 2px solid #23973f;
  background: #fff;
}
a.bnr-possible {
  position: fixed;
  bottom: 10px;
  right: 13px;
  z-index: 2;
  display: inline-block;
}
.copyright {
  color: #999;
}
/*----------------------------------------------------
  セカンドページ
----------------------------------------------------*/
.page-title-area {
  padding: 3rem 0rem ;
  color: #fff;
  font-weight: normal;
  background:rgba(0, 69, 159, 0.2);
}

.page-title {
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-top: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #fff;
}
.page-title + p {
  margin-top: 1em;
}
.page-title-area p {
  text-align: center;
}
.catch-title {
  font-size: 3rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color:rgb(255, 253, 188);
    line-height: 1.4;
  font-weight: normal;
}

.second-contents-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
div.second-contents-wrap + div.second-contents-wrap {
  margin-bottom: 6rem;
}
.second-contents {
  padding: 3rem 5rem 0;
}
.second-contents-title {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
}
.second-contents-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  text-align: left;
  font-size: 2.8rem;
  color: #00459c;
}
.second-contents-title span:before,
.second-contents-title span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #00459c;
}
.second-contents-title span:before {
  right: 100%;
}
.second-contents-title span:after {
  left: 100%;
}
.second-contents-inner {
  margin-bottom: 5rem;
}
.second-contents-inner:last-child {
  margin-bottom: 2rem;
}

.second-contents-second-title {
  border-left: 6px solid #23973f;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0.8rem;
  padding-left: 1.2rem;
  margin-bottom: 2rem;
  background: #fff;
}
.zuhyou{
  padding: 15px;
  background:#fff;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.second-contents-inner p {
  margin-bottom: 1.5em;
  text-align: justify;
}
.second-contents-inner figure {
  display: block;
  margin-bottom: 1.5rem;
}
.second-contents-inner figcaption {
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.sanson {
  width: 100%;
  margin-top: 30px;
}

.second-nav {
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
  background: #00469cbe ;
}
.second-nav ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin-top: 2rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.second-nav ul li {
  flex: 1 1 100%;
  justify-content: space-between;
}
.second-nav ul li a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border:1px solid #fff;
  padding: 5px;
  text-align: center;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.second-nav ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 10px;
  line-height: 1;
  font-size: 1.5em;
}
.second-nav ul li a:hover {
  background: #c3def7;
  color: #222;
}

@media screen and (max-width: 1300px) {
  ul.global-nav {
    font-size: 1.5rem;
  }
  .global-nav > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  a.logo-header img {
    width: 120px;
  }
}
@media screen and (max-width: 1199.98px) {
  ul.global-nav,
  a.business-top-link {
    font-size: 1.3rem;
  }
  .global-nav > li > a {
    padding: 1.2rem 0.9rem ;
  }
}
@media screen and (max-width: 991.98px) {

}
@media screen and (max-width: 767.98px) {
  a.bnr-possible img {
    width: 150px;
  }
  a.btn-fishery-link {
    padding: 1.5rem 1.5rem 2.2em;
    min-height: 220px;
    max-width: 220px;
}
  a.btn-fishery-link p {
    font-size: 2.2rem;
  }
  .side-button-area {
    display: none;
  }
  .second-contents {
    padding: 1rem 1.5rem;
  }
  .page-title-area {
    padding: 1rem 1rem 4rem;
  }
  .page-title-area img {
    width: 60px;
  }
  .page-title {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .second-contents-title span {
    font-size: 2.4rem;
  }
  .second-contents-inner figcaption {
    font-size: 1.3rem;
  }
  .second-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .second-nav ul li {
    margin-bottom: 1.5rem;
  }
  .catch-title {
  font-size: 2rem;
}
  .second-contents-second-title {
  font-size: 1.8rem;
}
}
@media screen and (max-width: 575.98px) {
  .footer {
    padding-bottom: 8rem;
  }
}