@charset "UTF-8";
/* CSS Document */
img {
  max-width: 400px;
}
html { /*全体的の体裁指定*/
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body { /*フォント関連の指定*/
  color: #333; /* RGB */
  font-family: "メイリオ", sans-serif, serif, Klee One, cursive, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  font-weight: 500; /*フォントの太さ指定。*/
  font-size: 1.6em; /*htmlでの指定よりも優先してこっちがあたる。*/
  /*line-height: 2.4rem;  だいたいフォントの1.5倍ぐらいが良いらしい。*/
  text-align: center;
}
h1, h2, h3, h4, h5, h6, p, a {
  padding: 16px;
  margin: auto;
  color: #000;
}
hr {
  border-top: solid 1px #555;
}
small, address {
  padding: 5px 16px;
  max-width: 984px;
  font-size: 1.2rem;
  line-height: 2.6rem;
  margin: auto;
}
p, li, small {
  line-height: 2.8rem;
}
.strong {
  font-weight: 600;
}
small {
  max-width: 450px;
}
h1 {
  color: #fff;
  text-align: left;
  font-size: 4.0rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
h2 {
  background-color: #242435;
  color: #fff;
  font-size: 3.2rem;
  margin: 0 0 80px;
}
h3 {
  font-size: 2.4rem;
  position: relative;
  color: #1C4299;
  margin: 0;
  padding: 0;
}
h4 {
  font-size: 2.0rem;
  line-height: 4.0rem;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.5;
}
#logo {
  max-width: 70px;
}
/*headerここから*/
.header__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.header__wrapper_company {
  display: flex;
}
.header__wrapper_company > a {
  padding-right: 0;
}
.header__wrapper_company_large {
  font-size: 2.0rem;
}
.header__wrapper_company > p {
  text-align: left;
  font-weight: 600;
}
.header__wrapper_company > p:last-child {
  border-left: solid 1px #333;
}
.header__wrapper_right {
  text-align: right;
  padding: 16px;
}
.header__wrapper_contact {
  display: flex;
}
.right_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1rem !important;
  height: 1rem;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin: 0 -18px 0 18px;
  background-color: #fff;
}
.header__wrapper_contact > p {
  border-right: solid 1px #333;
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 5.2rem;
}
.header__wrapper_contact_number a {
  text-decoration: none;
}
.header__wrapper_contact_number p {
  padding: 0;
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem;
}
.header__wrapper_contact_number span {
  display: inline-block;
  min-width: 45px;
}
.header__wrapper_nav {
  margin: 16px 0;
}
.header__wrapper_nav ul {
  display: flex;
  justify-content: flex-end;
}
.header__wrapper_nav li {
  border-left: solid 1px #333;
}
.header__wrapper_nav li:first-child {
  border-left: 0px;
}
.btn01 {
  background-color: #1C4299;
  color: #fff;
  text-decoration: none;
  padding: 16px 50px;
}
.btn_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(-100%) rotate(45deg);
}
.btn_arrow::before, .btn_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.btn_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.btn_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
/*フッターここから*/
footer {
  background-color: #242435;
  color: #fff;
  padding: 16px;
}
footer .footer__wrapper__nav li a, footer a {
  text-decoration: none;
  color: #fff;
}
footer p {
  color: #fff;
  padding: 0 0 0 8px;
}
small {
  margin: 0;
}
.footer__wrapper__nav, footer > .footer__wrapper > div {
  display: flex;
  max-width: 768px;
  margin: 0 auto;
}
.footer__wrapper > div {
  padding-top: 16px;
  justify-content: space-between;
  align-items: baseline;
}
.footer_company {
  display: flex;
}
.footer_company a {
  padding: 0;
}
.footer_company a img {
  max-width: 50px;
}
.footer_span_arrow {
  display: inline-block;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1rem;
  height: 1rem;
  transform: translateX(-25%) rotate(45deg);
  margin-right: 8px;
}
.footer_span_arrow::before, .footer_span_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.footer_span_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.footer_span_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#scroll-up a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #57A1D9;
  border: solid #fff 3px;
  width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  box-sizing: initial;
}
.up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 0.5em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
/*リンクを右下に固定*/
#scroll-up {
  position: fixed;
  right: 8px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#scroll-up.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#scroll-up.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media(max-width:768px) {
  #scroll-up_nav {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 100;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
  }
  /*　上に上がる動き　*/
  #scroll-up_nav.UpMove2 {
    animation: UpAnime 0.5s forwards;
  }
  /*　下に下がる動き　*/
  #scroll-up_nav.DownMove2 {
    animation: DownAnime 0.5s forwards;
  }
  .header__wrapper {
    display: block;
  }
  .header__wrapper_company a {
    padding: 8px 0 8px 8px;
    margin-right: 0;
    margin-left: 0;
  }
  .header__wrapper_company img {
    width: 30px;
  }
  .header__wrapper_company p {
    font-size: 1.2rem;
    padding: 8px;
    margin-right: 0;
    margin-left: 0;
    line-height: 2.0rem;
  }
  .header__wrapper_company span {
    font-size: 1.2rem;
    padding: 8px 8px 0 0;
  }
  .header__wrapper_company p:first-of-type {
    font-size: 1.2rem;
  }
  .header__wrapper_contact p {
    font-size: 1.0rem;
    padding: 0 8px;
  }
  .header__wrapper_right {
    padding: 8px;
  }
  .header__wrapper_contact {
    justify-content: left;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 8px 0 8px 8px;
  }
  .header__wrapper_contact_number a {
    padding: 0;
  }
  .header__wrapper_contact_number span {
    min-width: 30px;
  }
  .right_arrow {
    margin: 0 -16px 0 10px;
  }
  .header__wrapper_nav {
    padding: 0;
    margin: 0;
  }
  .header__wrapper_nav li a {
    font-size: 1.4rem;
    padding: 8px;
  }
  footer {
    margin-bottom: 72px;
  }
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer__wrapper__nav {
    margin-left: 0;
  }
  .footer__wrapper > div {
    padding-top: 0;
    margin-right: 0 !important;
  }
  .footer__wrapper__nav, footer > .footer__wrapper > div {
    display: block;
  }
  .footer__wrapper__nav li {
    text-align: left;
    font-size: 1.2rem;
  }
  .footer_company {
    justify-content: right;
    margin-bottom: 10px;
  }
  .footer_company a {
    margin: 0;
  }
  .footer_company img {
    width: 30px;
  }
  .footer_company p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  small {
    display: block;
    font-size: 1.0rem;
    line-height: 1.4rem;
  }
  .copyright, .pp, .pp a {
    text-align: right;
    padding: 0;
  }
}
/*フッターここまで*/
/*アニメーションここから*/
/*動きのきっかけの起点 はじめは非表示*/
.fadeInTrigger {
  opacity: 0;
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time {
  animation-delay: 0.5s;
}
/* アニメーション自体が変化する時間を決めるCSS*/
.change-time {
  animation-duration: 4.5s; /*この数字を変化させたい時間に変更*/
}
/*アニメーションここまで*/
/*ホームここから*/
.kv {
  height: 200px;
  background-image: url("img/top_kv.jpg");
  background-size: cover;
  background-position: left 0px top 50%;
  position: relative;
}
.kv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 66, 153, 0.5);
}
.kv_h1 {
  position: absolute;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 6.0rem !important;
  letter-spacing: 4px;
  color: #fff;
  padding-left: 8%;
  padding-top: 40px;
  font-family: serif, Klee One, cursive, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.commit__wrapper {
  padding: 0 16px;
}
.commit__wrapper_box {
  max-width: 1040px;
  display: flex;
  margin: 0 auto 80px;
  box-shadow: 5px 5px 0px #1C4299;
}
.commit__wrapper_img {
  z-index: 100;
  position: relative;
}
.commit__wrapper_img img {
  height: 100%;
}
.commit__wrapper_box img {
  object-fit: cover;
}
.commit__wrapper_text img {
  width: 40px;
  position: relative;
}
.commit__wrapper_03_text img {
  width: 70px;
}
.commit__wrapper_text p {
  position: relative;
  padding: 0;
}
.commit__wrapper_text {
  padding: 16px 32px;
  text-align: left;
  position: relative;
  z-index: 100;
  border: solid 1px #eee;
}
.commit__wrapper_01_text::before, .commit__wrapper_03_text::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(253, 253, 253, 0.7);
}
.commit__wrapper_02_text::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(253, 253, 253, 0.9);
}
.strength {
  background: linear-gradient(to bottom, #EFEFEF 65%, #FFF 65%);
}
.strength__wrapper {
  display: table;
  max-width: 80vw;
  margin: 0 auto 80px;
  border-collapse: separate;
  border-spacing: 16px 0;
}
.strength__wrapper_box {
  width: 45%;
  display: table-cell;
}
.strength__wrapper_text {
  background-color: #1C4299;
  padding: 32px;
  min-height: 190px;
}
.strength__wrapper_text p:first-of-type {
  font-size: 2.4rem;
}
.strength__wrapper_text p {
  padding: 0;
}
.strength__wrapper_text h3, .strength__wrapper_text p {
  color: #fff;
  text-align: left;
}
.strength__wrapper_img img {
  max-height: 300px;
  max-width: 1600px;
  width: 100%;
  object-fit: cover;
}
.flow {
  background-color: #EFEFEF;
  padding-top: 0;
}
.flow_kv {
  background: url("img/top_flow.jpg");
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: left 0px top 50%;
  margin-bottom: 80px;
}
.flow_kv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 66, 153, 0.5);
}
.flow_h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 6.0rem !important;
  letter-spacing: 4px;
  color: #fff;
  background-color: rgba(1, 1, 1, 0);
}
.flow__wrapper {
  background-color: #FFF;
  margin: -200px auto 0;
  max-width: 80vw;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  padding: 80px 30px;
  position: relative;
  z-index: 10;
}
.flow__wrapper_step {
  max-width: 860px;
  margin: 0 auto;
}
.step li {
  display: flex;
  justify-content: space-evenly;
}
.step li:first-of-type p:first-of-type:before {
  width: 3px;
  height: 53.5%;
  content: "";
  margin-left: 5px;
  position: absolute;
  background-color: #E1E1E1;
  z-index: -1;
}
.step li p {
  margin: 0;
  position: static;
}
.step li p:nth-child(2) {
  width: 40vw;
  max-width: 570px;
  text-align: left;
  padding-left: 40px;
}
.strong {
  font-weight: 600;
  font-size: 1.8rem;
}
.step li p:first-child {
  background-color: #1C4299;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  color: #fff;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
}
.step .li_even p:first-child {
  background-color: #242435;
}
.step li img {
  max-width: 140px;
  object-fit: contain;
}
.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.3em;
  height: 3em;
  background: currentColor;
  margin: 16px 0;
}
.dli-arrow-down::before {
  content: '';
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
.flow__wrapper hr {
  border-top: 1px solid #707070;
  max-width: 650px;
  margin: 20px auto 60px;
}
.flow__wrapper_contact {
  max-width: 650px;
  margin: 0 auto;
  padding: 16px;
}
.flow__wrapper_contact_list {
  display: flex;
  justify-content: space-evenly;
}
.flow__wrapper_contact_list > div {
  padding: 16px;
}
.flow__wrapper_contact_list > div > img {
  width: 230px;
}
.flow__wrapper_contact_list_no {
  text-align: left;
}
.flow__wrapper_contact_list_no_box {
  margin-bottom: 16px;
}
.flow__wrapper_contact_list_no_box > span:nth-of-type(2) {
  display: inline-block;
  min-width: 45px;
}
.flow__wrapper_contact_list_no_box img {
  width: 25px;
  padding: 3px;
  vertical-align: middle;
}
.flow__wrapper_contact_list_no_box a {
  text-decoration: none;
}
.flow__wrapper_contact_list_no_box hr {
  margin: 0;
}
.voice {
  padding: 80px 0 120px;
}
.voice__wrapper {
  display: flex;
  text-align: left;
  justify-content: center;
}
.voice__wrapper_box {
  background-color: #1C4299;
  margin: 0 8px;
  width: 25%;
}
.voice__wrapper_box p {
  color: #fff;
}
.voice__wrapper_box p:first-child {
  border-bottom: solid 5px #57A1D9;
}
/*ホームここまで*/
/*productここから*/
.product_kv {
  height: 200px;
  background-image: url("img/product_kv.jpg");
  background-size: cover;
  background-position: left 0px top 50%;
  position: relative;
}
.product_kv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 50, 50, 0.6);
}
.product_kv_h1 {
  position: absolute;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 6.0rem !important;
  letter-spacing: 4px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.compatible {
  padding-bottom: 0;
}
.compatible__wrapper {
  background: linear-gradient(to left, #EFEFEF 85%, rgba(50, 50, 50, 0) 85%);
  padding: 32px 16px;
}
.compatible__wrapper_box {
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
  max-width: 720px;
  margin: 32px auto;
  padding: 24px;
  text-align: left;
}
.compatible__wrapper_box h3 {
  color: #333;
  border-bottom: solid 1px #333;
  max-width: 240px;
  margin-bottom: 16px;
}
.compatible__wrapper_box > div {
  display: flex;
  justify-content: space-around;
}
.compatible__wrapper_box li {
  list-style: inside;
  min-width: 200px;
}
.introduction {
  padding-top: 160px;
  padding-bottom: 0;
}
.introduction h2 {
  background-color: rgba(253, 253, 253, 0);
  color: #333;
  margin-bottom: 40px;
}
.introduction ul {
  background-color: #242435;
  display: flex;
  justify-content: center;
}
.introduction li {
  color: #fff;
  transform: skewX(-150deg);
  display: block;
  padding: 0;
}
.introduction ul a {
  padding: 16px;
  width: 160px;
  border-right: solid 3px #fff;
  transform: skewX(150deg);
  margin: 0;
  text-decoration: none;
}
.introduction ul a:last-child {
  border-right: 0;
}
.introduction__wrapper {
  background: linear-gradient(to right, #EFEFEF 40%, rgba(50, 50, 50, 0) 40%);
  padding: 60px 16px;
}
.introduction__wrapper_box {
  background-color: #fff;
  max-width: 768px;
  margin: 0 auto 40px;
  border-bottom: solid 40px #1C4299;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
}
.introduction__wrapper_box > p {
  text-align: left;
  max-width: 410px;
  padding: 16px 0 0 0;
}
.introduction__wrapper_text h3 {
  background-color: #1C4299;
  color: #fff;
  margin-left: 40%;
  width: 60%;
  position: relative;
  padding: 16px 0;
  font-size: 20px;
}
.introduction__wrapper_text h3::before {
  content: attr(data-number);
  position: absolute;
  top: 130%;
  left: -60%;
  transform: translateY(-50%);
  color: rgba(50, 50, 50, 0.1);
  font-size: 8.0rem;
}
.introduction__wrapper_text h3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.introduction__wrapper_img {
  border-bottom: solid 10px #57A1D9;
  margin-bottom: 5px;
  padding: 8px 24px 24px;
}
.introduction__wrapper_img_flex {
  display: flex;
  justify-content: center;
}
.introduction__wrapper_img_flex > div {
  width: 20%;
  height: 200px;
  margin-left: 6px;
}
.introduction__wrapper_01_img img {
  height: 150px;
  object-fit: cover;
}
.introduction__wrapper_02_img img {
  height: 200px;
  object-fit: cover;
}
.imgsize01, .imgsize03 {
  width: 35%;
}
.imgsize02 {
  width: 20%;
}
.imgsize04 {
  width: 100%;
  height: 48% !important;
}
.imgsize05 {
  width: 18%;
  height: 100px !important;
  margin: 6px auto;
}
.imgsize06 {
  height: 300px;
  width: 35%;
}
.imgsize07 {
  width: 100%;
  height: 95px;
}
/*productここまで*/
/*companyここから*/
.company_kv {
  height: 200px;
  background-image: url("img/company_kv.jpg");
  background-size: cover;
  background-position: left 0px top 10%;
  position: relative;
}
.company_kv_h1 {
  position: absolute;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 6.0rem !important;
  letter-spacing: 4px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company_info__table, .company_history__table {
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
  max-width: 720px;
  margin: 32px auto;
  text-align: left;
  padding: 24px;
  background-color: #fff;
}
.company_info__table table, .company_history__table table {
  margin: 0;
  table-layout: fixed;
}
.company_info__table td, .company_history__table td {
  padding: 8px;
}
.company_info__table td:first-child, .company_history__table td:first-child {
  width: 40%;
}
.company_info__table td:last-child, .company_history__table td:last-child {
  width: 60%;
}
.company_info {
  padding-bottom: 32px;
}
.company_info > div {
  margin: 0 16px;
}
.company_history {
  background-color: #EFEFEF;
  padding-top: 0;
}
.company_access {
  padding-top: 0;
  background-color: #EFEFEF;
}
.company_access__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 16px;
}
.company_access__wrapper_text {
  width: 65%;
}
.company_access__wrapper_text p {
  text-align: left;
  padding-bottom: 0;
}
.company_access__wrapper img {
  max-width: 35%;
  max-height: 180px;
  object-fit: cover;
  object-position: left;
}
.company_access__wrapper_map iframe {
  border: 0;
  height: 400px;
  width: 90%;
  max-width: 720px;
}
.facility {
  background-color: #fff;
}
.facility h2 {
  background-color: #fff;
  color: #333;
  margin-bottom: 20px;
}
.facility_wrapper {
  display: flex;
  justify-content: center;
}
.facility_wrapper h3 {
  background-color: #1C4299;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-top: 24px;
}
.facility_wrapper table {
  margin: 16px auto;
  padding: 0 16px;
  text-align: left;
}
.facility_wrapper_01, .facility_wrapper_02 {
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
  width: 49%;
  max-width: 600px;
  max-height: 350px;
  display: flex;
  justify-content: space-between;
  padding: 32px 0 0;
  margin: 0 8px;
}
.facility_wrapper_01_text, .facility_wrapper_02_text {
  width: 40%;
}
.facility_wrapper_01_img, .facility_wrapper_02_img {
  width: 60%;
  padding: 24px 0;
}
.imgsize08 {
  width: 50%;
  height: 45%;
  object-fit: cover;
  object-position: center;
}
.imgsize09 {
  width: 40%;
  height: 45%;
  object-fit: cover;
  object-position: center;
}
/*companyここまで*/
/*privacypolicyここから*/
.pp_kv {
  height: 200px;
  background-image: url("img/pp_kv.jpg");
  background-size: cover;
  background-position: left 0px top 85%;
  position: relative;
}
.pp_kv_h1 {
  position: absolute;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 6.0rem !important;
  letter-spacing: 4px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pp_wrapper {
  padding: 80px 16px;
}
.pp_wrapper h2 {
  background-color: rgba(256, 256, 256, 0);
  color: #333;
  margin-bottom: 40px;
}
.pp_wrapper h3 {
  font-size: 1.8rem;
  color: #333;
}
.pp_wrapper > p {
  max-width: 720px;
  text-align: left;
}
.pp_description {
  max-width: 720px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 3.6rem;
  margin: 0 auto;
  text-align: left;
}
.pp_description li {
  list-style: none;
}
/*privacypolicyここまで*/
@media(max-width:768px) {
  .kv_h1 {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  h1, .product_kv_h1, .company_kv_h1, .pp_kv_h1 {
    font-size: 3.2rem;
    text-align: center;
    width: fit-content;
  }
  section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  h2 {
    font-size: 2.0rem;
    margin-bottom: 20px !important;
  }
  h3 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.6rem;
  }
  .commit__wrapper {
    padding: 0 16px 16px;
  }
  .commit__wrapper_box {
    display: block;
    margin-bottom: 30px;
    border: solid 1px #eee;
    max-width: 450px;
    padding: 32px 0;
  }
  .commit__wrapper_text {
    border: 0;
  }
  .commit__wrapper_img {
    height: 200px;
  }
  .commit__wrapper_img img {
    width: 100%;
    height: 200px;
  }
  .strength__wrapper {
    max-width: 98VW;
    margin: 0 auto;
  }
  .strength__wrapper_box {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-bottom: 30px;
  }
  .strength__wrapper_text {
    padding: 16px;
  }
  .strength__wrapper_text p:first-of-type {
    font-size: 1.8rem;
  }
  .strength__wrapper_img img {
    max-height: 180px;
  }
  .flow {
    padding-bottom: 80px;
  }
  .flow_kv {
    height: 300px;
  }
  .flow_h2 {
    top: 40%;
  }
  .flow__wrapper {
    max-width: 450px !important;
  }
  .step li img {
    max-width: 50px;
  }
  .strong {
    font-size: 1.6rem;
  }
  .step li p:first-child {
    width: 20px;
    height: 20px;
    padding: 6px 10px 12px 10px;
  }
  .step li p:nth-child(2) {
    padding: 0 0 0 8px;
    width: 55vw;
  }
  .step li:first-of-type p:first-of-type:before {
    height: 43%;
  }
  .dli-arrow-down {
    width: 0.2em;
    height: 1.5em;
  }
  .dli-arrow-down::before {
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-top: 0;
    border-right: 0;
  }
  .flow__wrapper {
    padding: 40px 16px;
    max-width: 85vw !important;
	margin-top: -180px;
  }
  .flow__wrapper_contact h3 {
    margin-bottom: 20px;
  }
  .flow__wrapper_contact p {
    padding: 8px 0;
    text-align: left;
  }
  .flow__wrapper_contact_list {
    display: block;
  }
  .flow__wrapper_contact_list_no {
    padding: 0 !important;
  }
  .flow__wrapper_contact_list_no_box hr {
    margin-bottom: 6px;
  }
  .flow__wrapper_contact_list_no_box p, .flow__wrapper_contact_list_no_box span {
    font-size: 1.4rem;
  }
  .flow__wrapper_contact_list_no_box a {
    padding: 8px 0 8px 8px;
  }
  .voice {
    padding: 40px 0 60px;
  }
  .voice__wrapper {
    display: block;
  }
  .voice__wrapper_box {
    width: 95vw;
    margin: 0 auto 30px;
    max-width: 450px;
  }
  .compatible__wrapper_box {
    max-width: 450px;
  }
  .compatible__wrapper_box > div {
    display: block;
  }
  .compatible__wrapper_01 {
    margin-top: 0;
  }
  .compatible__wrapper_03 {
    margin-bottom: 0;
  }
  .introduction {
    padding-top: 80px;
  }
  .introduction ul a {
    width: auto;
    padding: 8px 10px;
    font-size: 1.4rem;
  }
  .introduction__wrapper {
    padding: 30px 16px 50px;
  }
  .introduction__wrapper_box {
    max-width: 450px;
  }
  .introduction__wrapper_box p {
    padding-left: 8px;
  }
  .imgsize01, .imgsize03 {
    width: 55%;
  }
  .imgsize01, .imgsize02 {
    margin: 5px;
  }
  .imgsize02 {
    width: 35%;
  }
  .introduction__wrapper_img_flex > div {
    width: 40%;
    margin-left: 10px;
  }
  .introduction__wrapper_img_flex {
    margin-bottom: 10px;
  }
  .imgsize04 {
    height: 95px !important;
  }
  img.imgsize04:first-child {
    margin-bottom: 10px;
  }
  .imgsize05 {
    width: 30.5%;
    margin-right: 5px;
  }
  .imgsize05:last-child {
    margin-right: 0;
  }
  .imgsize06 {
    height: 200px;
    width: 45%;
  }
  .imgsize07 {
    width: 110%;
    height: 63px;
    object-fit: cover;
    margin-bottom: 5px;
  }
  .imgsize07:last-child {
    margin-bottom: 0;
  }
  .introduction__wrapper_text h3 {
    padding: 16px;
    text-align: right;
    margin: 0 0 0 auto;
  }
  .introduction__wrapper_text h3:before {
    left: -45%;
  }
  .company_info__table, .company_history__table {
    padding: 8px;
    max-width: 450px;
  }
  .company_history > div {
    margin: 0 16px;
  }
  .facility_wrapper {
    display: block;
    padding: 8px;
  }
  .facility_wrapper_01, .facility_wrapper_02 {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 600px;
    max-width: 450px;
  }
  .facility_wrapper_01_text, .facility_wrapper_02_text {
    width: 100%;
  }
  .facility_wrapper td:nth-child(2) {
    padding: 5px;
  }
  .facility_wrapper_01_img, .facility_wrapper_02_img {
    width: 80%;
    margin: 0 auto;
  }
  .imgsize08, .imgsize09 {
    height: 90px;
  }
  .facility_wrapper_01 {
    margin-bottom: 20px;
  }
  .company_info {
    padding-bottom: 60px;
  }
  .company_access__wrapper {
    display: block;
    margin-bottom: 20px;
    max-width: 450px;
  }
  .company_access__wrapper_text {
    width: 100%;
  }
  .company_access__wrapper img {
    max-width: 65%;
    margin-top: 20px;
  }
  .company_access__wrapper_map iframe {
    width: 100%;
    height: 300px;
  }
  .pp_description {
    padding: 32px 8px;
  }
}
@media(min-width:520px)and (max-width:768px) {
  .step li:first-of-type p:first-of-type:before {
    height: 42%;
  }
}