@charset "UTF-8";
.ishvoer {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.ishvoer:hover {
  opacity: 0.5; }

#btn_pagetop {
  position: relative; }

#btn_pagetop a {
  position: fixed;
  bottom: 130px;
  right: 30px; }

.opening-contents {
  border: 15px solid #b6d7f0;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .opening-contents .opening-head_logo {
    padding-top: 38px;
    padding-left: 57px;
    width: 950px;
    margin: auto; }
  .opening-contents .opening-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.opening-contents.views {
  opacity: 1; }

.opening-contents.close {
  opacity: 0;
  visibility: hidden;
  z-index: -20; }

.global-nav-togglebtn {
  margin-top: 57px; }
  .global-nav-togglebtn span {
    cursor: pointer;
    display: block;
    width: 51px;
    height: 37px;
    background-image: url("/life/profish/img/pc_top/togglebtn_first.png");
    background-repeat: no-repeat; }

.global-nav-togglebtn.off {
  position: relative;
  z-index: 400;
  margin-top: 55px;
  margin-right: 38px;
  top: 0;
  left: 0; }
  .global-nav-togglebtn.off span {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("/life/profish/img/pc_top/togglebtn_second.png");
    background-repeat: no-repeat;
    position: fixed;
    top: 55px;
    right: auto; }

body {
  overflow: hidden;
  /* overflow: inherit; */ }

.wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-property: all;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: all;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out; }

.wrapper.open {
  opacity: 1;
  visibility: visible;
  position: relative; }

.main-bg {
  position: relative;
  display: block;
  background-color: #eceff1; }

.main-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 728px;
  background-image: url("/life/profish/img/pc_top/main-bg.png");
  background-color: #eceff1;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center; }
  header .head_logo {
    margin-top: 51px;
    margin-left: 42px; }

.global-nav-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .global-nav-area .global-nav-inner {
    position: relative;
    z-index: 2;
    padding-left: 53px; }
    .global-nav-area .global-nav-inner .global-nav-link-list,
    .global-nav-area .global-nav-inner .global-nav-link-list li {
      display: block; }
    .global-nav-area .global-nav-inner .global-nav-link-list li:first-child {
      margin-top: 35px; }
    .global-nav-area .global-nav-inner .global-nav-link-list li {
      margin-top: 25px; }
    .global-nav-area .global-nav-inner .global-nav-link:first-child {
      padding-top: 130px; }
    .global-nav-area .global-nav-inner .global-nav-link-title:nth-of-type(1) {
      margin-top: 31px; }
    .global-nav-area .global-nav-inner .global-nav-link-title:nth-of-type(2) {
      margin-top: 48px; }
    .global-nav-area .global-nav-inner .global-nav-link:nth-of-type(2) {
      margin-top: 30px;
      padding-bottom: 40px; }
  .global-nav-area .global-nav-inner p,
  .global-nav-area .global-nav-inner h3,
  .global-nav-area .global-nav-inner a {
    text-decoration: none;
    color: #ffffff;
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }
  .global-nav-area .global-nav-inner h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.125;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.149);
    width: 765px;
    height: 33px;
    margin: auto;
    border-radius: 16px; }
    .global-nav-area .global-nav-inner h3 span {
      color: #ffffff;
      opacity: 1;
      position: relative;
      z-index: 20;
      display: block;
      line-height: 33px; }

.global-nav-area.on {
  opacity: 1;
  visibility: visible;
  z-index: 300;
  position: fixed;
  height: 100%; }
  .global-nav-area.on .global-nav-inner {
    overflow: auto;
    height: 100%; }

.global-nav-link a,
.global-nav-link-list a {
  font-size: 26px;
  font-weight: bold;
  display: inline-block; }

.global-nav-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #312e71;
  opacity: 0.949;
  width: 100%;
  height: 100vh; }

.main-wrap {
  position: relative;
  width: 100%; }

.main-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin: 110px auto 0; }
  .main-contents .main-text {
    margin-right: 36px;
    margin-left: 55px; }
  .main-contents .main-title {
    margin-right: 66px; }
  .main-contents .main-logo {
    margin-top: -11px; }

.profish-component {
  margin-top: 225px; }
  .profish-component .component-inner {
    width: 950px;
    margin: auto; }
  .profish-component .title {
    text-align: center; }
  .profish-component .text {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    line-height: 27px; }
  .profish-component .profish-title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .profish-component .profish-title-list li {
      width: 300px;
      text-align: center; }
    .profish-component .profish-title-list a {
      font-size: 16px;
      text-decoration: none;
      color: #000000;
      font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }
    .profish-component .profish-title-list li:first-child p {
      margin-top: -5px; }
    .profish-component .profish-title-list li:nth-child(2) p {
      margin-top: 1px; }
    .profish-component .profish-title-list li:nth-child(3) p {
      margin-top: 2px; }
    .profish-component .profish-title-list li:nth-child(4) {
      margin-top: 30px; }
      .profish-component .profish-title-list li:nth-child(4) p {
        margin-top: 0px; }
    .profish-component .profish-title-list li:nth-child(5) p {
      margin-top: 8px; }
    .profish-component .profish-title-list li p {
      text-align: center;
      margin-top: 0;
      letter-spacing: 2px; }
  .profish-component .link-flag {
    position: relative; }
  .profish-component .link-flag:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 12px;
    margin-top: -7px;
    margin-right: -15px; }
  .profish-component .link-flag01:before {
    background-image: url("/life/profish/img/pc_top/link-flag01.png");
    background-repeat: no-repeat; }
  .profish-component .link-flag02:before {
    background-image: url("/life/profish/img/pc_top/link-flag02.png");
    background-repeat: no-repeat; }
  .profish-component .link-flag03:before {
    background-image: url("/life/profish/img/pc_top/link-flag03.png");
    background-repeat: no-repeat; }
  .profish-component .link-flag04:before {
    background-image: url("/life/profish/img/pc_top/link-flag04.png");
    background-repeat: no-repeat; }
  .profish-component .link-flag05:before {
    background-image: url("/life/profish/img/pc_top/link-flag07.png");
    background-repeat: no-repeat; }
  .profish-component .link-flag06:before {
    background-image: url("/life/profish/img/pc_top/link-flag06.png");
    background-repeat: no-repeat; }
  .profish-component .origin-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    width: 714px;
    margin: 60px auto 0;
    position: relative; }
    .profish-component .origin-box figure {
      margin-top: 10px; }
    .profish-component .origin-box .textbox {
      margin-left: 30px; }
    .profish-component .origin-box .title {
      text-align: left;
      color: #262168;
      font-size: 22px;
      margin-bottom: 15px; }
    .profish-component .origin-box .text {
      text-align: left;
      margin-top: 0;
      color: #262168;
      font-size: 14px; }
  .profish-component .origin-box:before, .profish-component .origin-box:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 8px;
    background: url("/life/profish/img/pc_top/border.png"); }
  .profish-component .origin-box:before {
    top: 0; }
  .profish-component .origin-box:after {
    bottom: 0; }

.iichiboshi-component {
  background-color: #f0fafc;
  margin-top: 75px;
  padding-top: 97px;
  padding-bottom: 66px; }
  .iichiboshi-component .title {
    text-align: center;
    margin-left: 40px; }
  .iichiboshi-component .iichiboshi-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin: 27px auto 0; }
    .iichiboshi-component .iichiboshi-icon-list li:first-child {
      margin-right: 94px;
      margin-left: 30px; }
  .iichiboshi-component .iichiboshi-text {
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    margin-top: 29px;
    letter-spacing: 1px;
    margin-left: 82px; }
  .iichiboshi-component .iichiboshi-link-btn {
    margin-left: 47px;
    margin-top: 26px; }
  .iichiboshi-component .link-btn {
    display: block;
    width: 268px;
    margin: auto;
    text-align: center;
    text-decoration: none; }
    .iichiboshi-component .link-btn span {
      position: relative;
      border-width: 1px;
      border-color: #262168;
      border-style: solid;
      border-radius: 23px;
      width: 268px;
      height: 45px;
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      font-weight: bold;
      color: #000000;
      line-height: 2.25;
      padding-right: 29px;
      font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; }
    .iichiboshi-component .link-btn span:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 18px;
      height: 15px;
      margin-top: -7px;
      margin-right: 36px;
      background-image: url("/life/profish/img/pc_top/link-flag05.png");
      background-repeat: no-repeat; }

.sns-component {
  padding-top: 48px;
  display: none; }
  .sns-component .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin: auto; }
    .sns-component .sns-list li:first-child {
      margin-right: 90px; }

footer {
  background-color: #ffffff;
  padding-top: 80px; }
  footer .sito-info .copy {
    font-size: 11px;
    color: #000000;
    letter-spacing: 1.4px;
    margin-bottom: 8px; }

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