@charset "UTF-8";

/* ================================================================
guideline
================================================================ */
.box {
  margin-bottom: 120px;
}

.type_bt ul {
  display: flex;
  gap: 0 40px;
  justify-content: center;
}

.type_bt li {
  border: 1px solid #ccc;
  padding: 20px 20px;
  background: #fff;
  width: 16em;
  text-align: center;
  cursor: pointer;
}

.type_bt li.select {
  border: 1px solid #ec7e21;
  color: #ec7e21;
}

.inner {
  max-width: 1200px;
  padding: 105px 15px;
  margin: 0 auto;
}

.mi_h2 {}

.mi_h2 h2 {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.application {
  display: none;
}

body.type1 .application.type1,
body.type2 .application.type2,
body.type3 .application.type3 {
  display: block;
}

.application_wrap {
  background: #fff;
  padding: 70px 80px;
}


div.application_con {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

div.application_con dl {
  display: table-row;
  margin: 0;
  padding: 0;
}

div.application_con dt,
div.application_con dd {
  display: table-cell;
  padding: 25px 30px;
  ;
  vertical-align: top;
  margin: 0;
}

div.application_con dt {
  border-top: 1px solid #ec7e21;
  border-bottom: 1px solid #ec7e21;
  font-weight: bold;
  text-align: left;
  width: 220px;
}

div.application_con dd {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

div.application_con dd strong {
  font-weight: bold;
  color: #ec7e21;
}

@media screen and (max-width: 767px) {

  .box {
    margin-bottom: 60px;
  }

  .mi_h2 h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .type_bt ul {
    gap: 0 4%;
  }

  .type_bt li {
    padding: 16px 0;
    width: 7em;
  }

  .application_wrap {
    padding: 20px 6%;
  }

  div.application_con {
    display: block;
    border-bottom: 1px solid #ec7e21;
  }

  div.application_con dl {
    display: block;
    border-top: 1px solid #ec7e21;
  }

  div.application_con dt,
  div.application_con dd {
    display: block;
    padding: 10px 4px;
    border: none;
  }

  div.application_con dt {
    background-color: transparent;
    font-weight: bold;
    width: auto;
  }

  div.application_con dd {
    border-top: 1px solid #ccc;
  }
}

.flow_inner {
  max-width: 1200px;
  padding: 105px 15px;
  margin: 0 auto;
}

.flow ol {
  border: 1px solid #ccc;
  padding: 50px 80px 50px 100px;
  margin: 0 auto;
  max-width: 800px;
}


.flow li {
  min-height: 130px;
  position: relative;
  padding-left: 60px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-left: 1px dashed #ec7e21;
}

.flow li::before {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  content: '';
  left: -0.6em;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.6em;
  border-top-color: #ec7e21;
  border-bottom: 0;
}

.flow li:last-child {
  border-left: none;
  min-height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
}


.flow li:last-child::before {
  display: none;
}

.flow li p {
  font-weight: bold;
  padding-top: 1em;
  font-size: 1.8rem;
  margin-top: 0;
}

.flow li p span {
  font-size: 1.5rem;
  display: block;
  font-weight: normal;
  margin-top: 0.5em;
}

.flow li p::before,
.flow li p::after {
  position: absolute;
}

.flow li p::before {
  content: '';
  top: 0;
  left: -35px;
  width: 70px;
  height: 70px;
  background: #ec7e21;
  border-radius: 50%;
}

.flow li p::after {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  top: 0;
  left: -35px;
  color: #fff;
  font-size: 2.2rem;
}

.flow li:nth-child(1) p::after {
  content: '1';
}

.flow li:nth-child(2) p::after {
  content: '2';
}

.flow li:nth-child(3) p::after {
  content: '3';
}

.flow li:nth-child(4) p::after {
  content: '4';
}

.flow li:nth-child(5) p::after {
  content: '5';
}

.flow li:nth-child(6) p::after {
  content: '6';
}

.flow li:nth-child(7) p::after {
  content: '7';
}

.flow li:nth-child(8) p::after {
  content: '8';
}

.btn {
  text-align: center;
  margin-bottom: 80px;
}

.btn p {
  margin: 0;
}

@media screen and (max-width: 767px) {

  .inner {
    padding: 65px 6%;
  }

  .flow ol {
    padding: 20px 20px 20px 30px;
  }

  .flow li {
    min-height: 70px;
    padding-left: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .flow li::before {
    left: -0.5em;
    border-width: 0.4em 0.5em;
  }

  .flow li p {
    font-size: 1.5rem;
    padding-top: 0.2em;
  }

  .flow li p span {
    font-size: 1.4rem;
    margin-top: 0.3em;
    line-height: 1.5;
  }

  .flow li p::before,
  .flow li p::after {
    left: -15px;
    width: 30px;
    height: 30px;
  }

  .flow li p::after {
    line-height: 30px;
    font-size: 1.3rem;
  }

  .btn {
    margin-bottom: 50px;
  }
}

#introduction {}

#introduction .movie {
  margin: 50px auto 0 auto;
  max-width: 800px;
}

#introduction .movie video {
  width: 100%;
  height: auto;
}

#introduction .yt_wrap {
  margin: 50px auto 0 auto;
  max-width: 800px;
}

#introduction .yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#introduction .yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #introduction .yt_wrap {
    margin: 30px auto 0 auto;
  }
}

#bana {
  text-align: center;
}

.bana_con {
  display: none;
  font-size: 1.7rem;
}

body.type1 .bana_con.type1,
body.type2 .bana_con.type2,
body.type3 .bana_con.type3 {
  display: block;
}
