@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    body {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; } }

.wrap {
  max-width: 950px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrap {
      width: 100%;
      padding: 0 3.125%; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }

.is-visible-sd {
  display: none !important; }
  @media screen and (max-width: 640px) {
    .is-visible-sd {
      display: block !important; } }

.is-hidden-sd {
  display: block !important; }
  @media screen and (max-width: 640px) {
    .is-hidden-sd {
      display: none !important; } }

/*************************************
common
*************************************/
.btn-blank {
  display: inline-block;
  padding: 18px 70px;
  color: #fff;
  font-size: 20px;
  background: #c00 url(/commonY15/img/icon_ext_white_01.png) no-repeat 95% center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media screen and (max-width: 640px) {
    .btn-blank {
      font-size: 1rem;
      padding: 1rem;
      width: 100%;
      text-align: center;
      font-weight: bold; } }
  .btn-blank:hover {
    opacity: .7; }

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 132px;
  background: -webkit-gradient(linear, left top, right top, from(#d6c732), to(#6d6500));
  background: -webkit-linear-gradient(left, #d6c732, #6d6500);
  background: -o-linear-gradient(left, #d6c732, #6d6500);
  background: linear-gradient(to right, #d6c732, #6d6500); }
  @media screen and (max-width: 640px) {
    .section-head {
      height: 76px;
      padding: 0 2rem; } }

.section-head_b {
  height: 173px; }
  @media screen and (max-width: 640px) {
    .section-head_b {
      height: 87px;
      padding: 0 3.125%; } }

.title-lv3 {
  margin: 0 55px 30px;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #c00;
  line-height: 1;
  background: #fff;
  border: 1px solid #c00;
  border-radius: 32px; }
  @media screen and (max-width: 768px) {
    .title-lv3 {
      margin: 0 0 30px; } }
  @media screen and (max-width: 640px) {
    .title-lv3 {
      font-size: .875rem;
      padding: .625rem;
      margin: 0 0 1rem;
      line-height: 1.3; } }

.title-lv3_c {
  margin-top: 60px; }
  @media screen and (max-width: 640px) {
    .title-lv3_c {
      margin-top: 2rem; } }

/*************************************
header
*************************************/
.l-mv {
  padding: 20px 0 40px;
  background: url(../img/mv.jpg) no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .l-mv {
      padding: .625rem 0 1.25rem; } }

.header {
  position: relative; }
  .header .mv-img {
    position: absolute;
    left: 15px;
    top: 189px; }
    @media screen and (max-width: 768px) {
      .header .mv-img {
        top: 230px; } }
    @media screen and (max-width: 640px) {
      .header .mv-img {
        top: 33%; } }
    .header .mv-img img {
      width: 234px; }
      @media screen and (max-width: 768px) {
        .header .mv-img img {
          width: 200px; } }
      @media screen and (max-width: 640px) {
        .header .mv-img img {
          width: 25.2%; } }

@media screen and (max-width: 640px) {
  .header-logo img {
    width: 36%; } }

.mv-title {
  margin: 20px 0 30px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .mv-title {
      margin: .625rem 2rem 1rem; } }

.mv-cardface {
  text-align: center; }
  .mv-cardface img {
    width: 290px; }
    @media screen and (max-width: 640px) {
      .mv-cardface img {
        width: 37%; } }

.mv-area-cv {
  margin: 70px 115px 0;
  padding: 25px 0 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px; }
  @media screen and (max-width: 640px) {
    .mv-area-cv {
      margin: 1.5rem 6% 0;
      padding: 1rem .625rem .625rem; } }
  .mv-area-cv .btn-blank {
    margin-top: 24px; }
    @media screen and (max-width: 640px) {
      .mv-area-cv .btn-blank {
        margin-top: .625rem; } }

@media screen and (max-width: 640px) {
  .mv-lead img {
    width: 70%; } }

/*************************************
section
*************************************/
.bg-half {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f2f2), color-stop(50%, #f1edc6));
  background: -webkit-linear-gradient(left, #f2f2f2 50%, #f1edc6 50%);
  background: -o-linear-gradient(left, #f2f2f2 50%, #f1edc6 50%);
  background: linear-gradient(to right, #f2f2f2 50%, #f1edc6 50%); }
  @media screen and (max-width: 640px) {
    .bg-half {
      padding: 1.875rem 0; } }

.box-graph {
  margin: 0 69px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a7a7a7), color-stop(50%, #b3a719));
  background: -webkit-linear-gradient(left, #a7a7a7 50%, #b3a719 50%);
  background: -o-linear-gradient(left, #a7a7a7 50%, #b3a719 50%);
  background: linear-gradient(to right, #a7a7a7 50%, #b3a719 50%); }
  @media screen and (max-width: 768px) {
    .box-graph {
      margin: 0; } }

.box-graph-inner {
  padding: 30px 0 0;
  background: #fff; }
  @media screen and (max-width: 640px) {
    .box-graph-inner {
      padding: 1rem 0 0; } }

.area-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .area-graph .arrow {
    margin: 0 8px; }
    @media screen and (max-width: 640px) {
      .area-graph .arrow img {
        width: 32px; } }
  .area-graph .arrow-01 {
    margin-bottom: 46px; }
    @media screen and (max-width: 640px) {
      .area-graph .arrow-01 {
        margin-bottom: 1.5rem; } }
  .area-graph .arrow-02 {
    margin-bottom: 120px; }
    @media screen and (max-width: 640px) {
      .area-graph .arrow-02 {
        margin-bottom: 3.75rem; } }
  .area-graph .arrow-03 {
    margin-top: 130px; }
    @media screen and (max-width: 640px) {
      .area-graph .arrow-03 {
        margin-top: 3.75rem; } }

.area-graph-cricle {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .area-graph-cricle .graph-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 39%;
    flex: 0 1 39%;
    text-align: center; }

.graph {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 39%;
  flex: 0 1 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.graph-txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px; }
  @media screen and (max-width: 640px) {
    .graph-txt {
      font-size: 1.25rem; } }
  .graph-txt span {
    font-size: 30px; }
    @media screen and (max-width: 640px) {
      .graph-txt span {
        font-size: 1rem; } }
    .graph-txt span.small {
      font-size: 24px; }
      @media screen and (max-width: 640px) {
        .graph-txt span.small {
          font-size: .875rem; } }

.lead-graph {
  font-size: 30px;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .lead-graph {
      font-size: 1rem; } }

.graph-01 {
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#7a7a7a), to(#353535));
  background: -webkit-linear-gradient(left, #7a7a7a, #353535);
  background: -o-linear-gradient(left, #7a7a7a, #353535);
  background: linear-gradient(to right, #7a7a7a, #353535); }
  @media screen and (max-width: 640px) {
    .graph-01 {
      height: 25px; } }

.graph-02 {
  height: 250px;
  background: -webkit-gradient(linear, left top, right top, from(#ff4646), to(#b30000));
  background: -webkit-linear-gradient(left, #ff4646, #b30000);
  background: -o-linear-gradient(left, #ff4646, #b30000);
  background: linear-gradient(to right, #ff4646, #b30000); }
  @media screen and (max-width: 640px) {
    .graph-02 {
      height: 125px; } }

.graph-03 {
  height: 125px;
  background: -webkit-gradient(linear, left top, right top, from(#7a7a7a), to(#353535));
  background: -webkit-linear-gradient(left, #7a7a7a, #353535);
  background: -o-linear-gradient(left, #7a7a7a, #353535);
  background: linear-gradient(to right, #7a7a7a, #353535); }
  @media screen and (max-width: 640px) {
    .graph-03 {
      height: 68px; } }

.graph-04 {
  height: 250px;
  background: -webkit-gradient(linear, left top, right top, from(#ff4646), to(#b30000));
  background: -webkit-linear-gradient(left, #ff4646, #b30000);
  background: -o-linear-gradient(left, #ff4646, #b30000);
  background: linear-gradient(to right, #ff4646, #b30000); }
  @media screen and (max-width: 640px) {
    .graph-04 {
      height: 125px; } }

.graph-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 58px auto 0;
  width: 140px;
  height: 140px;
  background: -webkit-gradient(linear, left top, right top, from(#7a7a7a), to(#353535));
  background: -webkit-linear-gradient(left, #7a7a7a, #353535);
  background: -o-linear-gradient(left, #7a7a7a, #353535);
  background: linear-gradient(to right, #7a7a7a, #353535);
  border-radius: 50%; }
  @media screen and (max-width: 640px) {
    .graph-05 {
      margin: 1.5rem auto 0;
      width: 70px;
      height: 70px; } }
  .graph-05 .graph-txt {
    line-height: .9; }

.graph-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 18px auto 20px;
  width: 220px;
  height: 220px;
  background: -webkit-gradient(linear, left top, right top, from(#ff4646), to(#b30000));
  background: -webkit-linear-gradient(left, #ff4646, #b30000);
  background: -o-linear-gradient(left, #ff4646, #b30000);
  background: linear-gradient(to right, #ff4646, #b30000);
  border-radius: 50%; }
  @media screen and (max-width: 640px) {
    .graph-06 {
      margin: .625rem auto;
      width: 110px;
      height: 110px; } }
  .graph-06 .graph-txt {
    line-height: .9; }

.area-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .area-card .card-r {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    color: #3c3c3c;
    background: #dfdfdf;
    border-top: 1px solid #a7a7a7; }
    .area-card .card-r .cardname::before {
      content: "";
      display: inline-block;
      margin-right: 17px;
      background: url(/common/img/cardface/r_visa_150.png) no-repeat;
      background-size: contain;
      width: 80px;
      height: 51px;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .area-card .card-r .cardname::before {
          margin-right: 8px;
          width: 40px;
          height: 26px; } }
  .area-card .card-a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    color: #655d00;
    background: #eae28e;
    border-top: 1px solid #b3a719;
    border-left: 1px solid #b3a719; }
    .area-card .card-a .cardname::before {
      content: "";
      display: inline-block;
      margin-right: 17px;
      background: url(/common/img/cardface/a_visa_150.png) no-repeat;
      background-size: contain;
      width: 80px;
      height: 51px;
      vertical-align: middle; }
      @media screen and (max-width: 640px) {
        .area-card .card-a .cardname::before {
          margin-right: 8px;
          width: 40px;
          height: 26px; } }
  .area-card .cardname {
    padding: 15px 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .area-card .cardname {
        padding: .5rem 0;
        font-size: 0.875rem; } }

.list-caution {
  margin: 30px 69px 60px; }
  .list-caution li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .list-caution {
      margin: 30px 0 60px; } }
  @media screen and (max-width: 640px) {
    .list-caution {
      margin: 1rem 0 2rem; } }

.list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 80px; }
  @media screen and (max-width: 640px) {
    .list-service {
      margin: 2rem 0 2.5rem;
      display: block; } }
  .list-service li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.5%;
    flex: 0 1 31.5%; }
    @media screen and (max-width: 640px) {
      .list-service li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1.5rem; }
        .list-service li:last-child {
          margin-bottom: 0; } }

@media screen and (max-width: 640px) {
  .service-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%; } }

@media screen and (max-width: 640px) {
  .service-detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%; } }

.service-ttl {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.6;
  color: #c00;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .service-ttl {
      margin-top: 0;
      font-size: .812rem; } }

.service-txt {
  font-size: 18px;
  line-height: 1.6; }
  @media screen and (max-width: 640px) {
    .service-txt {
      font-size: .812rem; } }

.bg-y {
  padding: 57px 0 80px;
  background: #f1edc6; }
  @media screen and (max-width: 640px) {
    .bg-y {
      padding: 1.875rem 0 2.5rem; } }

.section-insurance {
  font-size: 18px;
  line-height: 1.6;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .section-insurance {
      font-size: .812rem; } }
  @media screen and (max-width: 640px) {
    .section-insurance h2 {
      padding: 0 24%; } }
  .section-insurance .head-lead {
    margin: 30px 0 28px; }
    @media screen and (max-width: 640px) {
      .section-insurance .head-lead {
        margin: 1rem 0 .875rem; } }

.area-insurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.box-insurance {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }
  @media screen and (max-width: 640px) {
    .box-insurance {
      display: block; } }
  .box-insurance.card-r {
    position: relative;
    border: 1px solid #a7a7a7; }
    .box-insurance.card-r::after {
      position: absolute;
      right: -45px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      display: inline-block;
      width: 26px;
      height: 34px;
      background: url(../img/triangle.png) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 640px) {
        .box-insurance.card-r::after {
          right: -12%;
          width: 13px;
          height: 17px; } }
  .box-insurance.card-a {
    border: 1px solid #b3a719; }

.insurance-card {
  padding: 22px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 36%;
  flex: 0 1 36%;
  line-height: 1.15;
  font-size: 26px;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .insurance-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: .812rem;
      padding: .625rem 0; } }
  .insurance-card.card-r {
    color: #3c3c3c;
    background: #dfdfdf;
    border-right: 1px solid #a7a7a7; }
    @media screen and (max-width: 640px) {
      .insurance-card.card-r {
        border-right: none;
        border-bottom: 1px solid #a7a7a7; } }
  .insurance-card.card-a {
    color: #655d00;
    background: #eae28e;
    border-right: 1px solid #b3a719; }
    @media screen and (max-width: 640px) {
      .insurance-card.card-a {
        border-right: none;
        border-bottom: 1px solid #b3a719; } }
  .insurance-card .card-img {
    margin-top: 15px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .insurance-card .card-img {
        margin: 0 0 0 .625rem; } }
    .insurance-card .card-img img {
      width: 80px; }
      @media screen and (max-width: 640px) {
        .insurance-card .card-img img {
          width: 40px; } }

.insurance-txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 64%;
  flex: 0 1 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .insurance-txt {
      padding: 1rem 0;
      font-size: 1rem; } }
  .insurance-txt .num {
    font-size: 40px; }
    @media screen and (max-width: 640px) {
      .insurance-txt .num {
        font-size: 1.25rem; } }
  .insurance-txt.red {
    color: #c00; }
    .insurance-txt.red .num {
      font-size: 50px; }
      @media screen and (max-width: 640px) {
        .insurance-txt.red .num {
          font-size: 1.5rem; } }

.sub-insurance {
  margin: 30px 0 0;
  padding: 28px 0 30px;
  border-top: 1px solid #726a1a;
  border-bottom: 1px solid #726a1a; }
  @media screen and (max-width: 640px) {
    .sub-insurance {
      margin: 1rem 0 0;
      padding: .875rem 0 1rem; } }

.link-blank {
  display: inline-block;
  margin: 30px 0 0;
  padding: 5px 10px 5px 32px;
  background: #fff url(/commonY15/img/icon_ext_red_01.png) no-repeat 5% center;
  color: #0f0f69;
  border: 1px solid #d0d0d0; }
  @media screen and (max-width: 640px) {
    .link-blank {
      margin: 1rem 0 0; } }

.section-entry {
  padding: 80px 0 50px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .section-entry {
      padding: 2.5rem 0 1.625rem; } }

.lead-entry {
  margin: 30px 0;
  font-size: 18px; }
  @media screen and (max-width: 640px) {
    .lead-entry {
      margin: 1rem;
      font-size: .812rem; } }

.btn-entry {
  margin: 30px 0 0; }
  @media screen and (max-width: 640px) {
    .btn-entry {
      margin: 1rem 0 0; } }

.section-bnrarea {
  padding: 0 0 50px; }
  @media screen and (max-width: 640px) {
    .section-bnrarea {
      padding: 0 0 1.625rem; } }

.section-bnrarea .wrap {
  text-align: center; }

.section-bnrarea a img {
  width: 95%; }
  @media screen and (max-width: 640px) {
    .section-bnrarea a img {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .section-bnrarea .pc {
    display: inline-block !important; } }

@media screen and (max-width: 640px) {
  .section-bnrarea .pc {
    display: none !important; } }

.section-bnrarea .sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .section-bnrarea .sp {
      display: inline-block; } }

/*************************************
footer
*************************************/
.footer-copyright {
  text-align: center;
  padding: .625rem 0;
  background: #000; }
  .footer-copyright .copyright {
    color: #fff;
    font-size: .875rem; }
    @media screen and (max-width: 640px) {
      .footer-copyright .copyright {
        font-size: .75rem; } }

/*************************************
animation
*************************************/
.invisible {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 0; }

.visible {
  -webkit-animation: stretch 1s both;
  animation: stretch 1s both; }

.visible-late {
  -webkit-animation: stretch 1s both;
  animation: stretch 1s both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.visible-late2 {
  -webkit-animation: stretch 1s both;
  animation: stretch 1s both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes stretch {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%) scaleY(0);
    transform: translateY(50%) scaleY(0); }
  1% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1); } }

@keyframes stretch {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%) scaleY(0);
    transform: translateY(50%) scaleY(0); }
  1% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1); } }
