@charset "UTF-8";
body {
  /*font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝','Yu Mincho','游明朝体','YuMincho','ＭＳ Ｐ明朝','MS PMincho',serif;*/
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 300;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
}

i {
  font-style: normal;
}

ul {
  list-style: none;
  padding: 0;
}

.ffn {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

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

a.btn {
  display: block;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
  background-image: linear-gradient(0deg, rgba(194, 31, 14, 1), rgba(234, 58, 58, 1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4a3f', endColorstr='#c82929',GradientType=0 );
  border-radius: 5px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  position: relative;
  bottom: 0;
}

a.btn:hover {
  opacity: 1;
  bottom: -4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.btn + img {
  margin: 0 auto;
}

h2 {
  color: #0a4d92;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 40px 0;
  position: relative;
}

h2 span {
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  h2 {
    font-size: 20px;
    margin: 30px 0;
  }
  a.btn {
    font-size: 16px;
    padding: 16px 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  h2 span {
    display: block;
  }
  h2 span:after {
    width: 200px;
    margin-left: -100px;
    left: 50%;
  }
  a.btn + i br {
    display: inline;
  }
}

#fv {
  padding-bottom: 25px;
}

#fv img {
  max-width: 1080px;
  margin: 0 auto;
}

#fv img[src*=logo] {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  margin: 20px;
}

#fv img[src*=-pc] {
  display: block;
  padding-bottom: 15px;
}

#fv img[src*=-sp] {
  display: none;
}

#fv.woman {
  background: url(../img/fv-bg1-pc.webp) no-repeat top center/auto 100%;
}

#fv.man {
  background: url(../img/fv-bg2-pc.jpg) no-repeat top center/auto 100%;
}

@media screen and (min-width: 1400px) and (max-width: 99999px) {
  #fv.woman {
    background: url(../img/fv-bg1-pc.webp) no-repeat top center/100% auto;
  }
  #fv.man {
    background: url(../img/fv-bg2-pc.jpg) no-repeat top center/100% auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  #fv {
    padding-bottom: 13px;
  }
  #fv img[src*=logo] {
    display: none;
  }
  #fv img[src*=-pc] {
    display: none;
  }
  #fv img[src*=-sp] {
    display: block;
  }
  #fv .cv-area {
    margin-top: 10px;
    display: block;
  }
  #fv .cv-area i {
    font-size: 14px;
  }
  #fv.woman {
    background: url(../img/fv-bg1-sp.webp) no-repeat top center/100% auto;
  }
  #fv.man {
    background: url(../img/fv-bg2-sp.jpg) no-repeat top center/100% auto;
  }
}

#about h2 {
  color: var(--text_color);
  margin-bottom: 20px;
}

#about .inner {
  max-width: 1060px;
}

#about ul {
  margin: 0 0 60px 0;
  padding: 10px 0;
  background: url(../img/about-bg.png) no-repeat right center;
}

#about ul li {
  color: var(--text_color);
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}

#about ul li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: url(../img/about.svg) no-repeat left bottom/100% auto;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  #about ul {
    background: url(../img/about-bg.png) no-repeat right top/200px auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  #about h2 {
    margin-bottom: 10px;
  }
  #about ul {
    background: none;
    margin-bottom: -20px;
  }
  #about ul li {
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
  }
  #about ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
}
/*# sourceMappingURL=head.min.css.map */
