@charset "UTF-8";
/* -------------------------------------------------- */
/* .hero */
/*--------------------------------------------------- */
.hero {
  position: relative; }
  .hero img.back {
    position: relative;
    z-index: -3;
    height: 620px;
    width: 100%;
    object-position: 50% 20%;
    object-fit: cover;
    font-family: "object-fit: cover;"; }
  .hero .hero2 {
    position: relative; }
  .hero img.catch {
    position: absolute;
    top: 53%;
    left: 10%;
    transform: translate(0%, -50%);
    width: 100%;
    max-width: 284px; }
    @media (max-width: 1060px) {
      .hero img.catch {
        left: 1%; } }

/* -------------------------------------------------- */
/* .point */
/*--------------------------------------------------- */
.point {
  background-color: #EEEEEE;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }
  .point .flex {
    border: 1px solid #DDDDDD;
    align-content: space-between;
    justify-content: space-between;
    color: #444444;
    background-color: #fff; }
  .point .flex3 {
    position: relative;
    padding: 15px;
    width: calc(33.333% - 0px);
    display: flex;
    align-items: center;
    align-content: space-between;
    flex-direction: column; }
    .point .flex3 .line {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      border-left: 1px solid #ddd; }
    .point .flex3 a {
      padding: 15px;
      color: #333;
      height: 100%;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .point .flex3 a:hover {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 0.8; }
  .point .pointNone a {
    pointer-events: none; }
    .point .pointNone a:hover {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .point h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 36px;
    white-space: nowrap; }
    .point h3:before {
      content: "";
      display: inline-block;
      background-size: contain;
      vertical-align: middle;
      background-repeat: no-repeat;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .point .icon1:before {
    width: 53px;
    height: 48px;
    background-image: url(../../img/icon1.png); }
  .point .icon2:before {
    width: 81px;
    height: 53px;
    background-image: url(../../img/icon2.png); }
  .point .icon3:before {
    width: 72px;
    height: 49px;
    background-image: url(../../img/icon3-no.png); }
  .point p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em; }

/* -------------------------------------------------- */
/* statement */
/*--------------------------------------------------- */
.statement {
  padding-top: 60px;
  padding-bottom: 60px; }
  .statement h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em; }
  .statement p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 15px;
    font-size: 1.5rem; }
  @media (min-width: 481px) {
    .statement .invi {
      display: none; } }

/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 768px) {
  /* -------------------------------------------------- */
  /* .hero */
  /*--------------------------------------------------- */
  .hero img.back {
    height: 320px; }
  .hero .hero2 {
    position: relative; }
  .hero img.catch {
    position: absolute;
    left: 5%;
    max-width: 170px; } }

@media (max-width: 768px) and (max-width: 480px) {
  .hero img.back {
    height: 320px;
    object-position: 30% 0%; }
  .hero .hero2 {
    position: relative; }
  .hero img.catch {
    position: absolute;
    max-width: 130px; } }

@media (max-width: 768px) {
  /* -------------------------------------------------- */
  /* .point */
  /*--------------------------------------------------- */
  .point .flex {
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px; }
  .point .flex3 {
    width: calc(50% - 10px);
    height: 100%;
    padding: 0;
    margin: 0 auto; }
    .point .flex3:last-child {
      padding-top: 10px; }
    .point .flex3 h3 {
      margin-top: 70px; }
      .point .flex3 h3:before {
        top: 10px; }
    .point .flex3 .line {
      border-left: 0px; }
  .point .icon3:before {
    top: 30px; }
  .point p {
    font-size: 14px;
    font-size: 1.4rem; } }

@media (max-width: 768px) and (max-width: 480px) {
  .point .flex {
    padding: 0; }
  .point .flex3 {
    width: calc(100%);
    padding: 5px 5px 5px; }
    .point .flex3:last-child {
      width: calc(100%);
      padding-top: 5px; }
    .point .flex3 .line {
      border-top: 1px solid #ddd;
      bottom: 0;
      width: 100%;
      top: 100%; }
    .point .flex3 h3 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 80px;
      margin-bottom: 20px; }
      .point .flex3 h3:before {
        top: 30px; }
  .point .icon1:before {
    width: 43px; }
  .point .icon2:before {
    width: 61px; }
  .point .icon3:before {
    width: 56px;
    top: 20px; }
  .point p {
    font-size: 14px;
    font-size: 1.4rem; } }

@media (max-width: 768px) {
  /* -------------------------------------------------- */
  /* statement */
  /*--------------------------------------------------- */
  .statement {
    padding-top: 50px;
    padding-bottom: 50px; }
    .statement h3 {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 0 20px; }
    .statement p {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 20px; } }

@media (max-width: 768px) and (max-width: 480px) {
  .statement h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    padding: 0 20px; }
  .statement p {
    padding: 0 20px;
    text-align: left; } }
