@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: #000;
  background: #fff;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic",  sans-serif;
  font-feature-setting: palt; }

a {
  color: #000;
  text-decoration: none;
  display: block; }

img {
  vertical-align: bottom; }

.c-font_color--orange {
  color: #ff5353; }

.pc-switch {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-switch {
      display: none; } }

.sp-switch {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-switch {
      display: block; } }

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1; }

.c-content {
  background: #f5f5f5;
  text-align: center;
  padding: 6.8% 0 4.7% 0;
  opacity: 0; }
  .c-content--anshin {
    background: #fff;
    padding-bottom: 7.5%; }
  .c-content--yasashii {
    background: url(../img/bg-yasashii.jpg) no-repeat;
    background-size: cover;
    padding: 0; }
  @media screen and (max-width: 767px) {
    .c-content {
      background-position: 10% 0;
      padding: 8% 0 9% 0; }
      .c-content--anshin {
        padding: 7.7% 0 9.7% 0; }
      .c-content--yasashii {
        padding: 7% 0 61% 0;
        background-size: 186% auto;
        background-position: bottom left;
        background-color: #f5f5f5; } }

.c-title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 5% 0;
  color: #646464;
  text-align: left;
  font-size: 24px; }
  .c-title__reason {
    font-size: 26px;
    color: #e0a034;
    border-top: 1px solid #e0a034;
    border-bottom: 1px solid #e0a034;
    padding: 0.5% 0.4%;
    margin-right: 35px; }
    .c-title__reason--blue {
      color: #3098cf;
      border-top: 1px solid #3098cf;
      border-bottom: 1px solid #3098cf; }
    .c-title__reason--green {
      color: #11a44d;
      border-top: 1px solid #11a44d;
      border-bottom: 1px solid #11a44d; }
  .c-title__num {
    margin-right: 48px; }
  .c-title__text {
    font-size: 72px; }
  .c-title--anshin {
    margin-bottom: 5%; }
  .c-title--yasashii {
    padding: 0;
    margin-bottom: 5.4%; }
  @media screen and (max-width: 1200px) {
    .c-title {
      font-size: 1.7vw; }
      .c-title__reason {
        font-size: 1.9vw;
        margin-right: 2.5%; }
      .c-title__num {
        width: 1.6%;
        margin-right: 3%; }
        .c-title__num--02, .c-title__num--03 {
          width: 4.3%; }
      .c-title__text {
        font-size: 5.1vw; } }
  @media screen and (max-width: 767px) {
    .c-title {
      font-size: 12px; }
      .c-title__reason {
        font-size: 16px;
        margin-right: 4%; }
      .c-title__text {
        font-size: 36px; }
      .c-title__num {
        width: 2.5%;
        margin-right: 5%; }
        .c-title__num--02, .c-title__num--03 {
          width: 8.8%; } }

.p-movie {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1; }
  .p-movie.is-active {
    display: block; }
  .p-movie__content {
    width: 70vw;
    max-height: 50.625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto; }
    .p-movie__content__btn {
      position: absolute;
      top: -35px;
      right: 0;
      width: 30px;
      height: 30px; }
      .p-movie__content__btn:hover {
        opacity: .7; }
    .p-movie__content__item {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
      .p-movie__content__item iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  @media screen and (max-width: 1200px) {
    .p-movie__content {
      width: 90vw; }
      .p-movie__content__btn {
        position: absolute;
        top: -25px;
        right: 0;
        width: 15px;
        height: 15px; }
        .p-movie__content__btn:hover {
          opacity: .7; }
        .p-movie__content__btn__item {
          vertical-align: inherit; } }

.p-header {
  height: 89px;
  padding: 1.1% 2.1% 1.7% 2.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  box-sizing: border-box;
  box-shadow: 5px 0 16px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 767px) {
    .p-header {
      height: 49px;
      padding: 2.2% 3.6%; } }

.p-logo {
  width: 496px; }
  @media screen and (max-width: 1200px) {
    .p-logo {
      width: 35%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .p-logo {
      width: 61%; } }

.p-keyvisual-wrap {
  margin-top: 89px; }
  @media screen and (max-width: 767px) {
    .p-keyvisual-wrap {
      margin-top: 49px; } }

.p-keyvisual {
  width: 100%;
  height: 100%;
  background: url(../img/bg-kv.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative; }
  .p-keyvisual__content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 14.3% 0 21.4% 0;
    position: relative; }
    .p-keyvisual__content__text {
      text-align: center; }
    .p-keyvisual__content__img {
      width: 44%;
      position: absolute;
      bottom: -10%;
      right: 3.6%; }
  .p-keyvisual__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 34px; }
    .p-keyvisual__title__item {
      font-size: 54px;
      border: 1px solid #fff;
      padding: 20px 40px 16px 40px;
      letter-spacing: .05em; }
      .p-keyvisual__title__item__description {
        font-size: 25px;
        letter-spacing: .025em; }
      .p-keyvisual__title__item__icon {
        background-image: url(../../assets/img/pc/sprite_pc.png);
        background-position: -234px 0px;
        width: 48px;
        height: 48px;
        margin: 0 20px; }
  .p-keyvisual__subtitle {
    font-size: 44px;
    color: #fff; }
  @media screen and (max-width: 1200px) {
    .p-keyvisual__title {
      margin-bottom: 2.8%; }
      .p-keyvisual__title__item {
        font-size: 4.5vw;
        border: 1px solid #fff;
        padding: 1.7% 3.4%; }
        .p-keyvisual__title__item__description {
          font-size: 2vw; }
        .p-keyvisual__title__item__icon {
          background-image: url(../../assets/img/pc/sprite_pc.png);
          background-position: -234px 0px;
          width: 48px;
          height: 48px;
          margin: 0 1.7%; }
    .p-keyvisual__subtitle {
      font-size: 3.7vw; } }
  @media screen and (max-width: 767px) {
    .p-keyvisual__title__item__icon {
      background-image: url(../../assets/img/sp/sprite_sp.png);
      background-position: -117px 0px;
      width: 24px;
      height: 24px;
      background-size: 141px 91px; }
    .p-keyvisual__content__text {
      font-size: 16px; }
    .p-keyvisual__content__img {
      width: 67%;
      bottom: -27%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.p-description {
  background: #fff;
  padding: 105px 0 55px 0; }
  .p-description__content {
    max-width: 1200px;
    margin: 0 auto; }
  .p-description__title {
    text-align: center;
    margin-bottom: 2%; }
    .p-description__title__text {
      line-height: 1;
      color: #4b4b4b;
      font-size: 44px;
      letter-spacing: .025em;
      margin-bottom: 30px; }
      .p-description__title__text--top {
        letter-spacing: 0;
        margin-bottom: 35px; }
      .p-description__title__text .c-title--point {
        font-size: 66px;
        color: #ff5353; }
      .p-description__title__text__sup {
        font-size: 40px; }
  .p-description__text {
    font-size: 16px;
    color: #646464;
    text-align: center;
    margin-bottom: 16px; }
  @media screen and (max-width: 1200px) {
    .p-description {
      padding: 8.8% 0 4.6% 0; }
      .p-description__title {
        margin-bottom: 2%; }
        .p-description__title__text {
          font-size: 3.6vw;
          margin-bottom: 2.5%;
          line-height: 1.3; }
          .p-description__title__text--top {
            letter-spacing: 0;
            margin-bottom: 2.9%; }
          .p-description__title__text--center {
            line-height: 1.5; }
          .p-description__title__text .c-title--point {
            font-size: 7vw; }
          .p-description__title__text__sup {
            font-size: 3vw; }
      .p-description__text {
        font-size: 1.3vw;
        margin-bottom: 1.3%; } }
  @media screen and (max-width: 767px) {
    .p-description {
      padding: 22% 0 5% 0; }
      .p-description__title {
        margin-bottom: 2%; }
        .p-description__title__text {
          font-size: 5.8vw; }
      .p-description__text {
        font-size: 3vw; } }

.p-otoku__content {
  max-width: 1200px;
  margin: 0 auto; }

.p-otoku__figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 70px auto; }
  .p-otoku__figure__item {
    width: 50%;
    text-align: left;
    margin-right: 14px;
    color: #646464; }
    .p-otoku__figure__item:last-child {
      margin-right: 0; }
    .p-otoku__figure__item__title {
      font-size: 32px;
      margin-bottom: 18px;
      line-height: 1; }
    .p-otoku__figure__item__subtitle {
      background-image: url(../../assets/img/pc/sprite_pc.png);
      background-position: 0px 0px;
      width: 224px;
      height: 24px;
      margin-bottom: 30px; }
    .p-otoku__figure__item__description {
      font-size: 18px;
      line-height: 2;
      margin-bottom: 30px; }
    .p-otoku__figure__item__point {
      background: #fff;
      padding: 35px 40px; }

.p-otoku__point__title {
  font-size: 23px;
  color: #e0a034;
  margin-bottom: 25px;
  position: relative;
  padding-left: 43px; }
  .p-otoku__point__title__icon {
    background-image: url(../../assets/img/pc/sprite_pc.png);
    background-position: -234px -58px;
    width: 27px;
    height: 26px;
    margin-right: 13px;
    position: absolute;
    top: 2px;
    left: 0; }

.p-otoku__point__list__item {
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em; }
  .p-otoku__point__list__item:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 1200px) {
  .p-otoku__figure {
    width: 90%;
    margin: 0 auto 5.9% auto; }
    .p-otoku__figure__item {
      width: 50%;
      margin-right: 1.2%; }
      .p-otoku__figure__item__title {
        font-size: 2.7vw;
        margin-bottom: 1.5%; }
      .p-otoku__figure__item__subtitle {
        margin-bottom: 2.5%; }
      .p-otoku__figure__item__description {
        font-size: 1.5%;
        margin-bottom: 2.5%; }
      .p-otoku__figure__item__point {
        background: #fff;
        padding: 2.9% 3.3%; }
  .p-otoku__point__title {
    font-size: 1.9vw;
    margin-bottom: 2.1%;
    padding-left: 42px; }
    .p-otoku__point__title__icon {
      margin-right: 1.1%;
      top: .2%; }
  .p-otoku__point__list__item {
    font-size: 1.9vw;
    margin-bottom: 0.4%; } }

@media screen and (max-width: 767px) {
  .p-otoku__figure {
    display: block; }
    .p-otoku__figure__item {
      width: 100%;
      margin-bottom: 10%; }
      .p-otoku__figure__item__title {
        font-size: 6vw;
        margin-bottom: 2%; }
      .p-otoku__figure__item__description {
        font-size: 3.2vw;
        line-height: 1.7;
        margin-bottom: 10%; }
      .p-otoku__figure__item__point {
        padding: 5% 3%; }
  .p-otoku__point__title {
    font-size: 4.5vw;
    padding-left: 8%;
    font-weight: bold; }
    .p-otoku__point__title__icon {
      background-image: url(../../assets/img/sp/sprite_sp.png);
      background-position: -117px -29px;
      width: 13.5px;
      height: 13px;
      background-size: 141px 91px;
      top: 20%; }
  .p-otoku__point__list__item {
    font-size: 3.2vw;
    line-height: 1.7;
    margin-bottom: 3%; } }

.p-otoku-flow__title {
  font-size: 28px;
  background: #fff;
  border: 2px solid #c9c9ca;
  padding: 9px 16px;
  display: inline-block;
  color: #646464;
  margin-bottom: 26px; }

.p-otoku-flow__figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1200px) {
  .p-otoku-flow__title {
    font-size: 2.3vw;
    padding: .75% 1.3%;
    margin-bottom: 2.2%; } }

@media screen and (max-width: 767px) {
  .p-otoku-flow__title {
    font-size: 16px;
    margin-bottom: 5%;
    border: 1px solid #c9c9ca; }
  .p-otoku-flow__figure {
    display: block; }
    .p-otoku-flow__figure__item {
      margin-bottom: 10%; } }

.p-textbox {
  padding: 7% 0 10% 0; }
  .p-textbox__text {
    width: 36%;
    background: #fff;
    color: #646464;
    font-size: 28px;
    padding: 2.8% 3%;
    box-sizing: border-box;
    margin-left: 50%;
    text-align: left; }
  @media screen and (max-width: 1200px) {
    .p-textbox__text {
      font-size: 2vw; } }
  @media screen and (max-width: 767px) {
    .p-textbox__text {
      width: 80%;
      margin: 0 auto;
      font-size: 4.4vw;
      line-height: 1.8;
      padding: 4% 7%; } }

.p-qanda {
  width: 77%;
  max-width: 1074px;
  margin: 0 auto 5% auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p-qanda__question {
    width: 55%;
    margin: 0 5.3% 0 0; }
    .p-qanda__question__title {
      width: 59%;
      margin: 0 auto;
      color: #646464;
      font-size: 22px;
      border: 1px solid #c9c9ca;
      background: #fff;
      margin-bottom: -1.7%;
      padding: 0.9% 1.9%;
      position: relative; }
    .p-qanda__question__text {
      background: #f1f1f1;
      padding: 5% 5% 4.5% 5%;
      font-size: 30px;
      line-height: 1; }
      .p-qanda__question__text--orange {
        color: #ff5353;
        margin-bottom: 3%; }
      .p-qanda__question__text--gray {
        font-size: 20px;
        color: #646464; }
  .p-qanda__answer {
    width: 39.7%; }
    .p-qanda__answer__img {
      margin-bottom: 8.8%; }
    .p-qanda__answer__text {
      font-size: 24px;
      color: #3098cf;
      margin-bottom: 3%; }
      .p-qanda__answer__text--annotation {
        font-size: 16px;
        color: #646464; }
  .p-qanda__arrow {
    width: 9.6%;
    margin: 2% 0; }
  .p-qanda__textbox {
    background: #d9e9f1;
    padding: 4.5% 5% 6.3% 5%;
    border-top: 4px solid #3098cf; }
  .p-qanda__titlebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 3.3%;
    margin-bottom: 3.3%; }
    .p-qanda__titlebox__img {
      width: 12%;
      margin-right: 4%; }
    .p-qanda__titlebox__text {
      width: 86.2%;
      text-align: left;
      color: #3098cf; }
      .p-qanda__titlebox__text__title {
        font-size: 34px; }
      .p-qanda__titlebox__text__subtitle {
        font-size: 20px; }
  .p-qanda__description {
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    color: #646464; }
  .p-qanda--text {
    font-size: 48px;
    color: #646464; }
  @media screen and (max-width: 1200px) {
    .p-qanda__question {
      margin-bottom: 5.7%; }
      .p-qanda__question__title {
        font-size: 1.6vw; }
      .p-qanda__question__text {
        font-size: 2.1vw; }
        .p-qanda__question__text--gray {
          font-size: 1.4vw; }
    .p-qanda__answer__text {
      font-size: 1.7vw; }
      .p-qanda__answer__text--annotation {
        font-size: 1.1vw; }
    .p-qanda__titlebox__text__title {
      font-size: 2.4vw; }
    .p-qanda__titlebox__text__subtitle {
      font-size: 1.4vw; }
    .p-qanda__description {
      font-size: 1.3vw; }
    .p-qanda--text {
      font-size: 3.4vw; } }
  @media screen and (max-width: 767px) {
    .p-qanda {
      display: block;
      width: 80%; }
      .p-qanda__question {
        width: 100%; }
        .p-qanda__question__title {
          width: 60%;
          font-size: 3.2vw;
          padding: 1.2% 1.9% 1% 1.9%; }
        .p-qanda__question__text--orange {
          font-size: 4.5vw; }
        .p-qanda__question__text--gray {
          font-size: 3.2vw;
          line-height: 1.5; }
      .p-qanda__arrow {
        margin: 3% 0; }
      .p-qanda__answer {
        width: 73%;
        margin: 0 auto 6.7% auto; }
        .p-qanda__answer__text {
          font-size: 4vw; }
          .p-qanda__answer__text--annotation {
            font-size: 2.6vw; }
      .p-qanda__titlebox__text__title {
        font-size: 4.5vw; }
      .p-qanda__titlebox__text__subtitle {
        font-size: 3.2vw; }
      .p-qanda__description {
        font-size: 2.9vw; }
      .p-qanda--text {
        font-size: 5.3vw;
        line-height: 1.5; } }

.p-jibun_denryoku__title {
  margin: 70px auto 50px auto;
  font-size: 43px;
  color: #646464;
  line-height: 1;
  text-align: center; }

.p-jibun_denryoku__movie {
  position: relative;
  margin-bottom: 3.2%; }
  .p-jibun_denryoku__movie__item {
    width: 61%;
    margin: 0 auto; }
  .p-jibun_denryoku__movie__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer; }
    .p-jibun_denryoku__movie__btn:hover {
      opacity: .7; }

@media screen and (max-width: 1200px) {
  .p-jibun_denryoku__title {
    font-size: 3.9vw; }
  .p-jibun_denryoku__text {
    font-size: 1.9vw;
    color: #646464;
    margin-bottom: 1.9%; }
  .p-jibun_denryoku__movie__btn {
    width: 6.7%; } }

@media screen and (max-width: 767px) {
  .p-jibun_denryoku__title {
    font-size: 7.3vw;
    margin: 10% auto 6.2% auto; }
  .p-jibun_denryoku__movie__item {
    width: 90%;
    margin-bottom: 6.2%; } }

.p-jibun_qanda {
  background: #f5f5f5;
  padding: 80px 0 60px 0; }
  .p-jibun_qanda__content {
    max-width: 1000px;
    margin: 0 auto; }
  .p-jibun_qanda__title {
    font-size: 43px;
    color: #656565;
    text-align: center;
    margin-bottom: 50px; }
  .p-jibun_qanda__list__item {
    background: #fff;
    margin-bottom: 40px;
    padding: 30px 40px;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    letter-spacing: .07em; }
  .p-jibun_qanda__question {
    border-bottom: 2px dashed #535353;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #656565; }
    .p-jibun_qanda__question__icon-wrap {
      width: 11%; }
    .p-jibun_qanda__question__icon {
      background-image: url(../../assets/img/pc/sprite_pc.png);
      background-position: -82px -87px;
      width: 70px;
      height: 43px; }
      .p-jibun_qanda__question__icon--02 {
        background-image: url(../../assets/img/pc/sprite_pc.png);
        background-position: 0px -34px;
        width: 76px;
        height: 43px; }
      .p-jibun_qanda__question__icon--03 {
        background-image: url(../../assets/img/pc/sprite_pc.png);
        background-position: -86px -34px;
        width: 76px;
        height: 43px; }
    .p-jibun_qanda__question__text {
      width: 89%;
      font-size: 26px;
      line-height: 1.7; }
  .p-jibun_qanda__answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #656565; }
    .p-jibun_qanda__answer__icon {
      width: 11%;
      background-image: url(../../assets/img/pc/sprite_pc.png);
      background-position: -81px -140px;
      width: 65px;
      height: 41px; }
      .p-jibun_qanda__answer__icon--02 {
        background-image: url(../../assets/img/pc/sprite_pc.png);
        background-position: 0px -140px;
        width: 71px;
        height: 42px; }
      .p-jibun_qanda__answer__icon--03 {
        background-image: url(../../assets/img/pc/sprite_pc.png);
        background-position: 0px -87px;
        width: 72px;
        height: 43px; }
    .p-jibun_qanda__answer__text {
      width: 87%;
      font-size: 18px;
      line-height: 1.7;
      padding-right: 2%; }
  @media screen and (max-width: 1200px) {
    .p-jibun_qanda {
      padding: 6.7% 0 5% 0; }
      .p-jibun_qanda__title {
        font-size: 3.6vw;
        margin-bottom: 4.2%; }
      .p-jibun_qanda__list {
        width: 90%;
        margin: 0 auto; }
        .p-jibun_qanda__list__item {
          margin-bottom: 3.3%;
          padding: 2.5% 3.3%; }
      .p-jibun_qanda__question {
        border-bottom: 1px dashed #535353;
        padding-bottom: 2.5%;
        margin-bottom: 2.5%; }
        .p-jibun_qanda__question__text {
          font-size: 2.2vw; }
      .p-jibun_qanda__answer__text {
        font-size: 1.5vw;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .p-jibun_qanda__title {
      font-size: 5vw; }
    .p-jibun_qanda__list__item {
      margin-bottom: 3.3%;
      padding: 5% 3.3%; }
    .p-jibun_qanda__question {
      padding-bottom: 5%;
      margin-bottom: 5%; }
      .p-jibun_qanda__question__icon {
        background-image: url(../../assets/img/sp/sprite_sp.png);
        background-position: -41px -43.5px;
        width: 35px;
        height: 21.5px;
        background-size: 141px 91px; }
        .p-jibun_qanda__question__icon--02 {
          background-image: url(../../assets/img/sp/sprite_sp.png);
          background-position: 0px -17px;
          width: 38px;
          height: 21.5px;
          background-size: 141px 91px; }
        .p-jibun_qanda__question__icon--03 {
          background-image: url(../../assets/img/sp/sprite_sp.png);
          background-position: -43px -17px;
          width: 38px;
          height: 21.5px;
          background-size: 141px 91px; }
      .p-jibun_qanda__question__text {
        font-size: 3.2vw;
        margin-left: 5%; }
    .p-jibun_qanda__answer__icon {
      background-image: url(../../assets/img/sp/sprite_sp.png);
      background-position: -40.5px -70px;
      width: 32.5px;
      height: 20.5px;
      background-size: 141px 91px; }
      .p-jibun_qanda__answer__icon--02 {
        background-image: url(../../assets/img/sp/sprite_sp.png);
        background-position: 0px -70px;
        width: 35.5px;
        height: 21px;
        background-size: 141px 91px; }
      .p-jibun_qanda__answer__icon--03 {
        background-image: url(../../assets/img/sp/sprite_sp.png);
        background-position: 0px -43.5px;
        width: 36px;
        height: 21.5px;
        background-size: 141px 91px; }
    .p-jibun_qanda__answer__text {
      font-size: 3.2vw;
      margin-left: 5%; } }

.p-jibun_details {
  width: 100%;
  height: 100%;
  background: url(../img/bg-jibun_denryoku.jpg) no-repeat bottom center;
  background-size: 100% auto;
  padding: 7% 0 65% 0;
  text-align: center;
  opacity: 0; }
  .p-jibun_details__title {
    margin-bottom: 5%;
    font-size: 55px;
    color: #646464;
    line-height: 1; }
  .p-jibun_details__movie {
    position: relative;
    margin-bottom: 3.2%; }
    .p-jibun_details__movie__item {
      width: 61%;
      margin: 0 auto; }
    .p-jibun_details__movie__btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      cursor: pointer; }
      .p-jibun_details__movie__btn:hover {
        opacity: .7; }
  .p-jibun_details__btn {
    margin: 0 auto 56.8% auto; }
  .p-jibun_details__text {
    font-size: 26px;
    line-height: 1.6;
    color: #646464;
    margin-bottom: 1.9%; }
  .p-jibun_details__arrow {
    width: 4%;
    margin-bottom: 2%; }
  .p-jibun_details__description {
    font-size: 43px;
    line-height: 1.6;
    color: #ff5353;
    margin-bottom: 2.4%; }
  .p-jibun_details__logo {
    width: 480px;
    margin-bottom: 3.7%; }
  @media screen and (max-width: 1200px) {
    .p-jibun_details {
      padding-bottom: 70%; }
      .p-jibun_details__title {
        font-size: 3.9vw; }
      .p-jibun_details__text {
        font-size: 1.9vw;
        color: #646464;
        margin-bottom: 1.9%; }
      .p-jibun_details__movie__btn {
        width: 6.7%; }
      .p-jibun_details__description {
        font-size: 3vw;
        margin-bottom: 1.8%; }
      .p-jibun_details__logo {
        width: 35.4%; } }
  @media screen and (max-width: 767px) {
    .p-jibun_details {
      padding: 10.9% 0 76% 0;
      background-position: 97% 100%;
      background-size: 110% auto; }
      .p-jibun_details__title {
        font-size: 7.3vw;
        margin-bottom: 6.2%; }
      .p-jibun_details__movie__item {
        width: 90%;
        margin-bottom: 6.2%; }
      .p-jibun_details__text {
        font-size: 3.4vw;
        margin-bottom: 3.4%; }
      .p-jibun_details__arrow {
        width: 7.3%;
        margin-bottom: 4.4%; }
      .p-jibun_details__movie__btn {
        width: 10.5%; }
      .p-jibun_details__description {
        font-size: 5.7vw;
        line-height: 1.6; }
      .p-jibun_details__logo {
        width: 67%;
        margin-bottom: 7.6%; } }

.p-footer {
  background: #595757;
  padding: 1.6% 0 2.2% 0; }
  .p-footer__content {
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: #fff; }
    .p-footer__content__logo {
      width: 16.5%;
      margin-right: 4%; }
    .p-footer__content__acceptance {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      box-sizing: border-box;
      width: 37%;
      margin-right: 7%; }
    .p-footer__content__tel {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 51%; }
      .p-footer__content__tel__freecall {
        width: 20%; }
      .p-footer__content__tel__num {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        color: #fff;
        width: 73%; }
        .p-footer__content__tel__num__item {
          font-size: 20px;
          color: #fff; }
          .p-footer__content__tel__num__item--text {
            font-size: 10px; }
    .p-footer__content__time {
      font-size: 10px; }
    .p-footer__content__privacypolicy {
      width: 16%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      margin-right: 3%; }
      .p-footer__content__privacypolicy__item {
        margin-right: 9%;
        position: relative; }
        .p-footer__content__privacypolicy__item:after {
          content: "｜";
          display: inline-block;
          position: absolute;
          top: 0;
          right: -30%; }
        .p-footer__content__privacypolicy__item:last-child {
          margin-right: 0; }
          .p-footer__content__privacypolicy__item:last-child:after {
            content: none; }
        .p-footer__content__privacypolicy__item__link {
          color: #fff; }
          .p-footer__content__privacypolicy__item__link:hover {
            opacity: .7; }
    .p-footer__content__copyright {
      font-size: 12px; }
  @media screen and (max-width: 1200px) {
    .p-footer__content {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .p-footer__content__logo {
        margin-right: 1%; }
      .p-footer__content__acceptance {
        width: 45%;
        margin-right: 0; }
      .p-footer__content__tel {
        width: 51%; }
        .p-footer__content__tel__freecall {
          width: 22%; }
        .p-footer__content__tel__num {
          width: 73%; }
          .p-footer__content__tel__num__item {
            font-size: 1.6vw; }
            .p-footer__content__tel__num__item__text {
              font-size: .7vw; }
      .p-footer__content__time {
        width: 70%; }
      .p-footer__content__privacypolicy {
        width: 18%;
        font-size: .9vw;
        margin-right: 1%; }
      .p-footer__content__copyright {
        font-size: .9vw; } }
  @media screen and (max-width: 870px) {
    .p-footer {
      padding: 5.6% 0 3.6% 0; }
      .p-footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .p-footer__content__logo {
          width: 33%;
          margin: 0 0 5.8% 0; }
        .p-footer__content__acceptance {
          display: block;
          width: 88%;
          margin: 0 0 6.6% 0; }
        .p-footer__content__tel {
          width: 50%;
          margin: 0 auto 5% auto; }
          .p-footer__content__tel__freecall {
            margin-right: 5%; }
          .p-footer__content__tel__num__item {
            font-size: 4.3vw; }
            .p-footer__content__tel__num__item--text {
              font-size: 2.2vw; }
        .p-footer__content__time {
          width: 100%;
          font-size: 2vw;
          margin-right: 0;
          text-align: center; }
        .p-footer__content__privacypolicy {
          width: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0 0 5.3% 0;
          font-size: 2.9vw; }
          .p-footer__content__privacypolicy__item {
            margin-right: 4%; }
        .p-footer__content__copyright {
          font-size: 1.8vw; } }

.p-btn--andmore {
  width: 357px;
  font-size: 30px;
  color: #ff5353;
  line-height: 1;
  border: 2px solid #ff5353;
  padding: 19px 46px 19px 90px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background: #fff;
  font-weight: 600;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .p-btn--andmore:before {
    content: " ";
    display: block;
    width: 13px;
    height: 23px;
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .p-btn--andmore:hover {
    color: #fff;
    background: #ff5353; }
    .p-btn--andmore:hover:before {
      background: url(../img/arrow-white.png) no-repeat; }

.p-btn--entry {
  width: 344px;
  font-size: 16px;
  color: #ff5353;
  line-height: 1;
  border: 2px solid #ff5353;
  padding: 16px 29px 16px 65px;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .p-btn--entry_wrap {
    width: 344px;
    margin-top: .5%; }
  .p-btn--entry:before {
    content: " ";
    display: block;
    width: 13px;
    height: 23px;
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .p-btn--entry:hover {
    color: #fff;
    background: #ff5353; }
    .p-btn--entry:hover:before {
      background: url(../img/arrow-white.png) no-repeat; }

@media screen and (max-width: 1200px) {
  .p-btn--andmore {
    width: 37.5%;
    font-size: 2.1vw;
    padding: 1.2% 2.5% 1.2% 4.2%;
    box-sizing: border-box; }
    .p-btn--andmore:before {
      width: 35%;
      height: 35%;
      left: 16%;
      background-size: contain; }
    .p-btn--andmore:hover:before {
      width: 35%;
      height: 35%;
      left: 16%;
      background-size: contain; }
  .p-btn--entry {
    width: 100%;
    font-size: 1.2vw;
    padding: 4.5% 1.4% 4% 22.5%;
    box-sizing: border-box; }
    .p-btn--entry_wrap {
      width: 27%; }
    .p-btn--entry:before {
      width: 50%;
      height: 50%;
      left: 12%;
      background-size: contain; }
    .p-btn--entry:hover:before {
      width: 50%;
      height: 50%;
      left: 12%;
      background-size: contain; } }

@media screen and (max-width: 767px) {
  .p-btn--andmore {
    width: 67%;
    font-size: 3vw;
    text-align: center;
    padding: 3% 3% 3% 10%;
    border: 1px solid #ff5353; }
    .p-btn--andmore:before {
      width: 40%;
      height: 40%;
      left: 16%;
      background-size: contain; }
    .p-btn--andmore:hover {
      color: #ff5353;
      background: #fff; }
  .p-btn--entry {
    width: 100%;
    font-size: 10px;
    text-align: center;
    padding: 8px 10px 8px 18px;
    border: 1px solid #ff5353; }
    .p-btn--entry_wrap {
      width: 34%; }
    .p-btn--entry:before {
      width: 37%;
      height: 20%;
      left: 12%;
      background-size: contain; }
    .p-btn--entry:hover {
      color: #ff5353;
      background: #fff; } }

"utf-8"
.full {
  width: 100% !important; }

.half {
  width: 50% !important; }

.third {
  width: 33% !important; }

.forth {
  width: 25% !important; }

/* ----------------------------------------------------
text
---------------------------------------------------- */
.ac {
  text-align: center !important; }

.ar {
  text-align: right !important; }

.al {
  text-align: left !important; }

.bold {
  font-weight: bold !important; }

.font10 {
  font-size: 10px !important; }

.font11 {
  font-size: 11px !important; }

.font12 {
  font-size: 12px !important; }

.font13 {
  font-size: 13px !important; }

.font14 {
  font-size: 14px !important; }

.font15 {
  font-size: 15px !important; }

.font16 {
  font-size: 16px !important; }

.font17 {
  font-size: 17px !important; }

.font18 {
  font-size: 18px !important; }

.font19 {
  font-size: 19px !important; }

.font20 {
  font-size: 20px !important; }

.font21 {
  font-size: 21px !important; }

.font22 {
  font-size: 22px !important; }

.font23 {
  font-size: 23px !important; }

.font24 {
  font-size: 24px !important; }

.font26 {
  font-size: 26px !important; }

.font36 {
  font-size: 36px !important; }

.font45 {
  font-size: 45px !important; }

/* ----------------------------------------------------
float
---------------------------------------------------- */
.fr {
  float: right !important; }

.fl {
  float: left !important; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
height: auto;
overflow: hidden;
/**/ }

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr00 {
  margin-right: 0px !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px !important; }

.mr110 {
  margin-right: 110px !important; }

.mb00 {
  margin-bottom: 0px !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mb250 {
  margin-bottom: 250px !important; }

.ml00 {
  margin-left: 0px !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px !important; }

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt120 {
  padding-top: 120px !important; }

.pr00 {
  padding-right: 0px !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb00 {
  padding-bottom: 0px !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl00 {
  padding-left: 0px !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

/* ----------------------------------------------------
position
---------------------------------------------------- */
.posrel {
  position: relative !important; }

.posabs {
  position: absolute !important; }

.posfix {
  position: fixed !important; }

/* ----------------------------------------------------
display
---------------------------------------------------- */
.disbl {
  display: block !important; }

.disin {
  display: inline !important; }

.disinbl {
  display: inline-block !important; }

.disnn {
  display: none !important; }

.disfx {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* ----------------------------------------------------
center
---------------------------------------------------- */
.center {
  margin: 0 auto; }

.centerpos {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important; }

/* ----------------------------------------------------
cursor
---------------------------------------------------- */
.pointer {
  cursor: pointer !important; }
