@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.__vari1{
  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;
  }
}

/******************************************************
* トップページ プレスリリース
******************************************************/
.top .top_release.content {
  margin-bottom: -100px;
  background-color: #fff;
}
.top .top_release .frame {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border: none;

  padding-top: 80px;
  padding-bottom: 30px;
}
.top .top_release .headline_type1 {
  margin-bottom: 0;
  margin-top: 12px;
}
.top_release_list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.top_release_item {
  border-bottom: 1px solid #e0e0e0;
}
.top_release_item:first-child {
  border-top: 1px solid #e0e0e0;
}
.top_release_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 12px 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover .top_release_link:hover,
.top_release_link.hover {
  opacity: 0.7;
}
.top_release_date {
  font-size: 1.4rem;
  color: #888;
  white-space: nowrap;
  min-width: 90px;
}
.top_release_title {
  font-size: 1.6rem;
  color: #000741;
  text-decoration: underline;

  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.hover .top_release_link:hover .top_release_title,
.top_release_link.hover .top_release_title {
  text-decoration: none;
}

.top .top_release .headline {
  font-size: 0.75em;
  white-space: nowrap;
}
.top .top_release .subtext {
  margin-top: 6px;
  margin-left: 0;
  font-size: 0.5em;
  white-space: nowrap;
}

.top .top_release .top_release_content {
  display: flex;
  flex-direction: column;
}

.top .top_release .btn_type1 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 4px 16px;
}

@media screen and (max-width: 768px) {
  .top .top_release.content {
    margin-bottom: 0;
  }

  .top .top_release .frame {
    flex-direction: column;
    align-items: center;

    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    gap: 16px;
  }
  .top .top_release .headline_type1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .top .top_release .frame {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    align-items: center;
  }
  .top_release_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    padding: 14px 0;
  }
  .top_release_title {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
  }

  .top .top_release .headline {
    font-size: 1em;
  }
  .top .top_release .subtext {
    font-size: 0.6em;
  }
}

/******************************************************
* プレスリリース release_list
******************************************************/
.release .release_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
.release .release_list .item {
  width: calc(33.333% - 14px);
}
.release .release_list .item_link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.release .release_list .thumb {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
  background-color: #d7d7d7;
  overflow: hidden;
}
.release .release_list .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.release .release_list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 2;
}
.release .release_list .date {
  display: block;
  text-align: left;
  font-size: 1.5rem;
  color: #333;
}
.release .release_list .title {
  display: block;
  text-decoration: underline;
}
.hover.release .release_list .item_link:hover .title,
.release .release_list .item_link:hover .title {
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .release .release_list {
    flex-direction: column;
  }
  .release .release_list .item {
    width: 100%;
  }
}

/******************************************************
* プレスリリース ページャー
******************************************************/
.list .pager {
  text-align: center;
	
  margin: 60px auto 80px;
}
.list .pager .page-numbers.numbers {
  font-weight: 300;
}
.list .pager > * {
  font-size: 2rem;

  border-radius: 2px;
  border: 1px solid #333;
  
  display: inline-block;
	
  padding: 6px 12px;
  margin-left: 7px;
  margin-right: 7px;
}
.list .pager a {
  color: #000741;
}
.list .pager a svg {
  width: 14px;
  height: 16px;
  
  -ms-transition: fill 0.2s;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
	
  fill: #333;
}
.hover.list .pager a:hover svg,
.list .pager a.hover svg {
  fill:#FFF;
}
.hover.list .pager a:hover,
.list .pager a.hover,
.list .pager .current {
  color:#FFF;
  font-weight: 500;
  
  background-color: #000741;
  border-color: #000741;
}
@media screen and (max-width: 599px) {
  .list .pager > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .list .pager .page-numbers.numbers,
  .list .pager .page-numbers.top,
  .list .pager .page-numbers.last {
    display: none;
  }
}

/******************************************************
* サブページ mainimage._plain（背景色のみのバリエーション）
******************************************************/
.subpage .mainimage._plain {
  height: auto;
  background-color: #f5f5f5;
}
.subpage .mainimage._plain .container {
  position: relative;
  height: auto;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .subpage .mainimage._plain {
    height: auto;
  }
  .subpage .mainimage._plain .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .subpage .mainimage._plain {
    height: auto;
  }
  .subpage .mainimage._plain .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subpage .mainimage._plain .title {
    position: relative;
    top: 0;
    z-index: 1;
    margin-left: -1.4rem;
    width: 100%;
    text-align: left;
    font-size: 2rem;
  }
}

/******************************************************
* プレスリリース 詳細ページ
******************************************************/
.release .release_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.release .release_date {
  font-size: 1.8rem;
  line-height: 1.56;
}
.release .release_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 9px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #333;
  transition: 0.3s ease-in-out;
}
.release .release_btn svg {
  width: 12px;
  height: 24px;
  fill: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: fill 0.3s ease-in-out;
}
.hover.release .release_btn:hover {
  background-color: #fff;
  color: #333;
}
.hover.release .release_btn:hover svg {
  fill: #333;
}
.release .release_body {
  margin-bottom: 50px;
}
.release .release_body figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}
.release .release_body figure img {
  max-width: 651px;
  width: 100%;
}
.release .release_body p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.release .release_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.release .release_nav_prev,
.release .release_nav_next {
  font-size: 1.8rem;
  color: inherit;
  text-decoration: none;
  min-width: 100px;
}
.release .release_nav_next {
  text-align: right;
}
.hover.release .release_nav_prev:hover,
.hover.release .release_nav_next:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .release .release_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .release .release_meta {
    margin-bottom: 30px;
  }
  .release .release_date {
    font-size: 1.4rem;
  }
  .release .release_btn {
    font-size: 1.4rem;
    padding: 8px 15px;
    gap: 10px;

    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .release .release_body {
    margin-bottom: 30px;
  }
  .release .release_body figure {
    margin-bottom: 30px;
  }
  .release .release_body p {
    font-size: 1.4rem;
  }
  .release .release_nav {
    position: relative;
    padding-top: 30px;
  }
  .release .release_nav_prev,
  .release .release_nav_next {
    font-size: 1.4rem;
    min-width: 70px;
  }
  .release .release_nav_prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .release .release_nav_next {
    position: absolute;
    top: 0;
    right: 0;
  }
}