@charset "UTF-8";
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-family: "Montserrat";
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
  font-display: swap;
}
.font-YakuHanJP {
  font-family: "YakuHanJP", sans-serif;
  font-weight: 400, 700;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "sans-serif";
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.__subText,
.news_title_sub,
.item_number,
.item_title_sub,
.ark-block-heading__sub,
.c-copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.txt_note {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-top: 0.5em;
}

.box_shadow_bg {
  color: #333333;
  background-color: #dddddd;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
}

.box_shadow {
  color: #333333;
  background-color: #dddddd;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

.ark-block-heading__sub {
  color: #4c4c4c;
}

/*WP標準CSS打ち消し*/
.wp-block-columns {
  margin-bottom: 0;
}

/*スマホの場合の文字サイズ調整*/
.c-postContent h2 {
  font-size: 1.6rem;
}

.category-news_list .wp-video {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-postContent h2 {
    font-size: 1.5rem;
  }
}
.company,
.property-iso {
  margin-top: -3rem;
}

.pageNav .ark-block-section__bodyInner {
  margin: auto;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
.pageNav .pageNv_inner {
  box-sizing: border-box;
  white-space: nowrap;
  justify-content: center;
}
.pageNav .pageNv_inner div {
  padding: 0 1.5rem;
}
.pageNav a::before {
  content: "";
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5c5";
}

.end_entry_link {
  margin: 2rem auto;
  padding: 1rem 0;
  border-top: 1px dotted #b5b5b5;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
}
.end_entry_link::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5de";
}

/* ---------------------- ----------------------
タイトルエリア周りのCSS
---------------------- ---------------------- */
.c-pageTitle__sub:before, .c-pageTitle__sub:after {
  content: " ";
}

.p-page__title.u-flex--aic,
.c-pageTitle.u-flex--aic {
  flex-direction: column;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-topArea {
  min-height: 15vh;
}

@media screen and (max-width: 768px) {
  .p-topArea {
    min-height: 10vh;
  }
}
/* ---------------------- ----------------------
見出し周りのCSS
---------------------- ---------------------- */
h2 {
  color: #0a2d56;
}

h3 {
  color: #0a2d56;
}

/* ---------------------- ----------------------
横幅調整のCSS
---------------------- ---------------------- */
.width_m {
  width: 100%;
  max-width: 860px;
  margin: auto;
}

/* ---------------------- ----------------------
フッターヒーローイメージ
---------------------- ---------------------- */
.company_section_wrap {
  width: 100%;
  background: #eaeef4;
  font-weight: bold;
  color: #0a2d56;
  font-size: 0.9rem;
}
.company_section_wrap span {
  display: inline-block;
}

.company_nav_wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  padding: 1rem;
  margin: auto;
  display: flex;
  flex: wrap;
  justify-content: flex-start;
}
.company_nav_wrap .company_item .company_child {
  display: flex;
}
.company_nav_wrap .company_item .company_child a {
  margin-right: 1em;
  text-decoration: none;
}
.company_nav_wrap .company_item .company_child a::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5df";
}
.company_nav_wrap .page_name {
  max-width: 20%;
  border-right: 1px solid #0a2d56;
  text-align: right;
  padding-right: 1rem;
  margin-right: 1rem;
}

.hero_wrap {
  background: rgba(255, 50, 150, 0.5);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(../images/common/bg_hero.jpg) center center/cover no-repeat;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    padding: 2rem;
  }
}
.hero_wrap span {
  display: inline-block;
}
.hero_wrap h4 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .hero_wrap h4 {
    font-size: 1.2rem;
  }
}
.hero_wrap p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.5em;
}

.hero_item {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero_item .hero_link_product a img {
  transition: all 0.2s;
}
.hero_item a:hover img {
  transform: scale(1.05, 1.05);
  opacity: 0.8;
}

/* ---------------------- ----------------------
テーブルに関するPHP
---------------------- ---------------------- */
.opg_table {
  max-width: 1200px;
  margin: auto;
}
.opg_table td:nth-of-type(1) {
  background: #eaeef4;
  text-align: center;
  color: #0a2d56;
  font-weight: bold;
}
.opg_table table, .opg_table td, .opg_table th {
  border: 1px dotted #b5b5b5;
  border-left: 0px none;
  border-right: 0px none;
  padding: 0.8rem;
}

.company_table {
  max-width: 860px;
  padding: 2rem;
  background: #fff;
  margin-top: 2rem;
}
.company_table td:nth-of-type(1) {
  background: #fff;
  text-align: right;
  color: #0a2d56;
}
.company_table table, .company_table td, .company_table th {
  border: 1px dotted #b5b5b5;
  border-left: 0px none;
  border-right: 0px none;
  padding: 0.6rem;
}

.company_table .factory_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_table .factory_wrap .factory_ph {
  width: 49%;
}
.company_table .factory_wrap figcaption {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .company_table table {
    border-bottom: none;
  }

  .company_table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: none;
    border-top: none;
  }

  .company_table td:nth-of-type(1) {
    width: 100%;
    text-align: left;
    padding: 0.5rem;
    padding-bottom: 0;
    border: none;
  }

  .company_table td:nth-of-type(2) {
    padding-top: 0.2rem;
  }

  .company_table td {
    border-top: none;
  }
}
.history_table {
  width: 100%;
  max-width: 860px;
  margin: auto;
  font-size: 0.9rem;
}
.history_table .history_table tr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.history_table .history_table td:nth-of-type(1) {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .history_table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: none;
    border-top: none;
  }

  .history_table td:nth-of-type(1) {
    width: 100%;
    text-align: left;
    padding: 0.5rem;
    border: none;
  }
}
.property_table {
  width: auto;
}
.property_table table td:nth-of-type(1) {
  white-space: nowrap;
  width: 10%;
}

@media screen and (max-width: 576px) {
  .property_table table td:nth-of-type(1) {
    width: 30%;
  }
}
.recruit_table table {
  max-width: 816px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .recruit_table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: none;
    border-top: none;
  }

  .recruit_table td:nth-of-type(1) {
    width: 100%;
    text-align: left;
    padding: 0.5rem;
    border: none;
  }
}
a.link_newind::after {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e89e";
  padding-left: 0.2rem;
}

.link_icon::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5df";
  padding-left: 0.2rem;
  display: inline-block;
}

.link .opg_table a {
  margin-bottom: 0.3em;
  display: inline-block;
  text-decoration: none;
}
.link .opg_table a:hover {
  text-decoration: underline;
}
.link .opg_table b {
  margin-top: 0.8em;
  display: inline-block;
}

/* ---------------------- ----------------------
gnav
---------------------- ---------------------- */
.c-gnav .__mainText, .c-gnav .__subText {
  color: #fff;
}

.c-gnav > .menu-item.current-menu-parent > a,
.c-gnav > .menu-item.focus {
  color: #fff;
}

.c-gnav > .menu-item.-current > a {
  position: relative;
}

.c-gnav > .menu-item.current-menu-parent a,
.menu-item.-current a,
.c-gnav > .menu-item a:hover {
  color: #fff;
}

.c-gnav > .menu-item a:visited {
  color: #fff;
}

.c-gnav > .menu-item a::after {
  content: " ";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0.8em;
  left: calc(50% - 30px);
  /*線の形状*/
  width: 60px;
  height: 2px;
  background: #f7931c;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  /*上部中央基点*/
}

.c-gnav > .menu-item .sub-menu a::after {
  content: none;
}

.c-gnav > .gnav_sub_link.menu-item a::after {
  content: " ";
  bottom: 1.5em;
}

/*現在地とhoverの設定*/
.c-gnav > .menu-item.current-menu-parent a::after,
.c-gnav > .menu-item.-current a::after,
.c-gnav > .menu-item a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.l-header {
  background-color: #0a2d56;
  color: #fff;
}
.l-header a:hover,
.l-header a:visited {
  color: #eee;
}

.l-header__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .l-header__center {
    justify-content: flex-start;
  }
}

.l-header__right {
  justify-self: start;
  width: 100%;
}

.l-header__body .c-gnavWrap {
  width: 100%;
  margin-left: 3rem;
}

.c-gnav .u-flex--aic,
.c-gnav .u-flex--aicw {
  justify-content: space-evenly;
}

/*
.l-header__searchBtn{
   background: orange;
}
*/
[data-btns=rl-rr][data-logo=left] .l-header__body,
[data-btns=rr-rl][data-logo=left] .l-header__body {
  grid-template-columns: auto 250px 1fr auto;
}

.gnav_sub_link {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

#menu-item-136::before {
  content: "/";
  color: #fff;
}

#menu-item-134::after {
  content: "/";
  color: #fff;
}

.gnav_main_link {
  flex-grow: 2;
}

.gnav_sub_link .__mainText::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5df";
}

.c-gnav > .menu-item .sub-menu .company_sub_link a {
  padding-left: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.c-gnav > .menu-item .company_sub_link a::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5df";
  padding: 0.7em;
}

@-webkit-keyframes GnavfadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes GnavfadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.l-header__body div {
  transform: translateY(-150%);
  -webkit-animation-name: GnavfadeIn;
          animation-name: GnavfadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

li.gnav_main_link {
  opacity: 0;
  -webkit-animation-name: GnavfadeIn;
          animation-name: GnavfadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*&:nth-child(1){ animation-delay: .1s; }
  &:nth-child(2){ animation-delay: .15s; }
  &:nth-child(3){ animation-delay: .2s; }
  &:nth-child(4){ animation-delay: .25s; }
  &:nth-child(5){ animation-delay: .3s; }*/
}
li.gnav_main_link div {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.gnav_sub_link {
  opacity: 0;
  -webkit-animation-name: GnavfadeIn;
          animation-name: GnavfadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*&:nth-child(6){ animation-delay: .35s; }
  &:nth-child(7){ animation-delay: .4s; }*/
}
.gnav_sub_link div {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@media screen and (max-width: 999px) {
  .gnav_main_link {
    flex-grow: 1;
  }

  .gnav_sub_link .__mainText::before {
    flex-grow: 1;
  }

  .gnav_sub_link {
    font-size: 0.8rem;
    display: block;
  }

  .p-drawer {
    background-color: rgba(10, 45, 86, 0.98);
  }

  .l-header__body div {
    -webkit-animation: none;
            animation: none;
    transform: none;
  }

  .c-headLogo {
    opacity: 0;
    transform: translateY(-150%);
    -webkit-animation-name: GnavfadeIn;
            animation-name: GnavfadeIn;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1;
            animation-delay: 0.1;
  }
}
/* ---------------------- ----------------------
TOP
---------------------- ---------------------- */
/* スライダー
--------------------------------------------*/
#main_slide {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #main_slide {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #main_slide {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #main_slide {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}
@media screen and (max-width: 576px) {
  #main_slide {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
}

.filter {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/slide/slide_filter.png);
  background-size: contain;
  z-index: 999;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .filter {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .filter {
    height: max(60vh, 60vw);
  }
}

.message_txt {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message_txt img {
  max-width: 690px;
  max-height: 232px;
  width: 80%;
  height: auto;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .message_txt img {
    width: 85%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .message_txt img {
    width: 70%;
    height: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .message_txt {
    width: 100%;
    height: max(60vh, 60vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .message_txt img {
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .message_txt {
    width: 100%;
    height: max(60vh, 60vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .message_txt img {
    width: 80%;
    height: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .message_txt {
    width: 100%;
    height: max(60vh, 60vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .message_txt img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .message_txt {
    width: 100%;
    height: max(60vh, 60vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .message_txt img {
    width: 90%;
    height: auto;
  }
}

@-webkit-keyframes MessagefadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes MessagefadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.message_fadein {
  opacity: 0;
  -webkit-animation-name: MessagefadeIn;
          animation-name: MessagefadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 999px) {
  .message_fadein {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

@-webkit-keyframes producrBtnfadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes producrBtnfadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.link_product_wrap {
  width: 100%;
  height: 600px;
  max-width: 1200px;
  position: absolute;
  left: calc(50% - 600px);
  top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-animation: move-y 0.8s infinite alternate ease-in-out;
          animation: move-y 0.8s infinite alternate ease-in-out;
}
.link_product_wrap .link_product a {
  position: absolute;
  bottom: 5%;
  right: 50px;
  transition: all 0.2s;
}
.link_product_wrap .link_product a:hover {
  transform: scale(1.05, 1.05);
  opacity: 0.8;
}
.link_product_wrap .fade_icon {
  opacity: 0;
  -webkit-animation-name: MessagefadeIn;
          animation-name: MessagefadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media screen and (max-width: 999px) {
  .link_product_wrap .fade_icon {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .link_product_wrap {
    right: 20px;
    left: 0;
  }
  .link_product_wrap .link_product a {
    bottom: 5%;
    right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .link_product_wrap {
    height: 600px;
    right: 20px;
    left: 0;
  }
  .link_product_wrap .link_product a {
    bottom: 5%;
    right: 20px;
    max-width: 22%;
    max-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .link_product_wrap {
    height: 60vh;
    right: 20px;
    left: 0;
  }
  .link_product_wrap .link_product a {
    bottom: 0;
    right: 20px;
    max-width: 25%;
    max-height: auto;
  }
}

.l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .slide-media {
  height: 600px;
}

.mv01 .slide-media img {
  transition: all 7s 1s ease-out;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .mv01 .slide-media {
    height: max(60vh, 60vw);
  }
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* お知らせ
--------------------------------------------*/
.news_all_link {
  width: 100%;
  max-width: 1028px;
  text-align: right;
  margin: auto;
}
.news_all_link a {
  text-decoration: none;
  font-size: 0.8rem;
}
.news_all_link .link_icon::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5df";
}

.news_wrap {
  width: 100%;
  max-width: 1028px;
  margin: auto;
  border-top: 1px dotted #b5b5b5;
  border-bottom: 1px dotted #b5b5b5;
  padding: 1.8em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-items: center;
}
.news_wrap .news_title {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.news_wrap .news_title .news_title_main {
  color: #0a2d56;
  font-size: 1.2rem;
}
.news_wrap .news_title .news_title_sub {
  color: #4c4c4c;
  font-size: 0.7rem;
}
.news_wrap .swiper {
  width: 80%;
}
.news_wrap .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}

.post_info {
  margin-bottom: 0.4em;
  padding-left: 0.2em;
}

.news_tags {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0 0.7em;
  text-align: center;
  vertical-align: middle;
}
.news_tags.news {
  background-color: #0a2d56;
}
.news_tags.new_item {
  background-color: #f7931c;
}

.news_date::before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media only screen and (max-width: 1024px) {
  .news_wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .news_wrap .news_title {
    width: 100%;
  }
  .news_wrap .swiper {
    margin-top: 1em;
    width: 100%;
  }
}
/* 技術
--------------------------------------------*/
.technique_wrap {
  width: 100%;
  max-width: 1028px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.technique_wrap .technique_item_wrap {
  width: calc((100% - 20px) / 2);
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.technique_wrap .technique_item_wrap .item_title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 0;
  padding-top: 36.1445783133%;
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  position: relative;
}
.technique_wrap .technique_item_wrap h3.technique_title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.technique_wrap .technique_item_wrap .item_txt {
  padding: 1.5em;
  padding-top: 0.8em;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .technique_wrap .technique_item_wrap {
    width: 100%;
  }
}

.ph_1 {
  background: url(../images/top/technique_ph1.jpg) center center/cover no-repeat;
}

.ph_2 {
  background: url(../images/top/technique_ph2.jpg) center center/cover no-repeat;
}

.ph_3 {
  background: url(../images/top/technique_ph3.jpg) center center/cover no-repeat;
}

.ph_4 {
  background: url(../images/top/technique_ph4.jpg) center center/cover no-repeat;
}

/* 品質管理
--------------------------------------------*/
.quality_wrap {
  width: 100%;
  max-width: 923px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quality_wrap .qualitey_item_wrap {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 768px) {
  .quality_wrap {
    justify-content: center;
  }
  .quality_wrap .qualitey_item_wrap {
    width: calc((100% - 30px) / 2);
  }
  .quality_wrap .qualitey_item_wrap:last-child {
    margin-top: -50px;
  }
  .quality_wrap .qualitey_item_wrap:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .quality_wrap {
    justify-content: center;
    width: 65%;
  }
  .quality_wrap .qualitey_item_wrap {
    width: 100%;
  }
  .quality_wrap .qualitey_item_wrap:last-child {
    margin-top: 15px;
  }
  .quality_wrap .qualitey_item_wrap:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.qualitey_item {
  text-align: center;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 115.3846153846%;
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../images/top/bg_quality.svg) center center/cover no-repeat;
  position: relative;
}
.qualitey_item .item_wrap {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.qualitey_item .quality_title {
  font-size: 1.4rem;
  color: #0a2d56;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.qualitey_item .quality_txt {
  font-size: 1rem;
  line-height: 1.6;
}
.qualitey_item .link_iso {
  display: block;
  text-decoration: underline;
  color: #0a2d56;
}
.qualitey_item .link_iso:hover {
  text-decoration: none;
}
.qualitey_item .link_iso::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5df";
}

/* 製品一覧
--------------------------------------------*/
.product_list_wrap {
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_list_wrap a {
  text-decoration: none;
}
.product_list_wrap a:hover {
  text-decoration: underline;
}
.product_list_wrap a.list_item {
  box-sizing: border-box;
  outline: 1px solid #b5b5b5;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.1s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product_list_wrap a.list_item:hover {
  outline: 2px solid #f7931c;
  text-decoration: none;
  transform: scale(1.01);
}
.product_list_wrap a.list_item .product_item_thumnail img {
  width: 100%;
  height: auto;
}
.product_list_wrap a.list_item .product_item_title {
  width: 100%;
  padding: 1em;
}
.product_list_wrap a.list_item .product_item_title .item_number {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #0a2d56;
}
.product_list_wrap a.list_item .product_item_title h3 {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.5em;
}

@media screen and (min-width: 1200px) {
  .product_list_wrap::before {
    content: "";
    display: block;
    width: calc((100% - 90px) / 4);
    order: 1;
  }
  .product_list_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 90px) / 4);
  }
  .product_list_wrap a.list_item {
    width: calc((100% - 90px) / 4);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .product_list_wrap a.list_item:hover {
    outline: 2px solid #f7931c;
    text-decoration: none;
    transform: scale(1.01);
  }
  .product_list_wrap a.list_item .product_item_thumnail img {
    width: 100%;
    height: auto;
  }
  .product_list_wrap a.list_item .product_item_title {
    width: 100%;
    padding: 1em;
  }
  .product_list_wrap a.list_item .product_item_title .item_number {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #0a2d56;
  }
  .product_list_wrap a.list_item .product_item_title h3 {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .product_list_wrap a.list_item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
  .product_list_wrap::after {
    content: "";
    display: block;
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product_list_wrap a.list_item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
    transition: unset;
  }
}
/* インフォメーション
--------------------------------------------*/
.info_wrap {
  width: 100%;
  max-width: 1028px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_wrap a.info_item_wrap {
  width: calc((100% - 30px) / 2);
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.2s;
}
.info_wrap a.info_item_wrap:hover {
  opacity: 0.5;
  transform: scale(1.02, 1.02);
}
.info_wrap a.info_item_wrap .info_item {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info_wrap a.info_item_wrap .item_title {
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
.info_wrap a.info_item_wrap .item_title h3 {
  font-size: 1.3rem;
  color: #0a2d56;
  line-height: 1.2;
}
.info_wrap a.info_item_wrap .item_title_sub {
  color: #4c4c4c;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: normal;
}
.info_wrap a.info_item_wrap .item_txt {
  padding: 1.5em;
  padding-top: 0.8em;
  line-height: 1.7;
  text-align: center;
}
.info_wrap a.info_item_wrap img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .info_wrap {
    width: 80%;
    margin: auto;
  }
  .info_wrap a.info_item_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ---------------------- ----------------------
footer
---------------------- ---------------------- */
.footer_nav_wrap {
  background: #0a2d56;
  width: 100%;
  color: #fff;
  padding: 0.5em;
  font-size: 0.8rem;
}

.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	width: 350px;
	margin: auto;
}
.footer-nav a:link,
.footer-nav a:hover,
.footer-nav a:visited {
  color: #fff;
  text-decoration: none;
}
.footer-nav li::before {
  content: "|";
  margin-right: 1em;
  margin-left: 1em;
}
.footer-nav li:last-child::after {
  content: "|";
  margin-left: 1em;
  margin-right: 1em;
}

.l-footer__foot {
  color: #0a2d56;
}

.p-breadcrumb {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  margin: auto;
}/*# sourceMappingURL=style.css.map */