@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
フォーム送信
---------------------------------------------------------------------------------------------------------------------
*/
.wpcf7 input[type="file"] {
  font-size: 0.7em; }

#form {
  max-width: 1060px;
  margin: auto;
  width: 90%;
  padding: 60px 0 60px; }
  @media (min-width: 768px) {
    #form {
      padding: 60px 0 100px; } }
  #form dt p {
    display: flex;
    align-items: center;
    color: #000; }
  #form dl .yoko .InputItem:first-child {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    #form dl .yoko {
      display: flex; }
      #form dl .yoko .InputItem:first-child {
        padding-right: 15px;
        margin-bottom: 0px; }
      #form dl .yoko .InputItem:last-child {
        padding-left: 15px; } }
  @media (min-width: 1250px) {
    #form dl .yoko {
      display: flex; }
      #form dl .yoko .InputItem:first-child {
        padding-right: 20px; }
      #form dl .yoko .InputItem:last-child {
        padding-left: 20px; } }
  #form dl .InputItem dt, #form dl .tenpu dt {
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      #form dl .InputItem dt, #form dl .tenpu dt {
        margin-bottom: 10px; } }
  #form dl .InputItem p, #form dl .tenpu p {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.2em;
    color: #000; }
    @media (min-width: 1024px) {
      #form dl .InputItem p, #form dl .tenpu p {
        font-size: 1.25em; } }
  #form dl .InputItem .requiredicon, #form dl .tenpu .requiredicon {
    margin: 2.5px 0 0 10px; }
    #form dl .InputItem .requiredicon p, #form dl .tenpu .requiredicon p {
      font-size: 0.85em;
      color: #fff;
      display: inline-block;
      width: 48px;
      height: 26px;
      line-height: 24px;
      text-align: center;
      border-radius: 6px;
      background-color: #58A52C; }
  #form dl .InputItem {
    width: 100%; }
    #form dl .InputItem dt {
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        #form dl .InputItem dt {
          margin-bottom: 15px; } }
    #form dl .InputItem .radio-btn {
      display: flex;
      margin-bottom: 40px; }
      #form dl .InputItem .radio-btn .wpcf7-list-item {
        display: inline-block;
        margin: 0 1em 10px 0; }
      #form dl .InputItem .radio-btn p {
        margin-right: 20px; }
        #form dl .InputItem .radio-btn p:last-child {
          margin-right: 0; }
    #form dl .InputItem dd {
      margin-bottom: 40px;
      width: 100%; }
      #form dl .InputItem dd input {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        height: 50px;
        width: 100%;
        padding: 0 20px;
        font-size: 0.9em;
        color: #000;
        box-shadow: none; }
        @media (min-width: 1024px) {
          #form dl .InputItem dd input {
            font-size: 1.0em;
            height: 60px;
            border-radius: 16px; } }
        #form dl .InputItem dd input::placeholder {
          color: #707070; }
      #form dl .InputItem dd input:focus, #form dl .InputItem dd textarea:focus {
        border-color: #E7E7E7;
        box-shadow: 0 0 8px 0 #E7E7E7; }
      #form dl .InputItem dd textarea {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        height: 90px !important;
        width: 100% !important;
        padding: 20px 20px;
        font-size: 0.85em;
        color: #000;
        box-shadow: none;
        margin-bottom: -5px; }
        @media (min-width: 1024px) {
          #form dl .InputItem dd textarea {
            font-size: 1.125em;
            height: 110px !important;
            border-radius: 16px; } }
      #form dl .InputItem dd.Select-arrow {
        position: relative;
        width: 100%; }
        #form dl .InputItem dd.Select-arrow::before {
          position: absolute;
          top: 20px;
          margin: auto;
          right: 20px;
          width: 10px;
          height: 10px;
          content: '';
          border-bottom: solid 1px #000;
          border-right: solid 1px #000;
          transform: rotate(45deg);
          pointer-events: none;
          z-index: 1; }
          @media (min-width: 1024px) {
            #form dl .InputItem dd.Select-arrow::before {
              top: 23px; } }
      #form dl .InputItem dd .mfp_err {
        margin-top: 5px;
        font-size: 0.9em; }
      #form dl .InputItem dd select {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        height: 50px;
        width: 100%;
        padding: 0 20px;
        font-size: 0.9em;
        color: #000;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none; }
        @media (min-width: 1024px) {
          #form dl .InputItem dd select {
            font-size: 1.0em;
            border-radius: 16px;
            height: 60px; } }
        #form dl .InputItem dd select::-ms-expand {
          display: none; }
      #form dl .InputItem dd .select {
        color: #000; }
      #form dl .InputItem dd select option:first-child {
        color: #707070; }
      #form dl .InputItem dd select option {
        color: #000066; }
  #form dl .tenpu {
    margin-bottom: 20px; }
  #form dl h6 {
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: -10px; }
  #form .agreement {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 30px; }
    @media (min-width: 1024px) {
      #form .agreement {
        margin: 100px auto 60px; } }
    #form .agreement input {
      width: 20px;
      height: 20px;
      border: none;
      margin: 2.5px 10px 0 0; }
    #form .agreement p {
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-size: 0.85em;
      line-height: 1.2em;
      font-feature-settings: "palt";
      letter-spacing: 0.05em;
      color: #000; }
      @media (min-width: 1024px) {
        #form .agreement p {
          font-size: 1.0em; } }
      #form .agreement p a {
        color: #000;
        position: relative; }
        #form .agreement p a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #000;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #form .agreement p a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
  #form .mf_button {
    text-align: center; }
    #form .mf_button button, #form .mf_button p input {
      background-color: unset;
      border: none;
      color: #152436;
      text-align: center;
      font-size: 0.9em;
      font-weight: bold;
      max-width: 300px;
      width: 90%;
      height: 50px;
      position: relative;
      background-color: #fff;
      border-radius: 50px;
      transition: .5s; }
      @media (min-width: 1250px) {
        #form .mf_button button, #form .mf_button p input {
          font-size: 1.0em;
          height: 60px; } }
      #form .mf_button button:hover, #form .mf_button p input:hover {
        color: #fff;
        background-color: #0567B9; }
      #form .mf_button button span, #form .mf_button p input span {
        display: inline-block; }
      #form .mf_button button:hover span, #form .mf_button p input:hover span {
        transform: rotateY(360deg);
        transition: .6s; }
        #form .mf_button button:hover span:nth-of-type(1), #form .mf_button p input:hover span:nth-of-type(1) {
          transition-delay: .02s; }
        #form .mf_button button:hover span:nth-of-type(2), #form .mf_button p input:hover span:nth-of-type(2) {
          transition-delay: .04s; }
        #form .mf_button button:hover span:nth-of-type(3), #form .mf_button p input:hover span:nth-of-type(3) {
          transition-delay: .06s; }
        #form .mf_button button:hover span:nth-of-type(4), #form .mf_button p input:hover span:nth-of-type(4) {
          transition-delay: .08s; }
        #form .mf_button button:hover span:nth-of-type(5), #form .mf_button p input:hover span:nth-of-type(5) {
          transition-delay: .10s; }
        #form .mf_button button:hover span:nth-of-type(6), #form .mf_button p input:hover span:nth-of-type(6) {
          transition-delay: .12s; }
        #form .mf_button button:hover span:nth-of-type(7), #form .mf_button p input:hover span:nth-of-type(7) {
          transition-delay: .14s; }
        #form .mf_button button:hover span:nth-of-type(8), #form .mf_button p input:hover span:nth-of-type(8) {
          transition-delay: .16s; }
        #form .mf_button button:hover span:nth-of-type(9), #form .mf_button p input:hover span:nth-of-type(9) {
          transition-delay: .18s; }
      #form .mf_button button .arrow, #form .mf_button p input .arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        display: flex;
        justify-content: center;
        transition: .5s; }
        @media (min-width: 768px) {
          #form .mf_button button .arrow, #form .mf_button p input .arrow {
            right: 20px; } }
        #form .mf_button button .arrow img, #form .mf_button p input .arrow img {
          width: 35px; }
          @media (min-width: 1250px) {
            #form .mf_button button .arrow img, #form .mf_button p input .arrow img {
              width: 50px; } }

/*
---------------------------------------------------------------------------------------------------------------------
サンクスページ
---------------------------------------------------------------------------------------------------------------------
*/
.entry-thanks {
  text-align: center;
  border: 2px solid #000;
  padding: 60px 20px;
  margin: 50px auto 50px;
  max-width: 1060px;
  width: 90%; }
  @media (min-width: 768px) {
    .entry-thanks {
      padding: 60px;
      margin: 100px auto 100px; } }
  .entry-thanks h2 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.4em;
    border-bottom: 1px solid #000;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .entry-thanks h2 {
        font-size: 2.0em; } }
  .entry-thanks ul {
    margin-top: 40px; }
    .entry-thanks ul li {
      font-size: 0.9em;
      line-height: 1.8em;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .entry-thanks ul li {
          font-size: 1.0em; } }
