@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
全体レイアウトのCSS
----------------------------------------------------*/
/* デザインA（スマートフォン） */
/* メディアクエリ の記述なし。 */
/* デザインB（タブレット） */
@media screen and (min-width: 600px) {
  /* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
}
/* デザインC(PC) */
@media screen and (min-width: 1025px) {
  /* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
}
html {
  font-size: 62.5% !important;
  box-sizing: border-box;
}

body {
  width: 100%;
  line-height: 1.8;
  font-size: 1.6rem !important;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------
書体の指定
----------------------------------------------------*/
body {
  font-family: "Noto Serif JP", serif;
  color: #51656F;
}

/*------------------------------------
.ly 
------------------------------------*/
.ly_header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ly_header_inner {
  max-width: 1120px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .ly_header_inner {
    display: flex;
    align-items: center;
  }
}
.ly_cont {
  width: 100%;
  /*background: lightgray;*/
  margin: auto;
}

.ly_section {
  width: 95%;
  max-width: 1120px;
  padding: 1em;
  margin: auto;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
  margin-bottom: 30px;
}

.ly_article {
  max-width: 80vw;
  margin-bottom: 60px;
}

.ly_article__right {
  width: 80vw;
  margin: 0 0 0 auto;
  margin-bottom: 60px;
}

.ly_section_inner {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.ly_cont_main {
  width: 100%;
}

.ly_footer {
  padding-top: 20px;
  padding-bottom: 80px;
  /*background-color: #dbd9e5;*/
}

@media screen and (min-width: 600px) {
  .ly_footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ly_footer_inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding: 0;
}

.el_h2ttl::before {
  content: "";
  width: 60vw;
  color: #e8f7fb;
  display: block;
  line-height: 1;
  font-family: "Playfair Display SC", serif;
}

.el_h2ttl.el_h2ttl_message::before {
  content: "MESSAGE";
  font-size: 11.4285714286vw;
  margin: 0 auto 0 -0.5em;
}

.el_h2ttl.el_h2ttl_product {
  text-align: right;
}

.el_h2ttl.el_h2ttl_product::before {
  content: "PRODUCT";
  font-size: 11.4285714286vw;
  /*background: pink;*/
  margin: 0 -0.5em 0 auto;
  text-align: right;
}

.el_h2ttl.el_h2ttl_flow::before {
  content: "OEM FLOW";
  font-size: 10vw;
  margin: 0 auto 0 -0.5em;
}

.el_h2ttl.el_h2ttl_company {
  text-align: right;
}

.el_h2ttl.el_h2ttl_company::before {
  content: "COMPANY";
  font-size: 11.4285714286vw;
  margin: 0 -0.5em 0 auto;
  text-align: right;
}

.el_h2ttl.el_h2ttl_thanks::before {
  content: "THANK YOU";
  font-size: 10vw;
  margin: 0 auto 0 -0.5em;
}

.bl_thanksBox_info {
  background: #e8f7fb;
  padding: 2em 1em;
}
.bl_thanksBox_info a:link {
  text-decoration: underline;
  color: #51656F;
}

.el_h2ttl.el_h2ttl_privacy::before {
  content: "PRIVACY POLICY";
  font-size: 6.6666666667vw;
  margin: 0 auto 0 -0.5em;
}

.bl_privacyBox_info {
  margin-top: 1em;
  background: #eee;
  padding: 2em 1em;
}
.bl_privacyBox_info a:link {
  text-decoration: underline;
  color: #51656F;
}

.bl_privacyList > dt {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px dotted #51656F;
  margin-bottom: 1em;
}
.bl_privacyList > dt + dt {
  font-weight: bold;
  font-size: 100%;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.bl_privacyList dd {
  margin: 0;
  margin-bottom: 1em;
  line-height: 1.7;
}

/*------------------------------------
.el 
------------------------------------*/
.el_btn.el_btn__l {
  width: 400px;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .el_btn.el_btn__l {
    width: 100%;
  }
}
.el_spOnly {
  display: block;
}

.el_pcOnly {
  display: none;
}

.el_pcNone {
  display: block;
}

@media screen and (min-width: 1025px) {
  .el_pcOnly {
    display: block;
  }
  .el_pcNone {
    display: none;
  }
}
.el_txtNote {
  font-size: 80%;
}

/*--------------------------------------------------
見出しのCSS
----------------------------------------------------*/
.el_h3ttl {
  font-size: 18px;
  border-bottom: 2px solid #ededed;
  text-align: right;
  margin-bottom: 2.2em;
}

/*--------------------------------------------------
ボタンのCSS
----------------------------------------------------*/
.el_rounded {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  padding: 15px 10px;
  background-color: #12A7D7;
  border: 2px solid transparent;
  border-radius: calc(1.4rem + 15px);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  box-sizing: border-box;
  margin: auto;
}

.el_rounded:focus,
.el_rounded:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #12A7D7;
}

.el_rounded.el_btn__black {
  background: #282828;
}

.el_rounded.el_btn__black:focus,
.el_rounded.el_btn__black:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

/* goto-top 
---------------------------------- */
#goto-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../images/gotop.png) no-repeat center center;
}

#goto-top:hover {
  opacity: 0.5;
}

#goto-top:visited {
  opacity: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #goto-top {
    background: url(../images/gotop@2x.png) no-repeat center center;
    background-size: 50px 50px;
  }
}
/*ヘッダー
----------------------------------*/
.el_logo {
  max-width: calc(100% - 100px);
  height: auto;
  width: 204px;
}

@media screen and (min-width: 600px) {
  .el_logo {
    max-width: 204px;
    height: auto;
    display: inline-block;
  }
}
/*ヘッダーナビゲーション
----------------------------------*/
/* ３本線 */
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /* 変化速度 */
  position: absolute;
  /* 四角い箱に対して線の位置を調整するためのおまじない */
  left: 14px;
  /* 四角の箱の左から１４pxの位置 */
  width: 45%;
  /* 線の幅 */
  height: 3px;
  /* 線の太さ */
  border-radius: 2px;
  /* 線の角を少し丸く */
  background-color: #fff;
  /* 線の色 */
}

.openbtn span:nth-of-type(1) {
  top: 15px;
  /* １本目の線の四角い箱の上からの位置 */
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  /* ２本目の線の四角い箱の上からの位置 */
}

.openbtn span:nth-of-type(3) {
  top: 31px;
  /* ３本目の線の四角い箱の上からの位置 */
}

@media screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}
/* ×に変化 */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  /* １本目の線の角度と上からの位置の変更 */
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /* ２本目の線を見えなくする */
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  /* １本目の線の角度と上からの位置の変更 */
  width: 30%;
}

/* 四角の部分 */
.openbtn {
  position: fixed;
  /* 設置する位置を固定します */
  top: 10px;
  /* 上から10pxの位置 */
  right: 10px;
  /* 右から10pxの位置 */
  z-index: 9999;
  /* 一番手前に表示 */
  cursor: pointer;
  /* カーソルが上に来たらポインターに変身 */
  width: 50px;
  /* 横幅５０px */
  height: 50px;
  /* 縦幅５０px */
  background-color: #51656f;
  /* 四角の色 */
  border-radius: 3px;
}

/* メニューのレイアウト */
nav ul {
  text-align: center;
  width: 100%;
}

nav ul li a {
  color: #fff;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.bl_gNavul {
  position: absolute;
  z-index: 999;
  top: 50%;
  /* メニューが増えて画面からはみ出したらここを調整してみよう！ */
  left: 50%;
  transform: translate(-50%, -50%);
}

/* クラスが付与される前のレイアウト */
.bl_gNav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  /* 画面の右側に隠すためのコード */
  width: 100%;
  height: 100vh;
  background-color: #12A7D7;
  transition: all 0.6s;
}

/* クラスが付与された後のレイアウト */
.bl_gNav.list_active .bl_gNav_list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.bl_gNav.list_active {
  right: 0;
}

@media screen and (min-width: 1025px) {
  .bl_navWrap {
    margin: 0 auto;
  }
  .bl_gNav {
    position: relative;
    top: 0;
    right: 0;
    /* 画面の右側に隠すためのコード */
    width: auto;
    height: auto;
    background: none;
  }
  .bl_gNav ul {
    display: flex;
  }
  nav ul li a {
    color: #51656F;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 0 20px;
    transition: all 0.6s;
  }
  nav ul li a:hover {
    color: #12A7D7;
  }
}
.bl_fixCv {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  justify-content: center;
  padding: 0.5em 0 1.5em 0;
  box-sizing: border-box;
  z-index: 998;
}
.bl_fixCv a.el_btn.el_rounded.el_cvBtn {
  width: 80%;
  padding: 1em;
  box-sizing: border-box;
}

#thanks .bl_fixCv {
  display: none;
}

@media screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
  .bl_fixCv {
    position: relative;
    width: auto;
    background: none;
    padding: 0;
    margin: 0;
  }
  .bl_fixCv a.el_btn.el_rounded.el_cvBtn {
    width: 100%;
    padding: 1em 2em;
  }
}
/*MV
----------------------------------*/
.ly_section.bl_mv {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  padding: 0;
}

/*メッセージ
----------------------------------*/
.bl_messageBox {
  max-width: 700px;
  margin: auto;
}

/*取扱商材
----------------------------------*/
.bl_productBox {
  margin-bottom: 30px;
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}

.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -15px;
}
.bl_cardUnit.bl_cardUnit__col4 li:nth-child(2n) {
  margin-right: 0;
}

.bl_cardUnit > .bl_card {
  width: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 2em;
  text-align: center;
}

.bl_cardUnit .bl_card figure {
  padding: 0;
  margin: 0;
  margin-bottom: 0.3em;
}

.bl_cardUnit .bl_card figcaption {
  margin-bottom: 0.5em;
}

.pdf_dl {
  font-size: 90%;
  text-decoration: underline;
  color: #51656F;
}

.pdf_dl:before {
  content: "▶︎";
}

@media screen and (min-width: 600px) {
  .bl_cardUnit.bl_cardUnit__col4 li:nth-child(2n) {
    margin-right: 15px;
  }
  .bl_cardUnit.bl_cardUnit__col4 li:nth-child(3n) {
    margin-right: 0;
  }
  .bl_cardUnit > .bl_card {
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_cardUnit.bl_cardUnit__col4 {
    margin-bottom: -20px;
  }
  .bl_cardUnit.bl_cardUnit__col4 li:nth-child(3n) {
    margin-right: 1.62602%;
  }
  .bl_cardUnit.bl_cardUnit__col4 li:nth-child(4n) {
    margin-right: 0;
  }
  .bl_cardUnit__col4 > .bl_card {
    width: 23.78%;
    margin-right: 1.62602%;
    margin-bottom: 20px;
  }
}
/* OEMの流れ
----------------------------------*/
.bl_flowWrap {
  background: #eee;
  padding: 1em;
  margin: auto;
  max-width: 700px;
  box-sizing: border-box;
}

.bl_flowBox {
  max-width: 700px;
  background: #fff;
  padding: 1em 0.5em 1em 2em;
  margin: auto;
  box-sizing: border-box;
}

ol.work_flow {
  display: block;
  margin: 1em 0.5em;
  padding: 0px;
  counter-reset: item;
  list-style-type: none;
}
ol.work_flow > li {
  display: block;
  margin: 0px;
  padding: 5px 0px 5px 30px;
  position: relative;
}
ol.work_flow > li:last-of-type {
  border-color: transparent;
}
ol.work_flow > li::before {
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 2;
  counter-increment: item;
  content: "0" counter(item);
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  background: #eee;
  border-radius: 50%;
  padding: 0.2em;
  transform: translate(-50%, 0%);
}
ol.work_flow > li::after {
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  background-color: #eee;
  background-size: 4px 4px;
}
ol.work_flow > li.el_ListEnd::after {
  display: none;
}

h3 {
  margin: 0px;
  font-size: 20px;
}

/* 会社概要
----------------------------------*/
.bl_companyBox a:link,
.bl_companyBox a:focus,
.bl_companyBox a:hover,
.bl_companyBox a:visited {
  color: #12A7D7;
}

.bl_companyBox {
  max-width: 700px;
  margin: auto;
}

table {
  width: 100%;
}

table tr {
  display: block;
}
table tr.hp_tableFirest {
  border-top: 1px dotted #AFAFAF;
}

table th {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #AFAFAF;
  text-align: center;
  background: #eeeeee;
}

table td {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 1px dotted #AFAFAF;
  padding: 0.5em 0 1em 0;
}

@media screen and (min-width: 600px) {
  table {
    width: 100%;
  }
  table tr {
    width: 100%;
    height: auto;
    align-items: normal;
    border-bottom: 1px dotted #AFAFAF;
  }
  table th {
    display: inline-block;
    text-align: left;
    width: 15%;
    border: none;
    text-align: center;
    background: none;
    box-sizing: border-box;
    padding: 1em;
  }
  table td {
    display: inline-block;
    text-align: left;
    width: 84%;
    border: none;
    box-sizing: border-box;
    padding: 1em;
  }
}
.el_furigana {
  font-size: 80%;
  vertical-align: baseline;
}

/*TAC
----------------------------------*/
.hp_tac {
  text-align: center;
  margin: auto;
  padding: 2em;
}

/*TAC
----------------------------------*/
/*お問合せ
----------------------------------*/
.ly_section.bl_contact {
  background-color: #e8f7fb;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100%;
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 60px;
}

.bl_contact .ly_section_inner {
  max-width: 960px;
  margin: auto;
  width: 100%;
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
}

.bl_contact h2 {
  text-align: center;
  margin: auto;
}

.el_privaryLink {
  text-align: center;
  font-size: 14px;
}

s .el_privaryLink a:link,
.el_privaryLink a:visited {
  color: #12A7D7;
  text-decoration: underline;
}

.el_privaryLink a:hover {
  text-decoration: none;
}

/*フッター
----------------------------------*/
.el_copylight {
  text-align: center;
  font-size: 12px;
}

/*--------------------------------------------------
アニメーションの指定
----------------------------------------------------*/
.sa {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}/*# sourceMappingURL=style.css.map */