@charset "utf-8";
/*--------------------------------------------------------------------
共通
--------------------------------------------------------------------*/
body {
  position: relative;
  background: url("../img/bg_be.jpg")repeat center center;
}
.roundArea {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/bg_wh.jpg")repeat center center;
}
.roundArea .roundInr {
  background: #fff;
  padding: 80px 0 100px;
  border-radius: 25px;
}
.roundArea .roundInr h2 {
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 600;
  color: #8b402d;
  text-align: center;
}
header {
  background: #411a10;
  padding: 5px 25px;
}
header h1 a:visited,
header h1 a:link,
header h1 a:active,
header h1 a {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}
.kvArea {
  position: relative;
  background: url(../img/kv.jpg)no-repeat center center/cover;
}
.kvArea::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 59.6%;
}
.kvArea h1 {
  position: absolute;
  max-width: 706px;
  width: 60%;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
}
.kvArea h1 img {
  width: 100%;
}
.leadArea {
  padding-top: 55px;
  padding-bottom: 130px;
  background: #fff;
}
.leadArea .leadBlc {
  padding: 30px 0;
}
.leadArea .leadBlc:not(:last-child) {
  margin-bottom: 130px;
}
.leadArea h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #8b402d;
}
.leadArea .leadInr {
  position: relative;
}
.leadArea .leadInr figure {
  position: absolute;
  bottom: 0;
  margin: auto;
}
.leadArea .leadInr figure img {
  max-height: 344px;
  width: auto;
}
.leadArea .leadBlc:nth-of-type(2n-1) {
  background: -moz-linear-gradient(to left,#fefaf6,#fefaf6 70%,#fff);
  background: -webkit-linear-gradient(to left,#fefaf6,#fefaf6 70%,#fff);
  background: linear-gradient(to left,#fefaf6,#fefaf6 70%,#fff);
}
.leadArea .leadBlc:nth-of-type(2n) {
  background: -moz-linear-gradient(to right,#fefaf6,#fefaf6 70%,#fff);
  background: -webkit-linear-gradient(to right,#fefaf6,#fefaf6 70%,#fff);
  background: linear-gradient(to right,#fefaf6,#fefaf6 70%,#fff);
}
.leadArea .leadBlc:nth-of-type(2n-1) .leadInr {
  padding: 0 25px 0 405px;
}
.leadArea .leadBlc:nth-of-type(2n) .leadInr {
  padding: 0 370px 0 25px;
}
.leadArea .leadBlc:nth-of-type(2n-1) figure {
  left: 25px;
}
.leadArea .leadBlc:nth-of-type(2n) figure {
  right: 25px;
}
.aboutArea > i {
  width: 20%;
  position: absolute;
  right: -22px;
  top: 250px;
}
.aboutArea > i img {
  width: 100%;
}
.aboutArea .aboutInr > p {
  padding: 0 160px;
  margin-bottom: 74px;
}
.aboutArea .aboutMmb h3 {
  width: 940px;
  margin: 0 auto 60px;
  padding-top: 50px;
  border-top: 2px dotted #bfbfbf;
  text-align: center;
}
.aboutArea .aboutMmb h3 span {
  font-size: 40px;
  font-weight: 600;
  color: #8b402d;
}
.aboutArea .aboutMmb h3 i {
  display: inline-block;
  margin-left: 1em;
  font-size: 10px;
  vertical-align: super;
}
.aboutArea .aboutMmb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.aboutArea .aboutMmb ul:not(:last-of-type) {
  margin-bottom: 95px;
}
.aboutArea .aboutMmb li {
  width: 290px;
  margin: 0 29px;
}
.aboutArea .aboutMmb li figure {
  margin-bottom: 15px;
  text-align: center;
}
.aboutArea .aboutMmb li h4 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
}
.aboutArea .aboutMmb li h4 span {
  display: block;
  font-size: 16px;
}
footer .pagetop {
  display: block;
  width: 100px;
  height: 57px;
  background: url("../img/pagetop.svg")no-repeat center bottom/contain;
  position: absolute;
  right: 25px;
  top: -57px;
}
footer .footInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 25px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
footer li:not(:nth-child(1))::before {
  content: "｜";
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
footer small {
  font-size: 10px;
  margin-left: 80px;
}
footer + i {
  position: absolute;
  bottom: 0;
  left: 0;
}
.termsArea {
  padding-bottom: 220px;
}
.termsArea .termsInr {
  padding-right: 50px;
  padding-left: 50px;
}
.termsArea .termsInr h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.termsArea .termsInr h3:not(:first-of-type) {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1080px;
  }
  .wrap {
    width: calc(100% - 44px);
    min-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .inner {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
  .sp {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .wrap {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
  .roundArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .roundArea .roundInr {
    padding: 30px 15px;
    border-radius: 25px;
  }
  .roundArea .roundInr h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  header {
    padding: 10px 15px;
  }
  header h1 a:visited,
  header h1 a:link,
  header h1 a:active,
  header h1 a {
    font-size: 18px;
  }
  .leadArea {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .leadArea .leadBlc {
    padding: 10px 0 50px;
  }
  .leadArea .leadBlc:not(:last-child) {
    margin-bottom: 30px;
  }
  .leadArea h2 {
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
  }
  .leadArea .leadInr figure {
    position: static;
    width: 100%;
    text-align: center;
  }
  .leadArea .leadBlc:nth-of-type(1) figure img{
    max-height: auto;
    width: 220px;
  }
  .leadArea .leadInr .txt {
    margin-bottom: 15px;
  }
  .leadArea .leadBlc:nth-of-type(2n-1),
  .leadArea .leadBlc:nth-of-type(2n) {
    background: -moz-linear-gradient(to top,#fefaf6,#fefaf6 70%,#fff);
    background: -webkit-linear-gradient(to top,#fefaf6,#fefaf6 70%,#fff);
    background: linear-gradient(to top,#fefaf6,#fefaf6 70%,#fff);
  }
  .leadArea .leadBlc:nth-of-type(2n-1) .leadInr,
  .leadArea .leadBlc:nth-of-type(2n) .leadInr {
    padding: 0 15px;
  }
  .aboutArea > i {
    width: 25%;
    right: -10px;
    top: 10.5%;
  }
  .aboutArea .aboutInr > p {
    padding: 0;
    margin-bottom: 30px;
  }
  .aboutArea .aboutMmb h3 {
    width: 100%;
    margin: 0 auto 30px;
    padding-top: 30px;
  }
  .aboutArea .aboutMmb h3 span {
    font-size: 20px;
  }
  .aboutArea .aboutMmb ul {
    display: block
  }
  .aboutArea .aboutMmb ul:not(:last-of-type) {
    margin-bottom: 0;
  }
  .aboutArea .aboutMmb li {
    width: 100%;
    margin: 0 0 30px;
  }
  .aboutArea .aboutMmb ul:last-of-type li:last-of-type {
    margin-bottom: 0;
  }
  .aboutArea .aboutMmb li figure {
    margin-bottom: 15px;
    text-align: center;
  }
  .aboutArea .aboutMmb li h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .aboutArea .aboutMmb li h4 span {
    font-size: 14px;
  }
  footer .pagetop {
    width: 70px;
    height: 40px;
    right: 15px;
    top: -40px;
  }
  footer .footInr {
    display: block;
    padding: 15px;
  }
  footer ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
  }
  footer li:not(:nth-child(1))::before {
    margin: 0 10px;
  }
  footer small {
    margin-left: 0;
    padding-left: 100px;
    text-align: right;
    display: block;
  }
  footer + i {
    width: 150px;
  }
  footer + i img {
    width: 100%;
  }
  .termsArea .termsInr {
    padding-right: 15px;
    padding-left: 15px;
  }
  .termsArea .termsInr h3 {
    font-size: 16px;
  }
}