@charset "UTF-8";

/* commons */
body section{
  padding:100px 0;
}

a.btn_mail{
  background: var(--c-blue01);
  display: block;
  color:#fff;
  padding:12px;
  padding-left:20px;
  max-width: 100%;
  width:100%;
  border-radius: 50px;
  position: relative;
  &:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left: 30px;
    margin: auto;
    width: 15px;
    height: 12px;
    background: url(../images/ico_mail.svg);
    background-size: cover;
  }
}
.btn_arrow_left{
  border-bottom: solid 1px #000;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-right:0;
  position: relative;
  font-weight: bold;
  margin: auto;
  text-align: center;
  width: fit-content;
  display: block;
  &:after{
    top:-3px;
    left:0;
    right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .sec_ttl {
    margin-bottom:40px;
  }
  body section{
    padding:80px 0;
  }
}

/* mv */

#mv_un{
  background: url(../images/ibt/img_mv.png);
  background-size: cover;
  height: 340px;
  position: relative;
}
.mv_txt{
  width:fit-content;
  margin: auto;
}
.mv_txt h1{
  margin-bottom:10px;
}
.mv_txt p{
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #mv_un{
    background: url(../images/ibt/img_mv_sp.png);
    background-size: cover;
    height: auto;

  }
}
/* cons_intro */

.cons_nav{
  padding:60px 0 0px;
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.cons_nav a{
  min-width: 240px;
  font-size: 14px;
  font-weight:bold;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 3px;
  padding-right: 25px;
  position: relative;
  color:#464646;
  &:after {
    transform:rotate(90deg);
      left: auto;
      right: 0px;
      top: -5px;
  }
}
#cons_intro .fl{
  display: flex;gap:40px;
}
#cons_intro .fl img{
  display: block;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #cons_intro {
    padding: 80px 0 80px;
  }
  .cons_nav{
    padding:40px 20px 0;
    justify-content: center;
    gap:0;
  }
  .cons_nav a{
    font-size: 12px;
    padding:12px 0;
  }
  .ico_arr:after {
    width: 15px;
    height: 15px;
  }
  #cons_intro .fl {
    flex-direction: column;
        gap: 30px;
  }
  #cons_intro .fl p{
    padding:0 20px;
  }
}
/* cons_intro end*/

/* intor */
#intro h2{
  margin-bottom:30px;
}
#intro h3{
  width: fit-content;
  margin: auto;
  margin-bottom:20px;
  font-size:20px;
}
#intro ul{
  width: fit-content;
  margin: auto;
  margin-bottom:40px;
}
#intro li{
  font-size: 12px;
  /* padding-left: 15px; */
  text-align: center;
  position: relative;
  /* &:before{
    position:absolute;
    content:"※";
    left: 0;
  } */
}
/* intor end */

@media screen and (max-width: 1024px) {
  #intro{
    padding:80px 0;
  }
  #intro >div{
    padding:0 40px;
  }
  #intro h3{
    font-size: 16px;
  }
  #intro ul {
    width: 100%;
  }
  #intro li {
    font-size: 10px;
    text-align: left;
  }
}
/* intro end */


/* licence */
#licence{
  background: #F1F8FE;
  padding-bottom:100px;
}
#licence .sec_ttl{
  margin-bottom:40px;
}
#licence .txt_intro{
  margin-bottom:50px;
  text-align: center;
}
#licence h3{
  margin-bottom:40px;
  text-align: center;
  font-size:32px;
  font-weight:400;
  letter-spacing: 12.8px;
  color: var(--c-blue01);
}
.lice_wrap{
  margin-bottom: 60px;
}
.lice_wrap:last-of-type{
  margin-bottom: 0px;
}
.lice_box{
  max-width: 880px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:20px;
  margin: auto;
}
.lice_box a{
  background: #fff;
  max-width: 280px;
  padding:25px 20px;
  padding-right:30px;
  border-radius: 20px;
  min-height: 160px;
}
.lice_box a:after{
  right: 10px;
  left: auto;
}
.lice_box h4{
  color:var(--c-blue01);
  margin-bottom:10px;
  line-height: 1.38;
  position: relative;
}
.lice_box h4.ico_smp{
  width:80%;
}
.lice_box h4.ico_smp:after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -55px;
  height: 40px;
  width:28px;
  height: 40px;
  background: url(../images/ibt/ico_smp.svg);
  background-size: cover;
}
.lice_box p{
  font-size: 12px;
  margin-bottom:10px;
  line-height: 1.5;
}
.lice_box .list_gray{
  justify-content: flex-start;
    flex-wrap: wrap;
}
.ico_smp_adj{
  width: 81%;
}
@media screen and (max-width: 1024px) {
  #licence {
    padding-bottom: 80px;

  }
  #licence .sec_ttl {
    margin-bottom: 30px;
  }
  #licence .txt_intro{
    text-align: left;
      padding:0 20px;
      margin-bottom:30px;
  }
  .lice_box {
    grid-template-columns: 1fr;
  }
  #licence h3 {
    font-size: 24px;
    margin-bottom:20px;
  }
  .lice_box a {
    padding: 20px;
    padding-right: 40px;
    border-radius: 20px;
    min-height: auto;
    max-width: 100%;
          width: 100%;

  }
  .lice_wrap {
    margin-bottom: 40px;
  }
  .lice_wrap:last-of-type{
    margin-bottom: 0px;
  }
  .lice_box h4.ico_smp:after{
    right: -55px;
  }
}
/* licence end */

/* disp  */
#disp h2{
  margin-bottom:40px;
}

#disp .txt_intro{
  margin-bottom:40px;
  text-align: left;
}
#disp .fl{
  display: flex;
  justify-content: center;
  gap:30px;
}
#disp .fl img{
  max-width: 380px;
}
@media screen and (max-width: 1024px) {
  #disp .txt_intro{
    text-align: left;
    padding: 0 20px;
  }
  #disp .fl {
    flex-direction: column;
    gap:20px;
  }
}
/* disp end */




/* appli */
#app1{
  background: #FFF8DB;
  padding:100px 0 0;
}
.appli .sec_ttl{
  margin-bottom:60px;
}
.app_inner{
  max-width: 880px;
  margin: auto;
}
.app_box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:40px 45px;
  border-radius:20px;
  background: #fff;
  max-width: 100%;
  margin: auto;
  margin-bottom:40px;
}
.app_box h2{
  font-size: 24px;
  text-align: center;
  margin-bottom:20px;
  color:var(--c-blue01);
}
.app_box p{
  line-height: 1.8;
  letter-spacing: 0.8px;
  margin-bottom:30px;
}
.app_btn a{
  display: block;
  width: fit-content;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
a.btn_mail{
  background: var(--c-blue01);
  display: block;
  color:#fff;
  padding:25px;
  padding-left:60px;
  max-width: 460px;
  width:100%;
  border-radius: 50px;
  font-size: 20px;
  margin-bottom:0px;
  position: relative;
  &:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left: 80px;
    margin: auto;
    width: 25px;
    height: 20px;
    background: url(../images/ico_mail.svg);
    background-size: cover;
  }
}
.app_btn .ico_arr{
  border-bottom:solid 1px #000;
  padding-bottom:3px;
  padding-right:25px;
  position: relative;
  &:after{
    left:auto;
    right:0px;
    top: -5px;
  }
}
.appli .btn_arrow_left{
  text-align: right;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #app1 {
    padding: 80px 0 0;
  }
  #app1 .appli{
    padding: 0px 0 0;
  }
  .appli {
    padding:20px 0 40px;
  }
  .appli .sec_ttl {
    margin-bottom: 50px;
  }
  .appli .app_wrap {
      flex-direction: column;
      align-items: center;
      gap:20px;
  }

  .app_box {
    padding: 30px 35px;
    margin-bottom:20px;
  }
  .app_box h2 {
    font-size: 20px;
    text-align: center;
  }
  .app_box p {
    margin-bottom: 25px;
  }
  a.btn_mail{
    font-size: 16px;
    padding:20px;
    padding-left:50px;
    &:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 40px;
    }
  }
  .app_btn .ico_arr{
    font-size: 12px;
    &:after {
      width:12px;
      height: 12px;
    }
  }
  .appli .btn_arrow_left {
    font-size: 12px;
  }
}

/* apli end */

/* reason */

#reason {
  padding:100px 0 0;
  background: #FFF8DB;
}
#reason .appli{
  margin-bottom:100px;
}
.rea_wrap_01{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.rea_wrap_01 > div{
  max-width: 560px;
  & img{
    display: block;
    width: 100%;
    margin-bottom:30px;
  }
  & h3{
    color:#464646;
    font-size: 24px;
    margin-bottom:15px;
  }
  & p{
    margin-bottom:10px;
    line-height: 1.8;
  }
}
.rea_check {
  max-width: 880px;
  margin: auto;
  & li{
    font-weight: bold;
    padding:20px;
    padding-left:80px;
    position: relative;
    border-top: dotted 0.5px;
    border-width: medium;
    border-color: #4B4B4B44;
    &:last-of-type{
      border-bottom: dotted 0.5px;
      border-width: medium;
      border-color: #4B4B4B44;
    }
    &:before{
      content:"";
      position: absolute;
      top:0;
      bottom:0;
      left: 40px;
      margin: auto;
      width: 20px;
      height:20px;
      background: url(../images/ibt/ico_check.svg);
      background-size: cover;
    }
  }
}

@media screen and (max-width: 1024px) {
  .rea_wrap_01 {
      flex-direction: column;
      gap:40px;
  }
  .rea_wrap_01 h3{
    padding:0 20px;
  }
  .rea_wrap_01 p{
    padding:0 20px;
  }
  .rea_check {
    padding:0 20px;
    & li {
      padding-left: 40px;
      &:before {
        left: 3px;
        top: 22px;
        bottom: auto;
      }
    }
  }
}

/* reason end */

/* flow */
#flow{
  background: #FFF8DB;
  padding:100px 0;
}
.flow_wrap_01{
  max-width: 880px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap:40px 50px;
  margin-bottom:60px;
  & > div{
    max-width: 260px;
    width: 100%;
    display: grid;
    grid-template-columns: 75px 1fr;
    border-radius: 20px;
    background: #fff;
    position: relative;
    &:after{
      bottom:0;
      top:0;
      right: -25px;
      margin: auto;
      position:absolute;
      content:"";
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color: var(--c-blue01)  var(--c-blue01) transparent transparent;
      transform: rotate(45deg);
      background: transparent;
    }
    &:last-of-type:after{
      content:none;
    }
  }
  & .flow_num{
    line-height: 1.2;
    font-size: 20px;
    padding:20px;
    text-align: center;
    background:#DEF0FF;
      font-family: Montserrat;
    color: var(--c-blue01);
    border-radius: 20px 0 0 20px;
    font-weight: bold;
    & span{
      font-weight: normal;
      font-size: 12px;
    }
  }
  & .flow_txt{
    font-size: 12px;
    padding:20px;
    & .txt_cap{
      padding-top:10px;
      font-size: 10px;
      padding-left: 15px;
      position: relative;
      &:before{
        position:absolute;
        content:"※";
        left: 0;
      }
    }
  }
}
.flow_cap_li{
  font-size: 12px;
  max-width: 800px;
  margin: auto;
  margin-bottom:40px;
  & li{
    padding-left: 15px;
    position: relative;
    &:before{
      position:absolute;
      content:"※";
      left: 0;
    }
  }
}

#flow a.btn_mail{
  background: var(--c-blue01);
  display: block;
  color:#fff;
  padding:20px;
  padding-left:30px;
  max-width: 460px;
  width:100%;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  position: relative;
  &:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left: 110px;
    margin: auto;
    width: 25px;
    height: 20px;
    background: url(../images/ico_mail.svg);
    background-size: cover;
  }
}

#flow .flow_wrap_02 a.btn_mail{
  padding-left: 80px;
  text-align: center;
  &:before{
    left:110px;
  }
}
#flow .flow_wrap_02 > div a.btn_mail:before{
  left:95px;
}
@media screen and (max-width: 1024px) {
  #flow{
    padding:80px 0 40px;
  }
  .flow_inner{
    width: 90%;
  }
  .flow_inner {
    & h3 {
      text-align: left;
      font-size: 20px;
      padding-top:20px;
      margin-bottom:20px;
    }
  }
  .flow_sec{
    padding:0 20px;
  }
  .flow_wrap_01 {
    margin-bottom: 40px;
    gap: 40px 50px;
    margin-bottom:25px;
    & > div {
        max-width: 100%;
    }
  }
  .flow_wrap_01 {
    & > div {
      &:after {
          transform: rotate(135deg);
          bottom: -23px;
          top: auto;
          right: 0;
          left: 0;
      }
    }
  }
  .flow_cap_li {
    margin-bottom: 25px;
  }
  #flow a.btn_mail {
    padding: 12px 20px;
    padding-left: 80px;
    font-size: 16px;
  }
  #flow a.btn_mail {
    &:before {
        left: 40px;
    }
  }
  .flow_sec_02 {
    padding:0 20px;

  }
  .flow_wrap_02{
    flex-direction: column;
    margin-left:-40px;
    margin-right:-40px;
  }
  #flow .flow_wrap_02 a.btn_mail {
    width: 80%;
    padding: 20px;
    padding-left: 50px;
    margin-bottom:0;
  }
  #flow .flow_wrap_02 a.btn_mail {
      &:before {
          left: 65px;
      }
  }
  #flow .flow_wrap_02 > div a.btn_mail:before{
    left:50px;
  }
  #flow .flow_wrap_02 .btn_normal{
    padding: 15px 10px;
  }

}
/* flow end */

/* comparison */
#section{
  padding:100px 0;
}
#comparison table{
  max-width: 880px;
  margin: auto;
}
#comparison table th,
#comparison table td{
  border: solid 1px #f0f0f0;
  padding:10px 15px;
  vertical-align: middle;
  font-size: 14px;
}
#comparison table th{
  text-align: center;
  background: #F7F7F7;
  &:first-of-type{
    background:#fff;
    font-weight:normal;
    font-size: 14px;
  }
}
#comparison table th.first_cell{
  width:15%;
  background: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  #comparison table th,
  #comparison table td{
    padding: 10px 10px;
    font-size: 12px;
  }
  #comparison table th {
    &:first-of-type {
        font-size: 10px;
    }
  }
  #comparison table th.first_cell {
    width: 20%;
  }
}
/* compresion end */

/* qa */
#qa{
  background: #F7F7F7;
  padding:100px 0;
}
.qa_wrap{
  max-width: 880px;
  margin: auto;
}
.qa_box{
  padding:0 40px;
  cursor: pointer;
  font-weight: bold;
  position:relative;
  border-bottom: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
}
.qa_box:first-of-type{
  border-top: dotted 0.5px;
  border-width: medium;
  border-color: #7B7B7B44;
}
.q_box{
  position: relative;
  padding:20px 0;
  padding-right:80px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap:20px;
  & p:first-of-type{
    color:var(--c-blue01);
    font-size: 20px;
    font-family: Montserrat;
    font-weight: normal;
  }
}
.q_box::before,
.q_box::after {
  content: '';
  position: absolute;
  background: var(--c-blue01);
  transition: 0.3s;
  top: 0;
  bottom:0;
  margin: auto;
  width: 2px;
  height: 17px;
}
.q_box::before {
  right: 5px;
}
.q_box::after {
  right: 5px;
  transform: rotate(90deg);
}
.q_box.active::before {
  opacity: 0;
}
.a_box{
  display: none;
  & >div {
    font-size: 14px;
    position: relative;
    padding:0px 0 20px;
    padding-right:80px;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap:20px;
      line-height: 1.8;
    font-weight: normal;
    & > p:first-of-type{
      color:var(--c-blue01);
      font-size: 20px;
      font-family: Montserrat;
      font-weight: normal;
    }
  }
}
.btn_ina{
  margin-top:10px;
  display: block;
  width: fit-content;
  font-size: 14px;
  padding-left: 20px;
  padding-bottom:5px;
  border-bottom: solid 1px #000;
  font-weight: bold;
  &:after{
    left: 0;
    top:-4px;
    right: auto;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #qa{
    padding:80px 0;
  }
  .qa_wrap{
    padding:0 20px;
  }
  .qa_box {
    padding: 0;
  }
  .q_box {
    gap:0;
    font-size: 14px;
    padding-right: 40px;
    & p:first-of-type {
        font-size: 14px;
        font-weight: 700;
    }
  }
  .q_box::before {
    right: 20px;
  }
  .q_box::after {
    right: 20px;
    transform: rotate(90deg);
  }
  .q_box::before, .q_box::after {
    width: 2px;
    height: 13px;
  }
  .q_before::after {
    right: 13px;
  }

  .q_box::before {
    right: 13px;
  }
  .q_box::after {
    right: 13px;
    transform: rotate(90deg);
  }
  .a_box {
    font-size: 12px;
    & > div {
      font-size: 12px;
      gap:0;
              padding-right: 10px;
      width:100%;
        & > p:first-of-type {
            font-size: 16px;
            font-weight: bold;
        }
    }
  }
  .btn_ina {
    font-size: 12px;
    padding-bottom: 2px;
  }
}
/* qa end */

/* app */

#app2{
  background: #FFF8DB;
  padding:100px 0;
}
@media screen and (max-width: 1024px) {
  #app2{
    background: #FFF8DB;
    padding:80px 0;
  }
  #app2 .appli {
      padding: 0px 0 0px;
  }
}
