.mv-block .mv-title {
  top: calc(50% - 70px);
  left: 12.5%;
  width: 75%;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.service-block .service__container .block-heading {
  position: relative;
}

.btn.service-view {
  position: absolute;
  top: 22px;
  left: 230px;
  width: 180px;
  margin: 0 auto;
  padding: 5px 0;
  letter-spacing: 1px;
  font-size: 16px;
}

.material__box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  z-index: 0;
  height: 100vh;
  width: 100vw;
  background: transparent url(../img/title_bg.jpg) no-repeat center bottom;
  background-size: 100vw auto;
  opacity: .8;
}

.material__box::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  display: block;
  content: '';
  z-index: 0;
  height: 100vh;
  width: 100%;
}

.title-lead {
  text-align: center;
  margin-top: 40px;
  line-height: 1.8;
  font-size: 16px;
  text-shadow: 1px 1px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.service-block {
  margin-top: 0;
}

.col2-box {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.col2-box.border-top {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #fff;
}
.col2-box .col2-block {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}
.col2-box .col2-block:nth-child(1) {
  padding-right: 3%;
}
.col2-box .col2-block:nth-child(2) {
  padding-left: 3%;
}
.col2-box .col2-block .text-sm {
  font-size: 13px;
  line-height: 1.5;
}
.col2-box .col2-block .btn {
  width: 50%;
  padding: 13px 0;
  margin: 30px 0 0 auto;
}
.col2-box .col2-block dl {
  font-size: 13px;
  line-height: 1.5;
}
.col2-box .col2-block dl dt {
  font-weight: 700;
  font-size: 16px;
}
.col2-box .col2-block dl dd {
  margin-bottom: 20px;
}
.col2-box .col2-block dl dd:last-of-type {
  margin-bottom: 0;
}

.service-block .service__container .service__content .service__box .text__wrapper .heading {
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-block .service__container .service__content .service__box:first-of-type {
  margin-top: 20px;
}
.service-block .service__container .service__content .service__box .text-lg {
  margin: -8 0 0;
  font-size: 18px;
}

.service-block .service__container .service__content .service__box.values {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.service-block .service__container .service__content .service__box.values .box-heading {
  font-size: 28px;
}
.service-block .service__container .service__content .service__box.values .text__wrapper .heading {
  font-size: 16px;
}

.profile {
  width: 1130px;
  margin: 40px auto 0;
  display: table;
}
.profile .thumb {
  display: table-cell;
  width: 220px;
  vertical-align: top;
  padding-right: 30px;
}
.profile .thumb img {
  width: 100%;
  height: auto;
}
.profile .profile-detail .position {
  color: #399228;
}
.profile .profile-detail .name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.profile .profile-detail .name-s {
  margin-bottom: 25px;
  font-size: 12px;
}

.company-profile {
  width: 1130px;
  margin: 40px auto 0;
  background: #ecf2f5;
  padding: 40px;
  box-sizing: border-box;
}
.company-profile dl {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.company-profile dl:last-of-type {
  margin-bottom: 0;
}
.company-profile dl dt {
  display: table-cell;
  width: 150px;
  font-weight: 600;
}

.content-block.company-profile-block, .content-block.profile-block {
  background-color: rgba(255, 255, 255, 0.9);
}

.contact-block {
  margin-top: 0;
}

#company_profile {
  padding-bottom: 120px;
}

#contact {
  padding-bottom: 0;
}

.header .header__inner .gnav__item .subnav__wrapper .subnav__container .subnav__content .subnav__box .col2 a {
  display: inline-block;
  width: 95px;
  margin-right: 1px;
}
.header .header__inner .gnav__item .subnav__wrapper .subnav__container .subnav__content .subnav__box .col2 a .item-image {
  width: 95px;
}
.header .header__inner .gnav__item .subnav__wrapper .subnav__container .subnav__content .subnav__box .col2 .item-heading {
  color: #399228;
  font-weight: bold;
  font-size: 13px;
  margin-top: 8px;
}

.header .header__inner .gnav__item:nth-child(4) a {
  display: block;
  width: 115px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 0px;
  background: linear-gradient(#569BBF, #63A357);
  border-radius: 12px;
}

.header .header__inner .gnav__item a::before,
.header .header__inner .gnav__item a::after,
.header .header__inner .gnav__item:first-child a::before,
.header .header__inner .gnav__item:first-child a::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 6px;
  bottom: 25px;
  left: calc(50% - 5px);
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  transform: translateX(0);
  background: url(../img/arrow.svg) 0 0/contain no-repeat;
}

.header .header__inner .logo {
  width: 10%;
  transition: none;
  padding-top: 10px;
}

.content-block .block-heading {
  font-size: 48px;
  font-weight: 400;
}

.contact-form {
  width: 100%;
  padding: 30px 0 90px;
  margin: 40px auto 0;
  background: #ecf2f5;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form .iframe-form {
  width: 800px;
  height: 1900px;
  margin: 0 auto;
  border: none;
}

@media screen and (max-width: 800px) {
  .mv-block .mv-title {
    top: 25%;
    left: 10%;
    width: 80%;
  }

  .mv-block {
    top: 0;
    left: auto;
    height: 81vh;
    min-height: auto;
  }

  .service-block {
    margin-top: 0;
  }

  .service-block .service__container .service__content .service__box {
    margin-top: 60px;
  }
  .service-block .service__container .service__content .service__box:first-of-type {
    margin-top: 3vw;
  }
  .service-block .service__container .service__content .service__box .text-lg {
    margin: 0;
    font-size: 4vw;
  }

  .service-block .service__container .service__content .service__box .text__wrapper {
    display: block;
    padding-left: 5%;
    margin-top: 30px;
    border-left: solid 1px #fff;
  }

  .service-block .service__container .service__content .service__box .text__wrapper .heading {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
  }

  .service-block .service__container .service__content .service__box.values .box-heading {
    font-size: 18px;
    font-weight: bold;
  }
  .service-block .service__container .service__content .service__box.values .text__wrapper .heading {
    font-size: 14px;
  }

  .title-lead {
    text-align: left;
    font-size: 3.2vw;
  }

  .btn.service-view {
    position: absolute;
    top: 5vw;
    left: 45vw;
    width: 32vw;
    margin: 0 auto;
    padding: 1vw 0;
    font-size: 3.1vw;
  }

  .material__box::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    z-index: 0;
    height: 85vh;
    width: 100%;
    background: transparent url(../img/title_sp_bg.png) no-repeat center bottom;
    background-size: 100% auto;
    opacity: .8;
  }

  .material__box::after {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    display: block;
    content: '';
    z-index: 0;
    height: 100vh;
    width: 100%;
  }

  .col2-box {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .col2-box .col2-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .col2-box .col2-block:nth-child(1) {
    padding-right: 0;
  }
  .col2-box .col2-block:nth-child(2) {
    padding-left: 0;
  }
  .col2-box .col2-block .text-sm {
    font-size: 13px;
  }
  .col2-box .col2-block .btn {
    width: 50%;
    padding: 13px 0;
    margin: 30px 0 0 auto;
  }
  .col2-box .col2-block dl {
    font-size: 13px;
    line-height: 1.5;
  }
  .col2-box .col2-block dl dt {
    font-weight: 700;
    font-size: 14px;
  }
  .col2-box .col2-block dl dd {
    margin-bottom: 20px;
  }
  .col2-box .col2-block dl dd:last-of-type {
    margin-bottom: 0;
  }

  .profile {
    width: 100%;
    margin: 40px auto 30px;
    display: block;
  }
  .profile:not(:first-of-type) {
    padding-top: 40px;
    border-top: 1px solid #ccc;
  }
  .profile:last-of-type {
    margin-bottom: 0;
  }
  .profile .thumb {
    display: block;
    width: 60%;
    vertical-align: top;
    padding-right: 0;
    margin: 0 auto 20px;
  }
  .profile .thumb img {
    width: 100%;
    height: auto;
  }
  .profile .profile-detail .position {
    color: #399228;
  }
  .profile .profile-detail .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .profile .profile-detail .name-s {
    margin-bottom: 20px;
  }

  .company-profile {
    width: 100%;
    margin: 40px auto 0;
    background: #ecf2f5;
    padding: 20px;
    box-sizing: border-box;
  }
  .company-profile dl {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .company-profile dl:last-of-type {
    margin-bottom: 0;
  }
  .company-profile dl dt {
    display: block;
    width: 150px;
    font-weight: 600;
  }

  .content-block.company-profile-block, .content-block.profile-block {
    width: 100%;
    background-color: white;
    padding: 60px 5%;
    box-sizing: border-box;
  }

  .contact-block {
    margin-top: 0;
  }

  .content-block .block-heading {
    font-size: calc(1.33333vw + 30px);
  }

  #company_profile {
    padding-bottom: 60px;
  }

  .header .header__inner .logo {
    width: 23%;
    transition: none;
    padding-top: 0;
  }

  .header .header__inner .gnav__item:nth-child(4) a {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px;
    background: linear-gradient(#569BBF, #63A357);
    border-radius: 5px;
    margin-top: 5vw;
  }

  .header .header__inner .gnav__item a::before,
  .header .header__inner .gnav__item a::after,
  .header .header__inner .gnav__item:first-child a::before,
  .header .header__inner .gnav__item:first-child a::after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 6px;
    bottom: calc(50% - 3px);
    left: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    transform: translateX(0);
    background: url(../img/arrow.svg) 0 0/contain no-repeat;
  }

  .header .header__inner {
    min-width: 100%;
    padding: 18px 5% 10px;
  }

  #contact.content-block .block-heading {
    font-size: 8vw;
    font-weight: 400;
  }

  .contact-form {
    width: 100%;
    padding: 10px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #ecf2f5;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-form .iframe-form {
    width: 100%;
    height: 340vh;
    margin: 0 auto;
    border: none;
  }
}
/* footer */
.l-footer {
  position: relative;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  background: -webkit-gradient(linear, left bottom, right top, from(#399228), to(#569bbf));
  background: linear-gradient(to right top, #399228 0, #569bbf 100%);
  color: #fff;
}

.l-contents, .l-footer__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.l-footer .footer-copyright, .p-company__title, .p-contact__title, .p-member__name .en, .p-service__title {
  font-family: "Work Sans",sans-serif;
}

.l-footer .footer-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .02em;
}

.l-footer .footer-menu {
  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;
  margin-top: 1em;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .08em;
}

.l-footer .footer-menu__item {
  position: relative;
  margin-top: 0;
  padding: 1em 2.3em 1em 1em;
  color: inherit;
  font-size: 13px;
}

.l-footer .footer-menu__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/blank.svg) 0 0/contain no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer .footer-copyright, .p-company__title, .p-contact__title, .p-member__name .en, .p-service__title {
  font-family: "Work Sans",sans-serif;
  font-size: 14px;
}

@media (min-width: 1025px) {
  .l-footer {
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .l-footer .footer-copyright {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .l-footer .footer-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }

  .l-footer .footer-menu__item:not(:first-child) {
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) {
  .l-contents, .l-footer__inner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .l-footer .footer-menu__item::before {
    width: 16px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 0;
  }

  .l-footer .footer-menu__item {
    position: relative;
    margin-top: 0;
    padding: 1em 2.2em 1em 1em;
    color: inherit;
    font-size: 3vw;
  }

  .l-footer .footer-copyright, .p-company__title, .p-contact__title, .p-member__name .en, .p-service__title {
    font-size: 3vw;
  }
}
