@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: 1vw;
  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);
}

header .kcm__Inner__wrap{
  display: flex;
  justify-content: space-between;
  width:100%;
  background: #fff;
  align-items: center;
  padding: 1em;
}

header .kcm__Inner__wrap .Logo{
  width:200px;
}

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;
}

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;
  position: relative;
}

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;
}

header .kcm__Inner__wrap .right ul li.contact a:hover::after{
  display: none;
}

header .header .header_main ul{
  gap: 20px;
}


@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: url(../images/kcm/border.gif)repeat-x center top #0043be;
  width:100vw;
  padding:1.1em .75em .75em;
  text-align: center;
  position: relative;
  font-size: var(--h3);
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  color:#fff;
}

.kcm__wrap{
  border:8px solid rgba(238,238,238,0.8);
  padding: 2em;
  max-width: 1200px;
  margin:var(--col-space) auto;
}
h2.kcm::after{
  content: '';
  position: absolute;
  bottom:-40px;
  left: 50%;
  transform:translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #0043be transparent transparent transparent;
}

.kcm__wrap p{
  line-height: 2.0;
}

.kcm_border_box{
  border:1px solid #ddd;
  padding: 1em;
  margin: 2em auto;
  position: relative;
}

.kcm_border_box .title{
  padding: 0 15px;
  display: inline-block;
  font-size: var(--h4);
  line-height: 1.1;
color:#092e84;
  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;
}

ul.number li:before{
  content: counter(count) ". ";
  counter-increment: count 1;
}

.border__blue__box{
  padding: 2em;
  border:8px solid #092e84;
  margin: 2em auto;
}

.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:#092e84;
  margin-bottom: 1em;
  padding-left: 25px;
}

.kcm__point__wrap .Item h3::before{
  content: '';
  border-radius: 1.46em;
  background: #092e84;
  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);
	border-top:1px solid #ddd;
}

footer.kcm{
  background:#021230;
  padding: 1em;
  text-align: center;
  color: #fff;
}

footer.kcm .copyright{
  color:#fff;
  font-size: 0.7rem;
}

@media screen and (min-width: 768px) {
  header .header_main {
      display: flex;
      margin: auto;
      justify-content: space-between;
      width: 100%;
      align-items: center;
  }
  
  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) {

  header .header .header_main{
    display: block;
    margin: auto;
    width: 100%;
  }

  header .kcm__Inner__wrap .right ul {
    display: none;
  }

  header .header .header_main.open ul {
    align-items: flex-start;
    width: max-content;
    margin: 15vh auto 0;
    }
    .open .Logo {
      margin-top: 0;
      opacity: 0;
  }

  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;
  }

header .kcm__Inner__wrap .right ul li.contact a::before{
  display: none;
}

  h2.kcm{
    background: url(../images/kcm/border.gif)repeat-x center top #0043be;
    background-size:100%;
  }

  .kcm__wrap{
    border:4px solid rgba(238,238,238,0.8);
    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;
  }

  h2.kcm::after{
    border-width: 20px 20px 0 20px;
    bottom:-20px;
  }

  header.kcm{
    position: relative;
    padding: 3.5em 1em 4.5em;
  }

  .flow__bg h2 .icon{
    width:50px;
  }

  header .kcm__Inner__wrap .Logo{
    margin-left: auto;
    margin-right: auto;
    width:150px;
  }

  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;
}


}