@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
#mainv .inner {
  background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 40%, rgba(240, 242, 241, 0) 55%, rgba(240, 242, 241, 0) 85%, #f0f2f1 93%, #f0f2f1), url(../images/about/mainv_bg.jpg);
  background-size: auto auto, auto 120%;
  background-position: left top, right -100px bottom;
}

@media (max-width: 750px) {
  #mainv .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 20%, rgba(240, 242, 241, 0) 36%, rgba(240, 242, 241, 0)), url(../images/about/mainv_bg.jpg);
    background-size: auto auto, auto 100%;
    background-position: left top, right 70% bottom;
    height: 36.2vw;
  }
  #mainv .inner h1 {
    padding: 0;
  }
  #mainv .inner h1 span {
    font-size: 5.5vw;
  }
}
#mainColmun #about h2 {
  font-size: 20px;
  font-weight: bold;
  background: var(--heading4Bg);
  color: var(--heading4Text);
  margin: 0 0 40px;
  padding: 20px;
  position: relative;
}
#mainColmun #about h2::before {
  content: "";
  width: 8px;
  height: 50%;
  background: var(--heading4Bdr);
  position: absolute;
  top: 25%;
  left: 0;
}
#mainColmun #about .lead {
  font-size: 16px;
  margin: 0 0 50px;
}
#mainColmun #about .question {
  font-size: 18px;
  margin: 0 0 20px;
}
#mainColmun #about .question .qmark {
  width: 60px;
  text-align: center;
  background: var(--qaQ1Bg);
  padding: 15px 0;
  box-sizing: border-box;
}
#mainColmun #about .question .qmark::before {
  content: "Q";
  color: var(--qaQ1Text);
  font-size: 26px;
  font-weight: bold;
}
#mainColmun #about .question p {
  width: calc(100% - 60px);
  color: var(--qaQ2Text);
  font-weight: bold;
  background: var(--qaQ2Bg);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 750px) {
  #mainColmun #about h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 10px;
    position: relative;
  }
  #mainColmun #about h2::before {
    content: "";
    width: 4px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
  }
  #mainColmun #about .lead {
    font-size: 12px;
    margin: 0 1em 25px;
  }
  #mainColmun #about .question {
    font-size: 16px;
    margin: 0 0 10px;
  }
  #mainColmun #about .question .qmark {
    width: 30px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #mainColmun #about .question .qmark::before {
    content: "Q";
    font-size: 20px;
    font-weight: bold;
  }
  #mainColmun #about .question p {
    width: calc(100% - 30px);
    padding: 10px;
    position: relative;
  }
  /*--------------------------endSP--------------------------------*/
}
.Area {
  margin: 80px 0 20px;
}
.Area .question {
  margin: 0 0 10px;
}
.Area .anser {
  background-image: linear-gradient(90deg, #FAFAFA, #FAFAFA 30%, #fafafa 60%, rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 0)), url(../images/about/Area_bg.jpg);
  background-image: -ms-linear-gradient(0deg, #FAFAFA, #FAFAFA 30%, #fafafa 60%, rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 0)), url(../images/about/Area_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right, center right;
  margin: 0 0 40px;
  padding: 45px 40% 45px 35px;
}
.Area .anser h3 {
  color: var(--qaAText);
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  position: relative;
}
.Area .anser h3::before {
  content: "A.";
  font-size: 1.2em;
  line-height: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}
.Area .anser ~ p {
  margin-bottom: 30px;
  padding: 0 35px;
}
.Area h3.support {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 20px;
  position: relative;
}
.Area h3.support::before {
  content: "";
  width: 8px;
  height: 50%;
  background: var(--heading4Bdr);
  position: absolute;
  top: 25%;
  left: 0;
}

@media (max-width: 750px) {
  .Area {
    margin: 20px 0 10px;
  }
  .Area .question {
    margin: 0 0 5px;
  }
  .Area .anser {
    background-image: linear-gradient(90deg, #FAFAFA, #FAFAFA 30%, #fafafa 60%, rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 0)), url(../images/about/Area_bg.jpg);
    background-image: -ms-linear-gradient(0deg, #FAFAFA, #FAFAFA 30%, #fafafa 60%, rgba(250, 250, 250, 0) 75%, rgba(250, 250, 250, 0)), url(../images/about/Area_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right, center right -87px;
    margin: 0 0 20px;
    padding: 25px 35% 25px 5%;
  }
  .Area .anser h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 20px 0 0;
    position: relative;
  }
  .Area .anser h3::before {
    content: "A.";
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .Area .anser ~ p {
    margin-bottom: 15px;
    padding: 0 5%;
  }
  .Area h3.support {
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 10px;
    position: relative;
  }
  .Area h3.support::before {
    content: "";
    width: 4px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
  }
}
.A_Area ol.point {
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: item;
}
.A_Area ol.point li {
  width: 48%;
  margin: 0 0 30px;
}
.A_Area ol.point li .fb {
  align-items: center;
  margin: 0 0 20px;
  flex-wrap: nowrap;
}
.A_Area ol.point li .fb .midashi {
  width: 60px;
  height: 60px;
  background: var(--zabuton2Bg);
  color: var(--zabuton2Text);
  border-radius: 3px;
  margin: 0 20px 0 0;
  position: relative;
}
.A_Area ol.point li .fb .midashi::before {
  content: "POINT";
  font-size: 11px;
  position: absolute;
  top: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.A_Area ol.point li .fb .midashi::after {
  counter-increment: item;
  content: counter(item);
  font-size: 28px;
  line-height: 1em;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.A_Area ol.point li .fb p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
}
.A_Area ol.point li .fb p span {
  font-size: 14px;
}

@media (max-width: 750px) {
  .A_Area ol.point {
    justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: item;
  }
  .A_Area ol.point li {
    margin: 0 auto 15px;
    width: 100%;
  }
  .A_Area ol.point li .fb {
    align-items: center;
    margin: 0 0 10px;
  }
  .A_Area ol.point li .fb .midashi {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px 0 0;
    position: relative;
  }
  .A_Area ol.point li .fb .midashi::before {
    content: "POINT";
    color: #FFF;
    font-size: 8px;
    position: absolute;
    top: 5px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .A_Area ol.point li .fb .midashi::after {
    counter-increment: item;
    content: counter(item);
    color: #FFF;
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .A_Area ol.point li .fb p {
    font-size: 14px;
    line-height: 1.2em;
  }
  .A_Area ol.point li .fb p span {
    font-size: 12px;
  }
}
.B_Area table tr:first-child th {
  color: var(--zabuton1Text);
  font-weight: bold;
  background: #adadad;
}
.B_Area table tr:first-child th:first-child {
  background: none;
}
.B_Area table tr:first-child th:last-child {
  background: var(--zabuton1Bg);
}
.B_Area table tr:nth-child(n+2) th {
  background: var(--thBg);
}
.B_Area table tr th {
  text-align: center;
  border-right: solid 4px #FFF;
  border-bottom: solid 4px #FFF;
  padding: 1em;
}
.B_Area table tr th p {
  color: var(--thText);
  font-weight: bold;
  width: 4em;
}
.B_Area table tr td {
  background: var(--tdBg);
  color: var(--tdText);
  border-right: solid 4px #FFF;
  border-bottom: solid 4px #FFF;
  padding: 1em;
}

@media (max-width: 750px) {
  .B_Area table tr:first-child th:first-child {
    background: none;
  }
  .B_Area table tr th {
    text-align: center;
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    padding: 1em;
  }
  .B_Area table tr th p {
    width: 3em;
  }
  .B_Area table tr td {
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    padding: 0.5em;
  }
}
/*SP
-----------------------------------------------------------------------------*//*# sourceMappingURL=about.css.map */