@charset "utf-8";
/* CSS Document */

/*about*/

.achievement-block .achievement__line .line01 {
  border-top: 3px dashed #64BA46;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: -1;
}
.achievement-block .achievement__line .line01:before, .achievement-block .achievement__line .line01:after {
  content: "";
  width: 3px;
  height: 58px;
  position: absolute;
  top: 0;
}
.achievement-block .achievement__line .line01:before {
  left: 0;
  border-left: 3px dashed #64BA46;
}
.achievement-block .achievement__line .line01:after {
  right: 0;
  border-right: 3px dashed #64BA46;
}

/*facilities*/
.image-popup .contents-block__image {
    aspect-ratio: 29 / 18;
}
.jigyo01 .popup-card__title {
color: #67944e;
}

.jigyo01 h2 {
    border-bottom: 5px solid #67944e !important;
}
.jigyo02 .popup-card__title {
color: #dc4967;
}

.jigyo02 h2 {
    border-bottom: 5px solid #dc4967 !important;
}
.jigyo03 .popup-card__title {
color: #13a08f;
}

.jigyo03 h2 {
    border-bottom: 5px solid #13a08f !important;
}
.jigyo04 .popup-card__title {
color: #d08019;
}

.jigyo04 h2 {
    border-bottom: 5px solid #d08019 !important;
}
.jigyo05 .popup-card__title {
color: #27529e;
}

.jigyo05 h2 {
    border-bottom: 5px solid #27529e !important;
}
.popup-card-block .contents-block__popup-card .popup-card__tag-block ul li ,
.popup-modal__body .modal-content__text-block .tag-block ul li {
     background-color: #F6EFEC;   
}
.single ol li {
    display: block;
}
.single ol li ol li{
    margin: 15px 0px 0px 20px;
    font-size: 90%;
}
.single ol li::before {
    margin-right: 10px;
}
@media screen and (max-width: 959px) {
        .page {
        padding: 50px 0px 50px;
    }
    .popup-card-block .contents-block__text-message .text-message {
        margin-top: calc(50 * 2 / 10 * 1vw);
    }
    .popup-card-block .contents-block__popup-card .popup-card__tag-block ul li, .popup-modal__body .modal-content__text-block .tag-block ul li {
    
    font-size: 10px;
}
}

/*single*/
.blog{
    margin-top: 150px;
}
.single h3 {
   margin-bottom: 20px;
    font-size: 20px;
    margin-top: 40px;
}
.single p {
line-height: 1.6;
    text-align: justify;
}
@media screen and (max-width: 959px) {
 .single h3 {
   margin-bottom: 18px;
    font-size: 20px;
}  
    .blog{
    margin-top: 100px;
}

}

/*アーカイブ*/
.wp-pagenavi {
    margin: 60px auto;
    text-align: center;
    border-top: 1px dotted #64ba46;
    padding: 50px 10px;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  border: solid 1px #333;
  border-radius: 21px;
  margin: auto 6px;
  transition: 0.3s ease-out;
    overflow: visible;
}
.wp-pagenavi .page:hover {
  background: #13c3ac;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  color: #fff;
  background: #333;
  border: solid 1px #333;
  border-radius: 21px;
  margin: auto 6px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 42px;
  margin: auto 8px;
  transition: 0.3s ease-out;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #13c3ac;
}

/*contact*/
.contact_hissu{
    font-size: 70%;
    color: #C93033;
}
.cf7{
background-color: #fff;
    padding: 50px;
    border-radius: 20px;    
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 25%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 70%;

}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
        border: 0;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #64ba46;
  color: #fff;
  transition: opacity .6s;
  border-radius: 20px;
    font-size: 20px;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .cf7 {
    padding: 25px;

}
    .cf7__list p{
        margin-bottom: 0px;
    }
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }
    .cf7__list dd input[type="text"], .cf7__list dd input[type="tel"], .cf7__list dd input[type="email"], .cf7__list dd textarea {
     width: auto;   
    }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }
}
@media screen and (max-width: 430px) {
    .cf7__button {
    padding-left: 85px;
    text-align: justify;
}
}
@media screen and (max-width: 390px) {
       .cf7__list dd input[type="text"], .cf7__list dd input[type="tel"], .cf7__list dd input[type="email"], .cf7__list dd textarea {
        width: 85%;
    } 
    .cf7__button {
    padding-left: 60px;
    text-align: justify;
}
}

.grecaptcha-badge { visibility: hidden; }