@charset "UTF-8";
/* -----------------------------------------------------------------------------
  header footer
----------------------------------------------------------------------------- */
button, input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

footer,
header {
  width: 100%;
  position: relative;
  z-index: 6;
  overflow: hidden;
}

.logo {
  padding: 18px 60px;
  margin: 0;
}

header .nav li {
  text-align: center;
}

.nav li.btn a span {
  color: #fff;
}

.nav li.btn a span {
  color: #fff;
}

.nav li a {
  font-size: 14px;
  display: block;
  line-height: 90px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  height: 90px;
  padding: 0 30px;
}

/* contact ボタン*/
header .btn {
  position: relative;
  background: #004391;
  color: #fff;
}

.nav li.btn a {
  padding: 0 30px;
}

.nav li.btn {
  transform: skewX(-10deg);
  transform-origin: top left;
  margin-right: -30px;
  margin-left: 15px;
}

.nav li.btn a span {
  transform: skewX(10deg);
}

/*--------------------------
hov_line
--------------------------*/
.nav li a span {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.nav li a span::after {
  bottom: 28px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 0;
}

.nav li a span::after {
  background: #333;
}

.nav li.btn a span::after {
  background: #fff;
}

.nav li a span:hover::after {
  left: 0;
  width: 100%;
}

/*--------------------------
mainvisual
--------------------------*/

.bg-cover {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  height: 100vh;
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  .bg-cover {
    background-attachment: scroll;
  }
}
/*--------------------------
movie
--------------------------*/
.video-box {
  position: relative;
  overflow: hidden;
  margin: 30px auto;
  width: auto;
  display: inline-block;
  background-color: black;
}

.video-box img {
  margin: auto;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}

.js-modal-btn:hover img {
  opacity: 0.9;
}

.js-modal-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: 4;
  opacity: 0.6;
}

.js-modal-btn:hover::before {
  opacity: 0.9;
}

/* モーダルボタン追加*/
button.js-modal-btn {
  position: relative;
  z-index: 4;
  cursor: pointer;
  height: 100%;
  width: auto;
  background: black;
  margin: auto;
  display: block;
}

/* -----------------------------------------------------------------------------
  layout
----------------------------------------------------------------------------- */
.inner {
  max-width: 100%;
  width: 1280px;
  overflow: visible;
  padding: 0 40px;
}

header .inner,
footer .inner {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

footer .inner {
  padding: 40px;
}

footer .small {
  text-align: center;
  font-size: 12px;
}

.text_header.center {
  text-align: center;
}

.text_header {
  margin: 70px auto 40px;
  position: relative;
  text-align: left;
}

section {
  position: relative;
  overflow: hidden;
  padding: 50px 0 100px;
}

section.pdg_s {
  padding: 50px 0;
}

.bg_gr,
.bg_bl {
  position: relative;
}

.bg_gr .bg-wh {
  padding: 40px;
  background-color: #f8f8f8;
  margin-top: 80px;
}

.bg_gr.left_upper::before {
  content: '';
  position: absolute;
  background-color: #ededee;
  width: 150%;
  height: 90%;
  top: 0;
}

.bg_bl::before {
  content: '';
  position: absolute;
  background: #cfe9ff;;
  background-color: #ebf2f8;
  width: 150%;
  height: 100%;
}

.left_upper::before {
  transform: skewX(-10deg);
  transform-origin: top left;
  top: 130px;
  left: 25%;
}

.right_upper::before {
  transform: skewX(-10deg);
  transform-origin: top right;
  top: 130px;
  right: 25%;
}

/* 特徴　*/
.center{
  text-align: center;
}

.item_container.col4_wrap.case_wrap {
  padding-top: 90px;
}

.f_container {
  padding: 30px 0 22px;
}

.f_container h3 {
  margin-bottom: 1rem;
}

.col_img img {
  margin: 0;
  position: relative;
  z-index: 2;
}

.col_txt {
  padding-left: 60px;
  position: relative;
  z-index: 3;
}

/* 詳細　*/
.item_container {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 18px;
  margin: 0px auto;
  transition: all .3s ease 0s;
}

.item_container.col4_wrap {
  width: 100%;
  margin-left: 0%;
}

.col4_wrap .col {
  flex: 0 0 24%;
  max-width: 24%;
}

.in-txt.bg-wh .h4, .in-txt.bg-wh h4 {
  margin-bottom: 1rem;
  font-weight: bold;
}

.in-txt.bg-wh li, .in-txt.bg-wh p {
  font-size: 14px;
}

/* ボンド　*/
.adhesive .in-txt.bg-wh {
  width: 100%;
  padding: 20px;
  margin: 0;
}

.adhesive .in-txt.bg-wh h4 {
  margin-bottom: 1rem;
}

.adhesive .in-txt.bg-wh li, .adhesive .in-txt.bg-wh p {
  font-size: 12px;
}

.adhesive .in-txt.bg-wh p.h4 {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: bold;
}

section.adhesive {
  padding: 60px 0;
}

dl{
	font-size:14pt;
}
dt {
	font-weight: bold;
	float:left;
}

dd {
	margin-bottom: 1rem;
	margin-left: 2em;
}

dt.question{
	color:#005fce;
}

dt.answer{
	color:#FF0000;
}


.case_wrap .in-txt.bg-wh {
  width: 100%;
  background: #fff;
  padding: 20px;
  margin-left: auto;
  margin-top: 90%;
  margin-bottom: 30px;
  z-index: 2;
}

.in-txt.bg-wh {
  width: calc( 100% - 40px);
  min-width: calc( 100% - 40px);
  background: #f8f8f8;
  padding: 15px;
  margin-left: 20px;
  margin-top: 90%;
  z-index: 2;
}

.in-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.item_container .in-img img {
  border: 6px solid #fff;
}

/* ページナンバー　*/
.num_page {
  position: absolute;
  right: 10px;
  top: 50px;
}

.num_page p {
  position: relative;
  right: 0;
  text-align: right;
  display: inline-block;
  height: 130px;
  color: #005fce;
  font-family: 'roboto';
  z-index: 2;
}

.num_page p::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100px;
  bottom: 0;
  left: 50%;
  background-color: #005fce;
  z-index: 2;
}

.num_case {
  position: absolute;
  left: 0;
  top: -18px;
  display: inline-block;
  font-family: 'roboto';
  z-index: 2;
}

.num_case p {
  font-size: 30px;
  font-style: italic;
  color: #005fce;
}

.subtitle.bl {
  color: #005fce;
}

h3.hd_u::before {
  transform-origin: top left;
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #005fce;
  z-index: 2;
}

.mgn_btm {
  margin-bottom: 70px;
}

.mgn_btm_hf {
  margin-bottom: 30px;
}

.bl {
  color: #005fce;
}

.bg-bl {
  background-color: #ccc;
  padding: 10px;
  color: #fff;
  display: inline-block;
  width: auto;
}

.bg-bl span {
  color: #005fce;;
}

/* -----------------------------------------------------------------------------
  FONT
----------------------------------------------------------------------------- */
*,
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

.h4,
.hd-list,
li.txt-large {
  font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
}

ul.list,
p.txt {
  font-size: 15px;
}

ul.list {
  margin-bottom: 1rem;
  text-align: justify;
}

.s-small {
  font-size: 12px;
}

span.tt-en {
    display: inline-block;
    border-bottom: solid;
}

span.tt-jp {
  display: block;
  line-height: 1.5;
}

.col_txt h3 span.f-jp {
  letter-spacing: 0.5rem;
}

h2 {
  font-weight: 600;
  font-style: normal;
}

.tt-en.c-or {
  color: #ee6856;
}

.tt-en {
  font-size: 15px;
  font-weight: 400;
  color: #005fce;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'roboto';
  letter-spacing: 1px;
}

h2 span.tt-en.tt-lagrge {
  font-size: 4vw;
  letter-spacing: 3px;
  line-height: 120%;
  color: #004391;
}

h2 {
  font-size: 3.6vw;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 120%;
  margin-bottom: 1rem;
  text-align: center;
}

h1 {
  font-size: 3.4vw;
  letter-spacing: 3px;
  line-height: 120%;
  color: #004391;
  margin-bottom: 30px;
}

.h4,
h4 {
  font-size: 20px;
  text-indent: 1px;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

h4.subtitle {
  font-size: 24px;
}

.t-large {
  font-size: 20px;
  text-indent: 1px;
  letter-spacing: 1px;
  line-height: 1.8;
 /* text-align: justify;*/
}

.t-large.txtR {
  text-align: right;
}
.t-large li{
   text-indent: -2em;
   padding-left: 2em;
   margin-bottom: 1em;
}

.t-large li li{
   text-indent: -1em;
   padding-left: 1em;
   margin-bottom: 0;
}

ol.t-large{
   margin-bottom: 2em;
}

.t-large li li h3{
	margin: 1em 0 0 0;
	font-size: 20px; 
	font-weight: bold;
}

.t-large li li.fig{
	border: solid 1px;
	padding: 2em;
    margin-bottom: 2em;
	 
}

/* ▲　*/
/*///////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////*/
h3 {
  font-weight: bold;
  font-size: 3.2vw;
  letter-spacing: 2px;
  line-height: 120%;
  margin-bottom: 1rem;
}

.number {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-block;
  color: #005fce;
  padding: 10px;
}

ul.list.t-large li {
  padding: 0 0 0 26px;
}

ul.list.t-large li::before {
  width: 12px;
  height: 1px;
  background: #005fce;
  top: 1.25rem;
  border-radius: 0;
}

.dd-txt,
.hd-list {
  position: relative;
  padding: 0 0 0 28px;
}

.hd-list::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 1.25rem;
  left: 0;
  width: 18px;
  height: 2px;
  background: #005fce;
}

.wrap {
  padding: 0 20px;
  overflow: hidden;
}

.flow_arrow::before {
  content: '';
  position: absolute;
  z-index: 1;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/arrow-r.png");
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
}

.hd_bg {
  margin: 15px 60px 60px 0;
  line-height: 1;
  letter-spacing: 3px;
  text-align: left;
  background: #004391;
  color: #fff;
  display: inline-block;
  padding: 12px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .gradient {
    background: none;
    background-clip: inherit;
  }
  /* IE11 */
}

.c-red {
  color: #c13737;
}

.bg-nv {
  background: #004391;
  color: #fff;
}

.bg-nv:hover {
  background: #055ed5;
}

.bg::after,
.bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

.bg {
  position: relative;
}

.bg-in-wh {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  width: calc( 100% - 10px);
  height: calc( 100% - 10px);
  top: 5px;
  left: 5px;
}

.bg-in-wh:hover {
  background: white;
}
.company_title{
  clear: both;
  margin-left: 0;
}


/* -----------------------------------------------------------------------------
  リスト スタイル
----------------------------------------------------------------------------- */
ul.list li {
  position: relative;
  padding: 0 0 0 1rem;
}

ul.list.tp-o li {
  position: relative;
  padding: 0 0 0 1.5rem;
}

ul.list li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0.95rem;
  left: 0;
}

ul.list li:before {
  width: 3px;
  height: 3px;
  background: #1976d2;
  border: 1px solid #1976d2;
}

ul.list li.icon {
  padding: 0 0 0 0.5rem;
}

ul.list li.icon::before {
  background: transparent;
  border: 0;
}

ul.list.tp-o li:before {
  top: 12px;
  width: 17px;
  height: 17px;
  background: rgba(25, 118, 210, 0);
  border: 1px solid #1976d2;
}

.sp-br {
  display: none;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

::selection {
  background: #043ea2;
  text-shadow: none;
  color: #fff;
}

/* 修正 */
.red {
  border: 1px solid #d00000;
}

.vrl {
  writing-mode: vertical-rl;
}

/*///////////////////
 add style
///////////////////*/
.nav-out.fixed,
.nav-out {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #fff;
  width: 100%;
}

.nav a.active {
  background: url(images/arrow.png);
  background-size: 20px 16px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition-property: none;
  transition-duration: none;
  transition-delay: none;
}

/*///////////////////
 flow namiki
///////////////////*/
.bg {
  background-color: #fbfbfb;
}

.inner_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tm_fade {
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.tm_fade.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*-------------
///////////////
チェックリスト
///////////////
--------------*/
.linear {
  display: inline;
  background: linear-gradient(transparent 60%, #78ffff 60%);
}

/* リスト */
.check-point .col45 {
  border: 2px solid #ccc;
  background: #fff;
  padding: 30px;
  margin: 0 auto;

  flex: 0 0 49%;
  max-width: 49%;
}

.check-point h2 span {
  color: #004391;
}

.check-point h3 {
  margin-bottom: 2rem;
  font-weight: 400;
}

.check-point .check-point-inner {
  padding: 60px 0 0;
  text-align: left;
}

.check-point ul li {
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1.7rem;
  padding-left: 43px;
  text-indent: -.7em;
  letter-spacing: 1px;
}

.check-point ul li::before {
  content: "";
  margin-left: -30px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 25px;
  background-image: url("../images/check_box.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.check-point ul li.check::before {
  width: 40px;
  height: 25px;
  background-image: url("../images/check_box_check.png");
}

.mgn_auto {
  margin: 0 auto;
  display: block;
  position: relative;
}

/* flow */
#flow .f_container {
  padding-top: 0px;
}

.cd-breadcrumb.triangle {
  background-color: transparent;
  padding: 0;
}

.cd-breadcrumb.triangle li {
  position: relative;
  padding: 0;
  margin: 4px 4px 4px 0;
}

.cd-breadcrumb.triangle li:last-of-type {
  margin-right: 0;
}

.cd-breadcrumb.triangle li > * {
  position: relative;
  padding: 1em .8em 1em 2.5em;
  color: #2c3f4c;
  background-color: #edeff0;
  border-color: #edeff0;
}

.cd-breadcrumb.triangle li:first-of-type > * {
  padding-left: 1.6em;
  border-radius: .25em 0 0 .25em;
}

.cd-breadcrumb.triangle li:last-of-type > * {
  padding-right: 1.6em;
  border-radius: 0 .25em .25em 0;
}

.cd-breadcrumb.triangle li::after,
.cd-breadcrumb.triangle li > *::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
}

.cd-breadcrumb.triangle li::after {
  z-index: 1;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  border-left-color: #ffffff;
  margin: 0;
}

.cd-breadcrumb.triangle li > *::after {
  z-index: 2;
  border-left-color: inherit;
}

.cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
  display: none;
}

.cd-breadcrumb.triangle.custom-separator li::after {
  background-image: none;
}

.cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
  border-top-width: 25px;
  border-bottom-width: 25px;
}

@-moz-document url-prefix() {
  .cd-breadcrumb.triangle li::after,
  .cd-breadcrumb.triangle li > *::after {
    border-left-style: dashed;
  }
}

.no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-
.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
  background-position: 0 -40px;
}

.no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
  background-position: -20px -40px;
}

.no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
  background-position: -40px -40px;
}

.no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
  background-position: -60px -40px;
}

.cd-breadcrumb.triangle li > * {
  border-color: #ee6856;
  background-color: #ee6856;
}

.cd-breadcrumb.triangle li:nth-child(3) > * {
  border-color: #f39588;
  background-color: #f39588;
}

.cd-breadcrumb.triangle li:nth-child(2) > * {
  border-color:#f7b1a7;
  background-color: #f7b1a7;
}

.cd-breadcrumb.triangle li:nth-child(1) > * {
  border-color: #f8c3bb;
  background-color: #f8c3bb;
}

.cd-breadcrumb {
  width: 100%;
  margin: 1em auto;
  border-radius: .25em;
}

.cd-breadcrumb li span {
  width: 100%;
  text-align: center;
}

.cd-breadcrumb li::after {
  display: inline-block;
  color: #959fa5;
}

.cd-breadcrumb li > * {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
}

.cd-breadcrumb li {
  line-height: 1.5;
  width: 24.6%;
}

.cd-breadcrumb nav {
  display: block;
  width: calc( 100% - 12px);
}

.cd-breadcrumb ol {
  list-style: none;
  margin: auto;
}

.step_pc {
  display: block;
}

#flow.flow .col {
  padding: 40px 15px;
}

.flow .inner {
  padding: 0 58px;
  position: relative;
}

.flow .inner > .flex {
  padding: 0 4px;
}

.flow .col {
  padding: 40px 15px;
  border: 3px solid #ccc;
  flex: 0 0 28%;
  max-width: 24%;
  border-radius: 6px;
}

.flow h3 {
  font-size: 22px;
  letter-spacing: 4px;
  text-indent: 4px;
  padding-top: 20px;
  margin-bottom: 60px;
  position: relative;
}

.flow h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
  z-index: 2;
}

.factory-btn {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 10;
  font-size: 11px;
  letter-spacing: 1px;
  text-indent: 1px;
  background-color: #004391;
  border-radius: 100%;
  background-image: url(../images/manufacture-assets/factory-btn.png);
  background-repeat: no-repeat;
  background-position: center 75px;
}

.factory-btn a {
  display: block;
  padding-top: 30px;
  color: #fff;
  border-radius: 100%;
  height: 130px;
  width: 130px;
  text-align: center;
  line-height: 1.5;
}

.factory-btn a.pt15{padding-top: 15px;}
.factory-btn:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}

/*ボンド*/
.bg-bl {
  display: block;
}

.bg-bl .bg_gr::before {
  background: rgba(255, 255, 255, 0.5);
  height: 150%;
  top: -25%;
}

.bg-bl .col {
  -webkit-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.25);
  position: relative;
      margin-bottom: 25px;
}

.bg-bl h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 2;
}

.wh {
  color: white;
}

.bg-bl .tt-en.c-or, .bg-bl .tt-en {
  color: #005fce;
}

/* お問い合わせ*/
.call-box {
  border: 4px solid #0047b3;
  color: #004391;
  background-color: #fffee6; 
}

.call-box > .flex {
  border: 4px solid #fff;
}

.call-box p {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 18px;
  color: #0047b3;
  text-align: center;
}

.call-box p.small {
  font-size: 13px;
}

.call-box .f-SS {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-indent: 2px;
  position: relative;
}

.call-box span.btn {
  display: block;
}

.call-box a {
  color: #0047b3;
}

.call-box3 {
  position: relative;
}

.call-box3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: #0047b3;
}

.call-box-in, .call-box2 {
  padding: 20px;
  position: relative;
}

.call-box1 {
  background-color: #004391;
  color: white;
  padding: 5px;
  margin: 40px auto 5px auto;
}

.call-box1 h4 {
  margin: 0;
}

section#flow .linear {
  font-size: 18px;
}

a.link_box,
.call-box3 a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

/* 会社概要　*/
.company .btn {
  position: relative;
  display: block;
  margin: auto;
  border-radius: 100px;
  background: #E7340D;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
  z-index: 2;
  display: block;
  line-height: 2;
  height: 50px;
  color: #fff;
  display: block;
  padding: 0 50px;
}

.company .btn span {
  display: inline-block;
  height: 50px;
  color: #fff;
  line-height: 50px;
}

button.btn:hover {
  background: #F42C00;
}

.company {
  margin-bottom: 70px;
  padding: 70px 0 0;
}

.company .col30 h2 {
  position: relative;
}

.company .col30 h2 :before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 120px;
  background-color: #0047b3;
}

.company .dl {
  font-size: 16px;
  position: relative;
  z-index: 2;
}

body #fixedBox {
  opacity: 1;
  background: rgba(255, 255, 255);
}

#manufacture4 .text_header {
  margin-bottom: 0;
}

.step-sp {
  display: none;
}

#manufacture4 h4.subtitle {
    font-size: 18px;
}
.check-point .flex{
  display: block;
}
.check-point .col45 {
  max-width: 720px;
  padding:60px;
  margin-bottom: 30px;
}


/*--------------------------
mainvisual
--------------------------*/
#mainvisual{position: relative;}
#mainvisual .bnn_txt{background: #004391;color: #fff;padding: 15px 20px 15px 60px;position: absolute;right: 0;z-index: 3;line-height: 1.75em;font-weight: bold;bottom: inherit;top: 50%;clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);}
#mainvisual .bnn_txt span{font-size: 80%;display: inline-block;line-height: 1.75em;color: #fff;}
#mainvisual .bnn_txt .big{color: #fff84b;font-size: 175%;}
#mainvisual .bnn_txt a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#mainvisual .bnn_txt:hover{opacity: 0.8;}

#mainvisual .bg_movie{background: #ccc;}
#mainvisual .bg_movie h2{position: absolute;top: 45%;right: 0;z-index: 2;color: #004391;font-weight: bold;padding: 0 30px 0 0;font-size: 1.5vw;line-height: 1.75em;margin-bottom: 0;transform: translateY(-50%);}
#mainvisual .bg_movie h2 .box{padding: 50px 20px 50px 30px;background-color: rgba(235, 242, 248, 0.6);position: relative;display: block;}
#mainvisual .bg_movie h2.full.white span{color: #FFF !important;}
#mainvisual .bg_movie h2.full .box,
#mainvisual .bg_movie h2.full .box::after{background: none;}
#mainvisual .bg_movie h2 .box::after{content: ""; position: absolute; width:100px; height: 100%; clip-path: polygon(0 0, 0% 100%, 100% 0);background-color: rgba(235, 242, 248, 0.6);top: 0; left:calc(100% - 0.5px)}

#mainvisual .bg_movie h2 span{color: #004391;display: block;}
#mainvisual .bg_movie h2 .add{font-size: 1vw;margin-top: 1vw;display: block;line-height: 2;}
#mainvisual .bg_movie h2 .big{font-size: 245%;display: inline-block;line-height: 1.45em;margin-bottom: 30px;}
#mainvisual .bg_movie video{width: 100%;height: 100vh;position: absolute;top: 0;left: 0;object-fit: cover;}


#main_column.bg-mv section{position: relative;z-index: 2;}
#main_column.bg-mv section:not(.bg-bl){background: #fff}
#main_column.bg-mv #mainvisual{position: fixed;top: 0;left: 0;width: 100%;height: 100%; min-height: 100vh;z-index: 0;}
.bg_f{background: #fff;}
.company.bg_f{padding-bottom: 70px;margin-bottom: 0;}
#mainvisual .bg_movie.bg_black .box,
#mainvisual .bg_movie.bg_black h2 .box::after{background-color: rgba(0, 0, 0, 0.6);}
#mainvisual .bg_movie.bg_black h2 span{color: #FFF;}

#mainvisual .bg_movie.bg_blue .box,
#mainvisual .bg_movie.bg_blue h2 .box::after{background:none}
#mainvisual .bg_movie.bg_blue h2 span{color: #FFF;}
#mainvisual .bg_movie.bg_blue h2 span .hil{background-color: #004391; display: inline-block; line-height: 1.2;padding:5px;margin: 0;}
#mainvisual .bg_movie.bg_blue h2 span .hil.ml{margin-left: -2px;}


#mainvisual .bg_movie.bg_white .box,
#mainvisual .bg_movie.bg_white h2 .box::after{background:none}
#mainvisual .bg_movie.bg_white h2 span .hil{background-color: #fff; display: inline-block; line-height: 1.2;padding:5px;margin: 0;}
#mainvisual .bg_movie.bg_white h2 span .hil.ml{margin-left: 2px;}


#mainvisual .bg_movie.out_blue .box,
#mainvisual .bg_movie.out_blue h2 .box::after{background:none}
#mainvisual .bg_movie.out_blue h2 span{color: #000;}

#mainvisual .bg_movie.out_white .box,
#mainvisual .bg_movie.out_white h2 .box::after{background:none}
#mainvisual .bg_movie.out_white h2 span{text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;}








@media screen and (max-width: 768px) {
#SideMenu{display: none;}
#mainvisual .bnn_txt{bottom: 50px;top: inherit;transform: none;}
#mainvisual .bg_movie h2{top: 0;transform: none;font-size: 3vw;padding: 80px 0 30px 0;display: flex;flex-direction: column;height: 100%; white-space: nowrap;}
#mainvisual .bg_movie h2 .big{font-size: 164%;margin-bottom: 10px;}
#mainvisual .bg_movie h2 .add{font-size: 2.5vw;margin-top: 2vw;display: block;line-height: 2;}

#mainvisual .bnn_txt{top: 65%;bottom: inherit;font-size: 3.9vw;padding: 10px 10px 10px 30px;width: calc(100% - 15px);left: 15px;clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);}
#mainvisual .bnn_txt .big{font-size: 150%;}
#mainvisual .bg_movie h2 .box{padding: 10px 0 10px 3vw; max-width: 80vw;}
#mainvisual .bg_movie h2 .box::after{width: 30px;}


#mainvisual .bg_movie.bg_blue h2 span .hil{margin-top: 2px; margin-bottom: 2px;}
#mainvisual .bg_movie.bg_white h2 span .hil{margin-top: 2px; margin-bottom: 2px;}

}

