@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
/* {
  outline: 2px solid blue;
}*/
#wpadminbar {
  display: none;
}

@media all and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}

#post {
  color: #3b648f;
  line-height: 100%;
  letter-spacing: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  #post {
    width: 100%;
  }
  #post .header {
    padding-right: 0;
  }
  #post .breadcrumbs {
    width: 100%;
  }
  #post .breadcrumbs span {
    display: inline-block;
    max-width: 18em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#post #wrapper {
  width: min(1060px, 100%);
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #post #wrapper {
    width: 100%;
  }
}
#post #wrapper .contents {
  width: min(1060px, 100%);
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  #post #wrapper .contents {
    width: 100%;
  }
}
#post #wrapper .contents figure {
  aspect-ratio: 2/1;
  width: 100%;
  overflow: hidden;
}
#post #wrapper .contents figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#post #wrapper .contents .entryblock {
  width: min(853px, 78%);
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #post #wrapper .contents .entryblock {
    padding: 0 20px;
    width: 100%;
  }
}
#post #wrapper .contents .entryblock h1 {
  margin-left: 0;
  font-weight: 700;
  font-size: 28px;
  margin-top: 28px;
}
@media all and (max-width: 767px) {
  #post #wrapper .contents .entryblock h1 {
    font-size: 22px;
    margin: 20px 0;
  }
}
#post #wrapper .contents .entryblock .lead_txt {
  font-size: 24px;
  font-weight: 500;
  color: #18a1e5;
  margin-top: 13px;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  #post #wrapper .contents .entryblock .lead_txt {
    font-size: 18px;
    margin-top: 0;
  }
}
#post #wrapper .contents .entryblock .maintext {
  margin: 42px 0 80px;
  color: #2c3f70;
}
@media all and (max-width: 767px) {
  #post #wrapper .contents .entryblock .maintext {
    margin-top: 20px;
  }
}
#post #wrapper .contents .entryblock .maintext p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2rem;
}
#post #wrapper .contents .entryblock .maintext h2 {
  height: 36px;
  font-weight: 700;
  line-height: 36px;
  font-size: 24px;
  position: relative;
  text-align: left;
  letter-spacing: 0.04rem;
  margin: 32px 0 0;
}
@media all and (max-width: 767px) {
  #post #wrapper .contents .entryblock .maintext h2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100%;
    font-size: 16px;
    line-height: 16px;
    max-height: 46px;
  }
}
#post #wrapper .contents .entryblock .maintext h2::after {
  content: "";
  margin-top: 9px;
  display: block;
  background: #2c3f70;
  width: 100%;
  height: 1px;
  bottom: -9px;
}
#post #wrapper .contents .entryblock .maintext figure + h2 {
  margin-top: 60px;
}
#post #wrapper .contents .entryblock .maintext p + h2 {
  margin-top: 50px;
}
#post #wrapper .contents .entryblock .maintext h2 + p {
  margin-top: 33px;
}
#post #wrapper .contents .entryblock .maintext h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-left: 10px;
  margin: 35px 0 23px;
  overflow: hidden;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #post #wrapper .contents .entryblock .maintext h3 {
    line-height: 18px;
    padding: 9px 0 9px 21px;
    height: auto;
    max-height: 54px;
  }
}
#post #wrapper .contents .entryblock .maintext h3::before {
  background: #2c3f70;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 2px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
#post #wrapper .contents .entryblock .maintext .wp-block-image {
  margin-top: 2rem;
  position: relative;
  display: inline-block;
}
#post #wrapper .contents .entryblock .maintext .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#post #wrapper .contents .entryblock .maintext .wp-block-image::before, #post #wrapper .contents .entryblock .maintext .wp-block-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
#post #wrapper .contents .entryblock .maintext .wp-block-image::before {
  background: rgba(0, 0, 0, 0.3);
}
#post #wrapper .contents .entryblock .maintext .wp-block-image::after {
  background: url("../../assets/img/common/magnifying-plus.svg") no-repeat center center;
  background-size: 100px 100px;
}
#post #wrapper .contents .entryblock .maintext .wp-block-image:hover::before, #post #wrapper .contents .entryblock .maintext .wp-block-image:hover::after {
  opacity: 1;
}
#post #wrapper .contents .contact_wrap {
  margin: 80px 0;
  width: 100%;
}
#post #wrapper .contents .cbox_btn {
  margin-bottom: 80px;
  text-align: center;
}
#post .img-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
#post .img-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#post .img-modal #img-modal-content {
  max-width: 90vw;
  max-height: 90vh;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#post .img-modal .img-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 10000;
}