@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*
font-family: $font-min;
300 400 500 600
*/
@import url("//fonts.googleapis.com/css2?family=Bentham&display=swap");
/*
font-family: $font-en;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.mv01 picture {
  background: url("/assets/img/development/mv.jpg") center top no-repeat;
  background-size: cover;
}

.mv02 picture {
  background: url("/assets/img/development/mv.jpg") center top no-repeat;
  background-size: cover;
}

.index01 {
  margin-bottom: 250px;
  text-align: center;
}
.index01 p {
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 2.6;
}

.index02 {
  margin: 0 0 120px;
  max-width: auto;
  max-width: none;
  padding: 0;
  position: relative;
}
.index02 picture {
  background: url("/assets/img/development/index02_01.jpg") center top no-repeat;
  background-size: cover;
  display: block;
  height: 680px;
  width: 74vw;
  position: absolute;
  top: -126px;
  right: 0;
  z-index: 2;
}
.index02 .blueBox {
  background-color: #00306c;
  color: #FFF;
  display: flex;
  align-items: center;
  min-height: 700px;
  width: 90vw;
  position: relative;
}
.index02 .blueBox .inr {
  margin-left: 5vw;
  position: relative;
  z-index: 3;
  width: 50vw;
}
.index02 .blueBox .inr h2 {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  width: 20vw;
}
@media only screen and (max-width: 960px) {
  .index02 .blueBox .inr h2 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media only screen and (min-width: 960px) {
  .index02 .blueBox .inr h2 {
    writing-mode: vertical-rl;
  }
}
.index02 .blueBox .inr .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  line-height: 2.4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .index02 .blueBox .inr .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index02 .blueBox .inr .btn a {
  background-color: #5f7ad3;
  border-radius: 30px;
  color: #FFF;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 15px 5px;
  text-transform: capitalize;
  text-decoration: none;
  max-width: 230px;
  text-align: center;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .index02 .blueBox .inr .btn a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.index02 .blueBox .inr .btn a:hover {
  background-color: #FFF;
  color: #5f7ad3;
}
.index02 .blueBox .en {
  color: #98affb;
  display: block;
  font-family: "Bentham", serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.2em;
  line-height: 1;
  opacity: 0.15;
  text-align: right;
  position: absolute;
  bottom: -10px;
  right: -14px;
}
@media only screen and (max-width: 960px) {
  .index02 .blueBox .en {
    font-size: 51px;
    font-size: 5.1rem;
  }
}

.index03 {
  margin-bottom: 190px;
  max-width: none;
  position: relative;
}
.index03:after {
  background-color: #98affb;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -75px;
  height: 360px;
  width: 80%;
  z-index: 1;
}
.index03 h2 {
  text-align: center;
}
.index03 ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  z-index: 2;
}
.index03 ul li {
  max-width: 360px;
  width: 23.8%;
}
.index03 ul li a {
  color: #000;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
.index03 ul li a .img {
  background-color: #FFF;
  line-height: 0;
}
.index03 ul li a .img img {
  transition: 0.2s;
}
.index03 ul li a .name {
  background-color: #00306c;
  color: #FFF;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 10px 12px 14px;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .index03 ul li a .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index03 ul li a .name:after {
  content: attr(en) " ";
  color: #98affb;
  font-family: "Bentham", serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-left: 15px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .index03 ul li a .name:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index03 ul li a .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .index03 ul li a .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index03 ul li a:hover .name {
  background-color: #FFF;
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 10px 12px 14px;
}
@media only screen and (max-width: 960px) {
  .index03 ul li a:hover .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index03 ul li a:hover .name:after {
  color: #5f7ad3;
}
.index03 ul li a:hover .desc {
  color: #00306c;
}

.index04 {
  display: flex;
  justify-content: space-between;
  max-width: 1580px;
}
.index04 .inr {
  width: 48%;
  max-width: 700px;
}
.index04 .inr h2 {
  margin-bottom: 35px;
}
.index04 .inr h2:after {
  margin-top: 7px;
}
.index04 .inr .img {
  margin-bottom: 40px;
  position: relative;
}
.index04 .inr .img:after {
  background-color: #00306c;
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  height: 100%;
  width: 100%;
  max-width: 700px;
  z-index: -1;
}
.index04 .inr .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .index04 .inr .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index04 .inr .btn a {
  background-color: #5f7ad3;
  border: 2px solid #5f7ad3;
  border-radius: 30px;
  color: #FFF;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 15px 5px;
  text-transform: capitalize;
  text-decoration: none;
  max-width: 230px;
  text-align: center;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .index04 .inr .btn a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.index04 .inr .btn a:hover {
  background-color: #FFF;
  color: #5f7ad3;
}

.factory01 {
  margin-bottom: 130px;
  max-width: auto;
  max-width: none;
  padding: 50px 0 0;
  position: relative;
}
.factory01:after {
  background-color: #AEC0F8;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 360px;
  width: 45%;
  z-index: 1;
}
.factory01 .inr {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.factory01 .inr .img {
  padding-left: 50px;
  position: relative;
  width: 50%;
}
.factory01 .inr .img img {
  width: 100%;
  max-width: 700px;
}
.factory01 .inr .img:after {
  background-color: #00306c;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  height: 25vw;
  max-height: 390px;
  min-height: 300px;
  width: 45vw;
  max-width: 700px;
  z-index: -1;
}
.factory01 .inr .data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6%;
  width: 50%;
}
.factory01 .inr .data .dataInr {
  width: 80%;
}
.factory01 .inr .data .dataInr .name {
  background-color: #00306c;
  color: #FFF;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 30px;
  padding: 10px 12px 14px;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .factory01 .inr .data .dataInr .name {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.factory01 .inr .data .dataInr .name:after {
  content: attr(en) " ";
  color: #98affb;
  font-family: "Bentham", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-left: 15px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .factory01 .inr .data .dataInr .name:after {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.factory01 .inr .data .dataInr .desc {
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .factory01 .inr .data .dataInr .desc {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.factory01 .inr .data .dataInr table tr:nth-child(odd) {
  background-color: #AEC0F8;
}
.factory01 .inr .data .dataInr table tr:nth-child(even) {
  background-color: #EFF2FD;
}
.factory01 .inr .data .dataInr table th, .factory01 .inr .data .dataInr table td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 10px 15px;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .factory01 .inr .data .dataInr table th, .factory01 .inr .data .dataInr table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.factory01 .inr .data .dataInr table th {
  color: #00306c;
  width: 32%;
}

.factory01.mt {
  margin-top: 100px;
}

.factory02 {
  margin-bottom: 0;
  max-width: auto;
  max-width: none;
}
.factory02 ul {
  margin: 0 auto;
  max-width: 1200px;
}
.factory02 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
.factory02 ul li .img {
  width: 50%;
}
.factory02 ul li .data {
  padding: 0 0 0 60px;
  width: 50%;
}
.factory02 ul li .data h2 {
  color: #00306c;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media only screen and (max-width: 960px) {
  .factory02 ul li .data h2 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.factory02 ul li .data p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  line-height: 2.2;
}
@media only screen and (max-width: 960px) {
  .factory02 ul li .data p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.factory02 ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.factory02 ul li:nth-child(odd) .data {
  padding: 0 60px 0 0;
}
.factory02 ul li:last-child {
  margin-bottom: 0;
}

.manufacturingMv {
  background-color: #CCC;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: calc(100vh - 130px);
  max-height: 900px;
  padding-bottom: 12vh;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.manufacturingMv picture {
  background: url("/assets/img/development/manufacturing_mv.jpg") center top no-repeat;
  background-size: cover;
  display: block;
  height: calc(100vh - 130px);
  max-height: 900px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.manufacturingMv .inr {
  background: url("/assets/img/common/layer_01.png") center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 40px;
  text-align: center;
  /*
  display: block;
  */
}
.manufacturingMv .inr .mvTitle {
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.manufacturingMv .inr .mvTitle .jp {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .manufacturingMv .inr .mvTitle .jp {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.manufacturingMv .inr .mvTitle .en {
  content: attr(en) " ";
  color: #98affb;
  display: block;
  font-family: "Bentham", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .manufacturingMv .inr .mvTitle .en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.manufacturingMv .inr .bodyCopy {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  line-height: 2.4;
}
@media only screen and (max-width: 960px) {
  .manufacturingMv .inr .bodyCopy {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*------技術・開発-----------------*/
.technologyMv {
  background-color: #CCC;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: calc(100vh - 130px);
  max-height: 900px;
  padding-bottom: 12vh;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.technologyMv picture {
  background: url("/assets/img/development/technology_mv.jpg") center top no-repeat;
  background-size: cover;
  display: block;
  height: calc(100vh - 130px);
  max-height: 900px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.technologyMv .inr {
  background: url("/assets/img/common/layer_01.png") center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 40px;
  text-align: center;
  /*
  display: block;
  */
}
.technologyMv .inr .mvTitle {
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.technologyMv .inr .mvTitle .jp {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .technologyMv .inr .mvTitle .jp {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.technologyMv .inr .mvTitle .en {
  content: attr(en) " ";
  color: #98affb;
  display: block;
  font-family: "Bentham", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .technologyMv .inr .mvTitle .en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.technologyMv .inr .bodyCopy {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  line-height: 2.4;
}
@media only screen and (max-width: 960px) {
  .technologyMv .inr .bodyCopy {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.contents.technology {
  padding: 0;
}

.technology01 {
  background: url(/assets/img/development/technology01_bg.jpg) center top no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 0;
  max-width: auto;
  max-width: none;
  min-height: 1240px;
  padding: 120px 20px 10px;
  width: 100%;
}
.technology01 h2 {
  margin-bottom: 60px;
  text-align: center;
}
.technology01 h2 span {
  display: block;
}
.technology01 h2 .point {
  color: #98affb;
  font-family: "Bentham", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 960px) {
  .technology01 h2 .point {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.technology01 h2 .point .num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.7;
  line-height: 1.4;
  line-height: 30px;
}
@media only screen and (max-width: 960px) {
  .technology01 h2 .point .num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.technology01 h2 .title {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 960px) {
  .technology01 h2 .title {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.technology01 .inr {
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 0 40px;
}
.technology01 .inr .cmnFlex {
  margin-top: 100px;
}
.technology01 .inr .cmnFlex .data {
  width: 48%;
}
.technology01 .inr .cmnFlex .data h3 {
  background-color: #00306c;
  padding: 20px 30px 30px;
  color: #FFF;
  margin-bottom: 20px;
}
.technology01 .inr .cmnFlex .data h3 .point {
  letter-spacing: 0.2em;
  color: #98affb;
  font-family: "Bentham", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .point {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.technology01 .inr .cmnFlex .data h3 .num {
  letter-spacing: 0.2em;
  color: #98affb;
  font-family: "Bentham", serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.7;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .num {
    font-size: 30px;
    font-size: 3rem;
  }
}
.technology01 .inr .cmnFlex .data h3 .title {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin-top: 15px;
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.technology01 .inr .cmnFlex .data p {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  line-height: 2.5;
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.technology01 .inr .cmnFlex .img {
  width: 48%;
  background-color: #eee0 !important;
}
.technology01 .inr .cmnFlex .img img {
  width: 100%;
}
.technology01 .inr .info {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}
.technology01 .inr .info .logo {
  width: 20%;
  padding: 20px;
  background-color: #FFF;
}
.technology01 .inr .info .txt {
  width: 76%;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  line-height: 2.5;
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .info .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.technology02 {
  padding-top: 100px;
  margin-bottom: 150px;
}

.technology03 {
  padding-bottom: 100px;
}

.technology02 h2,
.technology03 h2 {
  margin-bottom: 60px;
  text-align: center;
}
.technology02 h2 span,
.technology03 h2 span {
  display: block;
}
.technology02 h2 .point,
.technology03 h2 .point {
  color: #98affb;
  font-family: "Bentham", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 960px) {
  .technology02 h2 .point,
.technology03 h2 .point {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.technology02 h2 .point .num,
.technology03 h2 .point .num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.7;
  line-height: 1.4;
  line-height: 30px;
}
@media only screen and (max-width: 960px) {
  .technology02 h2 .point .num,
.technology03 h2 .point .num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.technology02 h2 .title,
.technology03 h2 .title {
  color: #00306c;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 960px) {
  .technology02 h2 .title,
.technology03 h2 .title {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.technology02 .technology_flx,
.technology03 .technology_flx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.technology02 .technology_flx .slic,
.technology03 .technology_flx .slic {
  width: 40%;
}
.technology02 .technology_flx .data,
.technology03 .technology_flx .data {
  width: 56%;
}
.technology02 .technology_flx .data .company,
.technology03 .technology_flx .data .company {
  display: inline-block;
  font-weight: bold;
  padding: 10px;
  background-color: #00306c;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 960px) {
  .technology02 .technology_flx .data .company,
.technology03 .technology_flx .data .company {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.technology02 .technology_flx .data .logo,
.technology03 .technology_flx .data .logo {
  max-width: 200px;
  margin-bottom: 25px;
}
.technology02 .technology_flx .data h4,
.technology03 .technology_flx .data h4 {
  color: #00306c;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .technology02 .technology_flx .data h4,
.technology03 .technology_flx .data h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.technology02 .technology_flx .data h4 span,
.technology03 .technology_flx .data h4 span {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.7;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .technology02 .technology_flx .data h4 span,
.technology03 .technology_flx .data h4 span {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
.technology02 .technologyWrap,
.technology03 .technologyWrap {
  margin-top: 60px;
}
.technology02 .technologyWrap .contact,
.technology03 .technologyWrap .contact {
  background-color: #eeeeee;
  margin-top: 30px;
  padding: 40px;
}
.technology02 .technologyWrap .contact p,
.technology03 .technologyWrap .contact p {
  color: #00306c;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .technology02 .technologyWrap .contact p,
.technology03 .technologyWrap .contact p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.technology02 .slider .slick-list.draggable .slick-img,
.technology03 .slider .slick-list.draggable .slick-img {
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #EEE;
}
.technology02 .thumbnail .slick-list.draggable .thumbnail-img,
.technology03 .thumbnail .slick-list.draggable .thumbnail-img {
  margin-right: 10px;
  padding: 10px;
  border: solid 1px #EEE;
  transition: 0.3s;
}
.technology02 .thumbnail .slick-list.draggable .thumbnail-img:hover,
.technology03 .thumbnail .slick-list.draggable .thumbnail-img:hover {
  border: solid 1px #00306c;
}
.technology02 .thumbnail .slick-list.draggable .thumbnail-img.slick-current,
.technology03 .thumbnail .slick-list.draggable .thumbnail-img.slick-current {
  border: solid 1px #00306c;
}
.technology02 .thumbnail .slick-track,
.technology03 .thumbnail .slick-track {
  transform: unset !important;
  margin-left: 0;
}

/*------根拠ある品質-----------------*/
.quality .inr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.quality .catTitle01 {
  margin-bottom: 40px;
}
.quality h2 {
  text-align: center;
}
.quality h3 {
  padding: 20px;
  background-color: #00306c;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.quality .anchors {
  display: flex;
  padding: 30px 40px;
  background: #f9f9f9;
  border: 5px solid #e9e9e9;
  margin-bottom: 50px;
}
.quality .anchors li {
  margin-right: 20px;
}
.quality .anchors li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
  font-size: 13px;
}
.quality .anchors li a {
  text-decoration: underline;
  color: #333;
  transition: 0.5s;
}
.quality .anchors li a:hover {
  color: #00306c;
  text-decoration: none;
}
.quality section {
  max-width: none;
  margin: 0 auto 120px;
}
.quality section .att {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 15px;
  color: #555;
}
.quality section .mt {
  margin-top: 50px;
}
.quality section .btn {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 30px;
}
.quality section .btn li {
  margin: 10px 30px 10px 0;
}
.quality section .btn li a {
  background-color: #5f7ad3;
  border: 2px solid #5f7ad3;
  border-radius: 30px;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  text-transform: capitalize;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  transition: 0.2s;
}
.quality section .btn li a:hover {
  background-color: #FFF;
  color: #5f7ad3;
}
.quality .quality_01 {
  margin: 0 auto 50px;
}
.quality .quality_01 p {
  text-align: center;
  color: #00306c;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 2.6;
}
.quality .quality_04 {
  margin: 0 auto 0;
}

.manufacturing01 {
  background: url("/assets/img/development/manufacturing01_bg.jpg") center top no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 0;
  max-width: auto;
  max-width: none;
  min-height: 1240px;
  padding: 120px 20px 0;
  width: 100%;
}
.manufacturing01 h2 {
  margin-bottom: 60px;
  text-align: center;
}
.manufacturing01 h2 span {
  display: block;
}
.manufacturing01 h2 .point {
  color: #98affb;
  font-family: "Bentham", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 960px) {
  .manufacturing01 h2 .point {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.manufacturing01 h2 .point .num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.7;
  line-height: 1.4;
  line-height: 30px;
}
@media only screen and (max-width: 960px) {
  .manufacturing01 h2 .point .num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.manufacturing01 h2 .title {
  color: #FFF;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 15px;
}
@media only screen and (max-width: 960px) {
  .manufacturing01 h2 .title {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.manufacturing01 .bodyCopy {
  color: #FFF;
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  line-height: 2.2;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .manufacturing01 .bodyCopy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.manufacturing01 .img {
  width: 1200px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 280px;
  position: relative;
}
.manufacturing01 .img figure {
  text-align: center;
}
.manufacturing01 .img dl {
  max-width: 320px;
  position: absolute;
}
.manufacturing01 .img dl.tips01 {
  top: 270px;
  left: 20px;
}
.manufacturing01 .img dl.tips02 {
  top: 270px;
  right: 20px;
}
.manufacturing01 .img dl.tips03 {
  bottom: 300px;
  right: 20px;
}
.manufacturing01 .img dl.tips04 {
  bottom: 50px;
  left: 50%;
  margin-left: -160px;
}
.manufacturing01 .img dl.tips05 {
  bottom: 300px;
  left: 20px;
}
.manufacturing01 .img dl.tips06 {
  top: 0px;
  left: 50%;
  margin-left: -160px;
}
.manufacturing01 .img dl dt {
  background-color: #FFF;
  color: #00306c;
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 10px 15px;
}
@media only screen and (max-width: 960px) {
  .manufacturing01 .img dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.manufacturing01 .img dl dd {
  color: #FFF;
  display: block;
  letter-spacing: -0.03em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  line-height: 1.9;
  padding: 15px 0;
}
@media only screen and (max-width: 960px) {
  .manufacturing01 .img dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.manufacturing02 {
  margin-bottom: 0;
  max-width: auto;
  max-width: none;
  padding: 0;
}
.manufacturing02 ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.manufacturing02 ul li .img {
  width: 50%;
}
.manufacturing02 ul li .img img {
  max-width: auto;
  max-width: none;
  width: 100%;
}
.manufacturing02 ul li .data {
  padding: 0 8vw 0 0;
  width: 50%;
}
.manufacturing02 ul li .data h2 {
  margin-bottom: 60px;
}
.manufacturing02 ul li .data h2 span {
  display: block;
}
.manufacturing02 ul li .data h2 .point {
  color: #98affb;
  font-family: "Bentham", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  padding-left: 8vw;
}
@media only screen and (max-width: 960px) {
  .manufacturing02 ul li .data h2 .point {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.manufacturing02 ul li .data h2 .point .num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.7;
  line-height: 1.4;
  line-height: 30px;
}
@media only screen and (max-width: 960px) {
  .manufacturing02 ul li .data h2 .point .num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.manufacturing02 ul li .data h2 .title {
  background-color: #00306c;
  color: #FFF;
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.7;
  line-height: 1.4;
  letter-spacing: 0.15em;
  line-height: 1.3;
  margin-top: 15px;
  padding: 15px 15px 17px 8vw;
}
@media only screen and (max-width: 960px) {
  .manufacturing02 ul li .data h2 .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.manufacturing02 ul li .data .txt {
  padding-left: 8vw;
}
.manufacturing02 ul li .data .txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  line-height: 2.2;
}
@media only screen and (max-width: 960px) {
  .manufacturing02 ul li .data .txt p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.manufacturing02 ul li:nth-child(even) {
  flex-direction: row;
}
.manufacturing02 ul li:nth-child(even) .data {
  padding: 0 0 0 8vw;
}
.manufacturing02 ul li:nth-child(even) .data h2 .point {
  padding: 0 8vw 0 0;
}
.manufacturing02 ul li:nth-child(even) .data h2 .title {
  padding: 10px 8vw 12px 15px;
}
.manufacturing02 ul li:nth-child(even) .data .txt {
  padding: 0 8vw 0 0;
}
.manufacturing02 ul li:last-child {
  margin-bottom: 0;
}

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .index01 {
    margin-bottom: 100px;
    padding-top: 10px;
  }
  .index01 p {
    font-size: 3.7vw;
    line-height: 2.2;
    margin-bottom: 25px;
  }

  .index02 {
    margin: 0 0 80px;
  }
  .index02 picture {
    height: 70vw;
    width: 95vw;
    top: -30px;
  }
  .index02 .blueBox {
    padding: 77vw 10vw 50px;
    min-height: auto;
    min-height: none;
    width: 95vw;
  }
  .index02 .blueBox .inr {
    margin-left: 0;
    width: auto;
  }
  .index02 .blueBox .inr h2 {
    margin-bottom: 20px;
    font-size: 6.2vw;
    width: auto;
  }
  .index02 .blueBox .inr .desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    line-height: 2;
    margin-bottom: 30px;
  }

  /*------技術・開発-----------------*/

  /*------根拠ある品質-----------------*/
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .index02 .blueBox .inr .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .index02 .blueBox .inr .btn a {
    font-size: 12px;
    max-width: 180px;
  }
}
@media only screen and (max-width: 960px) {
  .index02 .blueBox .en {
    font-size: 7.6vw;
    line-height: 1;
    bottom: auto;
    top: 66vw;
    right: -14px;
  }
}
@media only screen and (max-width: 960px) {
  .index03 {
    margin-bottom: 80px;
  }
  .index03:after {
    left: 0;
    bottom: 0;
    height: 78%;
    width: 85%;
  }
  .index03 ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .index03 ul li {
    margin-bottom: 40px;
    width: 47.5%;
  }
  .index03 ul li a .name {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 12px 14px;
    transition: 0s;
  }
  .index03 ul li a .name:after {
    display: block;
    font-size: 8px;
    letter-spacing: 0.24em;
    line-height: 1;
    margin: 7px 0 0 3px;
  }
  .index03 ul li a .desc {
    font-size: 11px;
  }
}
@media only screen and (max-width: 960px) {
  .index04 {
    display: block;
  }
  .index04 .inr {
    margin-bottom: 80px;
    width: auto;
    max-width: auto;
    max-width: none;
  }
  .index04 .inr h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .index04 .inr h2:after {
    margin-top: 12px;
  }
  .index04 .inr .img {
    margin-bottom: 40px;
    position: relative;
  }
  .index04 .inr .desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .index04 .inr .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .index04 .inr .btn {
    text-align: center;
  }
  .index04 .inr .btn a {
    font-size: 12px;
    margin: 0 auto;
    max-width: 220px;
  }
}
@media only screen and (max-width: 960px) {
  .factory01 {
    margin-bottom: 70px;
    padding: 30px 0 0;
  }
  .factory01:after {
    height: 64vw;
    width: 85%;
    z-index: 1;
  }
  .factory01 .inr {
    display: block;
    margin: 0;
  }
  .factory01 .inr .img {
    padding-left: 7.5vw;
    width: 100%;
  }
  .factory01 .inr .img:after {
    display: none;
  }
  .factory01 .inr .data {
    padding-left: 7.5vw;
    width: 100%;
  }
  .factory01 .inr .data .dataInr {
    width: auto;
  }
  .factory01 .inr .data .dataInr .name {
    font-size: 6.5vw;
    margin-bottom: 25px;
    padding: 10px 12px 14px;
  }
  .factory01 .inr .data .dataInr .name:after {
    font-size: 11px;
  }
  .factory01 .inr .data .dataInr .desc {
    font-size: 15px;
    margin-bottom: 35px;
    padding: 0 5vw 0 10px;
  }
  .factory01 .inr .data .dataInr table {
    width: auto;
    margin-right: 7.5vw;
  }
  .factory01 .inr .data .dataInr table th, .factory01 .inr .data .dataInr table td {
    font-size: 12px;
    padding: 10px 10px 10px 5px;
    vertical-align: top;
    text-align: left;
  }
  .factory01 .inr .data .dataInr table th {
    font-size: 11px;
    letter-spacing: 0;
    padding: 10px 10px 10px 15px;
    width: 35%;
  }
}
@media only screen and (max-width: 960px) {
  .factory01.mt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .factory02 {
    padding: 0;
  }
  .factory02 ul {
    margin: 0;
    max-width: 1200px;
  }
  .factory02 ul li {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  .factory02 ul li .img {
    margin-bottom: 25px;
    width: 100%;
  }
  .factory02 ul li .img img {
    width: 100%;
  }
  .factory02 ul li .data {
    padding: 0 5vw;
    width: 100%;
  }
  .factory02 ul li .data h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .factory02 ul li .data p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  .factory02 ul li:nth-child(odd) .data {
    padding: 0 5vw;
  }
  .factory02 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .technologyMv {
    background-color: #FFF;
    display: block;
    height: auto;
    max-height: auto;
    max-height: none;
    padding: 40vw 0 40px;
  }
  .technologyMv picture {
    background: url("/assets/img/development/technology_mv.jpg") center top no-repeat;
    background-size: cover;
    display: block;
    height: 60vw;
    max-height: auto;
    max-height: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .technologyMv .inr {
    background: linear-gradient(to bottom, rgba(0, 42, 95, 0.6), #002a5f 25%, #002a5f);
    position: relative;
    z-index: 2;
    margin: 0 5vw;
    padding: 50px 30px 50px;
  }
  .technologyMv .inr .mvTitle {
    margin-bottom: 30px;
  }
  .technologyMv .inr .mvTitle .jp {
    font-size: 7vw;
  }
  .technologyMv .inr .mvTitle .en {
    font-size: 3vw;
    margin-top: 20px;
  }
  .technologyMv .inr .bodyCopy {
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  .contents.technology {
    padding: 0;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 {
    min-height: auto;
    min-height: none;
    padding: 60px 7.5vw 60px;
  }
  .technology01 h2 {
    margin-bottom: 60px;
    text-align: center;
  }
  .technology01 h2 span {
    display: block;
  }
  .technology01 h2 .point {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology01 h2 .point {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 h2 .point .num {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology01 h2 .point .num {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 h2 .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology01 h2 .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 .inr {
    margin: 0 auto 0;
    padding: 0;
  }
  .technology01 .inr .cmnFlex {
    margin-top: 50px;
  }
  .technology01 .inr .cmnFlex .data {
    width: 100%;
  }
  .technology01 .inr .cmnFlex .data h3 {
    padding: 15px 20px 20px;
    margin-bottom: 20px;
  }
  .technology01 .inr .cmnFlex .data h3 .point {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .point {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .num {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.7;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data h3 .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data p {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    line-height: 2.5;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology01 .inr .cmnFlex .data p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .cmnFlex .img {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .technology01 .inr .info {
    display: block;
    margin-top: 40px;
  }
  .technology01 .inr .info .logo {
    width: 70%;
    text-align: center;
    margin: auto;
    padding: 20px;
  }
  .technology01 .inr .info .txt {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .technology03 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 h2,
.technology03 h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .technology02 h2 span,
.technology03 h2 span {
    display: block;
  }
  .technology02 h2 .point,
.technology03 h2 .point {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology02 h2 .point,
.technology03 h2 .point {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 h2 .point .num,
.technology03 h2 .point .num {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology02 h2 .point .num,
.technology03 h2 .point .num {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 h2 .title,
.technology03 h2 .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.7;
    line-height: 1.4;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology02 h2 .title,
.technology03 h2 .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .technology_flx,
.technology03 .technology_flx {
    display: block;
    margin-bottom: 40px;
  }
  .technology02 .technology_flx .slic,
.technology03 .technology_flx .slic {
    width: 100%;
    margin-bottom: 40px;
  }
  .technology02 .technology_flx .data,
.technology03 .technology_flx .data {
    width: 100%;
  }
  .technology02 .technology_flx .data .company,
.technology03 .technology_flx .data .company {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology02 .technology_flx .data .company,
.technology03 .technology_flx .data .company {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .technology_flx .data .logo,
.technology03 .technology_flx .data .logo {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .technology_flx .data h4,
.technology03 .technology_flx .data h4 {
    color: #00306c;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology02 .technology_flx .data h4,
.technology03 .technology_flx .data h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .technology_flx .data h4 span,
.technology03 .technology_flx .data h4 span {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.7;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology02 .technology_flx .data h4 span,
.technology03 .technology_flx .data h4 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .technologyWrap,
.technology03 .technologyWrap {
    margin-top: 60px;
  }
  .technology02 .technologyWrap .contact,
.technology03 .technologyWrap .contact {
    background-color: #eeeeee;
    margin-top: 30px;
    padding: 20px;
  }
  .technology02 .technologyWrap .contact p,
.technology03 .technologyWrap .contact p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .technology02 .technologyWrap .contact p,
.technology03 .technologyWrap .contact p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .slider .slick-list.draggable .slick-img,
.technology03 .slider .slick-list.draggable .slick-img {
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #EEE;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .thumbnail .slick-list.draggable .thumbnail-img,
.technology03 .thumbnail .slick-list.draggable .thumbnail-img {
    margin-right: 10px;
    padding: 10px;
    border: solid 1px #EEE;
  }
}
@media only screen and (max-width: 960px) {
  .technology02 .thumbnail .slick-track,
.technology03 .thumbnail .slick-track {
    transform: unset !important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 960px) {
  .quality .inr {
    margin: 0 auto 0px;
    padding: 0 20px;
  }
  .quality p {
    line-height: 2;
  }
  .quality .catTitle01 {
    margin-bottom: 30px;
  }
  .quality .catTitle01 span {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 20px;
  }
  .quality h3 {
    padding: 10px 15px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.7em;
  }
  .quality .anchors {
    display: block;
    padding: 20px;
    margin-bottom: 40px;
  }
  .quality .anchors li {
    margin-right: 20px;
    padding: 5px 0;
  }
  .quality .anchors li a {
    text-decoration: underline;
    color: #333;
    transition: 0.5s;
  }
  .quality .anchors li a:hover {
    color: #00306c;
    text-decoration: none;
  }
  .quality section {
    margin-bottom: 60px;
    padding: 0px;
  }
  .quality section .att {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .quality section .mt {
    margin-top: 30px;
  }
  .quality section .btn {
    margin: 20px auto 0;
  }
  .quality section .btn li {
    margin: 10px 10px 10px 0;
  }
  .quality section .btn li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 15px 10px;
  }
  .quality .quality_01 {
    margin: 0 auto 30px;
  }
  .quality .quality_01 p {
    text-align: left;
  }
}
@media only screen and (max-width: 960px) {
  .manufacturingMv {
    background-color: #FFF;
    display: block;
    height: auto;
    max-height: auto;
    max-height: none;
    padding: 40vw 0 40px;
  }
  .manufacturingMv picture {
    background: url("/assets/img/development/manufacturing_mv.jpg") center top no-repeat;
    background-size: cover;
    display: block;
    height: 60vw;
    max-height: auto;
    max-height: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .manufacturingMv .inr {
    background: linear-gradient(to bottom, rgba(0, 42, 95, 0.6), #002a5f 25%, #002a5f);
    position: relative;
    z-index: 2;
    margin: 0 5vw;
    padding: 50px 30px 50px;
  }
  .manufacturingMv .inr .mvTitle {
    margin-bottom: 30px;
  }
  .manufacturingMv .inr .mvTitle .jp {
    font-size: 7vw;
  }
  .manufacturingMv .inr .mvTitle .en {
    font-size: 3vw;
    margin-top: 20px;
  }
  .manufacturingMv .inr .bodyCopy {
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  .manufacturing01 {
    min-height: auto;
    min-height: none;
    padding: 60px 7.5vw 10px;
  }
  .manufacturing01 h2 {
    margin-bottom: 30px;
  }
  .manufacturing01 h2 .point {
    font-size: 3vw;
  }
  .manufacturing01 h2 .point .num {
    font-size: 9vw;
  }
  .manufacturing01 h2 .title {
    font-size: 7vw;
  }
  .manufacturing01 .bodyCopy {
    line-height: 2.2;
    margin-bottom: 40px;
    text-align: left;
  }
  .manufacturing01 .bodyCopy br {
    display: none;
  }
  .manufacturing01 .img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .manufacturing01 .img figure {
    margin-bottom: 30px;
  }
  .manufacturing01 .img figure img {
    width: 80%;
  }
  .manufacturing01 .img dl {
    max-width: auto;
    max-width: none;
    position: static;
    margin-bottom: 15px;
  }
  .manufacturing01 .img dl.tips04 {
    margin-left: 0;
  }
  .manufacturing01 .img dl.tips06 {
    margin-left: 0;
  }
  .manufacturing01 .img dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .manufacturing01 .img dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
}
@media only screen and (max-width: 960px) {
  .manufacturing02 ul li {
    display: block;
    margin-bottom: 30px;
  }
  .manufacturing02 ul li .img {
    width: 100%;
  }
  .manufacturing02 ul li .data {
    padding: 20px 0;
    width: 100%;
  }
  .manufacturing02 ul li .data h2 {
    margin-bottom: 20px;
  }
  .manufacturing02 ul li .data h2 span {
    display: block;
  }
  .manufacturing02 ul li .data h2 .point {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 7.5vw;
  }
  .manufacturing02 ul li .data h2 .point .num {
    display: inline;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: -3px;
  }
  .manufacturing02 ul li .data h2 .title {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 13px 15px 12px 7.5vw;
  }
  .manufacturing02 ul li .data .txt {
    padding: 0 7.5vw;
  }
  .manufacturing02 ul li .data .txt p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .manufacturing02 ul li:nth-child(even) {
    flex-direction: row;
  }
  .manufacturing02 ul li:nth-child(even) .data {
    padding: 20px 0;
  }
  .manufacturing02 ul li:nth-child(even) .data h2 .point {
    padding: 0 0 0 7.5vw;
  }
  .manufacturing02 ul li:nth-child(even) .data h2 .title {
    padding: 10px 15px 12px 7.5vw;
  }
  .manufacturing02 ul li:nth-child(even) .data .txt {
    padding: 0 7.5vw;
  }
  .manufacturing02 ul li:last-child {
    margin-bottom: 0;
  }
}