@media (min-width: 992px) {
  .sp {
    display: none; } }
@media (max-width: 991.98px) {
  .pc {
    display: none; } }
.c1 {
  color: #005AA9; }

.c2 {
  color: rgba(221, 230, 237, 0.9); }

.c3 {
  color: #E7720D; }

.c4 {
  color: #000; }

.c5 {
  color: #000; }

.bs1 {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.container {
  position: relative;
  text-align: left; }
.style--page_title {
  margin-bottom: 100px;
  background: #005AA9;
  color: #FFF;
  font-size: 3rem;
  text-align: center;
  padding: 30px; }
  @media (max-width: 991.98px) {
    .style--page_title {
      margin-bottom: 50px; } }
  @media (max-width: 991.98px) {
    .style--page_title {
      font-size: 2.2rem; } }
.style--contact_area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../image/layout/contact_back.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF; }
  @media (max-width: 991.98px) {
    .style--contact_area {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (max-width: 991.98px) {
    .style--contact_area {
      background-image: url("../image/layout/contact_back-sp.jpg"); } }
  .style--contact_area .container {
    text-align: center; }
    .style--contact_area .container a {
      color: #FFF; }
    .style--contact_area .container .hl {
      margin-bottom: 10px;
      font-size: 3rem;
      font-weight: bold; }
      @media (max-width: 991.98px) {
        .style--contact_area .container .hl {
          font-size: 2.8rem;
          line-height: 1.4; } }
    .style--contact_area .container .comment {
      margin-bottom: 30px;
      font-size: 1.4rem; }
    @media (min-width: 992px) {
      .style--contact_area .container .flex {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .style--contact_area .container .flex .tel {
      position: relative;
      display: inline-block;
      padding-left: 50px; }
      @media (min-width: 992px) {
        .style--contact_area .container .flex .tel {
          margin-right: 30px;
          padding-right: 30px;
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          text-align: left; } }
      @media (max-width: 991.98px) {
        .style--contact_area .container .flex .tel {
          margin-bottom: 20px;
          padding-left: 43px; } }
      .style--contact_area .container .flex .tel .num {
        position: relative;
        margin-top: -0.4em;
        margin-bottom: -10px;
        font-size: 5rem;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          .style--contact_area .container .flex .tel .num {
            font-size: 4rem;
            margin-bottom: 0px; } }
        .style--contact_area .container .flex .tel .num a {
          text-decoration: none; }
      .style--contact_area .container .flex .tel .time {
        font-size: 1.4rem;
        line-height: 1; }
      .style--contact_area .container .flex .tel:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 31px;
        height: 41px;
        background-image: url("../image/layout/contact_mark.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .style--contact_area .container .flex .button a {
      display: block;
      padding: 15px 20px;
      min-width: 300px;
      border: 3px solid #FFF;
      border-radius: 10px;
      font-size: 2rem;
      font-weight: bold;
      text-decoration: none;
      box-sizing: border-box;
      transition: all ease 0.5s; }
      @media (max-width: 991.98px) {
        .style--contact_area .container .flex .button a {
          font-size: 1.8rem; } }
      @media (min-width: 992px) {
        .style--contact_area .container .flex .button a:hover {
          background: #FFF;
          color: #222; } }
.style--top_mainvisual {
  position: relative;
  z-index: 10;
  width: 100%; }
  @media (min-width: 992px) {
    .style--top_mainvisual {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .style--top_mainvisual {
      margin-top: -80px; } }
  .style--top_mainvisual .slide {
    width: 100%;
    overflow: hidden; }
    .style--top_mainvisual .slide .unit {
      position: relative;
      overflow: hidden;
      width: 100%; }
      .style--top_mainvisual .slide .unit .back {
        position: relative;
        width: 100%;
        height: 85vh;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (min-width: 992px) {
          .style--top_mainvisual .slide .unit .back {
            min-height: 800px; } }
        @media (max-width: 991.98px) {
          .style--top_mainvisual .slide .unit .back {
            height: 85vh; } }
      .style--top_mainvisual .slide .unit:nth-child(1) .back {
        background-image: url("../image/content/top/slide_1.jpg") !important; }
        @media (max-width: 991.98px) {
          .style--top_mainvisual .slide .unit:nth-child(1) .back {
            background-image: url("../image/content/top/slide_1-sp.jpg") !important; } }
      .style--top_mainvisual .slide .unit:nth-child(2) .back {
        background-image: url("../image/content/top/slide_2.jpg") !important; }
        @media (max-width: 991.98px) {
          .style--top_mainvisual .slide .unit:nth-child(2) .back {
            background-image: url("../image/content/top/slide_2-sp.jpg") !important; } }
      .style--top_mainvisual .slide .unit:nth-child(3) .back {
        background-image: url("../image/content/top/slide_3.jpg") !important; }
        @media (max-width: 991.98px) {
          .style--top_mainvisual .slide .unit:nth-child(3) .back {
            background-image: url("../image/content/top/slide_3-sp.jpg") !important; } }
      .style--top_mainvisual .slide .unit:nth-child(4) .back {
        background-image: url("../image/content/top/slide_4.jpg") !important; }
        @media (max-width: 991.98px) {
          .style--top_mainvisual .slide .unit:nth-child(4) .back {
            background-image: url("../image/content/top/slide_4-sp.jpg") !important; } }
      .style--top_mainvisual .slide .unit:nth-child(5) .back {
        background-image: url("../image/content/top/slide_5.jpg") !important; }
        @media (max-width: 991.98px) {
          .style--top_mainvisual .slide .unit:nth-child(5) .back {
            background-image: url("../image/content/top/slide_5-sp.jpg") !important; } }
  .style--top_mainvisual .slide .back {
    transform-origin: center center;
    transform: scale(1.06);
    transition: 5s transform ease-out; }
  .style--top_mainvisual .slide .slick-active .back {
    transform: scale(1); }
  .style--top_mainvisual .hl {
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .style--top_mainvisual .hl {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .style--top_mainvisual .hl {
        width: 90%;
        top: calc(50% + 0px); } }
    @media (max-width: 1142px) {
      .style--top_mainvisual .hl img {
        width: 800px; } }
  .style--top_mainvisual .sticker {
    position: absolute;
    right: 15px;
    bottom: 50px; }
    @media (max-width: 1300px) {
      .style--top_mainvisual .sticker img {
        width: 200px; } }
    @media (max-width: 991.98px) {
      .style--top_mainvisual .sticker {
        bottom: 30px;
        transform: translateY(50%); }
        .style--top_mainvisual .sticker img {
          width: 120px; } }
  .style--top_mainvisual .tag {
    position: absolute;
    left: 50px;
    bottom: 50px;
    padding-right: 300px; }
    @media (max-width: 991.98px) {
      .style--top_mainvisual .tag {
        display: none; } }
    .style--top_mainvisual .tag ul {
      display: flex;
      flex-wrap: wrap; }
      .style--top_mainvisual .tag ul li {
        margin-top: 15px;
        padding: 5px 15px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 100px;
        color: #FFF;
        font-weight: bold;
        font-size: 1.4rem; }
        @media (max-width: 1142px) {
          .style--top_mainvisual .tag ul li {
            font-size: 1.2rem; } }
        .style--top_mainvisual .tag ul li:not(:last-child) {
          margin-right: 15px; }
        .style--top_mainvisual .tag ul li:before {
          content: "#";
          margin-right: 3px; }
@keyframes wheel {
  0% {
    height: 90px; }
  70% {
    height: 0; }
  100% {
    height: 0; } }
@keyframes wheel-sp {
  0% {
    height: 50px; }
  70% {
    height: 0; }
  100% {
    height: 0; } }
.style--top_banner {
  padding: 50px 0 0;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .style--top_banner {
      padding: 30px 0 0;
      margin-bottom: 50px; } }
  .style--top_banner .flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
    @media (max-width: 991.98px) {
      .style--top_banner .flex {
        margin-left: -10px;
        margin-right: -10px; } }
    .style--top_banner .flex li {
      width: 25%;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 30px; }
      @media (max-width: 991.98px) {
        .style--top_banner .flex li {
          width: 50%;
          padding: 0 10px;
          margin-bottom: 15px; } }
.style--top_concept {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    .style--top_concept {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (min-width: 992px) {
    .style--top_concept .list .unit {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .style--top_concept .list .unit .text {
      width: calc(100% - 530px); } }
  @media (max-width: 991.98px) {
    .style--top_concept .list .unit .text {
      margin-bottom: 35px; } }
  .style--top_concept .list .unit .text .hl {
    margin-bottom: 15px;
    font-size: 3rem;
    font-weight: bold;
    color: #005AA9;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .style--top_concept .list .unit .text .hl {
        line-height: 1.8;
        font-size: 2rem; } }
  .style--top_concept .list .unit + .unit {
    margin-top: 50px; }
.style--top_pickup {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #005AA9;
  color: #FFF; }
  @media (max-width: 991.98px) {
    .style--top_pickup {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .style--top_pickup .hl {
    text-align: center; }
    .style--top_pickup .hl:after {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      margin: 30px auto 30px;
      background: #FFF; }
  .style--top_pickup .point {
    margin-bottom: 50px;
    text-align: center; }
  @media (min-width: 992px) {
    .style--top_pickup .list {
      display: flex;
      margin-left: -30px;
      margin-right: -30px; } }
  @media (min-width: 992px) {
    .style--top_pickup .list .unit {
      width: 25%;
      padding: 0 30px; } }
  @media (max-width: 991.98px) {
    .style--top_pickup .list .unit + .unit {
      margin-top: 40px; } }
  .style--top_pickup .list .unit .image {
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .style--top_pickup .list .unit .image img {
        width: 220px; } }
  .style--top_pickup .list .unit .text .hs {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 10px; }
  .style--top_pickup .list .unit .text .comment {
    font-size: 1.5rem; }
  .style--top_pickup .hss {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: #FFF;
    border-radius: 5px;
    color: #005AA9;
    font-weight: bold;
    font-size: 1.8rem; }
    .style--top_pickup .hss + ul {
      margin-top: 30px; }
    .style--top_pickup .hss + p {
      margin-top: 30px; }
  .style--top_pickup p {
    margin-bottom: 30px; }
  .style--top_pickup ul {
    display: flex;
    flex-wrap: wrap; }
    .style--top_pickup ul li {
      margin: 0 15px 15px 0;
      padding: 0 15px 2px;
      border: 2px solid #FFF;
      border-radius: 100px; }
  .style--top_pickup table {
    width: 100%;
    margin-bottom: 30px; }
    .style--top_pickup table tr td, .style--top_pickup table tr th {
      padding: 10px 15px;
      border: 1px solid #FFF; }
      @media (max-width: 991.98px) {
        .style--top_pickup table tr td, .style--top_pickup table tr th {
          font-size: 1.4rem; } }
    .style--top_pickup table tr th {
      background: rgba(255, 255, 255, 0.05); }
    .style--top_pickup table tr td {
      text-align: center; }
    .style--top_pickup table thead tr th {
      background: rgba(255, 255, 255, 0.1);
      font-weight: bold;
      text-align: center; }
  @media (max-width: 991.98px) {
    .style--top_pickup .tbl_overflow {
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .style--top_pickup .tbl_overflow table {
        min-width: 1024px; } }
.style--top_price {
  display: block;
  position: relative;
  overflow: hidden; }
  .style--top_price:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 1833px; }
    @media (min-width: 992px) {
      .style--top_price:after {
        background: url(../image/content/top/price_back.jpg) no-repeat center top;
        background-size: 1920px auto; } }
  .style--top_price .price {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 991.98px) {
      .style--top_price .price {
        padding-top: 75px;
        padding-bottom: 75px; } }
    .style--top_price .price .hl {
      margin-bottom: 15px;
      text-align: center; }
    .style--top_price .price .hl_comment {
      text-align: center;
      margin-bottom: 50px; }
    .style--top_price .price .list {
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .style--top_price .price .list {
          display: flex;
          margin-left: -20px;
          margin-right: -20px; } }
      @media (min-width: 992px) {
        .style--top_price .price .list .unit {
          padding: 0 20px; } }
      @media (max-width: 991.98px) {
        .style--top_price .price .list .unit + .unit {
          margin-top: 40px; } }
      .style--top_price .price .list .unit img {
        width: 100%; }
    .style--top_price .price .option {
      margin-bottom: 70px;
      border: 3px solid #005AA9;
      border-radius: 20px; }
      .style--top_price .price .option dl {
        padding: 40px 60px; }
        @media (min-width: 992px) {
          .style--top_price .price .option dl {
            display: flex;
            align-items: center; } }
        @media (max-width: 991.98px) {
          .style--top_price .price .option dl {
            padding: 30px; } }
        .style--top_price .price .option dl dt {
          font-size: 3rem;
          font-weight: bold;
          color: #005AA9; }
          @media (min-width: 992px) {
            .style--top_price .price .option dl dt {
              margin-right: 40px; } }
          @media (max-width: 991.98px) {
            .style--top_price .price .option dl dt {
              text-align: center;
              font-size: 2.4rem;
              margin-bottom: 20px; } }
        .style--top_price .price .option dl dd ul li {
          position: relative;
          padding-left: 25px; }
          .style--top_price .price .option dl dd ul li:not(:first-child) {
            margin-top: 10px; }
          .style--top_price .price .option dl dd ul li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 7px;
            width: 15px;
            height: 15px;
            border-radius: 100px;
            background: #005AA9; }
    @media (min-width: 992px) {
      .style--top_price .price .contact {
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (max-width: 991.98px) {
      .style--top_price .price .contact {
        display: flex;
        flex-direction: column; } }
    @media (max-width: 991.98px) {
      .style--top_price .price .contact .head_tel {
        text-align: center; } }
    .style--top_price .price .contact .tel {
      position: relative;
      display: inline-block;
      padding-left: 50px; }
      @media (min-width: 992px) {
        .style--top_price .price .contact .tel {
          margin-right: 30px;
          padding-right: 30px;
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          text-align: left; } }
      @media (max-width: 991.98px) {
        .style--top_price .price .contact .tel {
          margin-bottom: 20px;
          padding-left: 43px;
          margin-left: auto;
          margin-right: auto; } }
      .style--top_price .price .contact .tel .num {
        position: relative;
        margin-top: -0.4em;
        margin-bottom: -10px;
        font-size: 5rem;
        font-weight: bold; }
        @media (max-width: 991.98px) {
          .style--top_price .price .contact .tel .num {
            font-size: 4rem;
            margin-bottom: 0px; } }
        .style--top_price .price .contact .tel .num a {
          text-decoration: none;
          color: #005AA9; }
      .style--top_price .price .contact .tel .time {
        font-size: 1.4rem;
        line-height: 1; }
      .style--top_price .price .contact .tel:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 31px;
        height: 41px;
        background-image: url("../image/layout/contact_mark-blue.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .style--top_price .price .contact .button a {
      display: block;
      padding: 0px 40px 2px;
      background: #E7720D;
      border-radius: 300px;
      color: #FFF;
      font-size: 2.6rem;
      text-decoration: none;
      font-weight: bold;
      line-height: 72px;
      border: 3px solid #E7720D;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      transition: all ease 0.2s; }
      @media (max-width: 991.98px) {
        .style--top_price .price .contact .button a {
          font-size: 2.2rem;
          text-align: center;
          line-height: 55px; } }
      @media (min-width: 992px) {
        .style--top_price .price .contact .button a:hover {
          background: #FFF;
          color: #E7720D; } }
  .style--top_price .flow {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(221, 230, 237, 0.9); }
    @media (max-width: 991.98px) {
      .style--top_price .flow {
        padding-top: 75px;
        padding-bottom: 75px; } }
    .style--top_price .flow .hl {
      margin-bottom: 15px;
      text-align: center; }
.style--faq_list .container {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    .style--faq_list .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
.style--faq_list .hl {
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .style--faq_list .hl {
      margin-bottom: 30px; } }
.style--faq_list dl {
  margin-bottom: 40px; }
  .style--faq_list dl dt {
    position: relative;
    background: rgba(221, 230, 237, 0.9);
    border-radius: 15px;
    overflow: hidden;
    font-size: 1.8rem; }
    @media (min-width: 992px) {
      .style--faq_list dl dt {
        min-height: 90px; } }
    @media (max-width: 991.98px) {
      .style--faq_list dl dt {
        font-size: 1.5rem; } }
    @media (max-width: 991.98px) {
      .style--faq_list dl dt {
        border-radius: 12px; } }
    .style--faq_list dl dt.-active + dd {
      display: block;
      padding: 30px; }
      @media (max-width: 991.98px) {
        .style--faq_list dl dt.-active + dd {
          padding-bottom: 0;
          padding-top: 20px; } }
    .style--faq_list dl dt.-active a {
      color: #005AA9; }
      .style--faq_list dl dt.-active a:after {
        content: "\e15b"; }
    .style--faq_list dl dt a {
      position: relative;
      display: flex;
      width: 100%;
      padding-right: 40px;
      color: #515151;
      text-decoration: none; }
      .style--faq_list dl dt a > * {
        display: block; }
      .style--faq_list dl dt a span {
        padding: 23px;
        background: #005AA9; }
        @media (max-width: 991.98px) {
          .style--faq_list dl dt a span {
            padding: 15px 0;
            width: 30px;
            text-align: center; } }
        .style--faq_list dl dt a span img {
          position: relative;
          top: 2px;
          right: 0px; }
          @media (max-width: 991.98px) {
            .style--faq_list dl dt a span img {
              width: 20px;
              top: 0; } }
      .style--faq_list dl dt a strong {
        font-weight: normal; }
        @media (min-width: 992px) {
          .style--faq_list dl dt a strong {
            padding: 28px; } }
        @media (max-width: 991.98px) {
          .style--faq_list dl dt a strong {
            padding: 15px 10px;
            width: calc(100% - 30px); } }
      .style--faq_list dl dt a:after {
        content: "\e145";
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        color: #005AA9;
        font-size: 3.2rem;
        font-weight: bold;
        font-family: 'Material Icons'; }
        @media (max-width: 991.98px) {
          .style--faq_list dl dt a:after {
            font-size: 2.4rem;
            right: 10px; } }
  .style--faq_list dl dd {
    display: none; }
    @media (max-width: 991.98px) {
      .style--faq_list dl dd {
        font-size: 1.5rem; } }
  .style--faq_list dl dd + dt {
    margin-top: 35px; }


.style--top_insurance .unit{display: flex; background: #E3E9F5; padding: 30px; align-items: center;}
.style--top_insurance .left{display: flex; align-items: center; width: calc( 100% - 140px ); }
.style--top_insurance .right {width:140px;}
.style--top_insurance .right .text{text-align: center; color: #005AA9; font-weight: bold; font-size: 1.5em;}
.style--top_insurance .left .i{width: calc(100% / 3); font-weight: bold; text-align: center;     padding: 0 10px;}
.style--top_insurance .i span {padding: 0 5px; color:#005AA9; background: #fff; display: flex; justify-content: center; align-items: center; font-size: 1.25em;}

@media (min-width: 576px) {
    .style--top_insurance .right .v_only{display: none;}

}
@media (max-width: 767px) {
    .style--top_insurance .unit{  padding: 30px 15px;}
    .style--top_insurance .left .i{padding:0 5px;}

}
@media (max-width: 575px) {
    .style--top_insurance .left .i{width: 100%;}
    .style--top_insurance .left .i:not(:last-child){margin-bottom: 10px;}
    .style--top_insurance .right {width:100px;}
    .style--top_insurance .left{width: calc( 100% - 100px ); display: block; }
    .style--top_insurance .right .text{ font-size: 2em;}

}
