html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizelegibility;
  line-height: 1.5;
  font-size: 3.5vw;
}

@media screen and (min-width: 560px) {
  html {
    font-size: 3vw;
  }
}

@media screen and (min-width: 760px) {
  html {
    font-size: 20px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  _display: inline;
  _zoom: 1;
}

img {
  width: inherit;
  max-width: 100%;
  height: auto;
}

a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #4b011c;
}

a:hover img {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.nopc {
  display: none;
}

#header {
  margin-bottom: 1.5rem;
  background: #4b011c;
  color: #fff;
  position: relative;
}

#header #headLine {
  width: 90%;
  position: absolute;
  top: 0;
}

#header #headLine img {
  width: 100%;
}

#header #siteTitle img {
  width: 100%;
}

.cv {
  margin-bottom: 3rem;
  background: url(../img/cv_satochan.svg) right 1.5rem bottom 1.5rem no-repeat, url(../img/cv_bg.jpg) center no-repeat;
  background-size: 8rem auto, cover;
  text-align: center;
}

.cv .title {
  width: 100%;
}

.cv .bnr {
  margin: 0 auto;
  max-width: 44rem;
}

.cv .bnr img {
  width: 100%;
}

.cv .btn {
  margin: 0 auto;
  max-width: 30rem;
}

.cv .btn img {
  width: 100%;
}

.cv .notice {
  margin: 0 auto;
  padding: 0 8rem 1.5rem 2rem;
  max-width: 44rem;
  font-size: 0.6rem;
  text-align: left;
}

.cv .notice dt {
  color: #e60012;
}

#sec1 {
  margin-bottom: 3rem;
}

#sec1 img {
  width: 100%;
}

#sec2 {
  background: url(../img/bg3.png) #ffba2c;
}

#sec2 .title {
  padding: 3rem 2rem;
  background: #6b1224;
  text-align: center;
}

#sec2 .title img {
  margin: 0 auto;
  max-width: 44rem;
}

#sec2 .text {
  margin: 0 auto;
  padding: 1.5rem 1rem;
  max-width: calc(780px + 2rem);
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec2 .text p {
  width: 55%;
}

#sec2 .text figure {
  width: 40%;
}

#sec2 .text figure img {
  width: auto;
  height: 14rem;
}

#sec3 {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background: url(../img/bg1.png) #6b1224;
}

#sec3 img {
  width: 100%;
}

#sec3 h2 {
  margin: 0 auto;
  max-width: 1280px;
}

#sec3 .fig {
  margin: 0 auto;
  max-width: 1000px;
}

#sec3 .box {
  margin: 3rem auto 0;
  max-width: calc(700px + 2rem);
  background: #fffdde;
}

#sec3 .column .title {
  padding: 1rem;
  border-bottom: #6b1224 2px solid;
}

#sec3 .column .text {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec3 .column .text p {
  width: 68%;
  padding-right: 1rem;
  font-size: 0.9rem;
}

#sec3 .column .text figure {
  width: 30%;
}

#sec3 .column .text figure img {
  width: 100%;
}

#sec3 .quality .title {
  padding: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#a3a46b), to(#797000));
  background: linear-gradient(to right, #a3a46b, #797000);
}

#sec3 .quality .text {
  padding: 1rem;
}

#sec3 .quality .text p {
  padding-top: 1rem;
}

#sec4 {
  margin-bottom: 3rem;
  background: url(../img/bg2.png) #f0eeda;
}

#sec4 h2 {
  margin: 0 auto;
  max-width: 1280px;
}

#sec4 .voice {
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(746px + 2rem);
}

#sec4 .voice .img {
  width: 25%;
}

#sec4 .voice .img img {
  width: 100%;
}

#sec4 .voice .text {
  width: 75%;
}

#sec4 .voice .text h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
}

#sec4 .voice .text p {
  padding: 0 2rem;
}

#sec4 .voice:nth-of-type(even) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#sec5 {
  margin-bottom: 3rem;
  padding: 0 0 6rem 0;
  background: url(../img/bg2.png) #f0eeda;
}

#sec5 h2 {
  margin: 0 auto;
  max-width: 1280px;
}

#sec5 .qa {
  margin: 2rem auto 0;
  padding: 0 1rem;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  max-width: calc(746px + 2rem);
}

#sec5 .qa div + div {
  border-top: 2px solid #333;
}

#sec5 .qa div {
  padding: 2rem 0;
}

#sec5 .qa dt {
  background: url(../img/sec5_q.svg) left top no-repeat;
  background-size: 3rem 3rem;
  padding: 0.5rem 0 0.5rem 4rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

#sec5 .qa dd {
  background: url(../img/sec5_a.svg) left top no-repeat;
  background-size: 3rem 3rem;
  padding: 0.5rem 0 0.5rem 4rem;
  font-size: 0.8rem;
}

#sec6 {
  margin: 0 auto;
  padding: 0 1rem 3rem 1rem;
  max-width: calc(848px + 2rem);
}

#sec6 h2 {
  border-bottom: 1px solid #333;
  font-weight: 900;
}

#sec6 dt,
#sec6 dd {
  font-size: 0.7rem;
  font-weight: 400;
}

#sec6 dt {
  padding: 1rem 0 0.125rem;
}

#sec6 dd {
  padding-bottom: 1rem;
}

#sec6 dd + dt {
  border-top: 1px solid #333;
}

#sec6 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sec6 .list div {
  width: calc((100% - 3rem) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  background: url(../img/sec6_dot.svg) left center repeat-x;
  background-size: 5.25px 1.5px;
}

#sec6 .list div dt,
#sec6 .list div dd {
  padding: 0;
  background: #fff;
}

#sec6 .list div.nobg {
  background: none;
}

#sec6 .list div.point {
  margin-top: 1rem;
}

#footer {
  padding-top: 0.5rem;
  background: #efefef;
}

#footer #fNav {
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
}

#footer #fNav li {
  text-align: center;
}

#footer #fNav li a {
  padding: 0 0.25rem;
}

#footer #fNav li + li::before {
  content: "|";
}

#footer p {
  font-size: 0.6rem;
  text-align: center;
}

#footer #copyright {
  padding: 0.5rem 0 1.5rem;
}

@media screen and (min-width: 1280px) {
  #sec3,
  #sec4,
  #sec5 {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 559px) {
  .nopc {
    display: unset;
  }
  .nosp {
    display: none;
  }
  #header {
    padding-top: 3rem;
  }
  #header #headLine {
    width: 100%;
  }
  #header .madeOf {
    padding: 1rem;
    display: block;
    font-size: 0.8rem;
  }
  .cv .bnr {
    padding: 0 2rem;
  }
  .cv .notice {
    padding: 0 10rem 1.5rem 2rem;
    font-size: 0.8rem;
  }
  #sec2 .text {
    font-size: 1rem;
    display: inherit;
  }
  #sec2 .text p {
    width: unset;
  }
  #sec2 .text figure {
    width: unset;
  }
  #sec2 .text figure img {
    height: unset;
  }
  #sec3 .column .text {
    display: inherit;
  }
  #sec3 .column .text p {
    width: unset;
    font-size: 1rem;
  }
  #sec3 .column .text figure {
    width: unset;
  }
  #sec4 .voice .text {
    width: 75%;
    padding: 0 0 0 1rem;
  }
  #sec4 .voice .text h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  #sec4 .voice .text p {
    padding: 0;
  }
  #sec4 .voice:nth-of-type(even) .img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  #sec4 .voice + .voice {
    margin-top: 1rem;
  }
  #sec5 .qa dt {
    font-size: 1.4rem;
  }
  #sec5 .qa dd {
    font-size: 1rem;
  }
  #sec6 dt,
  #sec6 dd {
    font-size: 1rem;
  }
  #sec6 dt {
    padding: 1rem 0 0.125rem;
  }
  #sec6 .list {
    display: inherit;
  }
  #sec6 .list div {
    width: unset;
  }
  #sec6 .list div.nobg {
    margin-bottom: 0.3rem;
  }
  #sec6 .list div.point {
    margin-top: 0;
  }
  #footer #fNav {
    display: inherit;
    font-size: 1rem;
  }
  #footer #fNav li {
    margin: 1rem 0;
  }
  #footer #fNav li a {
    padding: 0;
  }
  #footer #fNav li + li::before {
    content: "";
  }
  #footer p {
    padding-bottom: 1rem;
    font-size: 0.8rem;
  }
  #footer #copyright {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=style.css.map */