@charset "UTF-8";

/*
Theme Name: speedy
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;1,400&display=swap');

:root { 
  --key-Color: #1a2254;
  --blue: #022e78;
  --red: #bf0826;
  --corner: 2.46em;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --w50-space: 45%;
  --s1-space: 7.5vh;
  --s2-space: 5vh;
  --s3-space: 2.5vh;
  --containner: 1100px;
  --h1 :5.510vw;
  --h2 :5.7083vw;
  --h3 : 3.7rem;
  --h4 : 1.25rem;
  --Text-normal: 16px;
  --navi-ft-size: 1.0rem;
  --flex_hurf : calc(100% / 2);
  --flex_third : calc((100% - 5vw) / 3);
  --flex_third_space : calc((100% - 6%) / 3);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --ph_left_img: 50vw;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1350px) {
  
    :root { 
      --logo_wide: 200px;
      --nav_ft_size: 16px;
      --row-space : 5vw;
      --negative_margin_bottom: -10vh;
    }
  
  }
  
  @media screen and (min-width: 768px) and (max-width: 1024px) {
  
    :root { 
      --logo_wide: 200px;
      --nav_ft_size: 16px;
      --row-space : 1.5em;
      --col-space : 5vh;
      --s2-space: 3vh;
      --negative_margin_bottom: -10vh;
      --w50-space :100%;
      --ph_left_img: 70vw;
    }
  
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --row-space : 4vw;
      --col-space : 5vh;
      --h1 :10.510vw;
      --h2 :10.7083vw;
      --s1-space: 5vh;
      --s2-space: 2.5vh;
      --s3-space: 1.5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      --sp-none: none;
      --fix_head_margin: 50px;
      --flex_concept01 : calc(100% / 2);
      --flex_concept02 : calc(100% / 2);
      --w50-space: 100%;
      }
  
      .sp-none{
        display:none;
      }
  
  }
  
  
  
  @media screen and (min-width: 768px) {
  
    .br-sp{display:none;}
  
    .pc-none{
    display:none;
    }
  }
  
  form a{
    color: var(--key-Color);
  }
  

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #010101;
  background:#fff;
}

body{
  --sb-track-color: #e9e9e9;
  --sb-thumb-color: #000000;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}

.kcm__wrap{
  counter-reset: number 0;
}

header .kcm__Inner__wrap{
  display: flex;
  justify-content: space-between;
  width:100%;
  background: #fff;
  align-items: center;
  padding: 1em;
}

header .kcm__Inner__wrap .Logo{
  min-width: 200px;
  margin: auto;
}

header .kcm__Inner__wrap .right{
  margin-left: auto;
  margin-right: 1em;
}

header .kcm__Inner__wrap .right ul{
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  gap: 10px;
}

header .kcm__Inner__wrap .right ul li{
  margin: 0 10px;
}

header .kcm__Inner__wrap .right ul li a{
  color:#010101;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .kcm__Inner__wrap .right ul li a:hover{
  color:#0043be;
}

header .kcm__Inner__wrap .right ul li.contact a{
  background: #e21e35;
  padding: 1em;
  display: block;
  color:#fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .kcm__Inner__wrap .right ul li.contact a:hover{
  background: #ff011f;
}

@media screen and (min-width: 768px) {
  header .kcm__Inner__wrap .sp_menu_btn{
    display: none;
  }
}

.kv__wrap{
  margin: auto;
  text-align: center;
}

h2.kcm{
  background: #111010;
  width:100vw;
  padding:1.1em .75em .75em;
  text-align: center;
  position: relative;
  font-size: var(--h4);
  font-family: "Anton", sans-serif;
  font-weight: 800;
  color:#fff;
  line-height: 1.255;
}

h2.kcm.mb{
  margin-bottom: var(--col-space);
}

h2.kcm span.en{
  display: block;
  text-align: center;
  font-size: var(--h1);
  letter-spacing: 0.086em;
}

h2.no-bg{
background: transparent;
color:#000;
text-align: left;
}

h2.no-bg span.en{
  text-align: left;
}

.kcm__wrap{
  padding: 2em;
  max-width: 1200px;
  margin:0 auto 0;
  background: #fff;
}

.message .kcm__wrap{
  background: transparent;
}

.kcm__wrap p{
  line-height: 2.0;
}

.kcm_border_box{
  border:1px solid #ddd;
  padding: 1em;
  margin: 2em auto;
  position: relative;
  max-width: 1200px;
}

.kcm_border_box .title{
  padding: 0 15px;
  display: inline-block;
  font-size: var(--h4);
  line-height: 1.1;
color:#e21e35;
  background: #fff;
  position: absolute;
  top:-15px;
  font-weight: bold;
}

.yellow{color:#fff281;}

ul.number{
  counter-reset: count 0;
  font-size:1.0rem;
}

ul.number li{
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1.2em;
}

ul.number li:last-child{
  margin-bottom: 0;
}

.kcm__point__wrap .Item h3{
  position: relative;
}

.kcm__point__wrap .Item h3:after{
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  right:0;
  top:-10vh;
  font-size: var(--h2);
  color:#f2c6cb;
  z-index: -1;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

section.message{
  position: relative;
  padding-bottom: var(--col-space);
}

section.case{
  padding-top: var(--col-space);
  padding-bottom: var(--col-space);
}

section.case .factory__box .txt:before{
  display: none;
}

section.service::before {
  content: '';
  position: absolute;
  top: 5vh;
  right: -5vw;
  width: 40vw;
  height: 50vh;
  background: url(../images/engine_bg.png) no-repeat right bottom;
  background-size: contain;
  mix-blend-mode: multiply;
  z-index: -1;
}

section.message::before {
  content: '';
  position: absolute;
  top: 5vh;
  left: -15vw;
  width: 40vw;
  height: 50vh;
  background: url(../images/engine_bg_02.png) no-repeat center;
  background-size: contain;
  mix-blend-mode: multiply;
  z-index: -1;
}
section.message::after {
  content: '';
  position: absolute;
  bottom: 5vh;
  right: 0;
  width: 30vw;
  height: 60vh;
  background: url(../images/ar-lab/ilust-2.png) no-repeat center bottom -10vh;
  background-size: contain;
  mix-blend-mode: multiply;
  z-index: -1;
}
section.company{
  position: relative;
  padding:var(--col-space)  var(--row-space) var(--col-space) ;
  background: #212121;
}

@media screen and (min-width: 768px) {

  header .header_main{
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 100%;
  }

  header .header_main ul li, header .header_main ul li:nth-of-type(2), header .header_main ul li:nth-of-type(3), header .header_main ul li:nth-of-type(4), header .header_main ul li:nth-of-type(5), header .header_main ul li:nth-of-type(6){
    opacity: 1;
    transform: inherit;
  }

}

@media screen and (max-width: 767px) {
  section.service::before{
    width: 80vw;
  }
  .kcm__point__wrap .Item h3:after{
    font-size: calc(var(--h2) * 1.5);
  }
}

section{
  padding-left: var(--row-space);
  padding-right: var(--row-space);
}

.border__blue__box{
  padding: 2em;
  border:8px solid #e21e35;
  margin: 2em auto;
}

figure.img-border img{
  border:1px solid #e21e35;
  padding: 6px;
}

.border__blue__box:last-child{
  margin-bottom: 0;
}

.border__blue__box .title{
  background: #092e84;
  display: inline-block;
  padding: 5px 10px;
  color:#fff;
  text-align: center;
  font-size: var(--h4);
  margin-bottom: 1em;
}

.border__blue__box.green{
  border-color: #096e84;
}

.border__blue__box.green .title{
  background: #096e84;
}

dl.about{
  border-bottom: 1px solid #010101;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1.0rem;
}

dl.about:first-of-type{
  border-top: 1px solid #010101;
}

dl.about dt{
  padding: 1em;
  background: #fafafa;
  text-align: center;
  margin: 0;
  min-width:30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

dl.about dd{
  padding: 1em;
  background: #fff;
  text-align: left;
  margin: 0;
}

.kcm__point__wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--col-space);
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.kcm__point__wrap:first-child{
  margin-top: var(--col-space);
}

.kcm__point__wrap.flex_reverse{
  flex-direction: row-reverse;
}

.kcm__point__wrap .Item{
  width:calc(95% / 2);
}

.kcm__point__wrap .Item h3{
  position: relative;
  font-size: var(--h4);
  font-weight: 600;
  color:#e21e35;
  margin-bottom: 1em;
  padding-left: 25px;
}

.kcm__point__wrap .Item h3::before{
  content: '';
  border-radius: 1.46em;
  background: #e21e35;
  position: absolute;
  top:0;
  left:0;
  width:10px;
  height:100%;
  max-height: 100px;
}

.flow__bg{
  background: url(../images/kcm/flow__bg.png)no-repeat right bottom;
  background-size: cover;
  padding: var(--col-space) var(--row-space);
}

.flow__bg .Inner{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.flow__bg h2{
  font-size: var(--h3);
  color:#0043be;
  font-weight: 700;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  margin-bottom: 1em;
}

.flow__bg h2 .icon{
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}

.flow__bg .flow__Inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: count 0;
}

.flow__bg .flow__Inner .Item{
  background: #fff;
  width:calc(95% / 2);
  margin-top: 2em;
  padding: 2em;
}

.flow__bg .flow__Inner .Item.auto{
  margin-left: auto;
  margin-right: auto;
}

.flow__bg .flow__Inner .Item .title{
  color:#c62d2e;
  font-size: var(--h4);
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}

.flow__bg .flow__Inner .Item .title:before{
  content: counter(count) "";
  counter-increment: count 1;
  background: #c62d2e;
  border-radius: 50%;
  top:0;
  left:0;
  width:40px;
  height:40px;
  line-height: 40px;
  color:#fff;
  position: absolute;
  text-align: center;
}

.model__title{
  font-size: calc(var(--h3) / 2);
  font-weight: bold;
  margin:2em 0 1em;
  color:#092e84;
}

.model__image{
  padding: 1em;
  border: 8px solid #ddd;
  text-align: center;
  margin: auto;
  max-width: 1000px;
}

section.kcm{
  padding: var(--col-space) var(--row-space);
}

.message__img__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 5vh;
  justify-content: center;
  margin-bottom: 5vh;
}

.message__img__wrap .three{
  width: var(--flex_third);
}

section.service{
  padding-top:1em;
  padding-bottom: 1em;
  background: #111010;
  padding-right: 1em;
  padding-left: 1em;
}

.service__item{
 padding: 1em;
 background: #fff;
 position: relative;
 margin: 0 5px;
}

.service__item::after{
  content: '';
  background: url(../images/ar-lab/curcle.png)no-repeat;
  position: absolute;
  top:20px;
  right:10px;
  width:40px;
  height: 20px;
  background-size: contain;
}

.service__item .icon{
  width:45px;
  height:45px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  margin-bottom: 10px;
  font-size: 28px;
  position: relative;
  display: block;
  font-family: "Anton", sans-serif;
}

.service__item .icon .cont{
  position: relative;
  z-index: 2;
  margin: 2px 0 0 5px;
}

.service__item .icon::after{
content: '';
position: absolute;
top:7px;
left:5px;
width:30px;
height:30px;
transform: rotate(45deg);
background: #000;
display: block;
z-index:0;
left: 25%;
right:25%;
}
footer.kcm{
  background:#021230;
  padding: 1em;
  text-align: center;
  color: #fff;
}

footer.kcm .copyright{
  color:#fff;
  font-size: 0.7rem;
}

@media screen and (max-width: 767px) {

  .br-pc{
    display: none;
  }

  section.service{
    padding-top: 4em;
    padding-bottom: 2em;
  }

  section.message::before{
    display: none;
  }

  header .header .header_main{
    display: block;
    margin: auto;
    width: 100%;
  }

  header .kcm__Inner__wrap .right ul{
    display: none;
  }


  .kcm__wrap{
    padding: 2.6vw;
  }
  .border__blue__box{
    padding: 2.6vw;
    border-width:4px;
  }

  .kcm__point__wrap .Item{
    width:100%;
  }

  .kcm__point__wrap .Item:first-child{
    margin-bottom: 3.6vh;
  }

  .kcm_border_box{
    margin:2.5vh auto;
    padding: 5vw;
  }

  .kcm__wrap p.Center{
    text-align: left;
  }

  .flow__bg .flow__Inner .Item{
    width:100%;
    padding: 1em;
  }

  .model__image{
    border-width: 4px;
  }

  h2.kcm, .flow__bg h2{
    font-size: 1.458rem;
  }

  header.kcm{
    position: relative;
    padding: .65em 1em 1.2em;
  }

  .flow__bg h2 .icon{
    width:50px;
  }

  header .kcm__Inner__wrap .Logo{
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    width:250px;
  }

  section{
    padding-left: 2.6vw;
    padding-right: 2.6vw;
  }

  ul.number li{
    margin-bottom: .55em;
  }


  dl.about{
    font-size: 0.9rem;
  }

  .flow__bg .flow__Inner .Item .title:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
  .flow__bg .flow__Inner .Item .title{
    padding-left: 40px;
    margin-bottom: .5em;
  }
  .flow__bg .flow__Inner .Item{
    padding: 3.6vw;
  }

  .model__title{
    margin: 1em 0 .5em;
    font-size: 1.3rem;
  }

  section.kcm{
    padding-top: 0;
  }

  .border__blue__box .title{
    font-size: 1.0rem;
    width:100%;
  }

  img.bottom_logo{
    max-width: 90px;
  }

  header .header .header_main.open li{
    opacity: 1 !important;
  }
  header .kcm__Inner__wrap .right{
    margin-right: auto;
  }

  .open .Logo{
    margin-top: 0;
    opacity:0;
  }
  header .header .header_main.open{
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  header .header .header_main.open ul li.contact a:before{
    display: none;
  }

  header .kcm__Inner__wrap .right ul li{
    margin:0;
  }
  header .header .header_main.open ul{
    align-items: flex-start;
  }
  header .header_main ul li, header .header_main ul li:nth-of-type(2), header .header_main ul li:nth-of-type(3), header .header_main ul li:nth-of-type(4), header .header_main ul li:nth-of-type(5), header .header_main ul li:nth-of-type(6){
    transition-delay:0s;
  }
}

.flow {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 60px;
}

.flow > li {
  list-style-type: none;
  width: 100%;
  max-width: calc(90% / 5);
  display: flex;
  background: #fff;
}

@media screen and (max-width: 767px) {

  .flow{
    flex-wrap: wrap;
  }
  .flow > li{
    max-width:100%;
  }
}

.flow > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #e21e35;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #e21e35;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #e21e35;
  position: relative;
}

.flow > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #e21e35;
  border-right: 4px solid #e21e35;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #e21e35;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow > li dl dd {
  margin-left: 0;
}

section.flow-wrap{
  background: #e9e9e9;
  padding: var(--col-space) var(--row-space);
}

@media(max-width: 767px){
  .flow {
    gap: 20px;
  }
  .flow > li {
    max-width: unset;
    display: block;
  }
  .flow > li:not(:first-child) dl::before {
    display: none;
  }
}

.flow_design03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 30px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #e21e35;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #e21e35;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #e21e35;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.bottom__image__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom__image__wrap .Hurf{
  width:var(--flex_hurf);
}