@charset "UTF-8";
.myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp, h2 {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp-mincho {
  font-family: "biz-udpmincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -30px;
}
.col_3 > * {
  margin-left: 30px;
  width: calc(33.33333% - 30px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: -10px;
  }
  .col_4 > * {
    margin-left: 10px;
    margin-bottom: 14px;
    width: calc(50% - 10px);
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

.wrap {
  max-width: 1080px;
  margin: auto;
}
.wrap__inner {
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .wrap {
    margin-left: 200px;
    max-width: calc(90% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    margin: 0 auto;
    max-width: 90%;
  }
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

.item,
a {
  transition: all 0.2s ease-in-out;
}

body {
  font-feature-settings: "palt";
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table th {
  padding: 0.5em 0;
  text-align: left;
  vertical-align: top;
}
table td {
  padding: 0.5em 1em;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

li {
  list-style: none;
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
h2 {
  margin-bottom: 60px;
  color: #1C3584;
  font-size: 36px;
  font-size: 2.25rem;
}
h2 small {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}
h2 small:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 17px;
  height: 17px;
  background: no-repeat 50%/cover url(../img/icon/h_icon.svg);
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2 small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  color: #0071BA;
}

.text_c {
  text-align: center;
}

.table dl {
  display: flex;
}
.table dl dt, .table dl dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.table dl dt {
  width: 10em;
  font-weight: 700;
  border-bottom: 2px solid #E7B400;
}
.table dl dd {
  width: calc(100% - 10em);
  border-bottom: 2px solid #EBF4FA;
}
@media screen and (max-width: 768px) {
  .table dl {
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #EBF4FA;
  }
  .table dl dt, .table dl dd {
    width: 100%;
  }
  .table dl dt {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .table dl dd {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/*----------------------------------------------------------------------
アイコン
----------------------------------------------------------------------*/
i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.icon-pin {
  width: 18px;
  height: 27px;
  background: no-repeat 50%/cover url(../img/icon/pin.svg);
}

.icon-tel {
  width: 34px;
  height: 45px;
  background: no-repeat 50%/cover url(../img/icon/tel.svg);
}
@media screen and (max-width: 768px) {
  .icon-tel {
    scale: 0.5;
  }
}

.icon-fax {
  width: 17px;
  height: 17px;
  background: no-repeat 50%/cover url(../img/icon/fax.svg);
}

.icon-mail {
  width: 37px;
  height: 27px;
  background: no-repeat 50%/cover url(../img/icon/mail.svg);
}
@media screen and (max-width: 768px) {
  .icon-mail {
    scale: 0.8;
  }
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.header {
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  padding: 30px 30px;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 105%);
}
.header .logo {
  display: inline-block;
  max-width: 375px;
}
.header .tel {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0.5em 1em;
  background: #1C3584;
  border-radius: 4px;
}
.header .tel dt {
  padding-right: 1em;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  border-right: 1px solid #fff;
}
.header .tel dd {
  padding-left: 1em;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    margin: 0;
  }
  .header .wrap {
    max-width: 100%;
    padding: 10px;
    border-radius: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 15px;
  }
  .header .logo {
    display: inline-block;
    max-width: 175px;
  }
  .header .tel {
    display: none;
  }
}

.header.DownMove {
  padding: 15px 30px;
  backdrop-filter: blur(12px);
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 768px) {
  .header.DownMove {
    padding: 15px 15px;
  }
}

/*　上に上がる動き　*/
.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-200%);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
.footer .logo {
  margin-bottom: 12px;
  text-align: center;
}
.footer .logo img {
  max-width: 240px;
}
.footer ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.footer ul li {
  margin: 0 10px;
}

.copyright {
  padding: 40px 0;
  text-align: center;
  color: #1C3584;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 20px 0;
  }
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  margin-left: auto;
  width: 42px;
  height: 42px;
  margin-left: 15px;
  text-align: center;
  z-index: 102;
  text-align: center;
  background: #1C3584;
  border-radius: 4px;
  /* ≡ */
}
.toggle span {
  display: inline-block;
  margin-top: 20px;
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 30%;
}
.toggle i {
  top: 50%;
}
.toggle:after {
  top: 70%;
}

#open {
  display: none;
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#navi_mainが「right: 0;」になります。 */
  /* ≡ > ×アニメーション */
}
#open:checked ~ .navi {
  right: 0;
  display: flex;
  visibility: visible;
}
#open:checked + .toggle:before {
  top: 45%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#open:checked + .toggle i {
  width: 0;
}
#open:checked + .toggle:after {
  top: 45%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

#open:checked ~ .bgclose {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
}

/*---------------------------------------------------------
メインナビ
---------------------------------------------------------*/
.main_navi {
  margin-left: auto;
  display: flex;
  align-items: center;
  /*
  .col {
  	align-items: center;
  }
  */
}
.main_navi .navi {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 101;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50vw;
  height: 100vh;
  padding: 30px 5rem;
  background: #1C3584;
  transition: transform 0.3s ease-in-out; /* アニメーション */
  overflow-y: auto;
}
.main_navi .navi > li {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}
.main_navi .navi .tree2 {
  padding-left: 1em;
  border-bottom: 1px dotted #fff;
}
.main_navi .navi .tree2:before {
  display: inline-block;
  content: "";
}
.main_navi a {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
}
.main_navi a:hover {
  color: #ABCFDD;
}
@media screen and (max-width: 768px) {
  .main_navi .navi {
    width: 100vw;
    padding: 30px 1rem;
    justify-content: flex-start;
  }
}

/*---------------------------------------------------------
ページ内リンク
---------------------------------------------------------*/
.page_navi {
  position: absolute;
  left: 20px;
  bottom: 40px;
  z-index: 2;
}
.page_navi li {
  margin-top: 10px;
}
.page_navi a {
  display: inline-block;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #1C3584;
  border-radius: 5px;
  /*
  text-shadow:
  	1px 1px 0 #FFF,
  	-1px 1px 0 #FFF,
  	-1px -1px 0 #FFF,
  	1px -1px 0 #FFF;
  */
}
.page_navi a:hover {
  background: #E7B400;
}
@media screen and (max-width: 768px) {
  .page_navi {
    display: none;
  }
}

.next-page_links {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: -20px;
}
.next-page_links li {
  margin-bottom: 1em;
  margin-left: 20px;
}
.next-page_links li a {
  font-weight: 700;
  color: #1C3584;
}
.next-page_links li a .arrow {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  background: no-repeat 50%/cover url(../img/icon/r_arrow.svg);
}
.next-page_links li a:hover {
  color: #E7B400;
}
.next-page_links li a:hover .arrow {
  transform: translateX(20%) rotate(360deg);
}
@media screen and (max-width: 1280px) {
  .next-page_links {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .next-page_links {
    display: none;
  }
}

/*---------------------------------------------------------
ボタン
---------------------------------------------------------*/
.btn_area {
  padding: 40px 0 0;
  text-align: center;
}

.more {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background: #1C3584;
}
.more .arrow {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  background: no-repeat 50%/cover url(../img/icon/r_arrow.svg);
}
.more:hover {
  color: #E7B400;
}
.more:hover .arrow {
  transform: translateX(20%) rotate(360deg);
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 220px;
  height: 45px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 45px;
  color: #1C3584;
  border: 1px solid #1C3584;
  border-radius: 5px;
}
.btn:after {
  position: absolute;
  top: 36%;
  right: 15px;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-color: #1C3584;
  transform: rotate(-45deg);
}
.btn:hover {
  color: #fff;
  background: #1C3584;
}
.btn:hover:after {
  border-color: #fff;
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.products__slide .swiper-wrapper,
.quality__swiper .swiper-wrapper,
.policy__swiper .swiper-wrapper {
  transition-timing-function: linear;
  height: auto;
}
.products__slide .swiper-slide,
.quality__swiper .swiper-slide,
.policy__swiper .swiper-slide {
  height: auto;
}
.swiper-scrollbar {
  max-width: 90vw;
  height: 10px !important;
  margin: 20px auto 0;
}

.swiper-scrollbar-drag {
  background-color: #1C3584;
}

.js-target-parallax {
  transition: all 1s ease 0.1s;
}

.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.bg {
  padding-bottom: 110px;
  background: linear-gradient(90deg, #0071BA, #1C3584);
}
.bg h2 {
  color: #fff;
}
.bg table {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.bg table th {
  text-align: center;
}
.bg table th, .bg table td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.bg table th:last-child, .bg table td:last-child {
  border-right: none;
  text-align: center;
}

.visual {
  position: relative;
  padding: 0 0;
}
.visual h2 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #fff;
  line-height: 1.5;
  font-size: min(6vw, 68px);
}
.visual .photo_img:before {
  padding-top: 100svh;
}

section {
  padding: 110px 0 0;
}

.sec_about {
  position: relative;
}
.sec_about:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 50vw;
  padding-top: 20%;
  background: no-repeat 50%/cover url(../img/parts/about_img.png);
}
@media screen and (max-width: 768px) {
  .sec_about {
    padding-top: 36vw;
  }
  .sec_about:before {
    top: 5%;
    width: 90%;
    padding-top: 33%;
  }
  .sec_about h2 {
    margin-bottom: 30px;
  }
}

.sec_service .col {
  margin-bottom: 60px;
  align-items: flex-start;
  justify-content: center;
  margin-left: -60px;
}
.sec_service dl {
  margin-left: 60px;
}
.sec_service ul {
  border-left: 4px solid #E7B400;
}
.sec_service ul li {
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_service ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec_service .col {
    display: block;
    margin-left: 0;
  }
  .sec_service dl {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .sec_service ul {
    margin: 0 0 0;
  }
  .sec_service ul:first-child {
    padding-bottom: 1em;
  }
}

.products__slide {
  position: relative;
}
.products__slide:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #EBF4FA;
}
.products__slide .swiper-wrapper {
  height: auto;
}
.products__slide .photo_img:before {
  padding-top: 66.6666666667%;
}
.sec_technology {
  position: relative;
  min-height: 100vh;
  background: #EBF4FA;
  counter-reset: num;
  padding-bottom: 70px;
}
.sec_technology:after {
  display: block;
  content: "";
  mix-blend-mode: multiply;
  background: no-repeat 50%/cover url(../img/parts/tech_bg.jpg);
}
.sec_technology .col {
  align-items: flex-start;
}
.sec_technology h2 {
  position: sticky;
  top: 60px;
  width: 40%;
}
.sec_technology .col__content {
  width: 60%;
}
.sec_technology .col__content article {
  position: sticky;
  top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 0 5px 5px 5px;
  background: #fff;
  counter-increment: num;
}
.sec_technology .col__content article:nth-child(2) {
  top: 100px;
}
.sec_technology .col__content article:nth-child(3) {
  top: 140px;
}
.sec_technology .col__content article:nth-child(4) {
  position: relative;
  top: 50px;
}
.sec_technology .col__content article figure {
  margin: 0 0 20px;
}
.sec_technology .col__content article:before {
  display: block;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #1C3584;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .sec_technology {
    padding-bottom: 40px;
  }
  .sec_technology .col {
    display: block;
  }
  .sec_technology h2 {
    position: static;
    top: 0;
    width: 100%;
  }
  .sec_technology .col__content {
    width: 85%;
    margin-left: auto;
  }
  .sec_technology .col__content article {
    position: relative;
    top: 0;
    margin-bottom: 40px;
    padding: 20px;
  }
  .sec_technology .col__content article:nth-child(2) {
    top: 0;
  }
  .sec_technology .col__content article:nth-child(3) {
    top: 0;
  }
  .sec_technology .col__content article:nth-child(4) {
    top: 0;
  }
}

.sec_parallax {
  margin: 2%;
  padding: 0;
}
.sec_parallax figure {
  overflow: hidden;
  min-height: 480px;
}
.sec_parallax figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_parallax figure {
    min-height: auto;
  }
}

.sp_scroll {
  max-width: 100%;
}

@media screen and (max-width: 1110px) {
  .sp_scroll {
    max-width: 100vw;
    overflow: scroll;
  }
  .sp_scroll table {
    white-space: nowrap;
  }
}
.scroll_down {
  display: none;
}

@media screen and (max-width: 1110px) {
  .scroll_down {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
  }
  .scroll_down p {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1vw;
  }
  .scroll_down .mouse {
    position: relative;
    display: block;
    width: 55px;
    height: 35px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
  }
  .scroll_down .mouse > * {
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: 0 -4px 0 0;
    background: #fff;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 0;
    left: 70%;
  }
  40% {
    opacity: 0;
    left: 30%;
  }
  70% {
    opacity: 1;
    left: 30%;
  }
  100% {
    opacity: 1;
    left: 70%;
  }
}
#access {
  padding: 180px 0;
  background: #fff;
}
#access:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 160px;
  background: #0071BA;
}
#access:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10vw;
  height: 100%;
  background: #1C3584;
}
#access .wrap {
  position: relative;
  z-index: 2;
}
#access address {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #access {
    padding: 80px 0;
  }
  #access:before {
    height: 80px;
  }
  #access:after {
    width: 2vw;
  }
}

#contact {
  margin: 0 2%;
  padding: 40px 0 100px;
  border-top: 1px solid #7B7B7B;
}
#contact .col > * {
  width: 50%;
  text-align: center;
}
#contact .col > *:first-child {
  padding-right: 2%;
  border-right: 1px solid #7B7B7B;
}
#contact .col > *:last-child {
  display: flex;
  flex-direction: column;
  padding-left: 2%;
}
#contact .col > *:last-child h2 {
  margin-bottom: 120px;
}
#contact .col > *:last-child p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contact .col > * {
    width: 100%;
  }
  #contact .col > *:first-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #7B7B7B;
  }
  #contact .col > *:last-child {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  #contact .col > *:last-child h2 {
    margin-bottom: 60px;
  }
  #contact .col > *:last-child p {
    margin-bottom: 30px;
  }
}
#contact .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
#contact .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contact .contact_tel {
  color: #1C3584;
  font-size: min(4vw, 48px);
}
#contact .contact_tel small {
  display: block;
  font-size: min(2vw, 28px);
}
@media screen and (max-width: 768px) {
  #contact .contact_tel {
    font-size: min(10vw, 48px);
  }
  #contact .contact_tel small {
    font-size: min(8vw, 28px);
  }
}/*# sourceMappingURL=style.css.map */