@charset "utf-8";

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}

/**************************************************************
*
* トップページ
*
**************************************************************/
.top .content {
  overflow: hidden;
}
/**************************************************************
* さんつねの想い
**************************************************************/
.top .maincopy {
  margin-top: -70px;
  
  position: relative;
  z-index: 2;
}
.top .maincopy .copy {
  background-color: rgba(0,7,65,0.8);
  
  color: #fff;
  text-align: center;
  
  position: relative;
  
  padding: 20px;
  padding-bottom: 10px;
}
.top .maincopy .copy:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  
  width: 100%;
  height: 21px;
  
  background-image: url(../img/common/bd_wave.png);
  background-repeat: repeat-x;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top .maincopy .copy:after {
    background-image: url(../img/common/bd_wave@2x.png);
  }
}
.top .maincopy .copy .subtext {
  display: block;
  
  font-size: 2.4rem;
  letter-spacing: 0.075rem;
  
  margin-top: 5px;
}
.top .maincopy .box {
  padding: 95px 30px 60px;

  background-color: #fff
}
.top .maincopy .box .left,
.top .maincopy .box .right {
  float: left;
}
.top .maincopy .box .left {
  width: 64%;
  
  padding-right: 30px;
}
.top .maincopy .box .right {
  width: 36%;
  position: relative;
}
.top .maincopy .box .right .name {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.top .maincopy .box .paragraph {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  
  margin-top: 5px;
}
@media screen and (max-width: 979px) {
  .top .maincopy .copy img {
    max-width: 80%;
  }
  .top .maincopy .copy .subtext {
    font-size: 2rem;
  }
  .top .maincopy .box .paragraph {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .intro {
    position: relative;
  }
  .top .intro:after {
    content: "";
    background-image: url(../img/common/border01.png);
    background-repeat: repeat-x;
    background-size: contain;

    height: 25px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .top .intro.bg_blue {
    background-color: transparent;
  }
  .top .intro .pc_none {
    padding-top: 60px;
    
    text-align: center;
    font-size: 2.6rem;
    color: #000741;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
  
  .top .intro .pc_none .icon-salmon01 {
    font-size: 14rem;
  }
  .top .intro + .sp_box {
    background-color: #000741;
    
    padding: 40px 15px 15px;
  }
  .top .intro + .sp_box .box {
    background-color: #fff;
    border-left: #9499c0 5px solid;
    
    padding: 15px;
  }
  .top .intro + .sp_box .box .left,
  .top .intro + .sp_box .box .right {
    float: left;
  }
  .top .intro + .sp_box .box .left {
    width: 55%;
    
    padding-right: 20px;
  }
  .top .intro + .sp_box .box .right {
    width: 45%;
    position: relative;
  }
  .top .intro + .sp_box .box .right .name {
    position: absolute;
    bottom: 8px;
    right: 8px;
    
    width: 75%;
  }
  .top .intro + .sp_box .box .paragraph {
    font-size: 2.4rem;
  }
  .top .intro + .sp_box .box .more {
    margin-top: 8px;
    
    color: #000741;
    text-align: right;
    font-size: 2rem;
    
    display: block;
  }
  .top .intro + .sp_box .box .more i {
    margin-right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .top .maincopy {
    margin-top: -20px;
  }
  .top .maincopy .copy img {
    max-width: 100%;
  }
  .top .maincopy .copy .subtext {
    font-size: 1.2rem;
  }
  .top .intro .pc_none {
    font-size: 1.6rem;
    
    
  }
  .top .intro .pc_none .icon-salmon01 {
    font-size: 8rem;
  }
  .top .intro + .sp_box .box .paragraph {
    font-size: 1.4rem;
  }
  .top .intro + .sp_box .box .more {
    font-size: 1.4rem;
  }
}
/**************************************************************
* トップページ 50周年記念動画　20231006
**************************************************************/
.content.video {
  margin-bottom: 80px;
}

.content.video.margin_bottom_small {
  margin-bottom: 40px;
}

.content.video .headline_type1 {
  margin-bottom: 30px;
}

.content.video .frame_box {
  margin-left: auto;
  margin-right: auto;

  aspect-ratio: 16 / 9;
  width: 792px;
  height: auto;
}

.content.video .frame_box .iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .content.video .frame_box {
    width: 100%;
    height: auto;
  }
}
/**************************************************************
* トップページ フレーム部分
**************************************************************/
.top .frame .fimage {
  opacity: 0;
  
  -webkit-transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top .frame.active .fimage {
  opacity: 1;
}
.top .works.content .fimage .salmon {
  -webkit-transform: translate(-40%, 40px);
  -ms-transform: translate(-40%, 40px);
  -o-transform: translate(-40%, 40px);
  transform: translate(-40%, 40px);
  
  -webkit-transition: transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
  -o-transition: transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
  transition: transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
}
.top .works.content .frame.active .fimage .salmon {
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.top .staff.content .fimage .icon {
  -webkit-transform: scale(1.4) translate(-10px) rotate(50deg);
  -ms-transform: scale(1.4) translate(-10px) rotate(50deg);
  -o-transform: scale(1.4) translate(-10px) rotate(50deg);
  transform: scale(1.4) translate(-10px) rotate(50deg);

  -webkit-transition: transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
  -o-transition: transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
  transition: transform 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
}
.top .staff.content .frame.active .fimage .icon {
  -webkit-transform: scale(1) translate(0px) rotate(0deg);
  -ms-transform: scale(1) translate(0px) rotate(0deg);
  -o-transform: scale(1) translate(0px) rotate(0deg);
  transform:scale(1) translate(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .top .frame .fdetail {
    width: 100%;
    float: none;
  }
  .top .frame .fdetail .image {
    position: relative;
    
    margin-bottom: 40px;
  }
  
  .top .frame .fdetail .image .photo {
    width: 101vw;
    max-width: 101vw;
    
    margin-left: -11%;
    margin-left: -11%;
  }
  .top .frame .fimage {
    display: none;
  }
  
  .top .works.content .fdetail .image .salmon {
    opacity: 0;
    -webkit-transform: translate(-40%, 40px);
    -ms-transform: translate(-40%, 40px);
    -o-transform: translate(-40%, 40px);
    transform: translate(-40%, 40px);

    -webkit-transition: 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
    -o-transition: 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
    transition: 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
    -webkit-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .top .works.content .frame.active .fdetail .image .salmon {
    opacity: 1;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .top .staff.content .fdetail .image .icon {
    opacity: 0;
    -webkit-transform: scale(1.4) translate(-10px) rotate(50deg);
    -ms-transform: scale(1.4) translate(-10px) rotate(50deg);
    -o-transform: scale(1.4) translate(-10px) rotate(50deg);
    transform: scale(1.4) translate(-10px) rotate(50deg);

    -webkit-transition: 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
    -o-transition: 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
    transition: 1500ms cubic-bezier(0.165, 0.84, 0.44, 1) 30ms;
    -webkit-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .top .staff.content .frame.active .fdetail .image .icon {
    opacity: 1;
    -webkit-transform: scale(1) translate(0px) rotate(0deg);
    -ms-transform: scale(1) translate(0px) rotate(0deg);
    -o-transform: scale(1) translate(0px) rotate(0deg);
    transform:scale(1) translate(0px) rotate(0deg);
  }
}
@media screen and (max-width: 599px) {
  .top .frame .fdetail .image {
    margin-bottom: 20px;
  }
}
/**************************************************************
* 事業紹介
**************************************************************/
.top .works.content .frame  .content_paragraph {
  margin-bottom: 70px;
}
.top .works.content .fimage .salmon{
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .top .works.content .frame  .content_paragraph {
    margin-bottom: 40px;
  }
  .top .works.content .fdetail .image .salmon {
    position: absolute;
    top: 0;
    left: -11%;
    max-width: inherit;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top .works.content .frame  .content_paragraph {
    margin-bottom: 20px;
  }
}
/**************************************************************
* さんつね一家
**************************************************************/
.top .staff.content .frame .content_paragraph {
  margin-bottom: 70px;
}
.top .staff.content .fimage .icon {
  position: absolute;
  right: -40px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .top .staff.content .frame .content_paragraph {
    margin-bottom: 40px;
  }
  .top .staff.content .fdetail .image .icon {
    position: absolute;
    top: 0;
    right: -13%;
    max-width: inherit;
    height: 104%;
  }
}
@media screen and (max-width: 599px) {
  .top .staff.content .frame .content_paragraph {
    margin-bottom: 20px;
  }
}
/**************************************************************
* さんつねの挑戦
**************************************************************/
.top .blog.content .frame {
  padding-top: 80px;
}
.top .blog.content .category.subcontent,
.top .blog.content .news.subcontent {
  margin-top: 40px;
}
.top .blog.content .frame .content_paragraph {
  margin-bottom: 30px;
}

.top .blog.content .news.subcontent .row {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  
  .top .blog.content .box_type1 .text br {
    display: none;
  }
  .top .blog.content .col_6 {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 599px) {
  .top .blog.content .frame {
    padding-top: -webkit-calc(4% + 25px);
    padding-top: calc(4% + 25px);
  }
  
  .top .blog.content .box_type1 .text br {
    display: inline;
  }
  .top .blog.content .col_6 {
    width: 100%;
    float: none;
  }
}

/**************************************************************
*
* さんつねの想い
*
**************************************************************/
.concept.subpage .wide_content {
  height: 200px;
  max-width: 980px;
  
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.concept.subpage .wide_content img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  
  height: 200px;
  width: 100%;
}

.concept.subpage .vision_image {
  border: 2px solid #eee;
}

.concept.subpage .content figure {
  max-width: 380px;
  float: right;
  
  padding-left: 30px;
}
.content.collapse .more {
  display: none;
}
@media screen and (max-width: 979px) {
  .concept.subpage .content.spirit .col_4 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  
  .concept.subpage .content figure {
    max-width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .concept.subpage .content.spirit {
    position: relative;
  }
  .concept.subpage .content.spirit:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    
    width: 100%;
    height: 21px;
    
    background-image: url(../img/common/border01.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .concept.subpage .content.spirit:after {
      background-image: url(../img/common/border01@2x.png);
    }
  }

  .concept.subpage .vision_image {
    border: none;
  }
  
  .concept.subpage .content figure {
    float: none;
    max-width: none;
    
    padding-left: 0;
    
    text-align: center;
  }
  
  .content.collapse {
  }
  .content.collapse .hidden_content {
    display: none;
  }
  
  .content.collapse .more {
    width: 100%;
    
    background: -moz-linear-gradient(top, rgba(239,239,239,0.8) 1%, rgba(239,239,239,0.8) 2%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(top, rgba(239,239,239,0.8) 1%,rgba(239,239,239,0.8) 2%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,0.8) 1%,rgba(239,239,239,0.8) 2%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccefefef', endColorstr='#efefef',GradientType=0 );
    
    display: block;
    
    padding: 15px 45px;
  }
  .content.collapse .more .box {
    background-color: #000741;
    border-radius: 10px;
    
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    
    width: 100%;
    max-width: none;
    
    padding: 5px;
  }
  .content.collapse .more .box .icon-arrow01 {
    display: block;
  
    font-size: 0.8em;
    
    margin-top: 3px;
    
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/**************************************************************
* フッターバナー
**************************************************************/
.top .content.bnr .list {
  /* text-align: justify;
  text-align-last: justify; */

  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;

  margin-bottom: -15px;
}
.top .content.bnr .litem {
  /* display: inline-block; */
  flex-basis: auto;
  width: 33.33333333333%;
  max-width: 33.33333333333%;

  margin-bottom: 15px;
}
@media screen and (max-width: 979px) {
  .top .content.bnr .list {
    text-align: left;
    text-align-last: left;
  }
  .top .content.bnr .litem {
    /* margin-left: 3px;
    margin-right: 3px; */
  }
}
@media screen and (max-width: 768px) {
  .top .content.bnr .list {
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .top .content.bnr {
    padding-bottom: 30px;
  }
  .top .content.bnr .list {
    /* max-width: 345px; */
    margin-left: auto;
    margin-right: auto;
  }
  .top .content.bnr .litem:not(.one) {
    display: block;
    /* float: left; */
    flex-basis: auto;
    width: 50%;
    max-width: 50%;

    margin-left: 0;
    margin-right: 0;
  }
}
/**************************************************************
*
* 事業紹介
*
**************************************************************/
.works.subpage .content.begin .container {
  text-align: center;
}
.works.subpage .content.begin .dlist {
  margin-bottom: 40px;
  
  vertical-align: top;
  
  display: inline-block;
  width: 28%;
  
  margin-left: 1%;
  margin-right: 1%;
}

.works.subpage .content.begin .dlist .dhead {
  text-align: center;
  
  margin-bottom: 20px;
}
.works.subpage .content.begin .dlist .ditem {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #000741;
}
.works.subpage .content.fishes {
  background-color: #eee;

  padding-bottom: 40px;
}
.works.subpage .content.fishes .list_category {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  margin-bottom: 30px;
}
.works.subpage .content.fishes .list_category .list_category_item {
  width: calc(100%/3 - 15px*2/3);
}
.works.subpage .content.fishes .list_category.no_bottom {
  margin-bottom: 0;
}

.works.subpage .content.michikusa .btn_type1 {
  background-image: url(../img/works/icon_michikusa.png);
  background-size: contain;
  background-position: 20px center;
  background-repeat: no-repeat;
  
  transition-property: opacity
}
.works.subpage.hover .content.michikusa .btn_type1:hover,
.works.subpage .content.michikusa .btn_type1.hover {
  background-color: #000741;
  color: #fff;
}
.works.subpage .box_type1.vari1 .image {
  width: 170px;
  height: 85px;
}
.works.subpage .box_type1.vari1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .works.subpage .content.michikusa .btn_type1 {
    background-image: url(../img/works/icon_michikusa@2x.png);
  }
}
@media screen and (max-width: 768px) {
  .works.subpage .content.begin .dlist {
    display: table;
    width: 100%;
  }
  .works.subpage .content.begin .dlist > * {
    display: table-cell;
    
    vertical-align: bottom;
  }
  .works.subpage .content.begin .dlist .dhead {
    width: 300px;
  }
  .works.subpage .content.begin .dlist .ditem {
    text-align: left;
    
    padding: 0px 20px;
  }
  
  .works.subpage .shops.content .row .col_6:first-child {
    margin-bottom: 20px;
  }

  .works.subpage .box_type1.vari1 .image {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .works.subpage .content.begin .dlist .dhead {
    width: 160px;
  }
  .works.subpage .content.begin .dlist .ditem {
    font-size: 1.6rem;
  }

  .works.subpage .box_type1.vari1 .image {
    width: 100%;
    height: 60px;
  }
}
/**************************************************************
*
* 会社案内
*
**************************************************************/
.company.subpage .content .figure {
  max-width: 380px;
  
  padding-left: 30px;
  
  float: right;
}
.company.subpage .content .figure .box {
  padding: 20px;
  padding-bottom: 12px;
  
  display: block;
  
  text-align: center;
  
  background-color: #eeeeee;
}
.company.subpage .content .figure figcaption {
  margin-top: 5px;
}
.subpage .content_paragraph.margin_bottom_middle {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company.subpage .content .figure {
    max-width: 280px;
  }
  .company.subpage .content .figure figcaption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .company.subpage .content .figure {
    max-width: none;
    float: none;
    
    padding-left: 0;
    margin-bottom: 20px;
  }
}
/**************************************************************
* 社内木鶏会 20231006
**************************************************************/
.content_flex {
  display: flex;
  column-gap: 60px;

}
.content_flex.center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .content_flex {
    flex-direction: column;
    row-gap: 20px;
  }
}

/**************************************************************
*
* 採用情報
*
**************************************************************/
.recruit.subpage .nochange .col_4 {
  width: 33.333%;
  float: left;
}
.recruit.subpage .btn_type1.vari1 {
  position: relative;  
}
.recruit.subpage .btn_type1 .icon {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4rem;
}

/**************************************************************
*
* お問い合わせ
*
**************************************************************/
.inquiry.subpage .content .privacy {
  text-align: right;
  
  margin-bottom: 30px;
  margin-top: 10px;
}
.inquiry.subpage .content .privacy a {
  color: #999999;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: underline;
}

/**************************************************************
*
* プライバシーポリシー
*
**************************************************************/
.privacy.subpage .content .address {
  padding: 8px 6px 8px 10px;
  
  border-left: #000741 2px solid;
  background-color: #f4f5ff;
}
.privacy.subpage .content .address b {
  margin-bottom: 5px;
  
  display: inline-block;
}

/**************************************************************
*
* 鮭辞典
*
**************************************************************/
.dictionary.subpage {
  padding-top: 0px;
  min-width: 980px;
}
/**************************************************************
*
* スタッフブログ
*
**************************************************************/
*::-ms-backdrop,
.col_4 .flex_type1{
  display: inline-flex;
}
*::-ms-backdrop,
.flex_type2{
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
*::-ms-backdrop,
.flex_type2 .fol_4{
  flex-basis: 33%;
}
*::-ms-backdrop,
.col6-5{
  flex-basis: 65%;
}
*::-ms-backdrop,
.col3-5{
  flex-basis: 35%;
}
*::-ms-backdrop,
.col5{
  flex-basis: 50%;
}
*::-ms-backdrop,
.subpage .mainimage .container._addvari1{
  width: 1040px;
}
*::-ms-backdrop,
.box_type1 .text.col5._addvari2
{
  padding: 35px 12px;
}
*::-ms-backdrop,
.box_type1 .text.col5._addvari3
{
  padding: 23px 12px;
}
*::-ms-backdrop,
.row .text.col3-5._addvari4
{
  padding: 22px 12px;
}
*::-ms-backdrop,
.row .text.col3-5._addvari5
{
  padding: 32px 12px;
}

.top .content .box_type1.flex_type1 .text,
.blog .content .box_type1.flex_type1 .text {
  padding: 8px 8px;
  font-size: 1.4rem;
}
.top .content .box_type1.flex_type1 .text .icon-arrow01,
.blog .content .box_type1.flex_type1 .icon-arrow01 {
  right: 5px;
}

@media screen and (max-width: 599px) {
  .top .content .box_type1.flex_type1 .text,
  .blog .content .box_type1.flex_type1 .text {
    height: 48px;
    font-size: 0.9rem;
  }
}