@charset "UTF-8";

main h1 {
  height: 160px;
  margin-bottom: 16px;
}
main h1 span {
  height: 160px;
  background: transparent url("../../images/common/ttl_back.png") repeat center center/cover;
}
main h1 img {
  max-width: 165px;
}
.path ul {
  margin-bottom: 34px;
}
 h1 img {
  max-width: 165px;
}
main h2.line-b {
  padding-bottom: 21px;
  margin-bottom: 36px;
}
main h2 span {
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}
main section {
  margin-bottom: 82px;
}
main section.bg-y {
  padding: 68px 0;
}
main .block.image {
  position: relative;
  overflow: hidden;
  width: 48.1481%;
  max-width: 520px;
  height: auto;
  margin-top: 4px;
  margin-bottom: 12px;
  border-radius: 10px;
}
main .block.image::before {
  content:"";
  display: block;
  padding-top: 73.6538%;
}
main .block.image img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%);
}
main .block.image img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
main .block:last-child {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
main .block:nth-child(2n) {
  width: calc(100% - 48.1481%);
  padding-left: 40px;
}
main .block .txt-wrapper {
  margin-bottom: 33px;
}
main .block .txt-wrapper .txt {
  margin-bottom: 1.75em;
}
main .block .txt-wrapper .txt:last-of-type {
  margin-bottom: 0;
}
main .btn-o {
  max-width: 280px;
  height: 50px;
}
main .btn-o a {
  line-height: 50px;
  box-shadow: 0 2px 0 rgb(206 206 206);
}
main .btn-o a img {
  display: inline-block !important;
  max-width: 91px;
  line-height: 50px;
  vertical-align: baseline;
}
footer {
  margin-top: 0;
}
@media screen and (max-width:768px){
  main h1 {
    height: 70px;
    margin-bottom: 12px;
  }
  main h1 span {
    height: 70px;
  }
  main h1 img {
    max-width: 105px;
  }
  .path ul {
    margin-bottom: 23px;
  }
  main section.bg-y {
    padding: 41px 0;
  }
  main h2.line-b {
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  main h2 span {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .block.image {
    width: 100%;
    margin-bottom: 20px;
  }
  main .block:last-child {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  main .block:nth-child(2n) {
    width: 100%;
    padding-left: 0;
  }
  main .block .txt-wrapper {
    margin-bottom: 25px;
  }
  main .block .txt-wrapper .txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 27px;
    line-height: 1.7333;
  }
  main .btn-o a {
    box-shadow: 0 3px 0 rgb(206 206 206);
  }
  main .btn-o a img {
    display: none !important;
  }
}
