@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.contact {
  padding: 100px 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
}

.contact .lead {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact .lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact .row {
    margin-bottom: 20px;
    display: block;
  }
}

.contact .row.row-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .contact .row.row-textarea .dt {
    position: relative;
    top: 10px;
  }
}

.contact .row .dt {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact .row .dt {
    width: 100%;
    margin-bottom: 5px;
  }
}

.contact .row .dt .required {
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  background: #d42518;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .contact .row .dt .required {
    font-size: 12px;
  }
}

.contact .row .dd {
  width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
  .contact .row .dd {
    width: 100%;
  }
}

.contact .row .dd textarea {
  height: 200px;
  resize: none;
}

.contact .row input[type="text"],
.contact .row input[type="email"],
.contact .row input[type="submit"],
.contact .row select,
.contact .row textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #b6c6e2;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.contact .checkbox {
  margin-bottom: 60px;
}

.contact .checkbox a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
}

.contact .checkbox a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .contact .checkbox {
    margin-bottom: 30px;
  }
}

.contact .submit {
  text-align: center;
}

.contact .submit input[type="submit"] {
  display: block;
  color: #fff;
  cursor: pointer;
  background: #083A75;
  border-radius: 8px;
  border: 1px solid #083A75;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 18px;
  padding: 15px 40px;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  letter-spacing: 2px;
  margin: 0 auto;
}

.contact .submit input[type="submit"]:hover {
  background: #fff;
  color: #083A75;
}

.contact .checkbox {
  text-align: center;
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    margin-right: 0px !important;
    display: block !important;
    margin-top: 12px !important;
  }
}

.wpcf7-radio input[type="radio"] {
  position: absolute;
  top: -1000%;
  left: -1000%;
  opacity: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  margin-left: 0;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    margin-bottom: 10px;
    display: block;
  }
}

.wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #083A75;
  border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 3.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #083A75;
  opacity: 0;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.checkbox .wpcf7-list-item {
  margin-right: 0 !important;
  position: relative;
}

.checkbox .wpcf7-list-item-label {
  padding-left: 28px;
  position: relative;
}

.checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #083A75;
  content: "";
}

.checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(220deg);
          transform: translateY(-50%) rotate(220deg);
  left: 6px;
  width: 5px;
  height: 17px;
  border-top: 5px solid #083A75;
  border-left: 5px solid #083A75;
  content: "";
  opacity: 0;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  top: -1000%;
  left: -1000%;
  opacity: 0;
}

.checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-spinner {
  display: none !important;
}

.contact {
  padding-top: 0;
}

.contact .thanks-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact .thanks-text {
    font-size: 14px;
  }
}

.contact .btn-area {
  text-align: center;
}

.about_intro .media_box ul {
  width: 100%;
}

.page_link a:before {
  margin-right: 8px;
}

.page_link a:after {
  position: absolute;
  top: 43%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 6px;
}

@media screen and (min-width: 768px) {
  .media-cateogry .ul-lists li .flex .right {
    display: block;
  }
  .media-cateogry .ul-lists li .time {
    display: inline-block;
  }
  .media-cateogry .ul-lists li .ul-title {
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 5px;
  }
  .media-cateogry .ul-lists li .ul-btn {
    margin-top: 20px;
  }
  .media-cateogry .ul-lists li .ul-btn span {
    background: #F1EB77;
    border: 1px solid #F1EB77;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 16px;
  }
  .media-cateogry .ul-lists li .time {
    width: 100px;
  }
  .media-cateogry .ul-lists li .flex .left {
    width: 40%;
  }
  .media-cateogry .ul-lists li .flex .right {
    width: 54%;
  }
}

@media screen and (max-width: 767px) {
  .media-cateogry .ul-lists li .ul-btn {
    margin-top: 20px;
  }
  .media-cateogry .ul-lists li .ul-btn span {
    background: #F1EB77;
    border: 1px solid #F1EB77;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 16px;
    font-size: 14px;
  }
}

.media-cateogry .ul-lists li .flex .left .thumbnail {
  position: relative;
  padding-top: 50%;
  width: 100%;
}

.media-cateogry .ul-lists li .flex .left .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single h2 {
  margin-bottom: 20px;
}
.single h3, .single h4, .single h5, .single h6 {
	margin-bottom: 20px;
}