@charset "UTF-8";
html,
body,
header,
main,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
a,
figure,
figcaption,
address,
article,
blockquote,
label,
em {
  font-size: 100%;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  color: #333333;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
  background-color: #ffffff;
  width: 100%;
}

@media print {
  body {
    font-size: 1.4rem;
    zoom: 0.6;
  }
}

main {
  display: block;
}

main p {
  line-height: 1.8;
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  main p {
    text-align: left;
  }
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 640px) {
  section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img,
video {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 100%;
  cursor: pointer;
}

button:active {
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  line-height: 1.5;
  padding: 16px 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  font-weight: 400;
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #d4d4d4;
  margin-top: 32px;
  margin-bottom: 32px;
}

button {
  display: block;
}

iframe {
  border: 0;
  overflow: hidden;
}

.serif {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "YuMincho", serif;
}

.sans {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
}

[lang=en] {
  font-family: "Work Sans", sans-serif;
}

q::before,
q::after {
  content: none;
}

:focus {
  outline-color: #936d00;
}

:focus:not(:focus-visible) {
  outline: 0;
}

a[href^="http"]::after {
  content: url(../img/common/icon_blank.png);
  margin-left: 4px;
}

@media only screen and (min-width: 640px) {
  .sponly {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mdonly {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .pconly {
    display: none !important;
  }
}

.l-header {
  border-top: solid 6px #113381;
  position: relative;
  min-height: 70px;
  z-index: 100;
}

@media print {
  .l-header {
    display: none;
  }
}

.l-header-inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.sitetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -6px;
}

.logo {
  margin-top: 32px;
  margin-left: 32px;
}

@media only screen and (max-width: 640px) {
  .logo {
    margin-top: 16px;
    margin-left: 16px;
    max-width: calc( 100vw - 56px);
    height: 30px;
  }
}

.img-logo {
  height: 30px;
}

@media only screen and (max-width: 640px) {
  .img-logo {
    max-width: calc( 100vw - 120px);
  }
}

.globalnav-list {
  position: absolute;
  top: -6px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .globalnav-list {
    width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 640px) {
  .globalnav-list {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .globalnav-item.-catalog {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.globalnav-link.-catalog {
  background-image: url(../img/common/icon_catalog.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .globalnav-link.-catalog {
    padding-right: 8px;
    margin-top: 16px;
  }
}

.globalnav-link.-catalog:hover,
.globalnav-link.-catalog:focus {
  color: #113381;
}

.globalnav-link.-recruit {
  color: #fff;
  text-align: center;
  display: block;
  background-color: #113381;
  padding: 10px 44px;
}

.globalnav-link.-inquiry {
  color: #fff;
  text-align: center;
  display: block;
  background-color: #000000;
  padding: 10px 26px;
}

.globalnav-link span {
  font-weight: 100;
  font-size: 1.4rem;
  display: block;
  margin-top: 4px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 16px;
}

@media only screen and (max-width: 640px) {
  .nav-list {
    display: none;
  }
}

.nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: calc(100% / 6);
}

.nav-link {
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 8px;
  height: 80px;
  border-bottom: solid 4px transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .nav-link {
    font-size: 1.4rem;
    height: 64px;
  }
}

.nav-link span {
  font-weight: 100;
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.-current,
.nav-item[data-isopen=true] .nav-link {
  color: #113381;
  border-bottom: solid 4px #9B1919;
}

.subnav-list {
  position: absolute;
  display: none;
  position: absolute;
  top: 96px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .subnav-list {
    top: 80px;
  }
}

.subnav-item + .subnav-item {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.subnav-link {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  padding: 12px 16px;
  border-left: solid 2px transparent;
}

.subnav-link:hover {
  color: #eaeff8;
  background-color: #000000;
  border-left: solid 2px #9B1919;
}

.nav-item[data-isopen=true] .subnav-list {
  display: block;
}

.l-footer {
  background-color: #eaeff8;
}

@media print {
  .l-footer {
    display: none;
  }
}

.l-footer-inner {
  text-align: center;
  background-color: #F7F8FA;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 64px;
  padding-left: 16px;
}

.footer-sitemap {
  font-size: 1.4rem;
  padding-top: 32px;
  padding-bottom: 16px;
}

.title-contact {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 64px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 640px) {
  .title-contact {
    font-size: 1.8rem;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.totop {
  color: #000;
  font-size: 1.4rem;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .totop {
    width: 30px;
  }
}

.totop:hover,
.totop:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.totop.hide {
  opacity: 0;
}

.copyright {
  color: #fff;
  text-align: center;
  background-color: #000000;
  padding: 16px;
}

@media only screen and (max-width: 640px) {
  .copyright {
    font-size: 1.4rem;
    text-align: left;
    padding-right: 40px;
  }
}

.copyright-detail {
  line-height: 1.5;
}

.nav-button {
  position: fixed;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background-color: #000000;
  z-index: 90;
}

.nav-button img {
  width: 40px;
}

.nav-button.-close {
  position: absolute;
}

.nav-detail {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  width: 60vw;
  height: 100vh;
  position: fixed;
  right: -60vw;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}

.nav-detail.is-active {
  right: 0;
}

.navlist {
  margin-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
}

.navlist-item:last-child {
  margin-top: 16px;
}

.navlist-link {
  color: #fff;
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding: 16px 0;
}

.bgdark {
  background-color: #F7F8FA;
}

.bgwhite {
  background-color: #fff;
}

.bgcolor {
  background-image: radial-gradient(#eaeff8 30%, transparent 30%);
  background-size: 10px 10px;
}

.container {
  max-width: 1056px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

/*20241128追加*/
.container2 {
  max-width: 1056px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
/*20241128追加*/

@media print {
  .container {
    max-width: none;
    padding: 0;
  }
}

.container.-small {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 736px;
}

.box-small {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.mainImage {
  background-color: #eaeff8;
  background-position: center center;
  background-size: cover;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}

@media only screen and (max-width: 640px) {
  .mainImage {
    margin-bottom: 20vw;
  }
}

@media print {
  .mainImage {
    background-image: none;
    height: 160px;
  }
}

.mainImage.-about {
  background-image: url(../img/about/img_main.jpg);
}

.mainImage.-about2 {
  background-image: url(../img/about/img_main_02.jpg);
}

.mainImage.-company {
  background-image: url(../img/company/img_main.jpg);
}

.mainImage.-csr {
  background-image: url(../img/csr/img_main.jpg);
}

.mainImage.-environment {
  background-image: url(../img/environment/img_main.jpg);
}

.mainImage.-health {
  background-image: url(../img/health/img_main.jpg);
}

.mainImage.-products {
  background-image: url(../img/products/img_main.jpg);
}

.mainImage.-manufacturing {
  background-image: url(../img/manufacturing/img_main.jpg);
}

.mainImage.-manufacturing2 {
  background-image: url(../img/manufacturing/img_main_02.jpg);
}

.mainImage.-manufacturing3 {
  background-image: url(../img/manufacturing/img_main_03.jpg);
}

.mainImage.-manufacturing4 {
  background-image: url(../img/manufacturing/img_main_04.jpg);
}
.mainImage.-recruit {
  background-image: url(../img/recruit/img_main.jpg);
}

.mainImage.-recruit1 {
  background-image: url(../img/recruit/img_main_01.jpg);
}

.mainImage.-recruit2 {
  background-image: url(../img/recruit/img_main_02.jpg);
}

.mainImage.-recruit3 {
  background-image: url(../img/recruit/img_main_03.jpg);
}

.mainImage.-catalog {
  background-image: url(../img/catalog/img_main.jpg);
}

.mainImage.-contact {
  background-image: url(../img/contact/img_main.jpg);
}

.mainImage.-news {
  background-image: url(../img/news/img_main.jpg);
}

.box.-medium {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.box-border {
  border: solid 1px #113381;
  padding: 16px;
  margin-top: 16px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

/*20241202追加*/
.box-borderred {
  border: solid 1px #f70505;
  padding: 16px;
  margin-right: auto;
  margin-left: auto;
}
/*20241202追加*/

/*  追加  */
.box-borderss {
  max-width: 720px;
  border: solid 1px #0DACD1;
  padding: 32px;
  margin-top: 16px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}
/* 経営理念用 */
.box-borderph {
  border: solid 1px #113381;
  padding: 5% 10%;
  margin-top: 16px;
  margin-right: 10%;
  margin-bottom: 16px;
  margin-left: 10%;
}
@media only screen and (max-width: 420px) {
  .box-borderph {
    border: solid 1px #113381;
    padding: 16px;
    margin-top: 16px;
    margin-right: auto;
   margin-bottom: 16px;
   margin-left: auto;
  }
}
/*  追加ここまで  */

.box-border.-small {
  max-width: 640px;
}

.box-relative {
  position: relative;
}

.balloon {
  background-color: #F7F8FA;
  padding: 32px;
  position: relative;
  margin-left: 32px;
}

@media only screen and (max-width: 640px) {
  .balloon {
    padding: 16px;
    margin-left: 0px;
    margin-top: -32px;
  }
}

.balloon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  left: -40px;
  border: 20px solid transparent;
  border-right: 20px solid #F7F8FA;
  border-bottom: 20px solid #F7F8FA;
}

@media only screen and (max-width: 640px) {
  .balloon::after {
    top: auto;
    bottom: -40px;
    right: 20px;
    left: auto;
    border: 20px solid transparent;
    border-left: 20px solid #F7F8FA;
    border-top: 20px solid #F7F8FA;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-small {
  font-size: 1.4rem;
}

.text-link {
  color: #113381;
  text-decoration: underline;
}

/*20250121追加*/
.text-link2 {
  font-weight:bold;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.text-link2:hover {
  color: #113381;
}
/*20250121追加*/

.text-linkbox {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
}

.text-linkbox:hover {
  background-color: #113381;
}

.text-lead {
  text-align: center;
  margin-bottom: 4em;
}

@media only screen and (max-width: 640px) {
  .text-lead {
    margin-bottom: 1em;
  }
}

.text-error {
  color: #9B1919;
  font-size: 1.4rem;
}

.text-caution {
  font-size: 1.4rem;
  text-align: right;
}

@media print {
  .text-caution {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 640px) {
  .text-caution {
    display: inline-block;
  }
}

.text-caution::before {
  content: "※";
}

.text-caution2 {
  font-size: 1.4rem;
  text-align: right;
}

@media print {
  .text-caution2 {
    font-size: 1.2rem;
  }
}

.text-caution2::before {
  content: "※";
}

.pagetitle {
  color: #fff;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  width: 80vw;
  max-width: 544px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 1;
  margin-bottom: -80px;
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 640px) {
  .pagetitle {
    margin-bottom: -10vw;
    max-height: 20vw;
  }
}

.pagetitle span {
  font-weight: 100;
  font-size: 1.4rem;
  margin-top: 8px;
}

.title {
  font-size: 2.4rem;
  font-weight: 600;
  white-space: nowrap;
  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: 4em;
}

@media only screen and (max-width: 640px) {
  .title {
    margin-bottom: 1em;
    white-space: normal;
  }
}

@media print {
  .title {
    margin-bottom: 1em;
  }
}

.title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title span span {
  font-weight: 100;
  font-size: 1.4rem;
  margin-top: 8px;
}

.title::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #113381;
  margin-right: 1em;
}

.title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #113381;
  margin-left: 1em;
}

/*20241202追加*/
.catchcopy {
  text-align:center;
  font-size: 1.6rem;
  font-weight:bold;
  color:#f70505;
}
/*20241202追加*/

.subtitle {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

/*20250121追加*/
.subtitle2 {
  font-size: 2.0rem;
  font-weight:bold;
  margin-bottom: 16px;
}
/*20250121追加*/

/*20250122追加*/
.subtitle3 {
  font-size: 2.4rem;
  font-weight:bold;
  margin-bottom: 16px;
  }
/*20250122追加*/

/*20250122追加*/
.subtitle4 {
  font-size: 1.6rem;
  font-weight:900;
  margin-bottom: 16px;
  }
/*20250122追加*/

.headding {
  font-weight: 600;
}

.headding2 {
  color: #113381;
  font-weight: 600;
}

.headding3::before {
  color: #113381;
  content: "●";
}

.grid4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 640px) {
  .grid4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px 0;
  }
}

.grid3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 32px 32px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .grid3 {
    gap: 16px 16px;
  }
}

@media only screen and (max-width: 640px) {
  .grid3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px 8px;
  }
}

.grid3.-narrow {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 16px 16px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .grid3.-narrow {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px 8px;
  }
}

@media only screen and (max-width: 640px) {
  .grid3.-narrow {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 8px 8px;
  }
}

.grid2 {
  display: -ms-grid;
  display: grid;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 32px 32px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .grid2 {
    gap: 16px 16px;
  }
}

@media only screen and (max-width: 640px) {
  .grid2 {
    max-width: 320px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 8px 8px;
  }
}

.grid2.-large {
  max-width: 736px;
}

@media only screen and (max-width: 640px) {
  .grid2.-large {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px 8px;
  }
}

@media only screen and (max-width: 640px) {
  .grid2.-large {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid2.-small {
  max-width: 512px;
}

@media only screen and (max-width: 640px) {
  .grid2.-small {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px 8px;
  }
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

@media only screen and (max-width: 640px) {
  .flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex2.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex2.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .flex2.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flexible {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flexible2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 640px) {
  .flexible2 {
    margin-top: 32px;
  }
}

.flex2-360 {
  width: 360px;
}

.figure2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .figure2 {
    margin-top: 16px;
  }
}

.figure3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .figure3 {
    margin-top: 16px;
  }
}

.float-right {
  float: right;
  margin-left: 16px;
}

@media only screen and (max-width: 640px) {
  .float-right {
    float: none;
    margin-bottom: 16px;
  }
}

.float-left {
  float: left;
  margin-right: 16px;
}

@media only screen and (max-width: 640px) {
  .float-left {
    float: none;
    margin-bottom: 16px;
  }
}

.c-card {
  display: block;
  background-color: #fff;
  max-width: 320px;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

@media only screen and (max-width: 640px) {
  .c-card {
    font-size: 1.4rem;
    padding-left: 12px;
    padding-bottom: 12px;
  }
}

.c-card:hover,
.c-card:focus {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.c-card-image {
  max-width: calc(100% + 2em);
  margin-right: -1em;
  margin-left: -1em;
}

@media only screen and (max-width: 640px) {
  .c-card-image {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.c-card-title {
  color: #fff;
  color: #113381;
  font-weight: 800;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #113381;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: -22px;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .c-card-title {
    border: none;
    border-bottom: solid 1px #113381;
    margin-top: 8px;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-card-text {
  line-height: 1.5;
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .c-card-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.c-card2 {
  display: block;
  background-color: #fff;
  width: 100%;
  max-width: 360px;
}

@media only screen and (max-width: 640px) {
  .c-card2 {
    font-size: 1.4rem;
    padding-left: 12px;
    padding-bottom: 12px;
    margin-top: 32px;
  }
}

.c-card2-image {
  border: solid 1px #eaeff8;
}

.c-card2-title {
  margin-top: 16px;
  color: #113381;
  font-weight: 800;
}

@media only screen and (max-width: 640px) {
  .c-card2-title {
    margin-top: 8px;
  }
}

.c-card2-text {
  line-height: 1.5;
  margin-top: 1em;
}

@media only screen and (max-width: 640px) {
  .c-card2-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.c-figure {
  max-width: 360px;
}

@media only screen and (max-width: 640px) {
  .c-figure {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-figure.-border {
  border: solid 1px rgba(255, 255, 255, 0.5);
}

.c-figure.-small {
  max-width: 320px;
}

/*  追加  */
.c-figure.-access {
  max-width: 800px;
}
/*  追加ここまで  */

.c-figure.-tnail {
  max-width: 160px;
}

@media only screen and (max-width: 640px) {
  .c-figure.-tnail {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-figure.-procuct {
  max-width: 80px;
}

.c-figure-caption {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 4px;
}
/*追加202307技術情報ページ*/
.c-figure-caption2 {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
}
/*追加ここまで*/
.c-card-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eaeff8;
  padding: 1em;
  gap: 16px;
}

@media only screen and (max-width: 640px) {
  .c-card-small {
    font-size: 1.4rem;
  }
}

.c-card-small:hover,
.c-card-small:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.c-card-small-title {
  color: #113381;
  font-weight: 600;
}

.c-card-small-text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 8px;
}

.button-square {
  font-weight: 400;
  background-image: url(../img/common/bg_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #113381;
  max-width: 240px;
  -webkit-transition: background-color 0.3s,color 0.3s;
  transition: background-color 0.3s,color 0.3s;
}

@media only screen and (max-width: 640px) {
  .button-square {
    padding: 16px 12px;
    background-position: bottom 6px right 4px;
  }
}

.button-square.-large {
  max-width: none;
  max-width: 280px;
}

.button-square:hover,
.button-square:focus {
  background-color: #eaeff8;
}

.button-contact {
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #000000;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button-contact::before {
  content: "";
  width: 20px;
  height: 14px;
  background-image: url(../img/common/icon_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  display: inline-block;
  margin-right: 0.5em;
}

.button-contact.-tel::before {
  background-image: url(../img/common/icon_tel.svg);
}

.button-contact:hover,
.button-contact:focus {
  background-color: #113381;
}

.button-primary {
  color: #fff;
  background-color: #113381;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #113381;
  -webkit-transition: background-color 0.3s,color 0.3s;
  transition: background-color 0.3s,color 0.3s;
  width: 240px;
  padding: 16px;
  cursor: pointer;
}

.button-primary.-xsmall {
  padding: 4px;
  width: 120px;
  display: inline-block;
}

.button-primary.-border.-small {
  color: #113381;
  background-color: #fff;
  width: 120px;
}

.button-primary:hover,
.button-primary:focus {
  color: #113381;
  background-color: #eaeff8;
}

.button-nav {
  font-size: 1.4rem;
  width: 64px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
}

@media only screen and (max-width: 640px) {
  .related-list .button-nav {
    top: calc(100% + 10px);
  }
}

.button-nav.-prev {
  background-image: url("img/common/icon_prev.png");
  background-position: left 8px center;
  padding-left: 28px;
}

.button-nav.-prev:hover {
  background-position: left 4px center;
}

.button-nav.-next {
  background-image: url("img/common/icon_next.png");
  background-position: right 8px center;
  padding-left: 12px;
  right: 0;
}

.button-nav.-next:hover {
  background-position: right 4px center;
}

.button-close {
  background-image: url("img/common/icon_close.png");
  background-position: right 8px center;
  font-size: 1.4rem;
  width: 80px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}

.c-liststyle1-item .c-liststyle1-list {
  margin-top: 8px;
  margin-bottom: 16px;
}

.c-liststyle1-item {
  background-image: url(../img/common/icon_list.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px;
  padding-left: 16px;
}

.c-liststyle1-item + .c-liststyle1-item {
  margin-top: 8px;
}

.c-liststyle1-item.-outerlink {
  margin-top: 32px;
}

.c-liststyle1-link:hover,
.c-liststyle1-link:focus {
  color: #113381;
}

.c-orderlist-item {
  line-height: 1.5;
}

.c-orderlist-item {
  text-indent: -1.5em;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 1.5em;
}
/*追加*/
li.c-orderlist-item-policy {
  text-indent: -1.5em;
  line-height: 1.5;
  font-family: "yuji-syuku", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:110%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 1.5em;
}
/*追加ここまで*/

.c-orderlist-item + .c-orderlist-item {
  margin-top: 8px;
}

.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anchor-item {
  line-height: 1.8;
}

.anchor-item::before {
  content: "　／　";
}

.anchor-item:last-child::after {
  content: "　／　";
}

.anchor-link {
  border-bottom: solid 2px transparent;
  padding-bottom: 2px;
}

.anchor-link:hover,
.anchor-link:focus,
.anchor-link.-current {
  color: #113381;
  border-bottom: solid 2px #9B1919;
}

.starlist-item {
  line-height: 1.5;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.starlist-item + .starlist-item {
  margin-top: 12px;
}

.starlist-item::before {
  content: "★";
  margin-right: 0.5em;
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flow-title {
  color: #fff;
  text-align: center;
  background-color: #000000;
  width: 6em;
  padding: 8px;
}

.flow + .flow::before {
  content: "";
  display: block;
  height: 32px;
  width: 100%;
  background-image: url(../img/common/icon_down.png);
  background-repeat: no-repeat;
  background-position: left 40px top 16px;
}

.c-liststyle2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-liststyle2-item {
  margin-left: 4px;
  margin-right: 4px;
}

.c-liststyle2-link {
  color: #113381;
  border: solid 1px #113381;
  display: block;
  padding: 8px 16px;
}

.c-liststyle2-link:hover,
.c-liststyle2-link:focus {
  background-color: #eaeff8;
}

.c-liststyle3-list .c-liststyle3-list {
  margin-left: 16px;
}

.c-liststyle3-item {
  margin-top: 8px;
  margin-bottom: 8px;
}

.c-liststyle3-item::before {
  content: "・";
}

.c-numlist-list {
  margin-left: 3em;
}

.c-numlist-item {
  line-height: 1.5;
  list-style-type: decimal;
  margin-top: 8px;
  margin-bottom: 8px;
}

.c-numlist-item::first-line {
  font-weight: bold;
}

.table-style1 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.table-style1 tr:nth-child(2n + 1) {
  background-color: #fff;
}

.table-style1 th {
  text-align: left;
  padding-left: 1em;
}

@media only screen and (max-width: 640px) {
  .table-style1.-spcolumn tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media only screen and (max-width: 640px) {
  .table-style1.-spcolumn th {
    padding: 16px 16px 8px 16px;
  }
}

@media only screen and (max-width: 640px) {
  .table-style1.-spcolumn td {
    padding: 0 16px 16px;
  }
}

caption {
  text-align: left;
}

.table-style2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.table-style2 tr:nth-child(2n + 1) {
  background-color: #F7F8FA;
}

.table-style2 tr:nth-child(2n) {
  background-color: #fff;
}

.table-style2 th {
  text-align: left;
  padding-left: 1em;
}

@media only screen and (max-width: 640px) {
  .table-style2 th {
    padding-bottom: 0;
  }
}

.table-style2-th {
  width: 12em;
}

@media only screen and (max-width: 640px) {
  .table-style2.-spcolumn tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.table-spec {
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1.5px solid white;
}

.table-spec th {
  font-size: 1.4rem;
  padding: 4px;
}

@media print {
  .table-spec th {
    font-size: 1.2rem;
  }
}

.table-spec th + th {
  border-left: solid 1px #cccccc;
}

.table-spec .rowspan-border {
  border-right: solid 1px #cccccc;
}

.table-spec td {
  font-size: 1.4rem;
  text-align: center;
  padding: 8px;
}

@media print {
  .table-spec td {
    font-size: 1.2rem;
  }
}

.table-spec thead {
  background-color: #eaeff8;
}

.table-spec thead tr + tr {
  border-top: solid 1px #cccccc;
}

.table-spec td + td {
  border-left: solid 1px #cccccc;
}

.table-spec tbody tr {
  background-color: #fff;
}

.table-spec tbody tr:nth-child(2n) {
  background-color: #F7F8FA;
}

.cell-nowrap {
  white-space: nowrap;
}

.table-spec .cell-sub {
  text-align: left;
  width: 10em;
}

@media only screen and (max-width: 640px) {
  .side-scroll {
    max-width: calc(100vw - 42px);
    overflow: scroll;
  }
}

@media only screen and (max-width: 640px) {
  .side-scroll .table-spec {
    white-space: nowrap;
  }
}

.tl10 {
  table-layout: fixed;
  width: 10%;
}

.tl15 {
  table-layout: fixed;
  width: 15%;
}

.tl20 {
  table-layout: fixed;
  width: 20%;
}

.topicpath {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .topicpath {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.topicpathlist {
  padding-left: 16px;
  padding-right: 16px;
}

.topicpathlist-item {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.topicpathlist-item:not(:last-child)::after {
  content: " 〉";
  padding-left: 8px;
  padding-right: 8px;
}

/* フォーム関連 */
input[type="text"] {
  font-size: 1.6rem;
  -webkit-appearance: none;
  border: solid 1px rgba(98, 78, 62, 0.4);
  padding: 8px;
  width: calc(100% - 40px);
}

input[type="number"] {
  font-size: 1.6rem;
  -webkit-appearance: none;
  border: solid 1px rgba(98, 78, 62, 0.4);
  padding: 8px;
  width: 7em;
}

input[type="date"] {
  font-size: 1.6rem;
  -webkit-appearance: none;
  border: solid 1px rgba(98, 78, 62, 0.4);
  padding: 8px;
  width: 10em;
}

textarea {
  font-size: 1.6rem;
  border: solid 1px rgba(98, 78, 62, 0.4);
  padding: 8px;
  border: solid 1px rgba(98, 78, 62, 0.4);
  width: calc(100% - 40px);
}

input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: solid 1px #113381;
  outline: none;
}

label {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 16px;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  margin-top: 0;
}

input[type="checkbox"] + span::before,
input[type="radio"] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_check.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-top: 1px;
  vertical-align: text-bottom;
}

input[type="checkbox"]:checked + span::before,
input[type="radio"]:checked + span::before {
  background-image: url(../img/common/icon_check_o.svg);
}

select {
  font-size: 14px;
  -webkit-appearance: none;
  border: solid 1px rgba(98, 78, 62, 0.4);
  border-radius: 0;
  padding: 8px 30px 8px 10px;
  background-color: #fff;
  background-image: url(../img/common/icon_more.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  max-width: 100%;
}

.button {
  color: #000000;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  border: solid 1px #000000;
  border-radius: 4px;
  padding: 8px;
  margin-top: 8px;
  background-color: #fff;
  cursor: pointer;
}

.button-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(98, 78, 62, 0.8);
  position: absolute;
  right: -16px;
  top: -24px;
}

.button-img:hover,
.button-img:focus {
  background-color: #113381;
}

.button:hover,
.button:focus {
  color: #113381;
  text-decoration: none;
  border: solid 1px #113381;
}

.required {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #113381;
  padding: 2px;
  margin-left: 4px;
}

.mainImage.-top {
  background-image: url(../img/top/img_main_01.jpg);
  height: 640px;
  margin-bottom: 0;
  -webkit-transition: background-image 1s ease;
  transition: background-image 1s ease;
  opacity: 0;
  -webkit-animation-name: bganime;
          animation-name: bganime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
}

@media print {
  .mainImage.-top {
    height: 320px;
  }
}

@-webkit-keyframes bganime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bganime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.toplead {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  position: absolute;
  text-align: center;
  display: block;
  top: calc(40% - 1em);
  text-shadow: 2px 2px #000;
}

.newsArea {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  max-width: 1024px;
  min-height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

@media only screen and (max-width: 640px) {
  .newsArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-title {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 240px;
  border-right: solid 1px #fff;
  margin-right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .news-title {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-bottom: 8px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.news-title-ttl {
  font-size: 2.4rem;
}

.newslist {
  font-weight: 100;
}

.newslist:hover {
  opacity: 0.7;
}

.newslist + .newslist {
  margin-top: 8px;
}

@media only screen and (max-width: 640px) {
  .newslist + .newslist {
    margin-top: 16px;
  }
}

.newslist-date {
  width: 9em;
  float: left;
}

@media only screen and (max-width: 640px) {
  .newslist-date {
    float: none;
  }
}

.newslist-text {
  margin-left: 9em;
}

@media only screen and (max-width: 640px) {
  .newslist-text {
    margin-left: 0;
    margin-top: 4px;
  }
}

.backnumber-link {
  font-size: 1.4rem;
  line-height: 1;
  border: solid 1px #fff;
  margin-top: 16px;
  padding: 4px;
  padding-left: 20px;
  max-width: 10em;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .backnumber-link {
    margin-top: 0;
    margin-left: 8px;
  }
}

.backnumber-link::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.backnumber-link:hover {
  opacity: 0.7;
}

.leadArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .leadArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.leadtext {
  max-width: 640px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topimageArea {
  position: relative;
  max-width: 352px;
  height: 360px;
  margin-left: 32px;
}

@media only screen and (max-width: 640px) {
  .topimageArea {
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
}

.topvideo {
  width: 352px;
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .topvideo {
    margin-left: 0;
    max-width: 100%;
  }
}

.topimage {
  width: 352px;
}

@media only screen and (max-width: 640px) {
  .topimage {
    margin-top: 32px;
    max-width: 100%;
  }
}

.newsdate {
  color: #113381;
  background-color: #eaeff8;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  padding: 4px;
  padding-bottom: 2px;
  margin-bottom: 8px;
}

.message-photo {
  float: right;
  width: 40%;
  max-width: 240px;
  margin-left: 1em;
  margin-bottom: 1em;
}

.history {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.history-index {
  border: solid 1px #eaeff8;
  padding: 16px;
}

.history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history dt {
  line-height: 1.5;
  width: 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.history dt::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #eaeff8;
  border-radius: 100%;
}

.history dl dd {
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: solid 1px #eaeff8;
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  margin-top: 0;
  margin-left: -5px;
}

.history dl:last-child dd {
  min-height: auto;
}

.map iframe {
  max-width: 100%;
}

.about-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
      grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .about-title {
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
}

.enteryear {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media only screen and (max-width: 640px) {
  .enteryear {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

.department {
  font-weight: normal;
  text-align: center;
  background-color: #eaeff8;
  color: #113381;
  border: solid 1px #113381;
  padding: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media only screen and (max-width: 640px) {
  .department {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.person {
  color: #113381;
  font-size: 3.0rem;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  white-space: nowrap;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media only screen and (max-width: 640px) {
  .person {
    text-align: right;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.weekendballoon {
  font-size: 1.4rem;
  background-color: #fff;
  padding: 16px;
  position: relative;
  margin-left: 16px;
  border: solid 1px #eaeff8;
  border-radius: 8px;
}

@media only screen and (max-width: 640px) {
  .weekendballoon {
    margin-left: 0px;
    margin-top: 8px;
  }
}

.weekendballoon::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -16px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #eaeff8;
}

@media only screen and (max-width: 640px) {
  .weekendballoon::before {
    top: -8px;
    left: 20px;
    border: 8px solid transparent;
    border-bottom: 8px solid #eaeff8;
  }
}

.weekendballoon::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -15px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #FFF;
}

@media only screen and (max-width: 640px) {
  .weekendballoon::after {
    top: -7px;
    left: 20px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
}

.keywordtitle {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  .keywordtitle {
    font-size: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.keyword {
  color: #113381;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}

@media only screen and (max-width: 1024px) {
  .keyword {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: auto;
    margin-bottom: 8px;
  }
}

.keyword-number {
  font-size: 4.8rem;
}

@media only screen and (max-width: 1024px) {
  .keyword-number {
    font-size: 3.2rem;
  }
}

.bg-factory {
  color: #fff;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  min-height: 480px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
}

@media only screen and (max-width: 1024px) {
  .bg-factory {
    min-height: 0;
  }
}

.bg-factory01 {
  background-image: url(../img/manufacturing/bg_factry01.jpg);
}

.bg-factory02 {
  background-image: url(../img/manufacturing/bg_factry02.jpg);
}

.bg-factory03 {
  background-image: url(../img/manufacturing/bg_factry03.jpg);
}

.bg-factory04 {
  background-image: url(../img/manufacturing/bg_factry04.jpg);
}

.bg-factory05 {
  min-height: 0;
}

.bg-factory06 {
  background-image: url(../img/manufacturing/bg_factry06.jpg);
}

.bg-factory07 {
  background-image: url(../img/manufacturing/bg_factry07.jpg);
}

.bg-factory08 {
  background-image: url(../img/manufacturing/bg_factry08.jpg);
}

.bg-factory09 {
  background-image: url(../img/manufacturing/bg_factry09.jpg);
}

.title-factory {
  font-size: 4rem;
  margin-bottom: 16px;
}

.text-factory {
  max-width: 480px;
}

@media only screen and (max-width: 1024px) {
  .text-factory {
    max-width: none;
  }
}

.video-factory {
  max-width: 1024px;
  height: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -360px;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .video-factory {
    position: static;
    margin-bottom: 0;
    padding: 16px;
    height: auto;
    max-width: none;
    width: 100%;
  }
}

.video-factory .video {
  width: 420px;
  height: 244px;
  padding: 10px;
  max-width: 100%;
  color: #fff;
  background-color: #000000;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .video-factory .video {
    margin-right: auto;
    height: auto;
  }
}

.products-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaeff8;
  margin-top: 32px;
  padding: 8px;
}

.product-detail {
  margin-left: 16px;
}

.buildtoorder {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  background-color: #000000;
  display: inline-block;
  padding: 4px;
  margin-left: 8px;
}

/*20241202追加*/
.newmark {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #f70505;
  display: inline-block;
  padding: 4px;
  margin-left: 8px;
}
/*20241202追加*/

.product-text {
  line-height: 1.8;
}

.products-type {
  color: #fff;
  background-color: #113381;
  display: inline-block;
  padding: 4px;
}

.lineup-title {
  color: #113381;
  font-weight: 800;
  padding-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 640px) {
  .lineup-title {
    border: none;
    border-bottom: solid 1px #113381;
    margin-top: 8px;
    padding-right: 0;
    padding-left: 0;
  }
}

.lineup-text {
  line-height: 1.5;
  margin-top: 1em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .lineup-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.button-lineup {
  text-align: right;
  padding-right: 32px;
  font-weight: 400;
  background-image: url(../img/common/bg_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: background-color 0.3s,color 0.3s;
  transition: background-color 0.3s,color 0.3s;
}

@media only screen and (max-width: 640px) {
  .button-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: bottom 6px right 4px;
  }
}

.flex-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .flex-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-recruit.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

@media only screen and (max-width: 1024px) {
  .flex-recruit.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media only screen and (max-width: 1024px) {
  .flex-recruit figure {
    margin-top: 16px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }
}

.flex-recruit-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.title-recruit {
  color: #fff;
  background-color: #000000;
  padding: 8px 8px 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-recruit span {
  background-color: #113381;
  border-radius: 16px;
  padding: 4px 8px;
  margin-left: auto;
}

.recruit-leadtext {
  color: #113381;
  background-color: #eaeff8;
  font-size: 2.4rem;
  font-weight: 600;
  height: calc(100% - 40px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .recruit-leadtext {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 640px) {
  .recruit-leadtext {
    font-size: 1.6rem;
    text-align: left;
  }
}

.recruit-column {
  max-width: 448px;
}

.recruit-align-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .recruit-align-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.headding-recruit {
  color: #113381;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-recruit {
  line-height: 1.8;
  margin-top: 8px;
  border-left: solid 2px #eaeff8;
  padding-left: 8px;
  margin-left: 8px;
}

.paragraph-recruit + .headding-recruit {
  margin-top: 16px;
}

.recruit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  gap: 64px;
}

@media only screen and (max-width: 640px) {
  .recruit-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.recruit-index {
  padding: 16px;
}

.recruit-list li {
  margin-top: 8px;
}

.recruit-list li ul {
  margin-left: 1em;
}

.message-caption {
  color: #fff;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 16px;
  height: 4em;
}

a:hover .message-caption {
  background-color: #000000;
}

.mt0 {
  margin-top: 0;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt32 {
  margin-top: 32px;
}

.mt64 {
  margin-top: 64px;
}

.mt96 {
  margin-top: 96px;
}

.mt120 {
  margin-top: 120px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mr8 {
  margin-right: 8px;
}

/*ここから追加2023年04月04日*/
.close {
  -webkit-appearance: none;
  border-radius: 0;
  margin: auto;
  border: 1px solid #000000;
  background: #e1e1e2;
  color: #000;
}
@media only screen and (min-width:640px){
  .close {
   display: block;
  }
}

.open{
  width: 30px;
  padding: 1px;
  margin-top: 5px;
  margin-left: 3px;
  border: 1px solid #000000;
  border-radius: 10%;
  background: #113381;
  color: #ffffff;
  font-size: 60%;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width:640px){
  .open {
    display: inline-block;
    width: 60px;
    padding: 3px;
    margin-top: 10px;
    margin-left: 6px;
    font-size: 75%;
  }
}
.open:hover{
  background: #e4e3e3;
  color:#000;
}

/*20241128追加*/
.openlong{
  width: 60px;
  padding: 1px;
  margin-top: 5px;
  margin-left: 3px;
  border: 1px solid #000000;
  border-radius: 10%;
  background: #113381;
  color: #ffffff;
  font-size: 60%;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width:640px){
  .openlong {
    display: inline-block;
    width: 120px;
    padding: 3px;
    margin-top: 10px;
    margin-left: 6px;
    font-size: 75%;
  }
}
.openlong:hover{
  background: #e4e3e3;
  color:#000;
}
/*20241128追加*/

p span{
	padding: 0 5px 0;
  margin: 0 5px;
  vertical-align: middle;
  border: solid 1px #454545;
  border-radius: 10%;
  background: #113381;
  color: #ffffff;
  font-size: 75%;
}
/*ここまで追加*/

/*  追加  */

.policy {
  font-family: "yuji-syuku", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:110%;
  margin-top: 8px;
}
h3.policy {
  font-family: "yuji-syuku", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:120%;
  margin-top: 24px;
}

/*  追加ここまで  */

/*# sourceMappingURL=style.css.map */