.g-header .gnav__item--05 > a {
  color: #0a6371;
}

.page-hdg {
  position: relative;
}
@media (max-width: 767px) {
  .page-hdg {
    padding-bottom: 30px;
    background-color: #00434d;
  }
}

.page-hdg__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .page-hdg__head {
    display: block;
    height: 64vw;
  }
}

.page-hdg__head:before {
  width: 44.7%;
  background-color: #00434d;
  content: '';
}
@media (max-width: 767px) {
  .page-hdg__head:before {
    content: none;
  }
}

.page-hdg__head:after {
  width: 55.3%;
  content: '';
}
@media (max-width: 767px) {
  .page-hdg__head:after {
    display: block;
    width: 100%;
    height: 64vw;
  }
}

@media (max-width: 1400px) {
  .page-hdg__body-wrap {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .page-hdg__body-wrap {
    padding: 0 0 0 15px;
  }
}
.page-hdg__body {
  position: relative;
  width: 44%;
  margin: -418px 0 0 7.28vw;
  padding: 3.12vw 7.14vw;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fff;
}
@media (max-width: 1400px) {
  .page-hdg__body {
    width: 52.5%;
    margin-left: 0;
  }
}
@media (max-width: 1220px) {
  .page-hdg__body {
    padding: 3.57vw 3.57vw;
  }
}
@media (max-width: 767px) {
  .page-hdg__body {
    width: 100%;
    margin: -35px 0 0 0;
    padding: 6.6vw calc(6.6vw + 15px) 6.6vw 6.6vw;
  }
}
.page-hdg__body:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0a6371;
  content: '';
  mix-blend-mode: multiply;
}

.page-hdg__body .logo {
  mix-blend-mode: normal;
  position: relative;
  margin-bottom: 33px;
  z-index: 10;
}

.page-hdg__body .logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .page-hdg__body .logo {
    margin-bottom: 13px;
  }
  .page-hdg__body .logo img {
    width: 100%;
  }
}
.page-hdg__body .hdg {
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.page-hdg__body .hdg span {
  display: block;
}

.page-hdg__body .hdg span + span {
  margin-top: 17px;
}

@media (max-width: 767px) {
  .page-hdg__body .hdg {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .page-hdg__body .hdg span + span {
    margin-top: 5px;
  }
}
.page-hdg__body .txt {
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 767px) {
  .page-hdg__body .txt {
    font-size: 14px;
    line-height: 1.7;
  }
}
.page-hdg__body .logo {
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0;
}

.page-hdg__body .hdg {
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0;
}

.page-hdg__body .txt {
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0;
}

.load-complete .page-hdg__body .logo {
  -webkit-transition: opacity 0.6s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.load-complete .page-hdg__body .hdg {
  -webkit-transition: opacity 0.6s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.load-complete .page-hdg__body .catch {
  -webkit-transition: opacity 0.6s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.load-complete .page-hdg__body .txt {
  -webkit-transition: opacity 0.6s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.sec-info {
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .sec-info {
    margin-top: 22px;
    margin-bottom: 25px;
  }
}
.sec-info__lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec-info__lead {
    font-size: 14px;
    line-height: 1.7142857143;
    text-align: left;
  }
}
.sec-info__requirement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .sec-info__requirement {
    display: block;
    margin-top: 25px;
    font-size: 14px;
  }
}
.sec-info__requirement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31.6666666667%;
  min-height: 100px;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .sec-info__requirement-item {
    width: 100%;
    min-height: 1px;
  }
  .sec-info__requirement-item + .sec-info__requirement-item {
    margin-top: 11px;
  }
}
.sec-info__requirement dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 31.5789473684%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ccc;
  background-color: #dcebe8;
  color: #0a6371;
  font-weight: 700;
}

.sec-info__requirement dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 24px;
}

@media (max-width: 767px) {
  .sec-info__requirement dt {
    width: 100px;
  }
  .sec-info__requirement dd {
    padding: 9px 11px;
    line-height: 1.7142857143;
  }
}
.sec-info__bg {
  position: relative;
  z-index: 0;
}

.sec-info__bg::after {
  position: absolute;
  bottom: 33px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: calc(100% - 210px);
  background-color: #eee;
  content: '';
}

@media (max-width: 767px) {
  .sec-info__bg::after {
    height: calc(100% - 425px);
  }
}
.sec-info__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
}

@media (max-width: 767px) {
  .sec-info__company {
    display: block;
    margin-top: 50px;
  }
}
.sec-info__company .company__img {
  width: 50%;
  margin-top: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec-info__company .company__img {
    width: 100%;
  }
}
.sec-info__company .company__img img {
  width: 100%;
  height: auto;
}

.sec-info__company .company__textarea {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .sec-info__company .company__textarea {
    padding: 0;
    margin-top: 20px;
  }
}
.sec-info__company .company__hdg {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sec-info__company .company__hdg {
    font-size: 16px;
  }
}
.sec-info__company .company__hdg .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 8px;
  background-color: #666;
  line-height: 1;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.sec-info__company .company__hdg .link::after {
  display: block;
  width: 12px;
  height: 10px;
  margin-left: 6px;
  margin-right: 5px;
  content: '';
  background-image: url('../../../img/common/ico_blank_white.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.sec-info__company .company__hdg .link:hover {
  opacity: 0.8;
}

.sec-info__company .company__person {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5714285714;
}

@media (max-width: 767px) {
  .sec-info__company .company__person {
    margin-top: 4px;
    font-size: 12px;
  }
}
.sec-info__company .company__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .sec-info__company .company__text {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.sec-info__flow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 81px 0;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .sec-info__flow {
    display: block;
    padding: 4.6376811594%;
    margin-top: 23px;
  }
}
.sec-info__flow::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  content: '';
}

.sec-info__flow-item {
  position: relative;
  width: 28.901734104%;
}

.sec-info__flow-item::before {
  position: absolute;
  top: 50px;
  right: -13%;
  z-index: 1;
  width: 17px;
  height: 17px;
  border-top: 3px solid #149c9c;
  border-right: 3px solid #149c9c;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-info__flow-item:last-child::before {
  content: none;
}

@media (max-width: 767px) {
  .sec-info__flow-item {
    width: 100%;
  }
  .sec-info__flow-item::before {
    top: auto;
    right: 50%;
    bottom: 0;
    margin-bottom: -30px;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
  }
  .sec-info__flow-item + .sec-info__flow-item {
    margin-top: 48px;
  }
}
.sec-info__flow-item:nth-of-type(2) dt {
  background-color: #149c9c;
  color: #fff;
}

.sec-info__flow-item:nth-of-type(3) dt {
  background-color: #0a6371;
  border-color: #0a6371;
  color: #fff;
}

.sec-info__flow-item dt {
  text-align: center;
  color: #149c9c;
  font-size: 24px;
  padding: 36px 0;
  font-weight: 700;
  border: 2px solid #149c9c;
}

@media (max-width: 767px) {
  .sec-info__flow-item dt {
    padding: 11px 0;
    font-size: 16px;
  }
}
.sec-info__flow-item dd {
  margin-top: 20px;
}

.sec-info__flow-item dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 3px;
  margin-top: 10px;
}

.sec-info__flow-item dd li span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .sec-info__flow-item dd {
    margin-top: 0;
  }
  .sec-info__flow-item dd li {
    margin-top: 8px;
    font-size: 14px;
  }
}
.sec-post__item + .sec-post__item {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .sec-post {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .sec-post__item + .sec-post__item {
    margin-top: 48px;
  }
}
.sec-post__hdg {
  padding: 20px 1.6666666667%;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgba(20, 156, 156, 0.5);
}

.sec-post__hdg span {
  padding: 0 2px;
  border-bottom: 5px solid #ffea00;
}

@media (max-width: 767px) {
  .sec-post__hdg {
    padding: 11px 0 16px;
    font-size: 20px;
    line-height: 1.5;
  }
  .sec-post__hdg span {
    border-width: 3px;
  }
}
.sec-post__content {
  padding: 38px 12.5% 44px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .sec-post__content {
    padding: 15px;
  }
}
.sec-post__content dl + dl {
  margin-top: 40px;
}

.sec-post__content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.01em;
  font-size: 20px;
  color: #0a6371;
  line-height: 1.4;
  font-weight: 700;
}

.sec-post__content dt::before {
  display: block;
  width: 50px;
  margin-top: 14px;
  height: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  content: '';
  background-color: #149c9c;
}

@media (max-width: 767px) {
  .sec-post__content dl + dl {
    margin-top: 18px;
  }
  .sec-post__content dt {
    font-size: 16px;
    line-height: 1.5;
  }
  .sec-post__content dt::before {
    margin-right: 12px;
  }
}
.sec-post__content dd {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.sec-post__content .name {
  font-weight: 700;
  color: #0a6371;
}

.sec-post__content .img {
  margin: 20px 0 15px;
  text-align: center;
}

.sec-post__content .img a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.sec-post__content .img a:hover {
  opacity: 0.8;
}

.sec-post__content .img img {
  max-width: 100%;
}

.sec-post__content .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}

.sec-post__content .imgs .img {
  margin-bottom: 0;
  width: 100%;
}

.sec-post__content .imgs .img:first-child {
  margin-right: 22px;
}

@media (max-width: 767px) {
  .sec-post__content .imgs .img:first-child {
    margin-right: 0;
  }
}
.sec-post__content .caption {
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
}

.sec-post__content p + p {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .sec-post__content dd {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .sec-post__content .imgs {
    display: block;
  }
  .sec-post__content p + p {
    margin-top: 10px;
  }
  .sec-post__content dl:first-child dt::before {
    margin-top: 27px;
  }
}
.sec-info__flow .sec-info__flow-item {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  opacity: 0;
}

.sec-info__flow.is-animated .sec-info__flow-item {
  -webkit-transition: opacity 0.6s ease-in-out,
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.sec-info__flow.is-animated.is-animated .sec-info__flow-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sec-info__flow.is-animated.is-animated .sec-info__flow-item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sec-info__requirement-item dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
  padding-left: 3px;
}

.sec-info__requirement-item dd ul li span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2px;
}

.page-hdg__head:after {
  background: url('/assets/companies/murayama/images/case-detail-main-visual.jpg') no-repeat 70% 50% /
    cover;
}
@media (max-width: 1350px) {
  .page-hdg__head:after {
    background-position: 40% 50%;
  }
}

.sec-post {
  padding: 100px 0;
  margin-bottom: 100px;
  background-color: #0a6371;
  background-image: url('/assets/images/common/bg-top-desktop.jpg'),
    url('/assets/images/common/bg-bottom-desktop.jpg');
  background-position: left top, right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .sec-post {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .sec-post {
    background-image: url('/assets/images/common/bg-top-mobile.jpg'),
      url('/assets/images/common/bg-bottom-mobile.jpg');
    background-size: 100%;
  }
}
