@charset "UTF-8";
/*------------------------------------------
サイズ
------------------------------------------*/

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ヘッダー
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*#header__top {
  background-color: #00B964;
}

#header.act #header__middle {
  position: fixed;
}*/

#header__middle {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

#header__middle .inner {
  padding: 15px 0;
  max-width: 1000px;
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  #header__middle .inner {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
  }
}

/* @media screen and (max-width: 640px) {
  #header__middle .inner {
    display: block;
    width: 100%;
    padding: 0;
  }
} */

/* #header__left {
  position: relative;
} */

@media screen and (max-width: 640px) {
  #header__left {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1000px) {
  #header__right {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #FDF9EC;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #header__left {
    padding: 15px 10px;
  }
}

#header__title {
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  padding: 10px;
}

#header__logo {
  max-width: 340px;
}

@media screen and (max-width: 640px) {
  #header__logo {
    width: 251px;
  }
}

#header__logo img {
  width: 100%;
}

.header__tel {
  width: 255px;
  margin-left: auto;
  margin-bottom: 10px;
}

.header__tel img {
  width: 255px;
}

@media screen and (max-width: 1000px) {
  .header__tel {
    margin: 15px auto;
  }
  .header__tel.pc{
    display: none!important;
  }
  .header__tel.sp{
    display: block!important;
  }
}

@media screen and (max-width: 1000px) {
  .header__humb.sp{
    display: block!important;
  }
}

.header__humb {
  width: 42px;
  height: 40px;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  background-size: 42px 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__humb img {
  width: 100%;
}

.header__humb[data-on="off"] {
  background-image: url("../img/icon_humb.png");
}

.header__humb[data-on="on"] {
  background-image: url("../img/icon_tojiru.png");
}

/*====================================================================================
メニュー
====================================================================================*/
#globalNav > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  #globalNav > * {
    display: block;
    width: 100%;
    background-color: #00B964;
  }
}

.globalNav__item {
  white-space: nowrap;
}

.globalNav__item:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 1000px) {
  .globalNav__item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
}

.globalNav__item > * {
  font-size: 15px;
  position: relative;
  line-height: 1.8;
}

.globalNav__item > *:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border: .3em solid transparent;
  border-top: 0.5em solid #00B964;
  border-bottom: 0;
  margin-left: 5px;
}

/* @media screen and (max-width: 1050px) {
  .globalNav__item > * {
    font-size: 14px;
  }
} */

@media screen and (max-width: 1000px) {
  .globalNav__item > * {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 8px;
    position: relative;
  }
  .globalNav__item > *:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 10;
    margin-left: 0;
  }
}


/*====================================================================================
ボタン
====================================================================================*/
.btn {
  color: #fff;
  width: 230px;
  background-color: #FD6C01;
  border-radius: 100px;
}

@media screen and (max-width: 640px) {
  .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn > * {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1em;
  padding: 15px 0;
  position: relative;
}

.btn > *:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.btn.long {
  width: 450px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .btn.long {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btn.type02 {
  width: auto;
  background-color: #00B964;
}

.btn.type02 > * {
  font-size: 12px;
  line-height: 1em;
  padding: 10px 10px;
}

.btn.type02 > *:after {
  display: none;
}

.btn.clear {
  width: auto;
  background-color: #666967;
}

.btn.clear > * {
  padding-left: 15px;
  padding-right: 15px;
}

.btn.clear > *:after {
  display: none;
}

.btn.type03 {
  background-color: #00B964;
}

.btn.inline {
  margin-left: 10px;
  display: inline-block;
}

.btnGroup {
  text-align: center;
}

.btnGroup > * {
  margin: 0;
}

.btnGroup > *:not(:last-child) {
  margin-left: 10px;
}

input.btn, a.btn {
  padding: 15px 0;
  line-height: 1em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  input.btn {
    width: 210px;
  }
}

.pageTop {
  position: fixed;
  right: 10px;
}

.pageTop > * {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 15px;
  border-radius: 8px;
  position: relative;
}

.pageTop > *:after {
  content: "";
  display: inline-block;
  width: .75em;
  height: .75em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.pageTop[data-on="on"] {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.pageTop[data-on="off"] {
  opacity: 1;
  bottom: -100px;
  -webkit-transition: .5s;
  transition: .5s;
}


/*====================================================================================
block07(ボーダー)
====================================================================================*/
.form-block {
  padding-bottom: 60px;
}

.form-block > *:not(:last-child) {
  margin-bottom: 30px;
}

.form-block .inner {
  padding: 40px;
  border: 3px solid #00B964;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .form-block .inner {
    padding: 20px;
  }
}

/*------------------------------------------
リード文
------------------------------------------*/
.form-read {
  color: #00B964;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}

/*------------------------------------------
フォームパーツ
------------------------------------------*/
.form__text {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .form__text {
      margin-bottom: 5.6vw;
  }
}

.form__group {
  width: 100%;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 640px) {
  .form__group {
    display: block;
  }
}

.form__group:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .form__group:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.form__group > * {
  vertical-align: top;
  display: table-cell;
}

@media screen and (max-width: 640px) {
  .form__group > * {
    display: block;
  }
}

.form__itemGroup:not(:last-child) {
  margin-bottom: 10px;
}

.form__titArea {
  width: 240px;
  padding-right: 20px;
}

.form__tit {
  font-style: 14px;
  color: #00B964;
}

.form__cont .text {
  margin-right: 10px;
}

.form__block:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 2px solid #00B964;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .form__block:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .nameInput {
    display: block;
    width: 100%;
  }
  .nameInput + .nameInput {
    margin-top: 10px;
    margin-left: 0;
  }
}

.hissu {
  color: #f00;
}

label + label {
  margin-left: 15px;
}

input[type="text"], textarea {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  max-height: 100px;
  background:#ffffff;
}

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

input[type="text"]::placeholder, textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}

input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

input[type="email"]::placeholder, textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}

#sei, #mei {
  width: 170px;
}

@media screen and (max-width: 1000px) {
  #sei, #mei {
    width: calc(100% - 25px);
  }

  input[type="text"], textarea {
    font-size: 12px;
    padding: 0 5px;
  }

  input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 12px;
  }

  input[type="text"]::placeholder, textarea::placeholder {
    font-size: 12px;
  }

  input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 12px;
  }

  input[type="email"]::placeholder, textarea::placeholder {
    font-size: 12px;
  }

  .addressNum input {
    width: 16em;
  }

  .addressNum + .addressNum {
    margin-left: 0;
  }

}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ フッター
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#footer {
  padding-top: 80px;
  padding-bottom: 60px;
}

#footer > * {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #footer {
    padding-bottom: 60px;
  }
}

/*------------------------------------------
ロゴ
------------------------------------------*/
.footer__logo {
  width: 250px;
  height: 70px;
  margin: 0 auto 20px;
}

.footer__logo img {
  width: 100%;
}

/*------------------------------------------
リンク
------------------------------------------*/
.footer__link {
  margin-bottom: 40px;
}

.footer__link a {
  font-size: 16px;
  text-decoration: underline;
}

.footer__link a:not(:last-child) {
  margin-right: 30px;
}

/*------------------------------------------
コピーライト
------------------------------------------*/
.footer__copy {
  font-size: 12px;
}
