@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
section {
  padding: 80px 0; }
  @media all and (max-width: 896px) {
    section {
      padding: 40px 0; } }

h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 50px; }
  @media all and (max-width: 896px) {
    h2 {
      font-size: 4rem;
      margin-bottom: 20px; } }
  @media all and (max-width: 480px) {
    h2 {
      font-size: 3rem; } }

.more_btn {
  margin-top: 30px;
  justify-content: center;
  display: flex; }
  .more_btn a {
    padding: 7px 0;
    border-bottom: 1px solid #000;
    display: inline-block; }
    .more_btn a:hover:after {
      right: -5px; }
    .more_btn a:after {
      transition: all .3s;
      right: 0;
      position: relative;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      margin: 0 0 0 10px; }

.main {
  padding: 0;
  position: relative; }
  .main .area_main {
    width: 100%;
    height: 496px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/main.jpg") no-repeat center center/cover; }
    @media all and (max-width: 480px) {
      .main .area_main {
        height: 300px; } }
    .main .area_main h1 {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      color: #fff;
      font-size: 5.5rem;
      text-align: center;
      letter-spacing: 5px;
      left: 0;
      right: 0;
      display: inline-block;
      position: absolute;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
      @media all and (max-width: 480px) {
        .main .area_main h1 {
          max-width: 350px;
          font-size: 3rem;
          letter-spacing: 5px; } }

.intro {
  position: relative; }
  .intro:before {
    content: "";
    width: 15vw;
    height: 80vw;
    left: -4vw;
    bottom: -40vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point03.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .intro:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .intro:before {
        width: 30vw; } }
  .intro .area_intro > h2 {
    width: 400px;
    margin: 40px auto 0;
    padding: 0 0 0 40px;
    position: relative; }
    @media all and (max-width: 896px) {
      .intro .area_intro > h2 {
        width: 330px;
        margin: 30px auto 0;
        padding: 0 0 0 30px; } }
    @media all and (max-width: 480px) {
      .intro .area_intro > h2 {
        width: 280px;
        margin: 20px auto 0;
        padding: 0 0 0 20px; } }
    .intro .area_intro > h2:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f095";
      height: 100%;
      top: 0;
      left: 20px;
      position: absolute;
      display: flex;
      align-items: center; }
  .intro .area_intro > div {
    text-align: center;
    line-height: 2.8em; }
    @media all and (max-width: 480px) {
      .intro .area_intro > div {
        text-align: left;
        line-height: 2em; } }

.contact {
  position: relative; }
  .contact:before {
    content: "";
    width: 15vw;
    height: 80vw;
    right: -4vw;
    bottom: -25vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point02.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .contact:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .contact:before {
        width: 30vw; } }
  .contact .area_contact .sec_contact {
    width: 100%; }
    .contact .area_contact .sec_contact table {
      width: 100%;
      margin-top: 40px;
      border-top: 1px dotted #CCCCCC; }
      @media all and (max-width: 896px) {
        .contact .area_contact .sec_contact table {
          margin-top: 30px; } }
      @media all and (max-width: 480px) {
        .contact .area_contact .sec_contact table {
          margin-top: 20px; } }
      .contact .area_contact .sec_contact table th {
        width: 300px;
        padding: 25px 20px 20px;
        font-weight: 500;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px dotted #CCCCCC;
        background: #FAFAFA; }
        @media all and (max-width: 896px) {
          .contact .area_contact .sec_contact table th {
            width: calc(100% - 20px);
            padding: 10px;
            display: block; } }
      .contact .area_contact .sec_contact table td {
        padding: 20px;
        border-bottom: 1px dotted #CCCCCC; }
        @media all and (max-width: 896px) {
          .contact .area_contact .sec_contact table td {
            padding: 10px 0 20px;
            display: block; } }
        .contact .area_contact .sec_contact table td .week {
          margin: 0 0 10px;
          display: block; }
        .contact .area_contact .sec_contact table td label {
          margin: 0 10px 0 0;
          padding: 0 0 0 25px;
          position: relative; }
          .contact .area_contact .sec_contact table td label input {
            top: 1px;
            left: 0px;
            position: absolute; }
            @media all and (max-width: 480px) {
              .contact .area_contact .sec_contact table td label input {
                padding: 10px 5px !important;
                top: 0; } }
        .contact .area_contact .sec_contact table td input {
          width: 15px;
          height: 15px;
          padding: 20px 15px;
          border: #CDD6DD solid 1px;
          border-radius: 3px;
          box-sizing: border-box; }
          .contact .area_contact .sec_contact table td input.large {
            width: 100%; }
          .contact .area_contact .sec_contact table td input.medium {
            width: 30%; }
            @media all and (max-width: 896px) {
              .contact .area_contact .sec_contact table td input.medium {
                width: 47%; } }
          .contact .area_contact .sec_contact table td input.postal01 {
            width: 80px;
            margin: 0 10px;
            position: relative; }
            .contact .area_contact .sec_contact table td input.postal01::before {
              position: absolute;
              right: -20px;
              content: ""; }
          .contact .area_contact .sec_contact table td input.postal02 {
            width: 100px;
            margin-left: 10px; }
        .contact .area_contact .sec_contact table td select {
          padding: 10px;
          margin: 10px 0;
          border: #CDD6DD solid 1px; }
        .contact .area_contact .sec_contact table td textarea {
          width: 100%;
          min-height: 200px;
          padding: 10px;
          box-sizing: border-box;
          border: #CDD6DD solid 1px; }
    .contact .area_contact .sec_contact .group {
      margin-top: 40px; }
      @media all and (max-width: 896px) {
        .contact .area_contact .sec_contact .group {
          margin-top: 30px; } }
      @media all and (max-width: 480px) {
        .contact .area_contact .sec_contact .group {
          margin-top: 20px; } }
    .contact .area_contact .sec_contact .privacy {
      padding: 30px 0;
      text-align: center; }
      .contact .area_contact .sec_contact .privacy a {
        font-size: 2.0rem;
        font-weight: 700; }
    .contact .area_contact .sec_contact .consent {
      font-size: 1.5rem;
      text-align: center; }
      .contact .area_contact .sec_contact .consent label {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        position: relative; }
        .contact .area_contact .sec_contact .consent label input {
          width: 15px;
          height: 15px;
          top: 1px;
          left: 0px;
          position: absolute; }
    .contact .area_contact .sec_contact .btn_submit {
      padding: 30px 0 0;
      text-align: center; }
      @media all and (max-width: 896px) {
        .contact .area_contact .sec_contact .btn_submit {
          padding: 15px 0 0; } }
      .contact .area_contact .sec_contact .btn_submit input.btn {
        width: 300px;
        margin: 10px;
        padding: 15px 0;
        color: #FFFFFF;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1em;
        display: inline-block;
        cursor: pointer;
        border: none;
        border-radius: 30px;
        background-color: #333333; }
        .contact .area_contact .sec_contact .btn_submit input.btn:hover {
          transition: all 0.3s;
          background-color: #000000; }
    .contact .area_contact .sec_contact .btn_submit_w {
      padding: 30px 0 0;
      text-align: center;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media all and (max-width: 896px) {
        .contact .area_contact .sec_contact .btn_submit_w {
          padding: 15px 0 0; } }
      .contact .area_contact .sec_contact .btn_submit_w input.btn {
        width: 40%;
        margin: 10px;
        padding: 15px 0;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1em;
        display: inline-block;
        cursor: pointer;
        border: none;
        border-radius: 30px;
        background-color: #333333; }
        @media all and (max-width: 896px) {
          .contact .area_contact .sec_contact .btn_submit_w input.btn {
            width: 70%; } }
        .contact .area_contact .sec_contact .btn_submit_w input.btn:hover {
          transition: all 0.3s;
          background-color: #000000; }
    .contact .area_contact .sec_contact ul {
      margin-top: 80px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media all and (max-width: 896px) {
        .contact .area_contact .sec_contact ul {
          margin-top: 40px; } }
      .contact .area_contact .sec_contact ul li {
        width: calc(50% - 20px);
        margin: 10px;
        font-size: 2rem;
        font-weight: bold;
        text-align: center; }
        @media all and (max-width: 896px) {
          .contact .area_contact .sec_contact ul li {
            width: calc(100% - 20px); } }
        .contact .area_contact .sec_contact ul li .more_btn {
          margin-top: 10px; }
        .contact .area_contact .sec_contact ul li span {
          width: 400px;
          margin: 40px auto 0;
          padding: 0 0 0 40px;
          font-size: 2.5rem;
          position: relative; }
          .contact .area_contact .sec_contact ul li span:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f095";
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            display: flex;
            align-items: center; }
