html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: normal;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.wholewrapper {
  transition: 0.5s;
}
.wholewrapper:not(.loading) {
  opacity: 0;
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
}
.wholewrapper.loading {
  opacity: 1;
}
.wholewrapper.loading + .roading_body {
  display: none;
}
.wholewrapper.loading #kv .copy .line {
  transition-property: opacity, transform;
  transform: translate3d(-80px, 0, 0);
  opacity: 0;
}
.wholewrapper.loading #kv .copy .line::after {
  left: 100%;
}
.wholewrapper.loading #kv.animation .copy .line {
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  opacity: 1;
}
.wholewrapper.loading #kv.animation .copy .line:nth-child(1) {
  transition-duration: 0.3s;
}
.wholewrapper.loading #kv.animation .copy .line:nth-child(2) {
  transition-duration: 0.6s;
}
.wholewrapper.loading #kv.animation .copy .line:nth-child(3) {
  transition-duration: 0.9s;
}

.roading_body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  display: grid;
  align-items: center;
  background: #fff;
  z-index: 2000;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.roading_body .roading_title {
  display: table;
  margin: 0 auto;
  animation: loading forwards 0.5s linear 1s;
}
.roading_body .roading_title .roading_title_img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .roading_body .roading_title .roading_title_img {
    max-width: 150px;
  }
}
.roading_body .roading_title .roading_title_img img {
  display: block;
  width: 100%;
}
.roading_body .roading_title .roading_title_name {
  display: block;
  margin-top: 15px;
}
.roading_body .roading_title .roading_title_name svg {
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .roading_body .roading_title .roading_title_name svg {
    width: 35%;
  }
}
.roading_body .roading_title .roading_title_text {
  display: block;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #dc000c;
}
@media screen and (max-width: 767px) {
  .roading_body .roading_title .roading_title_text {
    font-size: 18px;
  }
}

img {
  vertical-align: top;
}

@media screen and (min-width: 768px), print {
  .pc-br {
    display: block;
  }

  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }

  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-color: #fff;
  }
}
#header h1 {
  flex: 0 0 auto;
  margin: 0;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header h1 {
    padding-left: 10px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header h1 {
    padding-left: 11px;
    gap: 10px;
  }
}
#header h1 img {
  display: block;
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header h1 img {
    width: 96px;
  }
}
@media screen and (max-width: 767px) {
  #header h1 img {
    width: 96px;
  }
}
#header h1 span {
  display: block;
  padding-bottom: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 31px;
  color: #dc000c;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header h1 span {
    font-size: 11px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  #header h1 span {
    font-size: 11px;
    line-height: 19px;
  }
}
#header > .pc {
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header > .pc {
    gap: 10px;
  }
}
#header > .pc ul.navi {
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header > .pc ul.navi {
    gap: 10px;
  }
}
#header > .pc ul.navi li a {
  display: block;
  height: 100%;
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #header > .pc ul.navi li a:hover .e, #header > .pc ul.navi li a:hover .j {
    color: #dc000c;
  }
}
#header > .pc ul.navi li a .e {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 20px;
  color: #003e92;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header > .pc ul.navi li a .e {
    font-size: 14px;
  }
}
#header > .pc ul.navi li a .j {
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 20px;
  color: #888;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header > .pc ul.navi li a .j {
    font-size: 10px;
  }
}
#header > .pc .corporate {
  flex: 0 1 120px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header > .pc .corporate {
    flex-basis: 100px;
  }
}
#header > .pc .corporate a {
  display: block;
  height: 100%;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/header_link_bg.svg) no-repeat center/cover;
  padding-top: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #header > .pc .corporate a {
    transition: 0.5s;
  }
  #header > .pc .corporate a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #header > .pc .corporate a {
    font-size: 13px;
  }
}
#header > .pc .corporate a::after {
  content: "";
  display: block;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/header_link_external.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: 13px;
  left: calc(50% - 5px);
}
#header > .sp {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 39px;
}
#header > .sp button {
  flex: 0 0 50px;
  appearance: none;
  border: none;
  padding: 0;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/sp-menu_bg.svg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header > .sp button img.open {
  display: block;
}
#header > .sp button img.close {
  display: none;
}
#header > .sp button.opened img.open {
  display: none;
}
#header > .sp button.opened img.close {
  display: block;
}

#sp-menu {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background-color: #fff;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}
#sp-menu .flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 28px;
}
#sp-menu ul.navi {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-menu ul.navi li {
  border-bottom: 1px solid #ddd;
}
#sp-menu ul.navi li a {
  display: block;
  height: 100%;
  padding: 22px 0 16px;
  text-decoration: none;
  text-align: center;
  color: #000;
}
#sp-menu ul.navi li a .e {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 20px;
}
#sp-menu ul.navi li a .j {
  display: block;
  margin-top: 1px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 20px;
  color: #888;
}
#sp-menu .corporate {
  flex: 1 1 auto;
  margin-top: 33px;
  text-align: center;
}
#sp-menu .corporate a {
  display: inline-block;
  width: 260px;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/header_link_bg.svg) no-repeat center/cover;
  padding: 21px 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#sp-menu .corporate a::after {
  content: "";
  display: block;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/header_link_external.svg) no-repeat center/contain;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 18px;
  top: calc(50% - 6px);
}
#sp-menu h1 {
  flex: 0 0 auto;
  margin: 0 0 5px;
  text-align: center;
}
#sp-menu h1 img {
  width: 110px;
}
#sp-menu .copyright {
  flex: 0 0 auto;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

@keyframes kv-zoom {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
#kv {
  position: relative;
}
@media screen and (max-width: 767px) {
  #kv {
    margin-top: 50px;
  }
}
#kv .slide {
  max-width: 100vw;
  overflow: hidden;
}
#kv .slide > img {
  display: none;
  width: 100%;
}
#kv .slide > img:first-child {
  display: block;
}
#kv .slide img {
  aspect-ratio: 1400 / 750;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #kv .slide img {
    aspect-ratio: 375 / 240;
  }
}
#kv .slide img.slick-animation {
  animation: kv-zoom 6s linear 0s 1 normal both;
}
#kv .frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
#kv .frame img {
  height: 100%;
}
#kv .copy {
  position: absolute;
  top: 110px;
  left: 49px;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  #kv .copy {
    top: 32px;
    left: 15px;
  }
}
#kv .copy .line {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 11px 19px 14px 25px;
  width: fit-content;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.03em;
  line-height: 1;
  overflow: hidden;
}
#kv .copy .line::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition-delay: 2s;
  background: #dc000c;
}
#kv .copy .line:nth-child(1)::after {
  transition-duration: 0.15s;
}
#kv .copy .line:nth-child(2)::after {
  transition-duration: 0.3s;
}
#kv .copy .line:nth-child(3)::after {
  transition-duration: 0.45s;
}
@media screen and (max-width: 767px) {
  #kv .copy .line {
    margin-bottom: 6px;
    padding: 6px 8px 6px 10px;
    font-size: 23px;
  }
}
#kv .copy .line:first-child {
  margin-left: 105px;
}
@media screen and (max-width: 767px) {
  #kv .copy .line:first-child {
    margin-left: 49px;
  }
}
#kv .copy .line:nth-child(2) {
  margin-left: 52px;
}
@media screen and (max-width: 767px) {
  #kv .copy .line:nth-child(2) {
    margin-bottom: 5px;
    margin-left: 25px;
  }
}
#kv .copy .line:last-child {
  padding-right: 0;
}
#kv .copy .line .red {
  color: #dc000c;
}
#kv .copy .line .blue {
  color: #073e92;
}

section h2 {
  margin: 0;
  text-align: center;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  section h2 {
    padding: 0 25px;
  }
}
section h2 .e {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 70px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 39px;
  position: relative;
  color: #003e92;
}
@media screen and (max-width: 767px) {
  section h2 .e {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 19px;
  }
}
section h2 .e::after {
  content: "";
  display: block;
  background-color: #dc000c;
  width: 60px;
  height: 10px;
  position: absolute;
  bottom: -26px;
  left: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  section h2 .e::after {
    width: 40px;
    height: 5px;
    bottom: -12px;
    left: calc(50% - 20px);
  }
}
section h2 .j {
  display: block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #888;
}
@media screen and (max-width: 767px) {
  section h2 .j {
    font-size: 12px;
  }
}
section.recruit-info {
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/recruit_info_bg.jpg) no-repeat center/cover;
  padding: 69px 0 77px;
}
@media screen and (max-width: 767px) {
  section.recruit-info {
    padding: 23px 0 13px;
  }
}
section.recruit-info h2 .e {
  font-size: 60px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.recruit-info h2 .e {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 18px;
  }
}
section.recruit-info h2 .e::after {
  bottom: -27px;
}
@media screen and (max-width: 767px) {
  section.recruit-info h2 .e::after {
    bottom: -14px;
  }
}
section.recruit-info h2 .j {
  color: #fff;
}
section.recruit-info h3 {
  margin: 45px 0 0;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 37px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.recruit-info h3 {
    margin-top: 6px;
    font-size: 14px;
  }
}
section.recruit-info .link {
  margin: 24px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  section.recruit-info .link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 15px 0 51px;
  }
}
@media screen and (max-width: 767px) {
  section.recruit-info .link {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 768px), print {
  section.recruit-info .link .type {
    flex: 0 1 auto;
  }
}
section.recruit-info .link .type h4 {
  margin: 0 6px 0 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.recruit-info .link .type h4 {
    margin: 0 34px 1px;
    font-size: 16px;
  }
}
section.recruit-info .link .type h4::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 90px;
  right: 0;
}
@media screen and (max-width: 767px) {
  section.recruit-info .link .type h4::after {
    left: 74px;
  }
}
section.recruit-info .link .type .link_sub {
  margin: 11px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  section.recruit-info .link .type .link_sub {
    margin: 8px 26px 25px 56px;
    justify-content: center;
    gap: 6px;
  }
}
section.recruit-info .link .type .link_sub a {
  flex: 0 0 auto;
  display: block;
  background: #fff;
  width: 301px;
  height: 130px;
  padding-top: 35px;
  transform: skewX(-19deg);
  transform-origin: top left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  section.recruit-info .link .type .link_sub a {
    transition: 0.2s;
  }
  section.recruit-info .link .type .link_sub a:hover {
    transform: skewX(-19deg) translateY(-5px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  section.recruit-info .link .type .link_sub a {
    width: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  section.recruit-info .link .type .link_sub a {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  section.recruit-info .link .type .link_sub a {
    flex: 1 1 auto;
    width: 100%;
    max-width: 188px;
    height: 89px;
    padding-top: 17px;
  }
}
section.recruit-info .link .type .link_sub a .inner {
  display: block;
  height: 100%;
  transform: skewX(19deg);
  transform-origin: 0 30%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.recruit-info .link .type .link_sub a .inner {
    transform-origin: 0 40%;
  }
}
section.recruit-info .link .type .link_sub a .inner .j {
  display: block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  section.recruit-info .link .type .link_sub a .inner .j {
    font-size: 15px;
  }
}
section.recruit-info .link .type .link_sub a .inner .e {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #888;
}
section.recruit-info .link .type .link_sub a .inner::after {
  content: "";
  display: block;
  background: no-repeat center / contain;
  width: 17px;
  height: 14px;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 31px;
}
@media screen and (max-width: 767px) {
  section.recruit-info .link .type .link_sub a .inner::after {
    bottom: 13px;
  }
}
section.recruit-info .link .type.new .link_sub a .inner .j {
  color: #ff7600;
}
section.recruit-info .link .type.new .link_sub a .inner::after {
  background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/recruit_info_external_new.svg);
}
section.recruit-info .link .type.career .link_sub a .inner .j {
  color: #13aa00;
}
section.recruit-info .link .type.career .link_sub a .inner::after {
  background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/recruit_info_external_career.svg);
}

#about {
  padding-top: 103px;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 27px;
  }
}
@media screen and (min-width: 768px), print {
  #about .items {
    margin-top: 89px;
  }
}
#about .items .item {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #about .items .item {
    margin-top: 19px;
  }
}
#about .items .item .bg {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  #about .items .item .bg {
    bottom: 0;
    width: calc(50% + 400px);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .items .item .bg {
    top: 55px;
    left: 0;
    right: 0;
  }
}
#about .items .item .bg .slide {
  overflow: hidden;
}
#about .items .item .bg .slide img {
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  #about .items .item .bg .slide img {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  #about .items .item .bg .slide img {
    aspect-ratio: 375 / 240;
  }
}
#about .items .item .bg .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #073e92;
  opacity: 0.7;
}
#about .items .item .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #about .items .item .inner {
    min-height: 440px;
  }
}
#about .items .item .inner .pic_wrap {
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  #about .items .item .inner .pic_wrap {
    position: absolute;
    top: 0;
    width: calc(50% + 30px);
  }
}
@media screen and (max-width: 767px) {
  #about .items .item .inner .pic_wrap {
    position: relative;
    margin-bottom: -35px;
    aspect-ratio: 345 / 240;
  }
}
#about .items .item .inner .pic_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: #dc000c;
  opacity: 1;
  z-index: 2;
  transition: .8s;
}
#about .items .item .inner .pic_wrap.aos-animate::after {
  width: 200%;
  left: 100%;
}
#about .items .item .inner .pic_wrap.aos-animate .pic {
  opacity: 1;
}
#about .items .item .inner .pic {
  position: absolute;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transition: opacity .5s;
}
@media screen and (max-width: 767px) {
  #about .items .item .inner .pic {
    position: relative;
    aspect-ratio: 345 / 240;
  }
}
#about .items .item .inner .pic img {
  aspect-ratio: 630 / 440;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #about .items .item .inner .pic img {
    aspect-ratio: 345 / 240;
  }
}
#about .items .item .inner .pic .slick-list {
  background-color: #fff;
}
#about .items .item .inner .text {
  position: relative;
  z-index: 1001;
  background-color: #fff;
  padding: 3px 22px 48px 40px;
}
@media screen and (min-width: 768px), print {
  #about .items .item .inner .text {
    width: calc(50% + 30px);
  }
}
@media screen and (max-width: 767px) {
  #about .items .item .inner .text {
    position: relative;
    padding-top: 16px;
    padding-bottom: 19px;
  }
}
#about .items .item .inner .text h3 {
  margin: 0 0 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 55px;
  line-height: 66px;
}
@media screen and (max-width: 767px) {
  #about .items .item .inner .text h3 {
    margin-bottom: 23px;
    font-size: 35px;
    line-height: 40px;
  }
}
#about .items .item .inner .text h3 .red {
  color: #dc000c;
}
#about .items .item .inner .text h4 {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 19px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  #about .items .item .inner .text h4 {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 25px;
  }
}
#about .items .item .inner .text p {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  #about .items .item .inner .text p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px), print {
  #about .items .item:nth-child(odd) {
    padding-bottom: 43px;
  }
  #about .items .item:nth-child(odd) .bg {
    right: 0;
  }
}
@media screen and (min-width: 768px), print {
  #about .items .item:nth-child(odd) .inner .pic_wrap {
    left: calc(50% - 600px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #about .items .item:nth-child(odd) .inner .pic_wrap {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .items .item:nth-child(odd) .inner .pic_wrap {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px), print {
  #about .items .item:nth-child(odd) .inner .text {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #about .items .item:nth-child(odd) .inner .text {
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px), print {
  #about .items .item:nth-child(even) {
    padding-bottom: 39px;
  }
  #about .items .item:nth-child(even) .bg {
    left: 0;
  }
}
@media screen and (min-width: 768px), print {
  #about .items .item:nth-child(even) .inner .pic_wrap {
    right: calc(50% - 598px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #about .items .item:nth-child(even) .inner .pic_wrap {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .items .item:nth-child(even) .inner .pic_wrap {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px), print {
  #about .items .item:nth-child(even) .inner .text {
    margin-left: 2px;
    margin-right: auto;
    padding-top: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #about .items .item:nth-child(even) .inner .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .items .item:nth-child(even) .inner .text {
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 9px;
  }
}
#about .gallery {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  #about .gallery {
    margin-top: 21px;
  }
}
#about .gallery img {
  width: 350px;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #about .gallery img {
    width: 162px;
    height: 105px;
  }
}

#strength {
  padding-top: 103px;
}
@media screen and (max-width: 767px) {
  #strength {
    padding-top: 29px;
  }
}
#strength .items {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  #strength .items {
    margin-top: 17px;
  }
}
#strength .items .item {
  margin-bottom: 2px;
}
#strength .items .item .head {
  position: relative;
  cursor: pointer;
  padding: 87px 0 29px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #strength .items .item .head::after {
    transition: 0.3s;
  }
  #strength .items .item .head:hover::after {
    transform: scale(1.1);
  }
}
#strength .items .item .head::after {
  content: "";
  position: absolute;
  background: no-repeat center / cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #strength .items .item .head {
    padding: 32px 0 17px;
  }
}
#strength .items .item .head .rhombus {
  height: 156px;
  background-color: rgba(255, 255, 255, 0.88);
  width: 85%;
  max-width: 746px;
  margin: 0 auto;
  transform: skewX(-19deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .rhombus {
    height: auto;
    max-width: 254px;
  }
}
#strength .items .item .head .rhombus .inner {
  transform: skewX(19deg);
  height: 100%;
}
@media screen and (min-width: 768px), print {
  #strength .items .item .head .rhombus .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .rhombus .inner {
    padding: 18px 0 21px;
  }
}
#strength .items .item .head .rhombus .inner h3 {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #strength .items .item .head .rhombus .inner h3 {
    flex: 0 0 auto;
    padding-top: 12px;
  }
}
#strength .items .item .head .rhombus .inner h3 .j {
  display: block;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .rhombus .inner h3 .j {
    font-size: 25px;
  }
}
#strength .items .item .head .rhombus .inner h3 .j .red {
  color: #dc000c;
}
#strength .items .item .head .rhombus .inner h3 .e {
  display: block;
  margin-top: 16px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #888;
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .rhombus .inner h3 .e {
    margin-top: 8px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px), print {
  #strength .items .item .head .rhombus .inner img {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .rhombus .inner img {
    display: none;
  }
}
#strength .items .item .head .rhombus .inner p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 30px;
}
@media screen and (min-width: 768px), print {
  #strength .items .item .head .rhombus .inner p {
    flex: 0 1 auto;
    padding-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .rhombus .inner p {
    margin-top: 9px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}
#strength .items .item .head .more {
  margin-top: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .more {
    margin-top: 13px;
    font-size: 13px;
  }
}
#strength .items .item .head .more::after {
  content: "";
  display: block;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/strength_more_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  #strength .items .item .head .more::after {
    width: 8px;
    height: 4px;
    bottom: -8px;
    left: calc(50% - 3px);
  }
}
#strength .items .item .opened .more::after {
  transform: rotate(-180deg);
}
#strength .items .item.products .head::after {
  background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/strength_a_bg.png);
}
#strength .items .item.social-action .head::after {
  background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/strength_c_bg.png);
}
#strength .items .item .body {
  display: none;
  padding-top: 64px;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/strength_body_bg.png) no-repeat bottom 31px right/328px;
}
@media screen and (max-width: 767px) {
  #strength .items .item .body {
    padding: 25px 30px 0;
    background-position: bottom 100px right -21px;
    background-size: 152px;
  }
}
@media screen and (min-width: 768px), print {
  #strength .items .item .body .sub-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 55px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  #strength .items .item .body .sub-items {
    gap: 15px;
  }
}
#strength .items .item .body .sub-items .sub-item {
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #strength .items .item .body .sub-items .sub-item {
    flex: 0 1 330px;
  }
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .sub-items .sub-item {
    margin-top: 30px;
  }
  #strength .items .item .body .sub-items .sub-item:first-child {
    margin-top: 0;
  }
}
#strength .items .item .body .sub-items .sub-item .pic {
  border-radius: 10px;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .sub-items .sub-item .pic {
    margin-bottom: 5px;
  }
}
#strength .items .item .body .sub-items .sub-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#strength .items .item .body .sub-items .sub-item h4 {
  margin: 0 0 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .sub-items .sub-item h4 {
    margin-bottom: 6px;
    gap: 4px;
  }
}
#strength .items .item .body .sub-items .sub-item h4 .num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  color: #dc000c;
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .sub-items .sub-item h4 .num {
    padding-top: 2px;
    font-size: 50px;
  }
}
#strength .items .item .body .sub-items .sub-item h4 .text {
  padding-top: 3px;
  margin-right: -3px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .sub-items .sub-item h4 .text {
    padding-top: 0;
    font-size: 15px;
  }
}
#strength .items .item .body .sub-items .sub-item p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .sub-items .sub-item p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
#strength .items .item .body .close {
  margin-top: 16px;
  cursor: pointer;
  padding: 32px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .close {
    margin-top: 6px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  #strength .items .item .body .close img {
    width: 19px;
  }
}

#voice {
  padding: 103px 0 123px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voice {
    padding: 29px 0 38px;
  }
}
#voice .bg {
  position: absolute;
  top: 330px;
  left: 0;
  right: 150px;
  bottom: 0;
  z-index: 0;
  border-top-right-radius: 50px;
  background-color: #f0f0f0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #voice .bg {
    top: 135px;
    right: 45px;
    border-top-right-radius: 30px;
  }
}
#voice .bg p {
  position: absolute;
  rotate: 90deg;
  transform-origin: 0 0;
  top: 42px;
  left: 197px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 170px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #e6e6e6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #voice .bg p {
    top: 15px;
    left: 70px;
    font-size: 60px;
  }
}
#voice .items {
  position: relative;
  z-index: 1;
  margin: 180px auto 0;
  max-width: 1202px;
  padding-left: 2px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #voice .items {
    margin: 59px 30px 0;
    padding-left: 0;
  }
}
#voice .items .item {
  margin-top: 20px;
}
#voice .items .item .head {
  background: no-repeat center / cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #voice .items .item .head::after {
    transition: 0.3s;
  }
  #voice .items .item .head:hover::after {
    transform: scale(1.1);
  }
}
#voice .items .item .head::after {
  content: "";
  position: absolute;
  background: no-repeat center / cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  #voice .items .item .head {
    height: 475px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item .head {
    aspect-ratio: 315 / 330;
  }
}
#voice .items .item .head .panel {
  position: absolute;
  background: linear-gradient(to bottom right, rgba(160, 0, 9, 0.9) 0%, rgba(232, 98, 0, 0.9) 100%);
  color: #fff;
}
@media screen and (min-width: 768px), print {
  #voice .items .item .head .panel {
    top: 92px;
    right: 20px;
    border-radius: 15px 0;
    padding: 43px 0 31px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .panel {
    bottom: 37px;
    left: calc(50% - 127.5px);
    width: 260px;
    height: 100px;
    border-radius: 10px 0;
    padding: 16px 0 0;
  }
}
#voice .items .item .head .panel h3 {
  position: absolute;
  top: -62px;
  right: 25px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .panel h3 {
    top: -35px;
    right: 5px;
    font-size: 10px;
  }
}
#voice .items .item .head .panel h3 .num {
  display: block;
  margin-top: -6px;
  font-size: 88px;
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .panel h3 .num {
    margin-top: -3px;
    font-size: 50px;
  }
}
#voice .items .item .head .panel p {
  margin: 0 auto;
  width: fit-content;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .panel p {
    width: auto;
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 23px;
  }
}
#voice .items .item .head .panel .profile {
  width: fit-content;
  margin: 19px 33px 0 auto;
  padding: 4px 0 3px 26px;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/voice_profile_slash.svg) no-repeat left/auto 100%;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .panel .profile {
    margin: 9px auto 0 24px;
    padding: 0 0 3px 13px;
    background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/sp-voice_profile_slash.svg);
    font-size: 11px;
  }
}
#voice .items .item .head .panel .profile .name {
  display: block;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  #voice .items .item .head .panel .profile .name {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .panel .profile .name {
    display: inline-block;
    margin-right: 7px;
  }
}
#voice .items .item .head .panel .profile .dept {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  #voice .items .item .head .panel .profile .dept {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px), print {
  #voice .items .item .head .panel.l {
    left: 20px;
    right: auto;
  }
  #voice .items .item .head .panel.l h3 {
    left: 25px;
    right: auto;
  }
  #voice .items .item .head .panel.l .profile {
    margin-right: auto;
    margin-left: 25px;
  }
}
#voice .items .item .head .more {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .more {
    bottom: 10px;
    font-size: 13px;
  }
}
#voice .items .item .head .more::after {
  content: "";
  display: block;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/strength_more_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  #voice .items .item .head .more::after {
    width: 8px;
    height: 4px;
    bottom: -8px;
    left: calc(50% - 3px);
  }
}
#voice .items .item .opened .more::after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  #voice .items .item.bakery .head::after {
    background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/sp-voice1_portrait.jpg);
  }
}
@media screen and (min-width: 768px), print {
  #voice .items .item.bakery .head::after {
    background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/voice1_portrait.jpg);
    background-position: right;
  }
  #voice .items .item.bakery .head .panel {
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item.manager .head::after {
    background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/sp-voice3_portrait.jpg);
  }
}
@media screen and (min-width: 768px), print {
  #voice .items .item.manager .head::after {
    background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/voice3_portrait.jpg);
  }
  #voice .items .item.manager .head .panel {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item.buyer .head::after {
    background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/sp-voice2_portrait.jpg);
  }
}
@media screen and (min-width: 768px), print {
  #voice .items .item.buyer .head::after {
    background-image: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/voice2_portrait.jpg);
  }
  #voice .items .item.buyer .head .panel {
    width: 465px;
  }
}
#voice .items .item .body {
  display: none;
  background-color: #fff;
  padding: 46px 50px 73px;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body {
    padding: 25px 0 34px 15px;
  }
}
#voice .items .item .body > p {
  margin: 0 0 51px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body > p {
    margin-bottom: 29px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
  }
}
#voice .items .item .body h4 {
  margin: 0 30px 0 25px;
  background: url(//4en.s3.amazonaws.com/uoroku-jinji.com/media/images/lp/voice_schedule.svg) no-repeat left;
  padding-left: 36px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #dc000c;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body h4 {
    margin: 0 7px 0 0;
    background-size: 20px;
    padding: 1px 0 2px 27px;
    font-size: 17px;
  }
}
#voice .items .item .body h4::after {
  content: "";
  display: block;
  background-color: #bababa;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 260px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body h4::after {
    top: 9px;
    left: 173px;
  }
}
@media screen and (min-width: 768px), print {
  #voice .items .item .body .flex {
    margin: 0 25px 0 26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
  }
}
@media screen and (min-width: 768px), print {
  #voice .items .item .body .flex .schedule {
    flex: 1 1 auto;
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .schedule {
    margin-top: 6px;
  }
}
#voice .items .item .body .flex .schedule .schedule-item {
  padding: 23px 0 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .schedule .schedule-item {
    padding: 17px 0 12px;
  }
}
#voice .items .item .body .flex .schedule .schedule-item h5 {
  margin: 0 0 2px 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px), print {
  #voice .items .item .body .flex .schedule .schedule-item h5:last-child {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .schedule .schedule-item h5 {
    margin-bottom: 4px;
    gap: 11px;
  }
}
#voice .items .item .body .flex .schedule .schedule-item h5 .time {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #dc000c;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .schedule .schedule-item h5 .time {
    font-size: 20px;
  }
}
#voice .items .item .body .flex .schedule .schedule-item h5 .objective {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .schedule .schedule-item h5 .objective {
    font-size: 15px;
    padding-bottom: 5px;
  }
}
#voice .items .item .body .flex .schedule .schedule-item p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #343434;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .schedule .schedule-item p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px), print {
  #voice .items .item .body .flex .pic {
    flex: 0 0 33.3651096282%;
    padding-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .pic {
    margin: 29px 30px 0;
  }
}
#voice .items .item .body .flex .pic img {
  display: block;
  width: 100%;
  aspect-ratio: 350 / 204;
  object-fit: cover;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .flex .pic img {
    aspect-ratio: 240 / 141;
    margin-top: 8px;
  }
}
#voice .items .item .body .flex .pic img:first-child {
  margin-top: 0;
}
#voice .items .item .body .close {
  margin-top: 16px;
  cursor: pointer;
  padding: 32px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .close {
    margin-top: 6px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  #voice .items .item .body .close img {
    width: 19px;
  }
}

#wlb {
  padding: 103px 30px 80px;
}
@media screen and (max-width: 767px) {
  #wlb {
    padding: 29px 0 47px;
  }
}
#wlb p.intro {
  margin: 85px 0 57px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 33px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wlb p.intro {
    margin: 10px 30px 26px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
  }
}
@media screen and (min-width: 768px), print {
  #wlb .items {
    max-width: 1137px;
    padding: 0 18px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px 18px;
  }
}
@media screen and (max-width: 767px) {
  #wlb .items {
    margin: 0 15px;
  }
}
#wlb .items .item {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 25px 0 29px;
}
@media screen and (min-width: 768px), print {
  #wlb .items .item {
    flex: 1 1 355px;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #wlb .items .item {
    margin-top: 10px;
    padding: 19px 0;
  }
}
#wlb .items .item h3 {
  margin: 0 32.5px 25px;
  background-color: #fff;
  border-radius: 25px;
  padding: 11px 0 12px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wlb .items .item h3 {
    margin: 0 42.5px 27px;
    padding: 10px 0 9px;
    font-size: 16px;
  }
}
#wlb .items .item img {
  display: block;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  #wlb .items .item img {
    width: 75px;
    margin-bottom: 14px;
  }
}
#wlb .items .item h4 {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wlb .items .item h4 {
    font-size: 15px;
    line-height: 29px;
  }
}
#wlb .items .item p {
  margin: 0 29px;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 25px;
  color: #454545;
}
@media screen and (max-width: 767px) {
  #wlb .items .item p {
    margin: 0 15px;
    font-size: 13px;
    line-height: 22px;
  }
}

#strength .head .more .opened,
#voice .head .more .opened {
  display: none;
}
#strength .head.opened .more .closed,
#voice .head.opened .more .closed {
  display: none;
}
#strength .head.opened .more .opened,
#voice .head.opened .more .opened {
  display: inline;
}

#footer {
  padding: 36px 0 66px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 29px 0 28px;
  }
}
#footer h1 {
  margin: 0 0 15px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #footer h1 {
    margin-bottom: 14px;
  }
}
#footer h1 img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #footer h1 img {
    width: 110px;
  }
}
#footer .copyright {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 11px;
  }
}

/*# sourceMappingURL=lp.css.map */
