@charset "UTF-8";
/*英字*/
/* -----------------------------------------------------
	contact
----------------------------------------------------- */
.contact {
  padding: 40px 0 120px; }
  @media screen and (max-width: 768px) {
    .contact {
      padding: 10.41667vw 0 18.22917vw; } }
  .contact .mw_wp_form_input .backBtn {
    display: none; }
  .contact .mw_wp_form_confirm dl dt {
    margin-top: 0; }
  .contact .mw_wp_form_confirm dl:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .contact .mw_wp_form_confirm dl:last-child dt {
      padding-top: 0; }
  .contact .mw_wp_form_confirm dl dd .col1 li {
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .contact .mw_wp_form_confirm dl dd .col1 li {
        font-size: 4.16667vw; } }
  .contact .mw_wp_form_confirm dl dd .col2 li {
    background: none;
    border: none;
    height: inherit;
    padding: 0; }
  .contact .mw_wp_form_confirm .btn_area .submit-container input {
    color: #009999; }
    @media screen and (min-width: 769px) {
      .contact .mw_wp_form_confirm .btn_area .submit-container input:hover {
        color: #fff;
        background: #009999;
        opacity: 1; } }
  .contact .mw_wp_form_confirm .btn_area .backBtn {
    margin: 0 0 0 50px; }
    @media screen and (max-width: 768px) {
      .contact .mw_wp_form_confirm .btn_area .backBtn {
        margin: 7.8125vw auto 0; } }
  .contact .mw_wp_form_complete .complete_txt {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.8; }
    .contact .mw_wp_form_complete .complete_txt.local {
      font-size: 2.4rem;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .contact .mw_wp_form_complete .complete_txt.local {
          text-align: center;
          font-size: 4.42708vw;
          margin-bottom: 7.8125vw; } }
    @media screen and (max-width: 768px) {
      .contact .mw_wp_form_complete .complete_txt {
        font-size: 4.16667vw;
        text-align: left; } }

::-webkit-input-placeholder {
  color: #bebebe;
  letter-spacing: .08em;
  font-weight: bold; }

:-ms-input-placeholder {
  color: #bebebe;
  letter-spacing: .08em;
  font-weight: bold; }

::-ms-input-placeholder {
  color: #bebebe;
  letter-spacing: .08em;
  font-weight: bold; }

::placeholder {
  color: #bebebe;
  letter-spacing: .08em;
  font-weight: bold; }

/* -----------------------------------------------------
	form_item
----------------------------------------------------- */
.form_item {
  background: #FFF;
  padding: 80px; }
  @media screen and (max-width: 768px) {
    .form_item {
      padding: 6.51042vw 4.55729vw; } }
  .form_item dl {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: solid 1px #e5e5e5;
    margin-top: 24px;
    padding-top: 24px; }
    .form_item dl:first-child {
      border: none;
      margin-top: 0;
      padding-top: 0; }
    .form_item dl:last-child {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .form_item dl:last-child dt {
        padding-top: 15px; }
    @media screen and (max-width: 768px) {
      .form_item dl {
        display: block;
        border-top: solid 0.26042vw #ccc;
        margin-top: 5.20833vw;
        padding-top: 5.20833vw; } }
    .form_item dl dt {
      width: 32%;
      font-size: 1.6rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .form_item dl dt {
          width: 100%;
          font-size: 4.16667vw;
          margin: 0; } }
      .form_item dl dt .item {
        position: relative; }
        .form_item dl dt .item::after {
          content: '';
          display: inline-block;
          position: absolute;
          bottom: 3px;
          font-size: 1.2rem;
          text-align: center;
          color: #fff;
          margin-left: 8px;
          padding: 0 8px; }
          @media screen and (max-width: 768px) {
            .form_item dl dt .item::after {
              bottom: 1.04167vw;
              font-size: 2.60417vw;
              margin-left: 2.08333vw;
              padding: 0 1.5625vw; } }
        .form_item dl dt .item.req::after {
          content: '必須';
          background: #009999; }
      .form_item dl dt .cap {
        display: inline-block;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5;
        font-weight: 400;
        margin-top: 8px; }
        @media screen and (max-width: 768px) {
          .form_item dl dt .cap {
            font-size: 3.64583vw;
            margin-top: 1.04167vw; } }
    .form_item dl dd {
      width: 68%; }
      @media screen and (max-width: 768px) {
        .form_item dl dd {
          width: 100%;
          margin-top: 4.16667vw; } }
      .form_item dl dd .select {
        width: 320px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .form_item dl dd .select {
            width: 100%; } }
        .form_item dl dd .select::after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 16px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 16px;
          height: 10px;
          border-style: solid;
          border-width: 10px 8px 0 8px;
          border-color: #333 transparent transparent transparent; }
          @media screen and (max-width: 768px) {
            .form_item dl dd .select::after {
              right: 3.125vw;
              width: 4.16667vw;
              height: 2.60417vw;
              border-width: 2.60417vw 2.08333vw 0 2.08333vw; } }
        .form_item dl dd .select select {
          color: #333;
          background: #f2f2f2;
          border: solid 2px #e8e8e8;
          height: 64px;
          padding: 0 16px; }
          @media screen and (max-width: 768px) {
            .form_item dl dd .select select {
              border: solid 0.26042vw #e8e8e8;
              height: 14.58333vw;
              padding: 0 3.125vw; } }
      .form_item dl dd .col2 {
        display: -webkit-box;
        /*Android4.3*/
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        /*PC-Safari,iOS8.4*/
        display: flex;
        -ms-flex-pack: justify;
        /*IE10*/
        -webkit-box-pack: justify;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: space-between;
        /* Safari6.1以降 */
        justify-content: space-between;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center; }
        .form_item dl dd .col2 li {
          width: calc(50% - 16px); }
          @media screen and (max-width: 768px) {
            .form_item dl dd .col2 li {
              width: calc(50% - 2.08333vw); } }
      .form_item dl dd .upload {
        display: -webkit-box;
        /*Android4.3*/
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        /*PC-Safari,iOS8.4*/
        display: flex;
        -ms-flex-align: center;
        /*IE10*/
        -webkit-box-align: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-align-items: center;
        /* Safari6.1以降 */
        align-items: center;
        margin-top: 16px; }
        @media screen and (max-width: 768px) {
          .form_item dl dd .upload {
            margin-top: 0; } }
        .form_item dl dd .upload .btn_upload {
          width: 200px;
          line-height: 60px;
          background: #000;
          color: #fff;
          text-align: center;
          border-radius: 6px; }
          @media screen and (max-width: 768px) {
            .form_item dl dd .upload .btn_upload {
              width: 33.85417vw;
              line-height: 10.41667vw;
              border-radius: 1.04167vw;
              font-size: 3.64583vw; } }
        .form_item dl dd .upload .file_name {
          margin-left: 24px; }
          @media screen and (max-width: 768px) {
            .form_item dl dd .upload .file_name {
              margin-left: 3.125vw;
              font-size: 3.125vw; } }
      .form_item dl dd .error {
        margin-top: 6px;
        color: #db0011;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .form_item dl dd .error {
            margin-top: 2.08333vw;
            font-size: 3.125vw; } }
  .form_item label {
    cursor: pointer; }
  .form_item input[type="email"],
  .form_item input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none; }
  .form_item textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent; }
  .form_item input[type="email"],
  .form_item input[type="text"] {
    background: #f2f2f2;
    height: 50px; }
    @media screen and (max-width: 768px) {
      .form_item input[type="email"],
      .form_item input[type="text"] {
        height: 9.11458vw; } }
  .form_item input[type="email"], .form_item input[type="text"], .form_item select {
    font-size: 1.8rem;
    width: 100%;
    padding: 0 16px; }
    @media screen and (max-width: 768px) {
      .form_item input[type="email"], .form_item input[type="text"], .form_item select {
        font-size: 4.16667vw;
        padding: 0 3.38542vw; } }
  .form_item select {
    width: 100%; }
  .form_item textarea {
    display: block;
    background: #f2f2f2;
    width: 100%;
    font-size: 1.8rem;
    padding: 16px; }
    @media screen and (max-width: 768px) {
      .form_item textarea {
        font-size: 4.16667vw;
        padding: 3.125vw; } }

/* -----------------------------------------------------
	checkbox
----------------------------------------------------- */
.checkbox {
  text-align: center; }
  .checkbox .mwform-checkbox-field-text {
    padding-left: 48px;
    position: relative;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .checkbox .mwform-checkbox-field-text {
        padding-left: 9.375vw;
        font-size: 3.64583vw; } }
    .checkbox .mwform-checkbox-field-text::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background: #FFF; }
      @media screen and (max-width: 768px) {
        .checkbox .mwform-checkbox-field-text::before {
          width: 6.51042vw;
          height: 6.51042vw; } }
  .checkbox input[type="checkbox"] {
    display: none; }
  .checkbox input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 10px;
    width: 8px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 4px #009999;
    border-right: solid 4px #009999; }
    @media screen and (max-width: 768px) {
      .checkbox input:checked + span::after {
        left: 1.82292vw;
        width: 1.5625vw;
        height: 3.90625vw;
        border-bottom: solid 1.04167vw #009999;
        border-right: solid 1.04167vw #009999; } }

/* -----------------------------------------------------
	terms
----------------------------------------------------- */
.terms {
  text-align: center;
  margin: 60px 0; }
  @media screen and (max-width: 768px) {
    .terms {
      text-align: left;
      margin: 10.41667vw 0; } }
  .terms .txt {
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .terms .txt {
        font-size: 3.64583vw; } }
    .terms .txt a {
      color: #009999;
      font-weight: bold;
      border-bottom: 1px solid #009999; }

/* -----------------------------------------------------
	btn_area
----------------------------------------------------- */
.btn_area {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .btn_area {
      -ms-flex-wrap: wrap;
      /*IE10*/
      -webkit-flex-wrap: wrap;
      /*PC-Safari,iOS8.4*/
      flex-wrap: wrap;
      margin-top: 13.02083vw; } }
  .btn_area .submitBtn {
    -webkit-box-shadow: 3px 3px 7px #e3e4e9, -3px -3px 5px #fff;
    box-shadow: 3px 3px 7px #e3e4e9, -3px -3px 5px #fff;
    max-width: 350px;
    width: 100%;
    height: 60px;
    border-radius: 50vw;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .btn_area .submitBtn {
        max-width: 71.09375vw;
        height: 13.67188vw;
        margin: auto; } }
    .btn_area .submitBtn input {
      width: 100%;
      height: 100%;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: bold;
      letter-spacing: .06em;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .btn_area .submitBtn input {
          font-size: 3.64583vw; } }
      @media screen and (min-width: 769px) {
        .btn_area .submitBtn input {
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; } }
  .btn_area .btn {
    max-width: 350px;
    width: 100%;
    margin: 0 0 0 50px; }
    @media screen and (max-width: 768px) {
      .btn_area .btn {
        max-width: 71.09375vw;
        margin: 7.8125vw auto 0; } }
    .btn_area .btnLink {
      font-family: inherit;
      font-weight: bold;
      color: #009999;
      cursor: pointer; }
      @media screen and (min-width: 769px) {
        .btn_area .btnLink:hover {
          color: #fff; } }

/* -----------------------------------------------------
	contact_tel
----------------------------------------------------- */
.contact_tel {
  background: #009999;
  padding: 70px 0 73px; }
  @media screen and (max-width: 768px) {
    .contact_tel {
      padding: 13.02083vw 0; } }
  .contact_tel p {
    text-align: center;
    color: #FFF;
    letter-spacing: .08em; }
    .contact_tel p.txt {
      font-size: 2.0rem;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .contact_tel p.txt {
          font-size: 4.42708vw;
          margin-bottom: 2.60417vw; } }
    .contact_tel p.number a {
      font-family: 'Kanit',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
      font-size: 4.2rem; }
      @media screen and (max-width: 768px) {
        .contact_tel p.number a {
          font-size: 8.59375vw; } }
    .contact_tel p.number::before {
      content: "";
      display: inline-block;
      background: url(../img/top/icon-tel.svg) no-repeat;
      background-size: contain;
      width: 32px;
      height: 32px;
      padding-right: 26px; }
      @media screen and (max-width: 768px) {
        .contact_tel p.number::before {
          width: 6.51042vw;
          height: 6.51042vw;
          padding-right: 5.98958vw; } }
