@charset "UTF-8";
.txt_w {
  color: #fff;
}

.txt_green {
  color: #3a841c;
}

.il {
  display: inline;
}

.fb500 {
  font-weight: 500;
}

/*
.mb160 {
  margin-bottom: 160px;
}*/
.wb_ba {
  word-break: break-all;
}

.wpcf7-spinner {
  display: none;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  min-width: 1100px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/* all in one seo adminバー非表示 */
#wpadminbar #wp-admin-bar-aioseo-main {
  display: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  background-color: #fff;
  margin: 0 auto;
  /*margin: 24px auto 0px;*/
  z-index: 999;
  position: relative;
  box-sizing: border-box;
}
header.fixed {
  background: rgb(255, 255, 255) !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header .h_tel {
  background-color: #3a841c;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
header .h_tel a {
  color: #fff;
  font-weight: 500;
}

.inq_box {
  max-width: 96%;
  margin-inline: auto;
  gap: 40px;
}
.inq_box .btn_tel a {
  display: grid;
  place-items: center;
  place-content: center;
  border-radius: 10px;
  background-color: #fff;
  border: #3a841c 1px solid;
  color: #3a841c;
  box-sizing: border-box;
  line-height: 1.4;
}

.btn_g a {
  border-radius: 10px;
  background: url(/img/en/bt_ar.svg) 95% 50% no-repeat #3a841c;
  display: grid;
  place-items: center;
  line-height: 1.35;
}

@media screen and (min-width: 737px) {
  /*---------*/
  header .logo_box {
    padding-left: 4%;
  }
  header .h_tel {
    width: 385px;
    padding-top: 14px;
  }
  header .h_tel .txt40 {
    font-size: 40px;
  }
  .inq_box .btn_tel a {
    width: 476px;
    height: 105px;
  }
  .btn_g a {
    width: 476px;
    height: 105px;
  }
  /*---------*/
  /*---------*/
}
@media screen and (min-width: 737px) and (max-width: 1300px) {
  /*---------*/
  .inq_box {
    max-width: 96%;
    margin-inline: auto;
    gap: 40px;
  }
  .inq_box .btn_tel a {
    border-radius: 10px;
    width: 400px;
    height: 90px;
    line-height: 1.2;
  }
  .btn_g a {
    width: 400px;
    height: 90px;
    line-height: 1.35;
  }
}
@media screen and (min-width: 737px) and (max-width: 1105px) {
  /*---------*/
  #fv .en_slide picture img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
    max-width: none;
    min-height: 400px;
  }
}
@media screen and (min-width: 737px) {
  .box1000 {
    width: 1244px;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
  }
}
@media screen and (min-width: 737px) {
  .box1500 {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
  }
}
@media screen and (min-width: 737px) {
  .main p {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 737px) {
  footer {
    margin-bottom: 14px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
  }
  footer .logo_box {
    gap: 30px;
  }
  footer .sns_btn {
    gap: 36px;
  }
}
@media screen and (min-width: 737px) {
  #copy {
    padding: 10px 0 20px;
  }
} /*-----------*/
@media screen and (max-width: 736px) {
  /*---------*/
  .column_sp {
    display: flex;
    flex-direction: column;
  }
  body {
    min-width: 375px;
    font-size: 16px;
  }
  header {
    margin: 0 auto;
  }
  header .logo_box {
    padding-left: 4%;
  }
  header img {
    width: auto;
    height: 60px;
    padding-left: 15px;
  }
  header .h_tel {
    width: 133px;
    display: grid;
    place-content: center;
    place-items: center;
  }
  header .h_tel .txt40 {
    font-size: 16px;
  }
  header .h_tel .txt18 {
    font-size: 10px;
  }
  .inq_box {
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
    gap: 20px;
    align-items: center;
  }
  .inq_box p {
    width: min(340px, 100%);
  }
  .inq_box .btn_tel a {
    width: 100%;
    height: 80px;
  }
  .inq_box .btn_tel a .txt20 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .inq_box .btn_tel a .txt36 {
    font-size: 20px;
  }
  .btn_g a {
    width: 100%;
    height: 80px;
  }
  .btn_g a .txt20 {
    font-size: 20px;
  }
  footer {
    margin-bottom: 14px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
  }
  footer .logo_box p {
    font-size: 14px;
  }
  footer .sns_btn {
    margin: 20px auto 30px;
    width: 114px;
  }
  footer .sns_btn a img {
    height: 24px;
    width: auto;
  }
} /*-----------*/
/*-------------- form ------------*/
#form_box.pt100 {
  padding: 100px 0;
}
#form_box .form_wrap {
  width: 730px;
  max-width: 100%;
  margin: 0 auto 30px;
}
#form_box .privacy_box h3 {
  line-height: 40px;
  padding: 0 20px;
  background: #333333;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
}
#form_box .privacy_box .inbox {
  color: #333;
  background: #f5f5f5;
  border-radius: 0px 0px 4px 4px;
  padding: 20px 20px 14px 20px;
  height: 164px;
  overflow-y: scroll;
  line-height: 1.8;
  font-size: 14px;
}
#form_box .privacy_box .inbox h4 {
  font-size: 15px;
  margin: 26px 0 10px;
}
#form_box dl {
  display: block;
  color: #333;
  margin-bottom: 50px;
  max-width: 100%;
}
#form_box dl dt {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  text-align: left;
  font-weight: bold;
  position: relative;
  margin-bottom: 12px;
}
#form_box dl dt p {
  line-height: 20px;
}
#form_box dl dt .hissu {
  font-weight: normal;
  text-align: center;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #e54e75;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 1px;
  vertical-align: top;
  margin-left: 10px;
}
#form_box dl dt .any {
  background: #4f4f4f;
}
#form_box dl dt:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 4px;
  height: 20px;
  background: #3a841c;
  border-radius: 4px;
}
#form_box dl dd {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#form_box dl dd .wpcf7-form-control-wrap {
  display: block;
}
#form_box dl dd .wpcf7-form-control-wrap + br {
  display: none;
}
#form_box dl dd .wpcf7-radio {
  margin-bottom: 12px;
}
#form_box dl dd div[data-class=wpcf7cf_group] {
  transition: all 0.4s linear;
}
#form_box dl dd .txt14 {
  line-height: 1.4;
  display: inline-block;
  padding-top: 6px;
}
#form_box dl dd input[type=tel],
#form_box dl dd input[type=text],
#form_box dl dd textarea {
  width: 100%;
  max-width: 100%;
}
#form_box dl dd textarea {
  height: 14em;
}
#form_box dl dd .mwform-tel-field {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#form_box dl dd .mwform-tel-field input {
  width: 6em;
}
#form_box dl dd .mw-wrap {
  display: block;
}
#form_box dl input[type=button],
#form_box dl input[type=submit] {
  -webkit-appearance: none;
}
#form_box dl input[type=checkbox],
#form_box dl input[type=radio] {
  margin: 0 5px 2px 0;
}
#form_box dl input[type=email],
#form_box dl input[type=tel],
#form_box dl input[type=text],
#form_box dl textarea {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  background: rgba(58, 132, 28, 0.07);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 18px;
  box-sizing: border-box;
}
#form_box dl input[type=email]:focus,
#form_box dl input[type=tel]:focus,
#form_box dl input[type=text]:focus,
#form_box dl textarea:focus {
  outline: none;
  background-color: #efefef;
  border: 1px solid #999;
}
#form_box dl textarea {
  height: 18em;
  width: 100%;
  max-width: 100%;
}
#form_box dl ::-webkit-input-placeholder {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #bdbdbd;
}
#form_box dl ::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#form_box dl :-ms-input-placeholder {
  color: #bdbdbd;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#form_box dl input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 24px;
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  cursor: pointer;
}
#form_box dl input[type=radio]:checked:after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  width: 10px;
  height: 10px;
  background: #3a841c;
  border-radius: 12px;
}
#form_box dl .wpcf7-radio {
  display: inline-block;
}
#form_box dl .wpcf7-list-item {
  padding: 5px 5px 5px 10px;
  margin: 0 0 0 0;
}
#form_box .btn_ar {
  color: #333;
  position: relative;
  margin: 70px auto 0;
}
#form_box .btn_ar input {
  cursor: pointer;
  font-weight: bold;
  outline: none;
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: grid;
  place-items: center;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  z-index: 1;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 105px;
  height: 105px;
  width: 476px;
  border-radius: 10px;
  padding-right: 12px;
  background: url(/img/en/bt_ar.svg) 95% 50% no-repeat #3a841c;
  background-position: right 22px bottom 50%;
}
#form_box .btn_ar:hover {
  opacity: 0.7;
  transition: all 0.4s linear;
}
#form_box .btn_ar.back input {
  background: #aaa !important;
  line-height: 60px;
  padding: 0 0 0 15px;
}
#form_box .btn02 a {
  width: 270px;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  z-index: 1;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 76px;
  height: 76px;
  border-radius: 10px;
  padding-right: 12px;
  background: url(/img/ar.png) no-repeat #3a841c;
  background-size: 8px auto;
  background-position: right 22px bottom 50%;
}

.single #form_box .stit_bl {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  text-align: left;
  font-weight: bold;
  position: relative;
}
.single #form_box .stit_bl:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 4px;
  height: 20px;
  background: #3a841c;
  border-radius: 4px;
}
.single #form_box .tel_wrap {
  width: 730px;
  height: 110px;
  display: grid;
  place-content: center;
  background-color: #e7f8e1;
  border-radius: 8px;
}
.single #form_box .tel_wrap .tel {
  color: #3a841c;
}

#form_box .confirm .table_form2 th {
  font-weight: normal;
}
#form_box .confirm .table_form2 td {
  font-weight: bold;
}
#form_box .confirm .privacy_box {
  display: none;
}

@media screen and (max-width: 736px) {
  /*---------*/
  #form_box {
    padding: 0px 0 60px;
  }
  #form_box.pt100 {
    padding: 50px 0;
  }
  #form_box .txt32 {
    font-size: 24px;
    line-height: 1.7;
  }
  #form_box dl {
    margin-bottom: 30px;
  }
  #form_box dl .wpcf7-list-item {
    padding: 5px 0 5px 0px;
  }
  #form_box dl .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 17px;
  }
  #form_box dl input[type=email],
#form_box dl input[type=tel],
#form_box dl input[type=text],
#form_box dl textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    padding: 12px;
  }
  #form_box dl textarea {
    height: 12em;
  }
  #form_box dl input[type=radio] {
    width: 21px;
    height: 21px;
    border-radius: 21px;
  }
  #form_box dl input[type=radio]:checked:after {
    top: 5px;
    left: 5px;
    width: 9px;
    height: 9px;
    margin: 0 3px 2px 0;
  }
  #form_box dl dt {
    font-size: 16px;
  }
  #form_box dl dt .hissu {
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    margin-left: 6px;
  }
  #form_box dl dd .wpcf7-form-control-wrap {
    font-size: 14px;
  }
  #form_box .privacy_box .inbox {
    height: 240px;
    padding: 20px;
  }
  #form_box .btn_ar {
    position: relative;
    margin: 35px auto 0;
  }
  #form_box .btn_ar p {
    margin-bottom: 32px;
  }
  #form_box .btn_ar input {
    margin: 0 auto;
    position: relative;
    padding: 20px;
    width: 270px;
    font-size: 16px;
    line-height: 1.5;
    height: 60px;
  }
  #form_box .btn02 a {
    width: 250px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .single #form_box .bb_blue {
    margin-bottom: 30px;
  }
  .single #form_box .stit_bl {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
    padding: 0 0 0 14px;
    margin-bottom: 20px;
  }
  .single #form_box .stit_bl:before {
    height: 16px;
  }
  .single #form_box .tel_wrap {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
  }
  .single #form_box .tel_wrap .tel {
    font-size: 20px;
  }
  .single #form_box .tel_wrap .time {
    font-size: 13px;
  }
} /*---------*/
/*# sourceMappingURL=style_en.css.map */