@charset "UTF-8";

/* 初めての方へCSS
========================================*/

#main .reasons-list>li {
  position: relative;
}

#main .reasons-list>li .-num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #247ac0;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: .1em;
  position: absolute;
}

#main .reasons-list>li figure {
  border: 1px solid #247ac0;
  overflow: hidden;
}

#main .reasons-list>li>dl>dt {
  color: #247ac0;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}

#main .reasons-list>li>dl>dd {
  line-height: 1.6;
}

#main .feature {
  background-color: #e1eeff;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .25) 0px, rgba(255, 255, 255, .25) 7px, transparent 7px, transparent 16px, rgba(255, 255, 255, .25) 16px, rgba(255, 255, 255, .25) 23px, transparent 23px, transparent 32px);
  background-size: 22px 22px;
}

#main .feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .feature-list>li {
  background-color: #fff;
  border: 1px solid #003b89;
  color: #003b89;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#main .feature-sec {
  background-color: #fff;
  border: 1px solid;
  overflow: hidden;
}

#main .feature-sec>h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#main .feature-sec>figure {
  margin: 0 auto;
  overflow: hidden;
}

#main .feature-sec._out {
  border-color: #247ac0;
}

#main .feature-sec._out>h3 {
  background-color: #247ac0;
}

#main .feature-sec._out .feature-sec-list>li:before {
  background-color: #247ac0;
}

#main .feature-sec._in {
  border-color: #ef7f1c;
}

#main .feature-sec._in>h3 {
  background-color: #ef7f1c;
}

#main .feature-sec._in .feature-sec-list>li:before {
  background-color: #ef7f1c;
}

#main .feature-sec-list>li {
  line-height: 1.4;
  margin-bottom: .4em;
}

#main .feature-sec-list>li:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: .7em;
  vertical-align: .2em;
}

#main .type-list>li figure {
  border: 1px solid #247ac0;
  overflow: hidden;
}

#main .type-list>li>dl>dt>a {
  color: #247ac0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  padding: .5em 0;
  position: relative;
}

#main .type-list>li>dl>dt>a:before {
  background-color: #247ac0;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

#main .type-list>li>dl>dt>a:after {
  background-image: url(../img/common/arrow_main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  filter: brightness(0) invert(1);
}

#main .type-list>li>dl>dd {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  #main .c-title {
    margin-bottom: 50px;
  }

  #main .reasons {
    padding-top: 50px;
  }

  #main .reasons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .reasons-list>li {
    width: 350px;
  }

  #main .reasons-list>li .-num {
    font-size: 1.5rem;
    top: -10px;
    left: -10px;
    height: 60px;
    width: 60px;
  }

  #main .reasons-list>li figure {
    border-radius: 30px;
    margin-bottom: 15px;
  }

  #main .reasons-list>li>dl>dt {
    font-size: 1.1rem;
  }

  #main .reasons-list>li>dl>dd {
    font-size: .9rem;
  }

  #main .feature-list {
    margin-bottom: 50px;
  }

  #main .feature-list>li {
    border-radius: 20px;
    padding: 10px 10px 15px;
    width: 280px;
  }

  #main .feature-list>li img {
    margin-bottom: 5px;
  }

  #main .feature-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .feature-sec {
    border-radius: 30px;
    padding-bottom: 30px;
    width: 580px;
  }

  #main .feature-sec>h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
    padding: 12px 10px;
  }

  #main .feature-sec>figure {
    border-radius: 20px;
    margin-bottom: 25px;
    width: 500px;
  }

  #main .feature-sec-list {
    margin: 0 auto;
    width: 500px;
  }

  #main .feature-sec-list>li:before {
    height: 5px;
    width: 5px;
  }

  #main .feature-sec-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 500px;
  }

  #main .feature-sec-list-wrap .feature-sec-list {
    margin: 0;
    width: auto;
  }

  #main .feature-sec-list-wrap .feature-sec-list:nth-of-type(1) {
    width: 230px;
  }

  #main .feature-sec-list-wrap .feature-sec-list:nth-of-type(2) {
    flex: 1;
  }

  #main .type-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .type-list>li {
    width: 270px;
  }

  #main .type-list>li>figure {
    border-radius: 20px;
  }

  #main .type-list>li>dl>dt {
    font-size: 1.1rem;
  }

  #main .type-list>li>dl>dt>a {
    padding-right: 30px;
    transition: .2s ease;
  }

  #main .type-list>li>dl>dt>a:before {
    top: calc(50% - 10px);
    right: 0;
    height: 22px;
    width: 22px;
    transition: .2s ease;
  }

  #main .type-list>li>dl>dt>a:after {
    top: calc(50% - 4px);
    right: 6px;
    height: 10px;
    width: 7px;
  }

  #main .type-list>li>dl>dt>a:hover {
    color: #ef7f1c;
  }

  #main .type-list>li>dl>dt>a:hover:before {
    background-color: #ef7f1c;
  }

  #main .type-list>li>dl>dd {
    font-size: .9rem;
  }
}

@media screen and (max-width: 767px) {
  #main .l-section.l-section-inr {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
  }

  #main .reasons-list>li {
    margin-bottom: 10.6666666667vw;
  }

  #main .reasons-list>li:last-of-type {
    margin-bottom: 0;
  }

  #main .reasons-list>li .-num {
    font-size: 6.4vw;
    top: -2.1333333333vw;
    left: 13.3333333333vw;
    height: 12vw;
    width: 12vw;
  }

  #main .reasons-list>li figure {
    border-radius: 5.3333333333vw;
    margin: 0 auto 2.6666666667vw;
    width: 58.6666666667vw;
  }

  #main .reasons-list>li>dl>dt {
    font-size: 4.8vw;
  }

  #main .reasons-list>li>dl>dd {
    font-size: 4vw;
  }

  #main .feature-list {
    margin-bottom: 6.6666666667vw;
  }

  #main .feature-list>li {
    border-radius: 4vw;
    font-size: 4vw;
    margin-bottom: 4vw;
    padding: 1.8666666667vw 1.8666666667vw 2.6666666667vw;
    width: 42.6666666667vw;
  }

  #main .feature-list>li img {
    margin-bottom: 1.3333333333vw;
    width: 13.3333333333vw;
  }

  #main .feature-sec {
    border-radius: 5.3333333333vw;
    padding-bottom: 4vw;
  }

  #main .feature-sec._out {
    margin-bottom: 8vw;
  }

  #main .feature-sec>h3 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    padding: 2.6666666667vw;
  }

  #main .feature-sec>figure {
    border-radius: 4vw;
    margin-bottom: 4vw;
    width: 66.6666666667vw;
  }

  #main .feature-sec-list {
    padding: 0 6.6666666667vw;
  }

  #main .feature-sec-list>li {
    padding-left: calc(.7em + 1.0666666667vw);
    text-indent: calc(-.7em + -1.0666666667vw);
  }

  #main .feature-sec-list>li:before {
    height: 1.0666666667vw;
    width: 1.0666666667vw;
  }

  #main .type-list>li {
    margin-bottom: 10.6666666667vw;
  }

  #main .type-list>li:last-of-type {
    margin-bottom: 0;
  }

  #main .type-list>li>figure {
    border-radius: 4vw;
    margin: 0 auto;
    width: 53.8666666667vw;
  }

  #main .type-list>li>dl>dt {
    font-size: 4.8vw;
  }

  #main .type-list>li>dl>dt>a {
    display: table;
    margin: 0 auto;
    padding-right: 6.6666666667vw;
  }

  #main .type-list>li>dl>dt>a:before {
    top: calc(50% - 2.4vw);
    right: 0;
    height: 4.8vw;
    width: 4.8vw;
  }

  #main .type-list>li>dl>dt>a:after {
    top: calc(50% - 1.0666666667vw);
    right: 1.6vw;
    height: 2.1333333333vw;
    width: 1.3333333333vw;
  }

  #main .type-list>li>dl>dd {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=../../_sourcemap/assets/css/firsttime.css.map */