@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Zen+Kaku+Gothic+New:wght@500&family=Zen+Maru+Gothic:wght@500;700&display=swap");
/*--------------------------------------------
	subfv
--------------------------------------------*/
#subfvArea {
  position: relative;
  width: 100%;
  height: 410px; }
  @media (max-width: 480px) {
    #subfvArea {
      height: 180px; } }
  #subfvArea picture {
    display: block;
    width: 88%;
    height: 100%;
    position: relative;
    margin-left: auto;
    border-bottom-left-radius: 50px;
    overflow: hidden; }
    #subfvArea picture source, #subfvArea picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }

#contactArea {
  padding: min(100px,10.416vw) 0;
  font-weight: 700; }
  #contactArea .info, #contactArea .kome {
    max-width: 830px;
    margin: 0 auto; }
  #contactArea .info {
    font-size: 2.2rem; }
    @media (max-width: 480px) {
      #contactArea .info {
        font-size: 1.6rem; } }
  #contactArea .kome {
    font-size: 1.8rem; }
    @media (max-width: 480px) {
      #contactArea .kome {
        font-size: 1.4rem; } }

#formWrap {
  max-width: 932px;
  margin: min(120px,12.4995vw) auto 0; }
  #formWrap form {
    width: 100%;
    box-sizing: border-box; }
    #formWrap form dl {
      display: flex;
      align-items: center;
      font-size: 1.8rem;
      font-weight: 500;
      /* select */ }
      #formWrap form dl + dl {
        margin-top: 40px; }
      @media (max-width: 480px) {
        #formWrap form dl {
          font-size: 1.6rem; } }
      #formWrap form dl dt {
        width: 30%;
        position: relative;
        color: #000; }
        #formWrap form dl dt .required {
          position: absolute;
          top: -1.5em;
          left: 0;
          font-size: 1.6rem;
          color: #EF5503; }
          @media (max-width: 480px) {
            #formWrap form dl dt .required {
              font-size: 1.4rem; } }
      #formWrap form dl dd {
        width: 70%; }
        #formWrap form dl dd.nameWrap label + label {
          margin-left: 25px; }
        @media (max-width: 768px) {
          #formWrap form dl dd.nameWrap label {
            width: 100%;
            display: block; }
            #formWrap form dl dd.nameWrap label + label {
              margin-left: 0;
              margin-top: 15px; } }
        #formWrap form dl dd .item {
          color: #000;
          margin-right: 12px; }
        #formWrap form dl dd .btnAddress {
          margin: 0.5em 0 0 1em;
          padding: 10px;
          color: #FFFFFF;
          width: 135px;
          text-align: center;
          background: #005920;
          cursor: pointer;
          border-radius: 5px;
          transition: .2s;
          font-size: 1.6rem;
          transition: .3s; }
          #formWrap form dl dd .btnAddress:hover {
            opacity: 0.7; }
        #formWrap form dl dd .select {
          width: 50%;
          position: relative; }
          #formWrap form dl dd .select::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            display: block;
            width: 16px;
            height: 13px;
            clip-path: polygon(0 0, 100% 0, 50% 100%);
            background: #000; }
        @media (max-width: 480px) {
          #formWrap form dl dd {
            font-size: 1.4rem; } }
      #formWrap form dl.l_full input, #formWrap form dl.l_full textarea, #formWrap form dl.l_full select {
        width: 100%; }
      #formWrap form dl.l_harf input, #formWrap form dl.l_harf textarea, #formWrap form dl.l_harf select {
        width: 50%; }
        @media (max-width: 480px) {
          #formWrap form dl.l_harf input, #formWrap form dl.l_harf textarea, #formWrap form dl.l_harf select {
            width: 100%; } }
      #formWrap form dl.zipcode input {
        max-width: 250px; }
      #formWrap form dl select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        border-radius: 5px; }
      @media (max-width: 480px) {
        #formWrap form dl {
          display: block; }
          #formWrap form dl dt {
            margin: 0 0 10px;
            width: 100%; }
          #formWrap form dl dd {
            width: 100%; } }
  #formWrap .privacy {
    margin: min(80px,8.334vw) auto 0; }
    #formWrap .privacy .privacyBox {
      padding: 5px 10px;
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000; }
      #formWrap .privacy .privacyBox .mwform-checkbox-field {
        display: block; }
      #formWrap .privacy .privacyBox a {
        color: #005920;
        border-bottom: solid 1px #005920; }
        @media (max-width: 480px) {
          #formWrap .privacy .privacyBox a {
            font-size: 1.4rem; } }
    #formWrap .privacy .txt {
      text-align: center;
      margin-top: 50px;
      font-size: 1.8rem;
      font-weight: 500;
      color: #000; }
      @media (max-width: 480px) {
        #formWrap .privacy .txt {
          font-size: 1.6rem; } }
  #formWrap .formtop {
    margin-top: min(80px,8.334vw); }
    #formWrap .formtop a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      font-size: 1.6rem;
      font-weight: 500;
      text-align: center;
      max-width: 180px;
      width: 100%;
      height: 40px;
      border-radius: 50px;
      background: #EF5503;
      transition: 0.4s;
      cursor: pointer;
      color: #fff;
      position: relative; }
      #formWrap .formtop a::after {
        content: '';
        position: absolute;
        top: 45%;
        right: 20px;
        transform: rotate(45deg) translateY(-50%);
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transition: .3s; }
      #formWrap .formtop a:hover {
        opacity: 0.7; }
        #formWrap .formtop a:hover::after {
          right: 15px; }

/* 送信エリア */
.sentArea {
  margin: min(80px,8.334vw) auto 0; }
  .sentArea .btn {
    margin: auto;
    max-width: 180px;
    width: 100%;
    display: block;
    position: relative;
    transition: .3s; }
  .sentArea .formBtn, .sentArea .btnBackBox {
    position: relative; }
    .sentArea .formBtn::after, .sentArea .btnBackBox::after {
      content: '';
      position: absolute;
      top: 45%;
      right: 20px;
      transform: rotate(45deg) translateY(-50%);
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      transition: .3s; }
    .sentArea .formBtn:hover, .sentArea .btnBackBox:hover {
      opacity: 0.7; }
      .sentArea .formBtn:hover::after, .sentArea .btnBackBox:hover::after {
        right: 15px; }
  .sentArea .btnBackBox {
    margin-top: 30px; }
  .sentArea input[type="submit"], .sentArea button {
    margin: auto;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background: #EF5503;
    transition: 0.4s;
    cursor: pointer;
    color: #fff; }
  .sentArea input.backbtn {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 40px;
    background: #dcdcdc;
    border-radius: 50px; }

/*--------------------------------------------
	contactTel
--------------------------------------------*/
#contactTel {
  text-align: center;
  padding-bottom: min(60px,6.2505vw);
  color: #000;
  letter-spacing: 0.1rem; }
  #contactTel h2 {
    font-size: clamp(21px, 3.1245vw, 30px); }
  #contactTel h3 {
    background: #EF5503;
    color: #fff;
    font-size: clamp(26.6px, 3.9585vw, 38px);
    max-width: 620px;
    width: 90%;
    height: 70px;
    margin: 15px auto;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }

/*============================================================================
	mwwpform
=============================================================================*/
/*================================================================
	MW WP FORM用 フォームパーツ
================================================================*/
input, button, textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  background: #ffffff;
  border: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    border: solid 1px #c6c6c6;
    background: #ffffff; }
  @media (max-width: 480px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    textarea {
      font-size: 1.4rem; } }

.sei input[type="text"], .mei input[type="text"] {
  max-width: 250px; }

textarea {
  line-height: 1.8; }

::-webkit-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  color: #919191; }

/* ラジオボタン */
span.mwform-radio-field {
  margin-left: 0 !important;
  margin-right: 15px !important;
  line-height: 1; }
  span.mwform-radio-field label {
    padding: 3px 3px 3px 25px;
    position: relative;
    display: inline-block;
    cursor: pointer; }
    span.mwform-radio-field label input[type="radio"] {
      display: none; }
      span.mwform-radio-field label input[type="radio"] + .mwform-radio-field-text::before, span.mwform-radio-field label input[type="radio"] + .mwform-radio-field-text::after {
        content: '';
        border-radius: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
        position: absolute;
        top: 50%; }
      span.mwform-radio-field label input[type="radio"] + .mwform-radio-field-text::before {
        margin-top: -8px;
        width: 14px;
        height: 14px;
        background: #f3f3f3;
        border: 1px solid #ccc;
        left: 0; }
      span.mwform-radio-field label input[type="radio"] + .mwform-radio-field-text:hover::before {
        background: #ffffff; }
      span.mwform-radio-field label input[type="radio"] + .mwform-radio-field-text::after {
        opacity: 0;
        left: 4px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #154734;
        -webkit-transform: scale(2);
        transform: scale(2); }
      span.mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text::before {
        background: #fff;
        border: 1px solid #154734; }
      span.mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }
    @media (max-width: 480px) {
      span.mwform-radio-field label {
        display: block; } }
  @media (max-width: 480px) {
    span.mwform-radio-field + .mwform-radio-field {
      margin: 0 0 10px; } }

/* セレクトボックス */
select, option {
  padding: 12px;
  border: solid 1px transparent;
  font-family: "Zen Kaku Gothic New", sans-serif; }
  select:focus, option:focus {
    border: solid 1px #c6c6c6; }

/* チェックボックス */
span.mwform-checkbox-field label {
  margin-right: 20px;
  padding: 3px 3px 3px 22px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  span.mwform-checkbox-field label input[type="checkbox"] {
    display: none; }
    span.mwform-checkbox-field label input[type="checkbox"] + .mwform-checkbox-field-text::before, span.mwform-checkbox-field label input[type="checkbox"] + .mwform-checkbox-field-text::after {
      content: '';
      position: absolute;
      -webkit-transition: all .2s;
      transition: all .2s; }
    span.mwform-checkbox-field label input[type="checkbox"] + .mwform-checkbox-field-text::before {
      margin-top: -8px;
      width: 24px;
      height: 24px;
      background: #ffffff;
      border: solid 1px #c6c6c6;
      border-radius: 3px;
      top: 50%;
      left: 0; }
    span.mwform-checkbox-field label input[type="checkbox"] + .mwform-checkbox-field-text:hover::before {
      background: #ffffff; }
    span.mwform-checkbox-field label input[type="checkbox"] + .mwform-checkbox-field-text::after {
      margin-top: -4px;
      width: 12px;
      height: 8px;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      -webkit-transform: rotate(-45deg) scale(0.5);
      transform: rotate(-45deg) scale(0.5);
      opacity: 0;
      top: 55%;
      left: 6px; }
    span.mwform-checkbox-field label input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
      background: #005920; }
    span.mwform-checkbox-field label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
      opacity: 1;
      -webkit-transform: rotate(-45deg) scale(1);
      transform: rotate(-45deg) scale(1); }
