/*
Theme Name:糸久商工
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols:wght@400;700&display=swap&text=0123456789');

/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
/* IE 10+ ----- */
:-ms-input-placeholder {
    color: #999;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100%;
}
img,iframe {
  border:0
}
img {
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  font:500 16px/1.6 "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  /*font:500 14px/1.6 "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;*/
  background: #fff;
  color: #555;
}



a {
  color: #555;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
.blue {
  color: #01A5E3;
}


.header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /* background: rgba(255,255,255,0); */
  background: #fff;

}
.header-wrapper.change-color {
  /* background: rgba(255,255,255,.8); */

}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(1280px + 70px * 2);
  padding: 22px 70px;
  margin: auto;
}
.buger {
  display: none;
}
.global-nav ul {
  display: flex;
  white-space: nowrap;
  font-weight: bold;
}
.global-nav li {
  padding-left: 70px;
}

.main-wrapper {
  padding: 0 70px;
  margin: 100px auto 0;
  width: 100%;
  max-width: 1400px;
}

.bg-logo {
  background-image: url(img/logo_bg.png);
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
}

.footer-wrapper {
  width: 100%;
  margin-top: 70px;
  background: #e5f6fd;
}
.footer {
  width: 100%;
  max-width: calc(830px + 70px * 2);
  padding: 90px 70px;
  margin: auto;
  font-weight: bold;
}
.footer a {
  text-decoration: underline;
}
.footer li+li {
  margin-top: .4em;
}
.footer-flex {
  display: flex;
}
.footer-flex .box1 {
  width: 360px;
}
.footer-flex .box1 p+p {
  margin: 1.8em 0;
}
.footer-flex .box2 {
  width: 35%;
}
.footer-flex .box3 {}

.footer-youtube {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.footer-youtube a {
  display: inline-block;
  position: relative;
  background: #000;
  width: calc(50% - 15px);
}
.footer-youtube a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 55px;
  width: 55px;
  background: url(img/play.png) no-repeat center;
}
.footer-youtube img {
  opacity: .85;
}
.footer-youtube p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5em 0;
  background: rgba(0,0,0,.3);
  text-align: center;
  color: #fff;
}
.footer-small {
  display: flex;
  justify-content:center;
  /* background: #F2F2F2; */
  padding: 27px 0;
  text-align: center;
  font-size: 1em;
}

article {
  width: 100%;
  max-width: 1060px;
  margin: auto;
}

article h1 {
  margin-top: 70px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
}
article h2,
h2.center {
  margin-top: 70px;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
}
h2.center {
  text-align: center;
}
article h3 {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 18px;
  margin-bottom: 20px;
  background: #5380CE;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.video {}
.scroll {
  padding-top: 60px;
  margin-top: 30px;
  background: url(img/scroll.png) no-repeat center top;
  text-align: center;
}

.catch-copy {
  width: 100%;
  max-width: 700px;
  margin: 50px auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
  font-size: 45px;
  font-weight: bold;
}
.catch-copy2 {
  text-align: center;
}
.catch-copy3 {
  text-align: right;
}


.index-banners {
  display: flex;
}
.index-banner {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 34%;
  padding: 90px 30px;
}
.index-banner:nth-child(1) {
  background: url(img/index-bg01.jpeg?20230621) center center / cover no-repeat;
}
.index-banner:nth-child(2) {
  background: url(img/index-bg02.jpeg?20230621) center center / cover no-repeat;
}
.index-banner:nth-child(3) {
  background: url(img/index-bg03.jpeg?20230621) center center / cover no-repeat;
}
.index-banner a {
  position: relative;
  display: flex;
  justify-content:center;
  align-items: center;
  transition : all 0.3s ease 0s;
  height: 150px;
  width: 100%;
  background: #fff;
  border: 2px solid #5380CE;
  text-align: center;
  font-size: 20px;
  color: #5380CE;
  font-weight: bold;
}
.index-banner a span {
  font-size: 14px;
}
.index-banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 22px solid #5380CE;
  border-right: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #5380CE;
}
.index-banner a:hover {
  opacity: 1;
  transform:scale(1.1);
}
.product-list-index {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-link-index {
  width: calc((100% - 30px * 3 ) / 4 );
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.product-link-index img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}
.product-link-index .txt {
  position: relative;
  padding: 20px;
  text-align: center;
}
.product-link-index .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}





.h1-top {
  display: inline-block;
  padding: 30px 100px;
  margin: 0 0 15px -100px;
  /* background: #F2F2F2; */
  background: linear-gradient(-45deg, #dddddd 10%, #f5f5f5 35%, #fff 58%, #f7f7f7 65%, #f5f5f5 70%, #dddddd 85% 100%);

  line-height: 1;
}
.h1-top .jp {
  font-size: 24px;
  font-weight: bold;
}
.h1-top .en {
  display: inline-block;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
}
.pan {
  display: flex;
  margin-bottom: 70px;
  font-weight: bold;
}
.pan li+li::before {
  display: inline-block;
  content: ">";
  color: #AAAAAA;
  padding: 0 .5em;
}
.pan a {
  text-decoration: underline;
}

.box-simple {
  width: 100%;
  max-width: 630px;
  padding: 20px 30px;
  border: 1px solid #707070;
  background: #fff;
}
.factory-list {
  display: flex;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.factory-list .title,
.factory-list .address,
.factory-list .btns {
  padding: 10px;
}
.factory-list .title {
  width: 170px;
  font-weight: bold;
}
.factory-list .address{
  width: calc(100% - 430px);
}
.factory-list .btns {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 280px;
}
.btn {
  /* display: inline-block;
  background: linear-gradient(-45deg, #3a60a3 10%, #7c9bcf 35%, #afe2ff 60%, #7c9bcf 75%, #5c81c3 80% 100%);
  padding: 7px 15px;
  color: #fff;
  text-shadow: 1px 1px 2px #193666;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  box-shadow: 0 2px 0 #6889bf; */
}

.btn {
  display: inline-block;
  background: linear-gradient(-45deg, #41bae7 10%, #92d9f4 35%, #def4fd 60%, #92d9f4 70%, #41bae7 85% 100%);
  padding: 7px 15px;
  color: #fff;
  text-shadow: 1px 1px 2px #193666, 0 0 3px #598ebb;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  box-shadow: 0 2px 0 #6889bf;
  white-space: nowrap;
}







.center {
  display: flex;
  justify-content:center;
  gap: 30px;
  margin-top: 70px;
}
.btn-center {
  position: relative;
  padding: 11px 2.5em;
  font-size: 18px;
}

.btn-center::after {
  position: absolute;
  right: .5em;
  content: "\FF1E";
  font-size: 18px;
}



.factory-single {}


.factory-single h2 {
  margin: 0 0 20px;
}

.factory-single .top {
  padding: 20px;
  background: #F2F2F2;
  margin-bottom: 20px;
}
.factory-single .top-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* margin-bottom: 20px; */
}
.factory-single .top-flex2 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.factory-single .top-flex2>* {
  width: 50%;
}
.factory-single .top-flex2 iframe {
  height: 395px;
}
.factory-single .flex {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.factory-single .left,
.factory-single .right {
  width: 50%;
}
.wihte-wrap {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.download {
  float: right;
  color: #01A5E3;
  font-size: 15px;
}
.download::before {
  content: "[ ";
}
.download::after {
  content: " ]";
}
.download a {
  color: #01A5E3;
  text-decoration: underline;
}



.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-link {
  width: calc( (100% - 30px * 2) / 3 );
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.product-link img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
}
.product-link .txt {
  position: relative;
  padding: 20px 20px 60px;
}
.product-link h4 {}
.product-link .btn2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #03a6e4;
  padding: 3px 20px;
  border-radius: 5px;
}


.product-single {
  margin-bottom: 70px;
}
.product-single .top,
.product-single .left,
.product-single .right {
  border: 1px solid #707070;
}
.product-single .top img {
  width: 100%;
}
.product-single .flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.product-single .left,
.product-single .right {
  width: 50%;
}

.product-single .left {
}
.product-single .right {
}

.gray-box {
  padding: 20px;
  background: #F2F2F2;
}
.gray-box h2 {
  margin: 0 0 10px;
}
.gray-box p+p {
  margin-top: 1em;
}
p.note {
  font-size: 14px;
}
.gray-box a {
  text-decoration: underline;

}
.product-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-flex .gray-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: calc(50% - 10px);
  border: 1px solid #01A5E3;
  background: #fff;
}
.product-flex li,
.product-flex a {
  color: #01A5E3;
  white-space: nowrap;
}
.product-flex li::before {
  content: "[ ";
}
.product-flex li::after {
  content: " ]";
}
.product-flex li+li {
  margin-top: 0.5em;
}

.product-flex a {
}
.product-flex {}

.contact-wrapper {
  width: 100%;
  max-width: 830px;
  margin: auto;
}
.required {
  padding-left: 0.5em;
  font-size: 14px;
  font-weight: 500;
  color: #f00;
  white-space: nowrap;
}
.pp-center {
  padding: 30px;
  margin: 30px 0;
  /* background: #FFF7CF; */
  text-align: center;
}
.pp-center a {
  text-decoration: underline;
}
.pp-center label {
  white-space: nowrap;
}
table {
  width: 100%;
}
th,td {
  padding: 12px 16px;
}
th {
  width: 230px;
  font-weight: bold;
}
.table-simple {
  border-top: 1px solid #000;
}
.table-simple tr {
  border-bottom: 1px solid #000;
}
.table-simple a {
  color: #01A5E3;
  text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: 1px solid #707070;
  background: #fff;
}
input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
}
select {
  padding: 2px 0;
}
input.w170 {
  width: 170px;
}
input.w220 {
  width: 220px;
}
.haihun {
  font-size: 14px;
  white-space: nowrap;
}
textarea {
  resize: vertical;
  min-height: 100px;
}

input[type="submit"] {
  padding: 7px 54px;
  border-radius: 5px;
  background: #555555;
  color: #fff;
}
input[type="submit"]:hover {
  opacity: .7;
}
.center-30 {
  margin-top: 30px;
  text-align: center;
}
table .note {
  font-size: 14px;
}
.greeting-box {
  background: #fff;
  border: 1px solid #29B3E7;
  padding: 1em;
  line-height: 2em;
  line-height: calc(24 / 13);
  overflow: hidden;
}
.greeting-box h2 {
  margin-top: 0;
  text-align: center;
}
.greeting-box p+p {
  margin-top: 1em;
  margin-top: 1.5em;
}

.fz-big {
  font-size: 1.7em;
}

.table-history {}
.table-history th,
.table-history td {
  padding: 10px 5px;
  vertical-align: top;
}
.table-history th {
  position: relative;
  font:700 20px/1.6 'Noto Sans Symbols', sans-serif;
  width: 90px;
}
.table-history th::after {
  content: '';
  height: 100%;
  position: absolute;
  border-left: 1px solid #29B3E7;
  top: 15px;
  right: 0px;
}
.table-history tr:last-child th::after {
  content: none;
}
.table-history td:nth-child(2) {
  position: relative;
  /* font:400 16px/1.6 'Noto Sans Symbols', sans-serif; */
  /* width: 60px; */
  padding-left: 30px;
  /* vertical-align: baseline; */
}
.table-history td:nth-child(2)::before {
  content: '';
  background: #29B3E7;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -8px;
  z-index: 1;
  top: 12px;
}
.table-history td:nth-child(2)::after {
  /* content: '\6708'; */
  /* font-size: .8em; */
}

.table-history td {}


.service-list {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.service-list>div+div {
  margin-top: 20px;
}
.service-list1,
.service-list2,
.service-list3 {
  animation-name:fadeInAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
.service-list1 span,
.service-list2 span,
.service-list3 span {
  padding: 5px 20px;
  border-radius: 5px;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.service-list1 span {
  background: #697dd9;
}
.service-list2 {
  text-align: center;
  animation-delay:.2s;
}
.service-list2 span {
  background: #f4b011;
}
.service-list3 {
  text-align: right;
  animation-delay:.4s;
}
.service-list3 span {
  background: #de1b1b;
}

.service-txt {
  font-size: 25px;
}

.service-txt{
  animation-name: fadein;
  animation-duration: 1.5s;
}
@keyframes fadein{
  from{
  opacity: 0;
  transform: translatey(1px);
  }
  to{
  opacity: 1;
  transform: translatey(0);
  }
}


.service-flow {}
.service-flow-box {
  display: flex;
  align-items: flex-start;
}
.service-flow-box img {
  width: 250px;
}
.service-flow-box .txt {
  padding: 0 0 0 20px;
}
.service-flow-box h2 {
  margin: 0 0 20px;
}
.service-flow-box+.service-flow-box {
  margin-top: 20px;
}
.service-flow a {
  color: #01A5E3;
  text-decoration: underline;
}


.service-ather {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
}
.service-ather li {
  /* border: 1px solid #000; */
  padding: 10px 5px 5px;
  border-bottom: 2px solid #eee;
}

.maker-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.maker-category li {
  cursor: pointer;
  width: calc((100% - 10px * 3)/4);

  
  /* display: inline-block; */
  background: linear-gradient(-45deg, #41bae7 10%, #92d9f4 35%, #def4fd 60%, #92d9f4 70%, #41bae7 85% 100%);
  padding: 7px 15px;
  color: #fff;
  text-shadow: 1px 1px 2px #193666, 0 0 3px #598ebb;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  box-shadow: 0 2px 0 #6889bf;

}


.maker-list {
  margin-top: 70px;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.maker-list li {
  width: calc(50% - 5px);
  position: relative;
  padding: 0 16px 12px;
  background: #f3f3f3;
}
.maker-list h2::after {
  cursor: pointer;
  content: "\FF0B";
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 3px 3px;
  background: #fff;
  border: 1px solid #000;
  line-height: 1;
}
.maker-list .opened::after {
  content: "\FF0D";
}

.maker-list li+li {
  /* margin-top: 10px; */
}
.maker-list h2 {
  padding: 12px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.maker-list table {
  display: none;
  margin-top: 16px;
}
.maker-list th {
  width: 260px;
}


.maker-table {
  background: #fff;
}
.maker-table tr {
  border-bottom: 2px solid #f3f3f3;
}
.maker-table a {
  color: #01A5E3;
  text-decoration: underline;
}

.maker-list2 {
}
.maker-list2 li {
  margin-left: 1em;
  text-indent: -1em;
}
.maker-list2 li::before {
  content: "・";
}

.maker-list3 {
  display: flex;
  flex-wrap: wrap;
}
.maker-list3+.maker-list3 {
  border-top: 1px solid #ddd;
  padding-top: 1em;
  margin-top: 1em;
}

.maker-list3 li {
  width: calc(50% - 1em);
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.maker-list3 li::before {
  content: "・";
}


.catalog-header {}
.catalog-header h2 {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 0 1em;
}

.catalog-header a {
  margin-left: 0.5em;
  color: #01A5E3;
  text-decoration: underline;
  font-weight: normal;
}
.catalog-header a::before {
  content: "[ ";
}
.catalog-header a::after {
  content: " ]";
}
.catalog-single {
  margin-bottom: 70px;
}
.catalog-single .top img {
  aspect-ratio: 4 / 1;
  object-fit: cover;
}
.catalog-single img {
  width: 100%;
}
.catalog-single .flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.catalog-single .flex a {
  width: calc((100% - 20px * 3) / 4);
}

.catalog2024 {
  display: flex;
  flex-wrap: wrap;
  gap: 4em 0;
}
.catalog2024 .box {
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  justify-content:center;
  align-items: center;
  text-align: center;
}
.catalog2024 .img {
  max-width: 424px;
  border: 1px solid #000;
}
.catalog2024 img {
  display: block;
  aspect-ratio: 424 / 600;
  object-fit: cover;
}
.catalog2024 .title {
  padding-top: 1em;
  height: 5em;
  white-space: nowrap;
}
.catalog2024 .title .top {
  font-size: 1.2em;
  font-weight: bold;
}
.catalog2024 .title .bottom {
  font-size: 0.8em;
}
.catalog2024 .title .bottom::before {
  content: "<";
}
.catalog2024 .title .bottom::after {
  content: ">";
}
.catalog2024 .btn-c {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border-radius: 5px;
  background: #03a6e4;
  color: #fff;
}
.catalog2024 .btn-c .txt {
  display: block;
  font-weight: bold;
}
.catalog2024 .btn-c .pdf {
  display: block;
  font-size: 0.8em;
}







.pp {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 1.5em;
}
.pp>li{
  counter-increment: cnt;
  margin-top: .5em;
}
.pp>li::before {
  display: inline-block;
  content: counter(cnt) ".";
  width: 1.5em;
  margin-left: -1.5em;
}
.pp>li+li{
  margin-top: 2em;
}
.pp ol {
  list-style: none;
  margin-top: 0.5em;
  margin-left: .5em;
}
.pp ol li {
  /* text-indent: -2em; */
  counter-increment: cnt-ol;
  margin-top: .5em;
}
.pp ol li::before {
  display: inline-block;
  content: "(" counter(cnt-ol) ") ";
  width: 2em;
  margin-left: -2em;
}

.recruit-txt {
  font-size: 30px;
}
.recruit-txt2 {
  font-size: 25px;
}


.recruit-youtube {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 80px;
}
.recruit-youtube>div{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.recruit-youtube>div:nth-child(2){
  flex-direction: row-reverse;
}
.recruit-youtube a {
  display: inline-block;
  position: relative;
  background: #000;
  width: calc(50% - 15px);
}
.recruit-youtube a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 55px;
  width: 55px;
  background: url(img/play.png) no-repeat center;
}
.recruit-youtube img {
  opacity: .85;
}
.recruit-youtube .p {
  display: flex;
  align-items: center;
  justify-content:center;
  width: calc(50% - 15px);
  font-size: 25px;
}

.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #66d5ff, #66d5ff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all .5s ease-in-out;
}
.js-marker.inview {
  background-size: 100% 30%;
}

.recruit-btn,
.btn-center::after {
  font-size: 30px;
}
.recruit-img {
  margin-top: 40px;
  text-align: center;
}
.recruit-img img {
  max-width: 500px;
  width: 100%;
}
@keyframes bound-anim{
  0%{transform:translateX(-4px);}
  100%{transform: translateX(4px);}
}
.recruit-btn{
  /* animation: .2s bound-anim ease-in-out infinite alternate; */
  padding: 15px 2.5em;
  background: linear-gradient(-45deg, #ff7017 10%, #f4b892 35%, #fde2de 60%, #f4bc92 70%, #ff7017 85% 100%);
}


.index-activites {
  display: flex;
  gap: 16px;
  width: 1060px;
  margin: 50px auto;
}
.index-activites a {
  max-width: 522px;
  width: 100%;
}
.index-activites p {
  background: #262525;
  text-align: center;
  color: #fff;
  padding: 9px 0;
}
.activite-btn {
  margin: 40px 0 0;
  padding: 15px 2.5em;
  background: #555;
  font-size: 30px;
  font-weight: normal;
}
.activite-btn2 {
  margin: 40px 0 60px;
  padding: 10px 2em;
  background: #555;
  font-size: 23px;
  font-weight: normal;
}
.activite-btn2::after {
  /* bottom: 10px; */
  font-size: 1em;
}
.center2 {
  text-align: center;
}
.activite02-1 {
  margin: 70px 0;
}
.activite_h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.activite_h2 span {
  display: block;
  margin: auto;
}
.activite_h2 .jp {
  font-size: 39px;
}
.activite_h2 .en {
  font-size: 22px;
  color: #ACACAC;
}
.copy {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.copy2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.activite-flex {
  display: flex;
  gap: 18px;
  margin-top: 60px;
}
.activite-flex>div {
  max-width: 522px;
  width: 100%;
}
.activite-flex .border {
  position: relative;
  padding: 30px 30px;
  border: 1px solid #707070;
}
.activite-flex .border .prof-p {
  font-size: 24px;
}
.activite-flex .border .insta {
  position: absolute;
  right: 30px;
  top: 40px;
}
.activite-table {
  margin-top: 30px;
  font-size: 16px;
  border-top: 1px solid #707070;
}
.activite-table th,
.activite-table td {
  padding: 9px 16px;
  border-bottom: 1px solid #707070;
}
.activite-table th {
  width: 200px;
}
.activite-box+.activite-box {
  margin-top: 56px;
}
.activite-box p {
  background: #262525;
  font-size: 22px;
  color: #fff;
  padding: .2em 1em;
}


.mt60 {
  margin-top: 60px;
}

.recruit-table {}
.recruit-table th,
.recruit-table td {
  padding: 10px;
}
.recruit-table th {
  border-bottom: 1px solid #000;
  text-align: center;
}
.recruit-table th:last-child {
  width: 130px;
}
.recruit-table  img {
  width: 200px;
}
.recruit-table td {
  border-bottom: 1px solid #ddd;
}
.recruit-table td:first-child {
  padding-left: 0;
}
.recruit-table td:last-child {
  text-align: center;
}




@media (max-width: 1200px) {
  .top-flex2 {
    flex-flow: column;
  }
  .factory-single .top-flex2>* {
    width: 100%;
  }


}
@media (max-width: 1200px) {

  .header {
    padding: 20px 30px;
  }
  .header .logo img {
    height: 31px;
  }
  .buger {
    display: block;
    width: 26px;
    height: 26px;
    background: url(img/menu.png) no-repeat center;
  }
  .buger.opened {
    background: url(img/menu2.png) no-repeat center;
  }

  .global-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .global-nav ul {
    flex-flow: column;
    border-bottom: 1px solid #ddd;
  }
  .global-nav li {
    padding: 0;
    background: #fff;
    border-top: 1px solid #ddd;
  }
  .global-nav a {
    display: block;
    width: 100%;
    padding: .5em 0;
  }
  .main-wrapper {
    padding: 0 30px;
    margin-top: 70px;
  }
  .bg-logo {
    background-size: 70%;
  }

  .index-banners {
    flex-flow: column;
    margin: 0 -30px;
  }
  .index-banner {
    width: 100%;
    padding: 60px 30px;
  }
  .index-banner a {
    max-width: 500px;
  }
  .product-link-index {
    width: calc((100% - 30px * 2 ) / 3 );
  }


  .index-activites {
    flex-wrap: wrap;
    justify-content:center;
    width: 100%;
  }
  .activite-flex {
    flex-wrap: wrap;
    justify-content:center;
    width: 100%;
  }


}

@media (max-width: 940px) {

  .footer-flex {
    justify-content:center;
  }
  .footer-flex .box1 {
    width: auto;
  }
  .footer-flex .box2,
  .footer-flex .box3 {
    display: none;
  }
  .footer-youtube {
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
    text-align: center;
  }
  .footer-youtube a {
    width: 100%;
    max-width: 400px;
  }
  .footer-youtube img {
    width: 100%;
  }

  .factory-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .factory-list .title,
  .factory-list .address,
  .factory-list .btns {
    /* width: 100%; */
  }
  .factory-list .title {
    width: 100%;
  }
  .factory-list .title,
  .factory-list .address {
    padding-bottom: 0;
  }
  .factory-list .address {
    width: calc(100% - 250px);
  }
  .factory-list .title br {
    display: none;
  }
  .factory-list .btns {
    width: 240px;
    padding-top: 20px;
  }


  
  .recruit-youtube {
    flex-wrap: wrap;
    justify-content:center;
    gap: 40px;
  }
  .recruit-youtube>div{
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
  }
  .recruit-youtube>div:nth-child(2){
    flex-direction: row-reverse;
  }
  .recruit-youtube a {
    width: 100%;
    max-width: 400px;
  }
  .recruit-youtube img {
    width: 100%;
  }
  .recruit-youtube .p {
    width: 100%;
    max-width: 400px;
    font-size: 18px;

  }


}


@media (max-width: 840px) {

  .product-link-index {
    width: calc((100% - 30px ) / 2 );
  }
  .product-flex {
    flex-flow: column;
  }
  .product-flex .gray-box {
    width: 100%;
    padding: 15px;
  }
  .gray-box h2 {
    font-size: 16px;
  }

  .pp-center {
    padding: 30px;
    margin: 30px 0;
  }

  .table-simple {
    border-top: 1px solid #000;
  }
  .table-simple tr {
    border-bottom: 1px solid #000;
  }
  .table-simple th,
  .table-simple td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .table-simple th {
    padding-bottom: 0;
  }
  .table-simple td {
    padding-bottom: 16px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    border: 1px solid #707070;
  }
  input[type="text"],
  input[type="email"],
  select,
  textarea {
    width: 100%;
  }
  select {
    padding: 2px 0;
  }
  input.w170 {
    width: 170px;
  }
  input.w220 {
    width: 220px;
  }
  .haihun {
    font-size: 14px;
  }
  textarea {
    resize: vertical;
    min-height: 100px;
  }

  .maker-table {
    /* border-top: 1px solid #000; */
  }
  .maker-table tr {
    /* border-bottom: 1px solid #000; */
  }
  .maker-table th,
  .maker-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .maker-table th {
    padding-bottom: 0;
  }
  .maker-table td {
    padding-bottom: 16px;
  }


  .recruit-table tr:first-child {
    display: none;
  }

  .recruit-table tr {
    display: block;
    /* display: flex; */
    border: 1px solid #666;
  }
  .recruit-table tr+tr {
    margin-top: 30px;
  }
  .recruit-table img {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .recruit-table td:first-child {
    padding-left: 10px;
  }
  .recruit-table td {
    display: block;
    width: 100%;
  }
  .recruit-table td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
  }
  .recruit-table td:first-child:before {
    display: none;
  }
  .recruit-table td:last-child:before {
    display: none;
  }
  .recruit-table .btn {
    padding: 10px 20px;
  }

  .activite-box p {
    font-size: 20px;
  }

}


@media (max-width: 740px) {
  .factory-list {
  }
  .factory-list .address,
  .factory-list .btns {
    width: 100%;
  }

  .factory-list .title,
  .factory-list .address {
    padding-bottom: 0;
  }
  .factory-list .address {
    /* width: calc(100% - 250px); */
  }
  .factory-list .btns {
  }

  .service-flow {}
  .service-flow-box {
    flex-flow: column;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .service-flow-box img {
    /* width: 250px; */
  }
  .service-flow-box .txt {
    padding: 0;
  }
  .service-flow-box+.service-flow-box {
    margin-top: 30px;
  }
  .copy {
    font-size: 25px;
  }

}



@media (max-width: 640px) {
  .sp-none {
    display: none;
  }
  .main-wrapper {
    padding: 0 20px;
  }
  .video {
    margin: 0 -20px;
  }
  .product-link-index {
    width: 100%;
  }
  .index-banners {
    margin: 0 -20px;
  }
  .index-banner {
    padding: 30px 20px;
  }
  .index-banner a {
    height: auto;
    padding: 20px;
    font-size: 16px;
  }

  .index-banner a::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }

  .h1-top {
    padding: 20px 50px;
    margin: 0 0 15px -50px;
  }
  .h1-top .jp {
    font-size: 20px;
  }
  .h1-top .en {
    font-size: 14px;
  }
  article h1 {
    margin: 40px 0 25px;
    font-size: 20px;
  }
  article h2,
  h2.center {
    margin: 40px 0 25px;
    font-size: 18px;
  }
  .product-link {
    width: 100%;
  }
  .product-single {
    margin-bottom: 40px;
  }
  .product-single img {
    width: 100%;
  }
  .product-single .flex {
    flex-flow: column;
  }
  .product-single .left,
  .product-single .right {
    width: 100%;
  }

  .factory-single .flex {
    flex-flow: column;
  }
  .factory-single .left,
  .factory-single .right {
    width: 100%;
  }
  .greeting-box {
    padding: 10px;
  }
  .service-list {
    font-size: 18px;
  }
  .catch-copy {
    margin: 50px auto;
    font-size: 30px;
    font-weight: bold;
  }

  .catalog-single .flex {
    gap: 10px;
    margin-top: 10px;
  }
  .catalog-single .flex a {
    width: calc((100% - 10px * 3) / 4);
  }
  .center {
    flex-flow: column;
    justify-content:center;
    align-items: center;
      gap: 10px;
  }
  .maker-list3 li {
    width: 100%;
  }

  .copy {
    font-size: 20px;
    text-align-last: left;
  }
  .copy2 {
    text-align-last: left;
  }
  .activite-btn2 {
    font-size: 20px;
  }


  .catalog2024 .box {
    width: 100%;
    padding: 0;
  }

  .activite-box+.activite-box {
    margin-top: 40px;
}
  .activite-box p {
    font-size: 16px;
  }

}


@media (max-width: 500px) {
  .table-history th {
    font-size: 18px;
    width: 75px;
  }
  .table-history td {
    font-size: 14px;
  }
  .table-history td:nth-child(2) {
    /* width: 50px; */
    padding-left: 15px;
    /* font-size: 14px; */
  }
  .table-history td:nth-child(2)::before {
    width: 13px;
    height: 13px;
    left: -7px;
    top: 14px;
  }
  .service-txt {
    font-size: 20px;
  }
  .recruit-txt {
    font-size: 25px;
  }
  .recruit-txt2 {
    font-size: 20px;
  }
  .activite_h2 .jp {
    font-size: 30px;
  }
  .activite_h2 .en {
    font-size: 18px;
  }
  .activite-btn {
    padding: 15px 2em;
    font-size: 25px;
  }

}

@media (max-width: 400px) {
  .table-histor {
    font-size: 14px;
  }
  .table-history th {
    font-size: 16px;
    width: 65px;
  }
  .table-history td {
    padding-left: 10px;
  }
  .recruit-btn,
  .btn-center::after {
    font-size: 25px;
  }
}