@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
}

#page {
  background: none !important;
  font-family: sans-serif;
}

h1 {
  font-weight: bold;
}

.ov-none {
  overflow: inherit !important;
}

.remodal {
  max-width: 1000px;
}

.br-block {
  display: block !important;
}

.disable {
  color: #aaa !important;
  pointer-events: none;
}

.link-disable {
  pointer-events: none;
}

.contact-none a:nth-of-type(2) {
  display: none;
}

.slick-next, .slick-prev {
  width: 50px;
  height: 50px;
}

.slick-next:before, .slick-prev:before {
  font-size: 50px;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

.border-box * {
  box-sizing: border-box;
}

.is-flex-end {
  justify-content: flex-end !important;
}
@media only screen and (max-width: 640px) {
  .is-flex-end {
    justify-content: flex-start !important;
  }
}

.recruit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #F2910C;
}
.recruit-link figure {
  width: 100px;
}
@media only screen and (max-width: 640px) {
  .recruit-link figure {
    width: 60px;
  }
}
.recruit-link a {
  color: #fff;
}
.recruit-link a > span {
  padding: 16px;
}
@media only screen and (max-width: 640px) {
  .recruit-link a > span {
    padding: 8px;
  }
}

#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1;
}
#page_top a {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px 20px 32px;
  display: block;
  transition: all .3s;
  font-size: 14px;
  position: relative;
}
#page_top a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -2px;
}
#page_top a:hover {
  background: black;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  color: #222;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

main {
  line-height: 1.5;
}

time {
  color: #8e8e8e;
  font-size: 14px;
  display: block;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

.inner {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 640px) {
  .inner {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.page-section {
  padding: 100px 0;
}

@media only screen and (max-width: 640px) {
  .page-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 640px) {
  .president-section {
    overflow: hidden;
  }
}
.bread-crumbs, .bread-crumbs__black {
  max-width: 967px;
  position: absolute;
  left: 50%;
  margin-left: -483px;
  color: #fff;
  font-size: 14px;
  padding: .5em -0px;
  z-index: 1;
}
.bread-crumbs p, .bread-crumbs__black p {
  font-size: 12px;
}
.bread-crumbs a, .bread-crumbs__black a {
  color: #fff;
  font-size: 12px;
}
.bread-crumbs__black {
  color: #222;
}
.bread-crumbs__black a {
  color: #222;
}

@media only screen and (max-width: 480px) {
  .bread-crumbs, .bread-crumbs__black {
    display: none;
  }
}
.bg-gray {
  background: #f7f7f7 !important;
}

.bg-lightblue {
  background: #DBE9F9 !important;
}

.bg-white {
  position: relative;
}
.bg-white::after {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.line-title, .line-title__white, .line-title__page, .line-title__page__small, .line-title__business {
  position: relative;
  padding-left: 28px;
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .line-title, .line-title__white, .line-title__page, .line-title__page__small, .line-title__business {
    font-size: 24px;
  }
}
.line-title::before, .line-title__white::before, .line-title__page::before, .line-title__page__small::before, .line-title__business::before {
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  content: '';
  background: #196FD5;
  width: 6px;
  height: 100%;
  transform: skewX(-23deg);
}
.line-title span, .line-title__white span, .line-title__page span, .line-title__page__small span, .line-title__business span {
  font-size: 13px;
  margin-left: 16px;
  color: #196FD5;
}
.line-title__white {
  color: #fff;
}
.line-title__white::before {
  background: #fff;
}
.line-title__white span {
  color: #fff;
}
.line-title__page {
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .line-title__page {
    font-size: 20px;
  }
}
.line-title__page__small {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .line-title__page__small {
    font-size: 18px;
  }
}
.line-title__business {
  font-size: 20px;
}

.sub-title-en {
  color: #196FD5;
  font-size: 13px;
}

.page-head, .page-head__contact, .page-head__cooperative, .page-head__casestudy, .page-head__casestudy-search, .page-head__business, .page-head__business-lighting, .page-head__business-bill, .page-head__business-env, .page-head__business-customer, .page-head__business-customer-maintenance, .page-head__business-customer-replacement, .page-head__business-customer-emergency, .page-head__news, .page-head__company, .page-head__company-notification, .page-head__company-office, .page-head__company-vision, .page-head__company-overview, .page-head__company-plan, .page-head__lightup {
  height: 650px;
}
.page-head__contact {
  background: url(/ew/peweg/assets/img/contact/main-contact.jpg) bottom center no-repeat;
  background-size: cover;
}
.page-head__cooperative {
  background: url(/ew/peweg/assets/img/bill/main-cooperative.jpg) bottom center no-repeat;
  background-size: cover;
}
.page-head__casestudy {
  background: url(/ew/peweg/assets/img/casestudy/main-casestudy.jpg) bottom center no-repeat;
  background-size: cover;
}
.page-head__casestudy-search {
  background: url(/ew/peweg/assets/img/casestudy/main-casestudy-search.jpg) bottom center no-repeat;
  background-size: cover;
}
.page-head__business {
  background: url(/ew/peweg/assets/img/business/main-business.jpg) bottom center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .page-head__business {
    height: 870px;
  }
}
.page-head__business-lighting {
  background: url(/ew/peweg/assets/img/business/lighting/main-business-lighting.jpg) top center no-repeat;
  background-size: cover;
}
.page-head__business-lighting__score {
  background: url(/ew/peweg/assets/img/business/lighting/main-business-lighting.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
.page-head__business-bill {
  background: url(/ew/peweg/assets/img/business/bill/main-business-bill.jpg) top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .page-head__business-bill {
    background: url(/ew/peweg/assets/img/business/bill/main-business-bill.jpg) top left -360px no-repeat;
    background-size: cover;
  }
}
.page-head__business-bill__aircon {
  background: url(/ew/peweg/assets/img/business/bill/main-business-bill.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
.page-head__business-env {
  background: url(/ew/peweg/assets/img/business/env/main-business-env.jpg) top center no-repeat;
  background-size: cover;
}
.page-head__business-env__renovation {
  background: url(/ew/peweg/assets/img/business/env/main-business-env.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
.page-head__business-customer {
  height: 1000px;
}
.page-head__business-customer .page-title-sub-text {
  color: #fff;
  margin: 24px 0;
}
.page-head__business-customer-maintenance {
  background: url(/ew/peweg/assets/img/business/customer/main-bg01.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
.page-head__business-customer-replacement {
  background: url(/ew/peweg/assets/img/business/customer/main-bg02.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
.page-head__business-customer-emergency {
  background: url(/ew/peweg/assets/img/business/customer/main-bg03.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
.page-head__news {
  background: url(/ew/peweg/assets/img/news/main-news.jpg) center center no-repeat;
  background-size: cover;
  height: 200px;
}
.page-head__company {
  background: url(/ew/peweg/assets/img/company/main-company.jpg) top center no-repeat;
  background-size: cover;
}
.page-head__company-notification {
  background: url(/ew/peweg/assets/img/company/main-company-notification.jpg) top center no-repeat;
  background-size: cover;
}
.page-head__company-office {
  background: url(/ew/peweg/assets/img/company/main-company-office.jpg) top center no-repeat;
  background-size: cover;
}
.page-head__company-vision {
  background: url(/ew/peweg/assets/img/company/main-company-vision.jpg) top center no-repeat;
  background-size: cover;
}
.page-head__company-overview {
  background: url(/ew/peweg/assets/img/company/main-company-overview.jpg) top center no-repeat;
  background-size: cover;
}
.page-head__company-plan {
  background: url(/ew/peweg/assets/img/company/main-company-plan.jpg) bottom center no-repeat;
  background-size: cover;
}
.page-head__lightup {
  background: url(/ew/peweg/lightup/images/temmabashi/main.jpg) center center no-repeat;
  background-size: cover;
}
.page-head__lightup .page-title, .page-head__lightup .page-title-sub, .page-head__lightup .page-title-customer {
  font-size: 64px;
  text-shadow: 0 0 5px black;
}
@media only screen and (max-width: 640px) {
  .page-head__lightup .page-title, .page-head__lightup .page-title-sub, .page-head__lightup .page-title-customer {
    font-size: 32px;
  }
}
.page-head__lightup .page-title span, .page-head__lightup .page-title-sub span, .page-head__lightup .page-title-customer span {
  font-size: 20px;
  letter-spacing: 10px;
}
@media only screen and (max-width: 640px) {
  .page-head__lightup .page-title span, .page-head__lightup .page-title-sub span, .page-head__lightup .page-title-customer span {
    font-size: 10px;
    letter-spacing: 6px;
  }
}

.hl-slogan {
  font-size: 24px;
  margin-bottom: 40px;
}

.vision-box {
  margin-top: 40px;
}
.vision-box:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.vision-box h3 {
  font-size: 20px;
  width: 11%;
}
@media only screen and (max-width: 640px) {
  .vision-box h3 {
    width: 100%;
  }
}
.vision-box div {
  flex: 1;
}
.vision-box img {
  width: 140px;
  margin: 0 8px;
}
.vision-box ol {
  text-indent: -16px;
  margin-left: 16px;
}
.vision-box ol li {
  margin-top: 8px;
}

/*絞り込み条件外のアイテム*/
.is-none {
  display: none !important;
}

.btm-arw {
  position: relative;
}
.btm-arw::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #f7f7f7 transparent transparent transparent;
}

.box-border {
  box-sizing: border-box;
}

.is-current {
  background: #333 !important;
  box-shadow: inset 0px -4px 0px 0px #fcc800 !important;
}

.is-disabled {
  pointer-events: none;
  background: #ccc !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 16px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.foot-nav {
  background: #434343 !important;
  padding-top: 80px;
}
.foot-nav dl {
  padding: 8px 0;
}
.foot-nav dl dt {
  width: 15%;
}
.foot-nav dl dd li:nth-of-type(n+2) {
  margin-left: 32px;
}
.foot-nav .foot-other-nav {
  border-top: 1px solid #616161;
  padding: 16px 0;
  margin-top: 16px;
}
.foot-nav .foot-other-nav a {
  margin-right: 32px;
}
.foot-nav a {
  color: #c5c5c5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .foot-nav {
    font-size: 14px;
  }
  .foot-nav dl dt {
    width: 100%;
    border-bottom: 1px solid #616161;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .foot-nav dl dd li:nth-of-type(n+2) {
    margin-left: 24px;
  }
  .foot-nav dl:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .foot-nav dl:nth-of-type(1) dd li:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .foot-nav dl:nth-of-type(1) dd li:nth-of-type(n+5) {
    margin-top: 8px;
  }
  .foot-nav dl:nth-of-type(2) dd li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .foot-nav dl:nth-of-type(2) dd li:nth-of-type(n+3) {
    margin-top: 8px;
  }
  .foot-nav dl:nth-of-type(4) dd li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .foot-nav dl:nth-of-type(4) dd li:nth-of-type(n+3) {
    margin-top: 8px;
  }
  .foot-nav .foot-other-nav {
    border-top: 1px solid #616161;
    padding: 16px 0;
    margin-top: 16px;
  }
  .foot-nav .foot-other-nav a {
    margin-right: 32px;
  }
  .foot-nav a {
    color: #c5c5c5;
    font-size: 14px;
  }
}
.a-one-character {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.a-one-character span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.is-display .a-one-character span {
  transform: translate(0, 0);
}

.a-fade {
  opacity: 0;
  transition: all .7s;
}
.is-display .a-fade {
  opacity: 1;
}

.a-one-character span:nth-child(2) {
  transition-delay: 0.06s;
}

.a-one-character span:nth-child(3) {
  transition-delay: 0.12s;
}

.a-one-character span:nth-child(4) {
  transition-delay: 0.18s;
}

.a-one-character span:nth-child(5) {
  transition-delay: 0.24s;
}

.a-one-character span:nth-child(6) {
  transition-delay: 0.3s;
}

.a-one-character span:nth-child(7) {
  transition-delay: 0.36s;
}

.a-one-character span:nth-child(8) {
  transition-delay: 0.42s;
}

.a-one-character span:nth-child(9) {
  transition-delay: 0.48s;
}

.a-one-character span:nth-child(10) {
  transition-delay: 0.54s;
}

.a-one-character span:nth-child(11) {
  transition-delay: 0.6s;
}

.a-one-character span:nth-child(12) {
  transition-delay: 0.66s;
}

.a-one-character span:nth-child(13) {
  transition-delay: 0.72s;
}

.a-one-character span:nth-child(14) {
  transition-delay: 0.78s;
}

.a-one-character span:nth-child(15) {
  transition-delay: 0.84s;
}

.a-one-character span:nth-child(16) {
  transition-delay: 0.9s;
}

.a-one-character span:nth-child(17) {
  transition-delay: 0.96s;
}

.a-one-character span:nth-child(18) {
  transition-delay: 1.02s;
}

.a-one-character span:nth-child(19) {
  transition-delay: 1.08s;
}

.a-one-character span:nth-child(20) {
  transition-delay: 1.14s;
}

.a-one-character span:nth-child(21) {
  transition-delay: 1.2s;
}

.a-one-character span:nth-child(22) {
  transition-delay: 1.26s;
}

.a-one-character span:nth-child(23) {
  transition-delay: 1.32s;
}

.a-one-character span:nth-child(24) {
  transition-delay: 1.38s;
}

.a-one-character span:nth-child(25) {
  transition-delay: 1.44s;
}

.a-one-character span:nth-child(26) {
  transition-delay: 1.5s;
}

.a-one-character span:nth-child(27) {
  transition-delay: 1.56s;
}

.a-one-character span:nth-child(28) {
  transition-delay: 1.62s;
}

.a-one-character span:nth-child(29) {
  transition-delay: 1.68s;
}

.a-one-character span:nth-child(30) {
  transition-delay: 1.74s;
}

.a-one-character span:nth-child(31) {
  transition-delay: 1.8s;
}

.a-hover-scale {
  transition: all .3s;
}
.a-hover-scale:hover {
  transform: scale(1.2, 1.2);
}

@keyframes rotate_anime {
  0% {
    transform: rotateX(0deg);
    /* アニメーションの進みが0%の時の状態 */
  }
  100% {
    transform: rotateX(360deg);
    /* アニメーションの進みが100%の時の状態 */
  }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 19px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 19px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.a-mouse-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  padding-top: 40px;
  color: #fff;
}
.a-mouse-scroll span {
  position: absolute;
  top: 0;
  left: 54%;
  width: 24px;
  height: 40px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.a-mouse-scroll span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@media only screen and (min-width: 640px) {
  .a-mouse-scroll {
    bottom: 30px;
  }
}
.a-smooth-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.c-btn-contact {
  background: #fff;
  color: #222;
  margin: 24px auto 0;
  width: 500px;
  display: block;
  padding: 16px 0;
}

.c-btn-foot {
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  padding: 16px 40px;
  font-size: 32px;
}
@media only screen and (max-width: 640px) {
  .c-btn-foot {
    font-size: 24px;
  }
}

.c-btn-detail, .c-btn-detail__center {
  background: #196FD5;
  color: #fff;
  border-radius: 4px;
  position: relative;
  display: block;
  max-width: 240px;
  padding: 16px 0;
}
.c-btn-detail::before, .c-btn-detail__center::before, .c-btn-detail::after, .c-btn-detail__center::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.c-btn-detail::after, .c-btn-detail__center::after {
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.c-btn-detail__center {
  margin: 0 auto;
}
.c-btn-detail[target="_blank"]::after, [target="_blank"].c-btn-detail__center::after {
  right: 16px;
  width: 14px;
  height: 12px;
  border-top: none;
  border-right: none;
  transform: rotate(0);
  background: url(/ew/peweg/assets/img/icon-outer-white.svg) center no-repeat;
  background-size: cover;
}

.c-btn-learn {
  border: 1px solid #ccc;
  display: block;
  width: 240px;
  padding: 20px 0;
  text-align: center;
  position: relative;
  color: #222;
}
@media only screen and (max-width: 640px) {
  .c-btn-learn {
    margin: 0 auto;
  }
}
.c-btn-learn::before, .c-btn-learn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.c-btn-learn::before {
  right: 16px;
  width: 7px;
  height: 1px;
  background: #196FD5;
}
.c-btn-learn::after {
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #196FD5;
  border-right: 1px solid #196FD5;
  transform: rotate(45deg);
}

.c-btn-link, .c-btn-link__white {
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding-right: 40px;
  color: #222;
  display: inline-block;
}
.c-btn-link::before, .c-btn-link__white::before, .c-btn-link::after, .c-btn-link__white::after {
  position: absolute;
  top: -17px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.c-btn-link::before, .c-btn-link__white::before {
  width: 20px;
  height: 20px;
  border: 1px solid #196FD5;
  border-radius: 50%;
}
.c-btn-link::after, .c-btn-link__white::after {
  right: 9px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #196FD5;
  border-right: 1px solid #196FD5;
  transform: rotate(45deg);
}
.c-btn-link__white {
  color: #fff;
}
.c-btn-link__white::before {
  border: 1px solid #fff;
}
.c-btn-link__white::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 640px) {
  .c-btn-link, .c-btn-link__white {
    font-size: 14px;
  }
}
.fig-main-tamago {
  position: absolute;
  top: 80px;
  left: -25px;
  width: 20%;
}
@media only screen and (min-width: 640px) {
  .fig-main-tamago {
    position: absolute;
    top: -20px;
    left: -24px;
    width: 15%;
  }
}
@media screen and (min-width: 960px) {
  .fig-main-tamago {
    position: absolute;
    top: -54px;
    left: 4px;
    width: 91px;
  }
}

.fig-main-yamao {
  position: absolute;
  top: 80px;
  right: -25px;
  width: 20%;
}
@media only screen and (min-width: 640px) {
  .fig-main-yamao {
    position: absolute;
    top: -9px;
    right: -31px;
    width: 15%;
  }
}
@media print, screen and (min-width: 960px) {
  .fig-main-yamao {
    position: absolute;
    top: -41px;
    width: 103px;
  }
}

.content-tree01 {
  position: absolute;
  top: 30px;
  right: -25px;
  width: 25%;
}

.content-tree02 {
  position: absolute;
  top: 15.5%;
  left: -35px;
  width: 25%;
}

.content-tree03 {
  position: absolute;
  top: 43.6%;
  right: -25px;
  width: 25%;
}

.content-tree04 {
  position: absolute;
  bottom: 260px;
  left: -30px;
  width: 20%;
}

.content-tree05 {
  position: absolute;
  right: -25px;
  bottom: 20px;
  width: 25%;
}

@media only screen and (min-width: 640px) {
  .content-tree01 {
    position: absolute;
    top: 80px;
    width: 135px;
  }

  .content-tree02 {
    position: absolute;
    top: 19.5%;
    left: -42px;
    width: 135px;
  }

  .content-tree03 {
    position: absolute;
    top: 44.2%;
    width: 135px;
  }

  .content-tree04 {
    position: absolute;
    left: -58px;
    width: 135px;
  }

  .content-tree05 {
    position: absolute;
    bottom: 90px;
    width: 135px;
  }
}
@media print, screen and (min-width: 960px) {
  .content-tree01 {
    width: 217px;
  }

  .content-tree02 {
    position: absolute;
    top: 17.8%;
    width: 217px;
  }

  .content-tree03 {
    position: absolute;
    top: 44.8%;
    right: -10px;
    width: 217px;
  }

  .content-tree04 {
    position: absolute;
    bottom: 334px;
    left: -40px;
    width: 217px;
  }

  .content-tree05 {
    position: absolute;
    right: -10px;
    bottom: 66px;
    width: 217px;
  }
}
.content01-tamago {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 25%;
}

.content03-yamao {
  position: absolute;
  right: -8px;
  bottom: -49px;
  width: 25%;
}

.content06-tamago {
  position: absolute;
  right: -6px;
  bottom: -30px;
  width: 25%;
}

@media only screen and (min-width: 640px) {
  .content01-tamago {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: inherit;
    width: 20%;
  }

  .content03-yamao {
    position: absolute;
    right: 30px;
    bottom: -51px;
    width: 20%;
  }

  .content06-tamago {
    position: absolute;
    bottom: -40px;
    width: 20%;
  }
}
@media print, screen and (min-width: 960px) {
  .content01-tamago {
    position: absolute;
    bottom: 60px;
    width: 200px;
  }

  .content03-yamao {
    position: absolute;
    right: 40px;
    bottom: 69px;
    width: 219px;
  }

  .content06-tamago {
    position: absolute;
    right: 40px;
    bottom: -20px;
    width: 200px;
  }
}
.fig-questionary-badge {
  position: absolute;
  top: -42px;
  right: -12px;
  width: 30%;
}

.fig-questionary-tamago {
  position: absolute;
  bottom: -60px;
  left: 15%;
  width: 35%;
}

.fig-questionary-yamao {
  position: absolute;
  right: 15%;
  bottom: -60px;
  width: 35%;
}

@media only screen and (min-width: 640px) {
  .fig-questionary-badge {
    position: absolute;
    top: -62px;
    right: -36px;
  }

  .fig-questionary-tamago {
    position: absolute;
    bottom: 10px;
    left: 340px;
    width: 22%;
  }

  .fig-questionary-yamao {
    position: absolute;
    right: 38px;
    bottom: 10px;
    width: 22%;
  }
}
@media print, screen and (min-width: 960px) {
  .fig-questionary-badge {
    position: absolute;
    top: -39px;
    right: -42px;
    width: 200px;
  }

  .fig-questionary-tamago {
    position: absolute;
    bottom: -42px;
    left: 490px;
    width: 196px;
  }

  .fig-questionary-yamao {
    position: absolute;
    right: 68px;
    bottom: -42px;
    width: 223px;
  }
}
.fig-special-tamago {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 35%;
}

.fig-special-yamao {
  position: absolute;
  right: 15%;
  bottom: 0;
  width: 35%;
}

@media only screen and (min-width: 640px) {
  .fig-special-tamago {
    position: absolute;
    top: 110px;
    right: 80px;
    bottom: inherit;
    left: inherit;
    width: 25%;
  }

  .fig-special-yamao {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 25%;
  }
}
@media print, screen and (min-width: 960px) {
  .fig-special-tamago {
    position: absolute;
    top: 80px;
    right: 140px;
    width: 160px;
  }

  .fig-special-yamao {
    position: absolute;
    bottom: 40px;
    width: 180px;
  }
}
.footer-nav {
  background: #000;
}
@media only screen and (min-width: 640px) {
  .footer-nav {
    background: #00398F;
    padding: 80px 0;
  }
}
.footer-nav a {
  color: #222;
  display: block;
}
@media only screen and (min-width: 640px) {
  .footer-nav a {
    color: #fff;
  }
}
.footer-nav__inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .footer-nav__inner {
    padding: 0 20px;
  }
}
.footer-nav__wrap > dl {
  width: 100%;
  background: #f7f7f7;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl {
    width: auto;
    background: transparent;
  }
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl:nth-of-type(1) {
    width: 15%;
  }
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl:nth-of-type(2) {
    width: 82%;
  }
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl:nth-of-type(3) {
    width: 57%;
  }
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl:nth-of-type(4) {
    width: 22%;
  }
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl.footnav-recruit > dd > dl:nth-of-type(2) {
    width: 25%;
  }
}
.footer-nav__wrap > dl > dt {
  background: #000;
  position: relative;
  border-bottom: 1px solid #333;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dt {
    background: transparent;
    border-color: #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.footer-nav__wrap > dl > dt::before {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dt::before {
    content: none;
  }
}
.footer-nav__wrap > dl > dt.is-active::before {
  content: "－";
}
.footer-nav__wrap > dl > dt a {
  color: #fff;
  font-size: 16px;
  padding: 16px 10px;
  pointer-events: none;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dt a {
    padding: 0;
    pointer-events: inherit;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-nav__wrap > dl > dt a {
    font-size: 20px;
  }
}
.footer-nav__wrap > dl > dd {
  padding: 24px 10px 32px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
.footer-nav__wrap > dl > dd p {
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd p {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-nav__wrap > dl > dd > ul a {
    font-size: 14px;
  }
}
.footer-nav__wrap > dl > dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd ul {
    display: block;
  }
}
.footer-nav__wrap > dl > dd ul li {
  width: 43%;
  text-indent: -6px;
  margin-left: 6px;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd ul li:nth-of-type(n+2) {
    margin-top: 4px;
  }
}
.footer-nav__wrap > dl > dd ul li:nth-of-type(n+3) {
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd ul li:nth-of-type(n+3) {
    margin-top: 4px;
  }
}
.footer-nav__wrap > dl > dd a {
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd a {
    font-size: 12px;
  }
}
.footer-nav__wrap > dl > dd > dl:nth-of-type(n+2) {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd > dl:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.footer-nav__wrap > dl > dd > dl dt {
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > dl > dd > dl dt {
    margin-bottom: 4px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-nav__wrap > dl > dd > dl dt a {
    font-size: 14px;
  }
}
.footer-nav__wrap > dl > dd > dl ul {
  margin-left: 8px;
}
.footer-nav__wrap > dl > dd > dl ul li {
  text-indent: -10px;
  margin-left: 10px;
}
.footer-nav__wrap > ul {
  padding: 24px 0 60px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > ul {
    width: 15%;
    padding: 0;
    margin-top: 40px;
  }
}
.footer-nav__wrap > ul li {
  text-align: center;
  width: 33.33333%;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > ul li {
    width: 100%;
  }
}
.footer-nav__wrap > ul a {
  color: #fff;
  font-size: 12px;
}
@media only screen and (min-width: 640px) {
  .footer-nav__wrap > ul a {
    background: #fff;
    border-radius: 100px;
    color: #222;
    padding: 8px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer-nav__wrap > ul a {
    font-size: 14px;
  }
}

.form-header {
  max-width: 980px;
  margin: 0 auto;
}
.form-header .form-flow {
  margin-bottom: 0;
}

form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.formTable {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 40px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.formTable th, .formTable td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.formTable th {
  background: #F4F7FF;
  text-align: left;
  width: 30%;
}

.form-section {
  margin-top: 40px;
}
.form-section__box {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.form-section__box > div {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .form-section__box > div {
    flex: 1;
  }
}
.form-section__box > p {
  margin-bottom: 4px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .form-section__box > p {
    width: 30%;
  }
}
.form-section__box > p span {
  border-radius: 4px;
  background: #cc1144;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  margin-left: 4px;
}
.form-section__box textarea {
  border: 1px solid #ccc;
  height: 150px;
  border-radius: 4px;
  flex: 1;
  resize: none;
}
.form-section__box select {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px 8px;
}
.form-section button {
  width: 100%;
  outline: none;
  border: none;
  appearance: none;
  cursor: pointer;
}

/* Radio ---------------------------------------------------*/
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /*checked時の見た目*/
}
input[type="radio"] + label {
  display: block;
  cursor: pointer;
  padding: 12px 10px;
  border-radius: 4px;
  width: 100%;
  /*通常時の見た目*/
}
input[type="radio"] + label::before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  border-radius: 17px;
  vertical-align: middle;
  border: 2px solid #dddddd;
  background-color: #fff;
  margin: -2px 5px 0 0;
  -webkit-transition: .1s;
  transition: .1s;
}
input[type="radio"]:checked + label {
  color: #F71E1E;
  cursor: default;
}
input[type="radio"]:checked + label::before {
  border-color: #F71E1E !important;
  background-color: #F71E1E !important;
  box-shadow: inset 0 0 0 3px #fff;
}

.label_list_item label {
  position: relative;
  display: block;
  word-break: break-all;
  z-index: 0;
}

label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.label_list_item label input[type="checkbox"] + span {
  position: relative;
  padding: 0 30px;
}

label input[type="checkbox"] + span::before,
label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #196FD5 solid;
  border-radius: 5px;
}

label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

label input[type="checkbox"]:checked + span::before {
  background-color: #196FD5;
}

label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error_messe {
  color: #cc1144;
}

.back-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  margin: 40px auto;
}

.copyright p {
  font-size: 12px;
}

.confirm-section {
  margin-top: 80px;
}
@media only screen and (min-width: 640px) {
  .confirm-section {
    margin-top: 120px;
  }
}

.youtube-box {
  /* 動画をレスポンシブ表示、無駄な余白出さないようにパディング設定 */
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.youtube-box iframe {
  /* 親要素内100%で動画を表示する */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube-box__video {
  /* 親要素内100%でサムネイル画像を表示する */
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
.youtube-box__video img {
  /* 親要素内100%でサムネイル画像を表示する */
  width: 100%;
  height: auto;
}
.youtube-box__video::before {
  /* FontAwesomeで再生ボタンを画像上に。あっても無くても可 */
  position: absolute;
  content: '';
  background: url(/assets/img/fig-mov-arw.svg) center no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .90;
  transition: .5s;
  cursor: pointer;
}
.youtube-box__video img:hover {
  /* ホバー時にカーソル変える */
  cursor: pointer;
}
.youtube-box__video:hover::before {
  /* ホバー時アイコンの色変える */
  opacity: .70;
  transition: .5s;
}

.note, .note__hl {
  font-size: 12px;
  margin-top: 8px;
  display: block;
}
.note__hl {
  text-indent: -12px;
  margin-left: 12px;
}

.slick-wrap {
  height: 835px;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .slick-wrap {
    height: 760px;
  }
}
@media only screen and (max-width: 640px) {
  .slick-wrap {
    height: 600px;
  }
}
.slick {
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: -1;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .slick {
    position: absolute;
  }
}
.contents {
  background: #fff;
}
.contents__inner {
  padding: 80px 0;
}
.contents__header {
  margin-right: 40px;
}
.contents .title-text {
  flex: 1;
}

@media only screen and (max-width: 640px) {
  .contents__header {
    width: 100%;
  }
  .contents .title-text {
    flex: 1;
  }
}
.main-contents {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-contents .slide-text {
  position: relative;
  color: #fff;
  font-size: 48px;
  padding-top: 150px;
}
@media only screen and (max-width: 640px) {
  .main-contents .slide-text {
    font-size: 24px;
    padding-top: 50px;
  }
}
.main-contents .slide-text li {
  position: absolute;
}
.main-contents .slide-text li:nth-of-type(1) {
  top: 200px;
}
@media only screen and (max-width: 640px) {
  .main-contents .slide-text li:nth-of-type(1) {
    top: 40px;
  }
}
.main-contents .slide-text li:nth-of-type(2) {
  top: 200px;
  right: 40px;
}
@media only screen and (max-width: 640px) {
  .main-contents .slide-text li:nth-of-type(2) {
    top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .main-contents .slide-text li:nth-of-type(3) {
    top: 20px;
  }
}
.main-contents .main-company {
  margin-top: auto;
  background: rgba(25, 111, 213, 0.75);
  padding: 40px 80px 56px;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .main-contents .main-company {
    padding: 40px 50px 56px;
  }
}
@media only screen and (max-width: 640px) {
  .main-contents .main-company {
    padding: 20px 20px 32px;
    margin-top: 130px;
  }
}
.main-contents .main-company__text {
  width: 458px;
}
@media only screen and (max-width: 960px) {
  .main-contents .main-company__text {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .main-contents .main-company__text {
    width: 100%;
  }
}
.main-contents .main-company__text p {
  margin: 24px 0;
}
.main-contents .main-company > figure {
  width: 290px;
}
@media only screen and (max-width: 960px) {
  .main-contents .main-company > figure {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .main-contents .main-company > figure {
    width: 60%;
    margin: 24px auto 0;
  }
}

.bg-line {
  position: relative;
  z-index: 0;
}
.bg-line::before {
  position: absolute;
  content: '';
  z-index: -1;
  height: 100%;
  width: 180px;
  left: -30%;
  transform: translate(-50%, 0) skewX(-27deg);
  background: rgba(25, 111, 213, 0.15);
}

.business-section .business-box .is-fixed {
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  top: 0;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .business-section .business-box .is-fixed {
    height: 100vh;
  }
}
.business-section .business-box .business-box__figure, .business-section .business-box .business-box__figure__01, .business-section .business-box .business-box__figure__02, .business-section .business-box .business-box__figure__03, .business-section .business-box .business-box__figure__04 {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  height: 100vh;
}
@media only screen and (max-width: 640px) {
  .business-section .business-box .business-box__figure, .business-section .business-box .business-box__figure__01, .business-section .business-box .business-box__figure__02, .business-section .business-box .business-box__figure__03, .business-section .business-box .business-box__figure__04 {
    width: 100%;
    height: 300px;
    position: inherit;
  }
}
.business-section .business-box .business-box__figure__01 {
  background: url("/ew/peweg/assets/img/fig-business01.jpg") no-repeat center;
  background-size: cover;
}
.business-section .business-box .business-box__figure__02 {
  background: url("/ew/peweg/assets/img/fig-business02.jpg") no-repeat center;
  background-size: cover;
}
.business-section .business-box .business-box__figure__03 {
  background: url("/ew/peweg/assets/img/fig-business03.jpg") no-repeat center;
  background-size: cover;
}
.business-section .business-box .business-box__figure__04 {
  background: url("/ew/peweg/assets/img/fig-business04.jpg") no-repeat center;
  background-size: cover;
}
.business-section .business-box__inner {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 640px) {
  .business-section .business-box__inner {
    height: 100%;
    background: #fff;
  }
}
.business-section .business-box__inner__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .business-section .business-box__inner__text {
    position: absolute;
    top: 16px;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    padding: 0 10px;
  }
}
.business-section .business-box__inner__text > span {
  position: relative;
  padding-left: 30px;
  color: #196FD5;
}
.business-section .business-box__inner__text > span::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background: #196FD5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.business-section .business-box__inner__text h3 {
  color: #196FD5;
  font-size: 48px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .business-section .business-box__inner__text h3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.business-section .business-box__inner__text h3 span {
  display: block;
  font-size: 20px;
  color: #222;
  font-weight: bold;
}
.business-section .business-box__inner__text p {
  width: 45%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .business-section .business-box__inner__text p {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .business-section .business-box .business-box__figure, .business-section .business-box .business-box__figure__01, .business-section .business-box .business-box__figure__02, .business-section .business-box .business-box__figure__03, .business-section .business-box .business-box__figure__04 {
    width: 100%;
    height: 300px;
  }
}
.business-link {
  padding: 80px 0 120px;
}

@media only screen and (max-width: 640px) {
  .business-link {
    padding: 0 0 120px;
  }
}
.recruit-section {
  background: url(/ew/peweg/assets/img/bg-recruit.jpg) top -200px center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .recruit-section {
    background: url(/ew/peweg/assets/img/bg-recruit.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0 50px;
  }
}
.recruit-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 75%;
  width: 250px;
  height: 100%;
  background: rgba(25, 111, 213, 0.4);
  transform: translate(-50%, 0) skewX(-27deg);
}
.recruit-section__box {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  padding: 40px 80px;
}
.recruit-section__box h3 {
  font-size: 40px;
  margin: 40px 0;
}
.recruit-section figure {
  position: absolute;
  top: -16%;
  right: -8%;
  width: 63%;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .recruit-section figure {
    top: -3%;
    width: 53%;
  }
}

@media only screen and (max-width: 640px) {
  .recruit-section {
    background: url(/ew/peweg/assets/img/bg-recruit.jpg) top center no-repeat;
    background-size: cover;
  }
  .recruit-section::after {
    left: 95%;
    width: 100px;
  }
  .recruit-section__box {
    padding: 20px 20px;
  }
  .recruit-section__box h3 {
    font-size: 24px;
    margin: 20px 0;
  }
  .recruit-section figure {
    display: none;
  }
}
.case-section {
  padding: 80px 0;
}
.case-section__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.case-section__title {
  background: #196FD5;
  color: #fff;
  font-size: 24px;
  padding: 16px 0;
  margin: 40px 0;
}
.case-section .fig-case {
  margin-bottom: 72px;
}

@media only screen and (max-width: 640px) {
  .case-section__title {
    font-size: 20px;
    padding: 16px 20px;
  }
  .case-section .fig-case {
    margin-bottom: 40px;
  }
}
.news-section {
  background: #f7f7f7;
  padding: 80px 0 120px;
}
.news-section__header a {
  display: block;
  margin-top: 40px;
}
.news-section ul {
  width: 72%;
  border-bottom: 1px solid #e5e5e5;
}
.news-section ul li {
  padding: 24px 0;
}
.news-section ul li:nth-of-type(n+2) {
  border-top: 1px solid #e5e5e5;
}
.news-section ul a {
  display: block;
  position: relative;
  color: #222;
}
.news-section ul a::before, .news-section ul a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.news-section ul a::before {
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #196FD5;
  border-right: 2px solid #196FD5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .news-section__header a {
    display: block;
    margin-top: 40px;
  }
  .news-section ul {
    width: 100%;
  }
}
.head-overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
  .head-overlay {
    height: 210px;
  }
}

.page-title, .page-title-sub, .page-title-customer {
  font-size: 32px;
  color: #fff;
  padding: 72px 0;
}
@media only screen and (max-width: 640px) {
  .page-title, .page-title-sub, .page-title-customer {
    font-size: 24px;
  }
}
.page-title span, .page-title-sub span, .page-title-customer span {
  font-size: 13px;
  display: block;
}
.page-title-sub {
  padding: 120px 0 0;
}
.page-title-customer {
  padding: 0;
}

.main-text {
  color: #fff;
  font-size: 32px;
}

@media only screen and (max-width: 640px) {
  .main-text {
    font-size: 24px;
  }
}
.company-btn {
  margin-top: 80px;
}
.company-btn li:nth-of-type(n+2) {
  margin-left: 1px;
}
.company-btn li a {
  background: #fff;
  width: 180px;
  height: 180px;
  color: #196FD5;
}
@media only screen and (max-width: 960px) {
  .company-btn li a {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 640px) {
  .company-btn {
    margin-top: 40px;
  }
  .company-btn li:nth-of-type(n+4) {
    margin-top: 1px;
  }
  .company-btn li a {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
  .company-btn li a img {
    width: 60%;
  }
}
.skew-box {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .skew-box:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
.skew-box__president {
  width: 33%;
}

@media only screen and (max-width: 960px) {
  .skew-box {
    width: 100%;
  }
  .skew-box__president {
    width: 100%;
    margin-top: 40px;
  }
}
.president-fig__box {
  position: relative;
}
.president-fig__box::after {
  position: absolute;
  content: '';
  width: 60px;
  background: rgba(25, 111, 213, 0.15);
  height: 110%;
  top: -50px;
  left: -8px;
  transform: skew(-27deg);
}
@media only screen and (max-width: 960px) {
  .president-fig__box::after {
    content: none;
    transform: skew(0deg);
  }
}
.president-fig__figure {
  position: relative;
  width: 260px;
  height: 340px;
  overflow: hidden;
  border-radius: 0;
  transform: skew(-27deg);
}
@media only screen and (max-width: 960px) {
  .president-fig__figure {
    width: 100%;
    margin: 0 auto;
    transform: skew(0deg);
  }
}
.president-fig__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(27deg);
  height: 100%;
  max-width: inherit;
}
@media only screen and (max-width: 960px) {
  .president-fig__figure img {
    transform: translate(-50%, -50%) skew(0deg);
  }
}

.skew-box04 .business-fig {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .skew-box04 .business-fig {
    width: 100%;
    margin-top: 80px;
  }
}
.business-fig__box {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .business-fig__box {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .skew-box04 .business-fig__box {
    position: absolute;
    width: 94%;
  }
}
.business-fig__box::after {
  position: absolute;
  content: '';
  width: 80px;
  background: rgba(25, 111, 213, 0.15);
  height: 120%;
  top: -90px;
  left: 0;
  transform: skew(-27deg);
}
@media only screen and (max-width: 960px) {
  .business-fig__box::after {
    content: none;
  }
}
.skew-box04 .business-fig__box::after {
  height: 100%;
  top: -30px;
  left: -20px;
}
.business-fig__head {
  margin: 0 0 8px 25px;
}
@media only screen and (max-width: 960px) {
  .business-fig__head {
    margin-left: 0;
  }
}
.skew-box04 .business-fig__head {
  margin-left: 0;
}
.business-fig .business-num {
  position: relative;
  padding-left: 30px;
  color: #196FD5;
  margin-left: 30px;
}
.business-fig .business-num::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background: #196FD5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.business-fig__figure, .business-fig__figure__cs-fig {
  position: relative;
  width: 200px;
  height: 300px;
  overflow: hidden;
  border-radius: 0;
  transform: skew(-27deg);
  margin-bottom: 8px;
}
@media only screen and (max-width: 960px) {
  .business-fig__figure, .business-fig__figure__cs-fig {
    width: 100%;
    transform: skew(0deg);
    height: 200px;
  }
}
.business-fig__figure img, .business-fig__figure__cs-fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(27deg);
  height: 100%;
  max-width: inherit;
}
@media only screen and (max-width: 960px) {
  .business-fig__figure img, .business-fig__figure__cs-fig img {
    transform: translate(-50%, -50%) skew(0deg);
    width: 100%;
    height: auto;
  }
}
.business-fig__figure__cs-fig {
  margin-top: 40px;
}
.business-fig p {
  margin-left: -80px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .business-fig p {
    margin-left: 0;
  }
}
.skew-box04 .business-fig p {
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .skew-box04 .business-fig p {
    width: 100%;
    margin-top: 210px;
  }
}
.business-fig a {
  margin-left: -40px;
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  .business-fig a {
    margin: 16px auto 0;
  }
}
.skew-box04 .business-fig a {
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .skew-box04 .business-fig a {
    margin: 16px auto 0;
  }
}

.business-arw {
  margin: 40px 0 40px 70px;
}

.line-fig {
  transform: skew(-27deg);
  position: relative;
  width: 30%;
  background: #CAEAF9;
  min-height: 300px;
}
.line-fig p {
  transform: skew(27deg);
}
.line-fig::after {
  position: absolute;
  content: '';
  width: 60px;
  background: rgba(25, 111, 213, 0.15);
  height: 110%;
  top: -50px;
  left: -28px;
}
.line-fig__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.line-fig__inner__figure {
  transform: skew(27deg) scale(1.6);
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .line-fig {
    margin: 80px auto 0;
    width: 55%;
  }
}
.president-greeting {
  width: 55%;
}
.president-greeting p {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .president-greeting {
    width: 100%;
  }
}
.president-name {
  width: 90%;
  margin-top: 4px;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .president-name {
    width: 100%;
    text-align: center;
  }
}
.notification-list {
  margin-top: 80px;
}
.notification-list .notification-box {
  background: #f7f7f7;
  width: 48%;
  padding: 24px 0;
  box-sizing: border-box;
  color: #222;
  border-radius: 4px;
}
.notification-list .notification-box:nth-of-type(n+3) {
  margin-top: 16px;
}
.notification-list .notification-box time {
  color: #8e8e8e;
  font-size: 14px;
  display: block;
}
.notification-list .notification-box p {
  margin-top: 4px;
}
.notification-list .notification-box p img {
  margin-left: 4px;
}

@media only screen and (max-width: 640px) {
  .notification-list .notification-box {
    width: 100%;
  }
  .notification-list .notification-box:nth-of-type(n+3) {
    margin-top: 0;
  }
  .notification-list .notification-box:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.page-link, .page-link__front {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .page-link, .page-link__front {
    margin-bottom: 0;
  }
}
.page-link li, .page-link__front li {
  background: #196FD5;
  color: #fff;
  transform: skew(-27deg);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .page-link li, .page-link__front li {
    width: 84%;
  }
}
.page-link li:nth-of-type(n+2), .page-link__front li:nth-of-type(n+2) {
  margin-left: 1px;
}
@media only screen and (max-width: 640px) {
  .page-link li:nth-of-type(n+2), .page-link__front li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 16px;
  }
}
.page-link li a, .page-link__front li a {
  display: block;
  transform: skew(27deg);
  color: #fff;
  padding: 8px 23px;
}
@media only screen and (max-width: 640px) {
  .page-link li a, .page-link__front li a {
    font-size: 14px;
  }
}
.page-link li a span, .page-link__front li a span {
  position: relative;
  padding-right: 15px;
}
.page-link li a span::after, .page-link__front li a span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}

.office-contact {
  margin: 40px 0 80px;
}
.office-contact p {
  width: 44%;
  margin: 0 20px;
  border: 1px solid #ccc;
  padding: 24px 0;
}

@media only screen and (max-width: 640px) {
  .office-contact p {
    width: 100%;
  }
  .office-contact p:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.office-box {
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.office-box p {
  font-size: 14px;
  margin: 8px 0;
}
.office-column02 .office-box {
  width: 48%;
  margin-top: 40px;
}
.office-column03 .office-box {
  width: 30%;
  margin-top: 40px;
}

.office-column03::after {
  content: '';
  display: block;
  width: 32%;
  height: 0;
}

@media only screen and (max-width: 640px) {
  .office-column02 .office-box {
    width: 100%;
  }
  .office-column03 .office-box {
    width: 100%;
  }
}
.fig-slogan {
  border: 1px solid #ccc;
  margin: 40px 0;
}

.history-list {
  border-bottom: 1px dashed #ccc;
  margin-top: 40px;
}
.history-list li {
  border-top: 1px dashed #ccc;
  padding: 16px 0;
}
@media only screen and (max-width: 640px) {
  .history-list dl:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.history-list dt {
  width: 13%;
}
@media only screen and (max-width: 640px) {
  .history-list dt {
    width: 100%;
  }
}
.history-list dt span {
  display: inline-block;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .history-list dt span {
    margin-left: 24px;
  }
}
.history-list dd {
  flex: 1;
  margin-left: 64px;
}
@media only screen and (max-width: 640px) {
  .history-list dd {
    margin-left: 0;
    margin-top: 8px;
  }
}

.text-overview {
  margin: 40px 0;
}

.basic-box {
  background: #fff;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .basic-box {
    padding: 40px 32px;
  }
}
.basic-box:nth-of-type(1) {
  margin-top: 40px;
}
.basic-box li {
  border-bottom: 1px dashed #ccc;
  padding: 16px 0;
}
.basic-box li:first-child {
  padding-top: 0;
}
.basic-box dt {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .basic-box dt {
    width: 100%;
  }
}
.basic-box dd {
  flex: 1;
  margin-left: 64px;
}
@media only screen and (max-width: 640px) {
  .basic-box dd {
    margin-left: 0;
    margin-top: 8px;
  }
}

.basic-title {
  margin-top: 72px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 32px;
  font-size: 24px;
}
.basic-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  height: 3px;
  width: 60px;
  background: #D7D7D7;
}

.text-hushi {
  width: 16px;
}

.text-plan {
  margin: 40px 0;
}

.border-title, .border-title__plan {
  position: relative;
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 24px;
}
.border-title::before, .border-title__plan::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 90%;
  background: #196FD5;
}
.border-title__plan {
  margin-bottom: 12px;
}

.plan-section__inner:nth-of-type(n+2) {
  margin-top: 40px;
}
.plan-section .plan-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.under-line {
  text-decoration: underline;
}

.goal-section, .goal-section__blue {
  padding: 16px;
  background: #f7f7f7;
}
.goal-section:nth-of-type(n+2), .goal-section__blue:nth-of-type(n+2) {
  margin-top: 24px;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.tab-wrap::after {
  content: '';
  height: 20px;
  order: -1;
  width: 100%;
}
.tab-wrap input[type='checkbox'],
.tab-wrap input[type='radio'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font: inherit !important;
  outline: none !important;
  display: none !important;
}
@media only screen and (min-width: 640px) {
  .tab-wrap input[type="radio"] + label {
    width: auto;
    border: none;
  }
  .tab-wrap input[type="radio"]:checked + label::before,
  .tab-wrap input[type="radio"] + label::before {
    content: none;
  }
}

.tab-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%;
}
.tab-content__inner {
  padding-top: 50px;
}
.tab-content__inner:nth-of-type(n+2) {
  border-top: 1px dashed #ccc;
  margin-top: 40px;
  padding-top: 40px;
}
.tab-content__inner .link-btn {
  border: 1px solid #ccc;
  padding: 8px 24px;
  display: inline-block;
  margin-top: 24px;
}

.tab-label {
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.tab-label:hover {
  background: rgba(0, 191, 255, 0.1);
}
.tab-label::after {
  background: DeepSkyBlue;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch {
  display: none;
}
.tab-switch:checked + .tab-label {
  color: DeepSkyBlue;
}
.tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}
.tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.head-text {
  color: #fff;
}
.head-text__inner {
  width: 540px;
}
@media only screen and (max-width: 960px) {
  .head-text__inner {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .head-text__inner {
    margin-bottom: 40px;
    width: 100%;
  }
}
.head-text .case-head-text {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .head-text .case-head-text {
    width: 56%;
  }
}
@media only screen and (max-width: 640px) {
  .head-text .case-head-text {
    margin-bottom: 40px;
    width: 65%;
  }
}
.head-text figure {
  width: 380px;
}
@media only screen and (max-width: 960px) {
  .head-text figure {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .head-text figure {
    margin: 0 auto;
    width: 80%;
  }
}

.business-field {
  position: relative;
  overflow: hidden;
  z-index: 0;
  color: #fff;
  padding-top: 80px;
}
.business-field::after {
  content: '';
  background: #196FD5;
  transform: skew(-27deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 45%;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .business-field::after {
    left: -120px;
    width: 125%;
  }
}
.business-field .field-title {
  background: #434343;
  transform: skew(-27deg);
  margin-bottom: 40px;
}
.business-field .field-title span {
  transform: skew(27deg);
  font-size: 32px;
  display: inline-block;
  padding-left: 32px;
}
@media only screen and (max-width: 640px) {
  .business-field .field-title span {
    font-size: 24px;
  }
}
.business-field .field-text {
  width: 31%;
  margin: 40px 0;
}
@media only screen and (max-width: 640px) {
  .business-field .field-text {
    width: 100%;
  }
}
.business-field .field-fig {
  position: absolute;
  top: 1%;
  right: -30%;
  width: 90%;
}
@media only screen and (max-width: 960px) {
  .business-field .field-fig {
    top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .business-field .field-fig {
    position: static;
    width: 94%;
    margin: 24px auto 0;
  }
}

.case-list {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px 40px;
  margin: 80px 0;
}
@media only screen and (max-width: 640px) {
  .case-list {
    padding: 16px;
  }
}
.case-list dt {
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  .case-list dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .case-list dt {
    width: 100%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .case-list dd {
    margin-top: 8px;
  }
}
.case-list dd img {
  margin-right: 4px;
}
@media only screen and (max-width: 960px) {
  .case-list dd img {
    width: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .case-list dd img {
    width: 20px;
  }
}

.case-box__fig {
  width: 490px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .case-box__fig {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .case-box__fig {
    width: 100%;
  }
}
.case-box__text {
  width: 415px;
}
@media only screen and (max-width: 960px) {
  .case-box__text {
    width: 100%;
  }
}
.case-box__text h2 {
  font-size: 34px;
}
@media only screen and (max-width: 640px) {
  .case-box__text h2 {
    font-size: 29px;
  }
}
.case-box__text span {
  font-size: 16px;
  color: #196FD5;
}
@media only screen and (max-width: 640px) {
  .case-box__text span {
    font-size: 14px;
  }
}
.case-box__text p {
  margin: 40px 0;
}
@media only screen and (max-width: 640px) {
  .case-box__text p {
    margin: 16px 0 24px;
  }
}

.tooltip {
  position: absolute;
}
.tooltip p {
  font-size: 20px !important;
}
@media only screen and (max-width: 640px) {
  .tooltip p {
    font-size: 14px !important;
  }
}
.tooltip__box {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip .description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 300px;
  transition: all .3s;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .tooltip .description {
    width: 200px;
  }
}
.tooltip .description::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.tooltip:hover .description {
  display: inline-block;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 640px) {
  .tooltip:hover .description {
    top: -110px;
  }
}
.tooltip .box, .tooltip .box__bill, .tooltip .box__env, .tooltip .box__light {
  border-radius: 4px;
  color: #fff;
  padding: 8px 8px 8px 32px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .tooltip .box, .tooltip .box__bill, .tooltip .box__env, .tooltip .box__light {
    padding: 6px 6px 6px 30px;
  }
}
.tooltip .box__bill {
  background-color: #F2910C;
  background-image: url(/ew/peweg/assets/img/casestudy/icon-box-bill.svg);
  background-size: 12px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.tooltip .box__env {
  background-color: #81C35F;
  background-image: url(/ew/peweg/assets/img/casestudy/icon-box-env.svg);
  background-size: 15px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.tooltip .box__light {
  background-color: #196FD5;
  background-image: url(/ew/peweg/assets/img/casestudy/icon-box-light.svg);
  background-size: 18px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.tooltip.office01 {
  top: 30px;
  left: 50px;
}
.tooltip.office02 {
  top: 190px;
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .tooltip.office02 {
    top: 130px;
  }
}
.tooltip.office02 .description {
  width: 350px;
}
@media only screen and (max-width: 640px) {
  .tooltip.office02 .description {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .tooltip.office02:hover .description {
    top: -130px;
  }
}
.tooltip.office03 {
  top: 220px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .tooltip.office03 {
    top: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .tooltip.office03 .description {
    width: 140px;
  }
}
.tooltip.office04 {
  bottom: 50px;
  left: 30px;
}
.tooltip.office04 .description {
  width: 410px;
}
@media only screen and (max-width: 640px) {
  .tooltip.office04 .description {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .tooltip.office04:hover .description {
    top: -130px;
  }
}
.tooltip.office05 {
  bottom: 120px;
  right: 30px;
}
.tooltip.office05 .description {
  width: 320px;
}
@media only screen and (max-width: 640px) {
  .tooltip.office05 .description {
    width: 120px;
  }
}
.tooltip.office05:hover .description {
  top: -90px;
}
@media only screen and (max-width: 640px) {
  .tooltip.office05:hover .description {
    top: -170px;
  }
}
.tooltip.sports01 {
  top: 50px;
  left: 30px;
}
.tooltip.sports01 .description {
  width: 250px;
}
@media only screen and (max-width: 640px) {
  .tooltip.sports01 .description {
    width: 170px;
  }
}
.tooltip.sports01:hover .description {
  top: -90px;
}
@media only screen and (max-width: 640px) {
  .tooltip.sports01:hover .description {
    top: -130px;
  }
}
.tooltip.sports02 {
  top: 120px;
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .tooltip.sports02:hover .description {
    top: -130px;
  }
}
.tooltip.sports03 {
  top: 200px;
  left: 50px;
}
@media only screen and (max-width: 640px) {
  .tooltip.sports03 {
    top: 150px;
  }
}
.tooltip.school01 {
  top: 30px;
  right: 80px;
}
.tooltip.school01 .description {
  width: 350px;
}
@media only screen and (max-width: 640px) {
  .tooltip.school01 .description {
    width: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .tooltip.school01:hover .description {
    top: -90px;
  }
}
.tooltip.school02 {
  top: 30px;
  left: 30px;
}
.tooltip.school02 .description {
  width: 350px;
}
@media only screen and (max-width: 640px) {
  .tooltip.school02 .description {
    width: 170px;
  }
}
.tooltip.school03 {
  top: 140px;
  right: 30px;
}
@media only screen and (max-width: 640px) {
  .tooltip.school03 {
    top: 100px;
  }
}
.tooltip.school03 .description {
  width: 370px;
}
@media only screen and (max-width: 640px) {
  .tooltip.school03 .description {
    width: 160px;
  }
}
.tooltip.school03:hover .description {
  top: -90px;
}
@media only screen and (max-width: 640px) {
  .tooltip.school03:hover .description {
    top: -150px;
  }
}
.tooltip.school04 {
  bottom: 50px;
  left: 0;
}
.tooltip.school04 .description {
  width: 420px;
}
@media only screen and (max-width: 640px) {
  .tooltip.school04 .description {
    width: 160px;
  }
}
.tooltip.school05 {
  bottom: 30px;
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .tooltip.school05 .description {
    width: 160px;
  }
}
.tooltip.hotel01 {
  top: 110px;
  left: 100px;
}
.tooltip.hotel01 .description {
  width: 330px;
}
@media only screen and (max-width: 640px) {
  .tooltip.hotel01 .description {
    width: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .tooltip.hotel01:hover .description {
    top: -110px;
  }
}
.tooltip.hotel02 {
  top: 260px;
  right: 170px;
}
.tooltip.hotel02 .description {
  width: 270px;
}
.tooltip.hotel02:hover .description {
  top: -90px;
}
.tooltip.commercial01 {
  top: 300px;
  right: 70px;
}
@media only screen and (max-width: 640px) {
  .tooltip.commercial01 {
    top: 250px;
  }
}
.tooltip.commercial01 .description {
  width: 300px;
}
@media only screen and (max-width: 640px) {
  .tooltip.commercial01 .description {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .tooltip.commercial01:hover .description {
    top: -90px;
  }
}

.bg-skew, .bg-skew__reverse {
  display: table;
  width: 100%;
  background: rgba(25, 111, 213, 0.05);
  transform: skewY(-10deg);
}
.bg-skew__inner {
  transform: skewY(10deg);
}
.bg-skew__reverse {
  transform: skewY(10deg);
}
.bg-skew__reverse__inner {
  transform: skewY(-10deg);
}

.search-box .search-title {
  background: #196FD5;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
}
.search-box .search-title span {
  padding-left: 24px;
  background: url(/ew/peweg/assets/img/casestudy/icon-search.svg) left center no-repeat;
  background-size: 22px auto;
}
.search-box__inner {
  background: #f7f7f7;
  padding: 32px;
}
.search-box__inner__check {
  position: relative;
}
.search-box__inner__check:nth-of-type(1) {
  width: 32%;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 960px) {
  .search-box__inner__check:nth-of-type(1) {
    width: 41%;
  }
}
@media only screen and (max-width: 640px) {
  .search-box__inner__check:nth-of-type(1) {
    border: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.search-box__inner__check:nth-of-type(1)::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  right: -2px;
}
@media only screen and (max-width: 640px) {
  .search-box__inner__check:nth-of-type(1)::after {
    content: none;
  }
}
.search-box__inner__check:nth-of-type(2) {
  flex: 1;
}
.search-box__inner__check p {
  background: #ccc;
  border-radius: 4px;
  padding: 8px 0;
  margin-bottom: 24px;
}
.search-box__inner__check dt {
  margin: 8px 0;
}

.label_list__search li {
  font-size: 14px;
}
.label_list__search li:nth-of-type(n+2) {
  margin-top: 8px;
}

.label_list__search:nth-of-type(1) label input[type="checkbox"] + span::before {
  border-color: #196FD5;
}

.label_list__search:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
  background-color: #196FD5;
}

.label_list__search label span {
  display: inline-block;
}

.label_list__search label input[type="checkbox"] + span {
  padding-left: 20px;
}

.label_list__search label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.label_list__search label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

.label_list__search label input[type="checkbox"] + span::before {
  z-index: 0;
  width: 14px;
  height: 14px;
  border: 1px #196FD5 solid;
  border-radius: 0;
  background: #fff;
}

.label_list__search label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
  top: 3px;
}

.label_list__search label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
}

.label_list__search label input[type="checkbox"]:checked + span::after {
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents-title {
  font-size: 32px;
}
@media only screen and (max-width: 640px) {
  .contents-title {
    font-size: 24px;
  }
}
.contents-title__small {
  font-size: 24px;
}

.lighting-fig {
  margin-bottom: 40px;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .lighting-fig {
    margin-top: 16px;
    margin-bottom: 0;
  }
}

.business-textbox,
.business-figbox,
.business-figbox__wide {
  width: 470px;
}
@media only screen and (max-width: 960px) {
  .business-textbox,
  .business-figbox,
  .business-figbox__wide {
    width: 48%;
  }
}
.business-textbox p,
.business-figbox p,
.business-figbox__wide p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 640px) {
  .business-textbox p,
  .business-figbox p,
  .business-figbox__wide p {
    margin: 16px 0;
  }
}

@media only screen and (max-width: 640px) {
  .business-figbox, .business-figbox__wide {
    margin-top: 16px;
  }
  .business-figbox figcaption, .business-figbox__wide figcaption {
    font-size: 14px;
  }
}
.business-figbox a, .business-figbox__wide a {
  color: #222;
}
.business-figbox__wide {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .business-figbox__wide {
    margin-top: 40px;
  }
}
.business-figbox figure, .business-figbox__wide figure {
  width: 48%;
}
.business-figbox figure a img, .business-figbox__wide figure a img {
  border-radius: 8px;
}
.business-figbox figure figcaption, .business-figbox__wide figure figcaption {
  margin-top: 4px;
}

.bg-skew-contents {
  position: relative;
  z-index: 0;
  background: transparent !important;
}
.bg-skew-contents:nth-of-type(even)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: rgba(25, 111, 213, 0.05);
  transform: translate(0, -60%) skewY(-15deg);
  z-index: -1;
  height: 70%;
}

.business-bnrbox {
  width: 48%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .business-bnrbox {
    width: 100%;
  }
}
.business-bnrbox:nth-of-type(n+2) {
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .business-bnrbox:nth-of-type(n+2) {
    margin-top: 32px;
    margin-left: 0;
  }
}
.business-bnrbox__text {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media only screen and (max-width: 640px) {
  .business-bnrbox__text {
    top: 20px;
  }
}
.business-bnrbox__text h2 {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .business-bnrbox__text h2 {
    font-size: 20px;
  }
}
.business-bnrbox__text span {
  color: #fff;
  display: block;
}

.score-box__text {
  width: 38%;
}
@media only screen and (max-width: 640px) {
  .score-box__text {
    width: 100%;
  }
}
.score-box > figure {
  width: 57%;
}
@media only screen and (max-width: 640px) {
  .score-box > figure {
    width: 100%;
    margin-bottom: 16px;
  }
}
.score-box ul {
  margin-top: 16px;
}
.score-box ul li {
  width: 48%;
}

.slick-score {
  width: 70%;
  margin: 0 auto;
}
.slick-score figure {
  margin: 8px 0;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.type-box {
  margin-bottom: 80px;
}
.type-box:last-of-type {
  margin-bottom: 0;
}

.borad-box {
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .borad-box {
    padding: 24px;
  }
}
.borad-box:nth-of-type(n+2) {
  margin-top: 40px;
}
.borad-box__inner {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .borad-box__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .borad-box__flex:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.borad-box__flex div {
  min-height: 0%;
}
.borad-box__flex div dl {
  width: 55%;
}
.borad-box__flex div figure {
  width: 40%;
}
.borad-box__flex div figure.boardtext-small {
  width: 35%;
}
.borad-box__flex > figure {
  min-height: 0%;
}
.borad-box__flex > figure:nth-of-type(1) {
  margin: 24px 0;
}
.borad-box__flex > figure.board-small {
  width: 90%;
  margin-top: 36px;
}
@media only screen and (max-width: 640px) {
  .borad-box__flex > figure.board-small {
    margin-top: 24px;
  }
}
.borad-box__flex > figure:nth-of-type(2) {
  margin-top: auto;
}
.borad-box__top dl {
  margin-bottom: 8px;
  width: 29%;
}
@media only screen and (max-width: 640px) {
  .borad-box__top dl {
    width: 100%;
    margin-bottom: 24px;
  }
}
.borad-box__top figure:nth-of-type(1) {
  width: 19%;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .borad-box__top figure:nth-of-type(1) {
    margin-left: 0;
    width: 30%;
  }
}
.borad-box__top figure:nth-of-type(2) {
  width: 47%;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .borad-box__top figure:nth-of-type(2) {
    margin-left: 0;
    width: 60%;
  }
}
.borad-box__top figure.board-small {
  width: 45%;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .borad-box__top figure.board-small {
    margin-right: 0;
    width: 50%;
  }
}
.borad-box__top figure.board-small-ex {
  width: 40%;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .borad-box__top figure.board-small-ex {
    margin-right: 0;
    width: 45%;
  }
}
.borad-box__top figure.board3s:nth-of-type(1) {
  width: 17%;
}
@media only screen and (max-width: 640px) {
  .borad-box__top figure.board3s:nth-of-type(1) {
    width: 28%;
  }
}
.borad-box__top figure.board-small-fig:nth-of-type(1) {
  width: 15%;
}
@media only screen and (max-width: 640px) {
  .borad-box__top figure.board-small-fig:nth-of-type(1) {
    width: 26%;
  }
}
.borad-box__bottom figure:nth-of-type(1) {
  width: 60%;
}
.borad-box__bottom figure:nth-of-type(2) {
  width: 36%;
  margin-top: 21px;
}
@media only screen and (max-width: 640px) {
  .borad-box__bottom figure:nth-of-type(2) {
    margin-top: 7px;
  }
}

.system-fig {
  margin: 0 auto;
  width: 770px;
}
@media only screen and (max-width: 640px) {
  .system-fig {
    width: 100%;
  }
}

.baseball-map-wrap {
  overflow: auto;
}

.baseball-map {
  position: relative;
  padding: 120px 0;
  margin-top: 40px;
  width: 970px;
}
.baseball-map > figure {
  margin: 0 auto;
  width: 760px;
}
.baseball-map a img {
  border: 2px solid #E53339;
}
.baseball-map-fig, .baseball-map-fig__01, .baseball-map-fig__02, .baseball-map-fig__03, .baseball-map-fig__04, .baseball-map-fig__05, .baseball-map-fig__06, .baseball-map-fig__07, .baseball-map-fig__08, .baseball-map-fig__09, .baseball-map-fig__10, .baseball-map-fig__11, .baseball-map-fig__12, .baseball-map-fig__13, .baseball-map-fig__14, .baseball-map-fig__15, .baseball-map-fig__16, .baseball-map-fig__17, .baseball-map-fig__18, .baseball-map-fig__19, .baseball-map-fig__20, .large-map-fig__01, .large-map-fig__02, .large-map-fig__03, .large-map-fig__04, .large-map-fig__05, .large-map-fig__06, .large-map-fig__07, .large-map-fig__08, .large-map-fig__09, .large-map-fig__10, .large-map-fig__11, .large-map-fig__12, .large-map-fig__13, .large-map-fig__14, .large-map-fig__15, .large-map-fig__16, .large-map-fig__17, .large-map-fig__18, .large-map-fig__19, .large-map-fig__20 {
  position: absolute;
  width: 150px;
}
.baseball-map-fig figcaption, .baseball-map-fig__01 figcaption, .baseball-map-fig__02 figcaption, .baseball-map-fig__03 figcaption, .baseball-map-fig__04 figcaption, .baseball-map-fig__05 figcaption, .baseball-map-fig__06 figcaption, .baseball-map-fig__07 figcaption, .baseball-map-fig__08 figcaption, .baseball-map-fig__09 figcaption, .baseball-map-fig__10 figcaption, .baseball-map-fig__11 figcaption, .baseball-map-fig__12 figcaption, .baseball-map-fig__13 figcaption, .baseball-map-fig__14 figcaption, .baseball-map-fig__15 figcaption, .baseball-map-fig__16 figcaption, .baseball-map-fig__17 figcaption, .baseball-map-fig__18 figcaption, .baseball-map-fig__19 figcaption, .baseball-map-fig__20 figcaption, .large-map-fig__01 figcaption, .large-map-fig__02 figcaption, .large-map-fig__03 figcaption, .large-map-fig__04 figcaption, .large-map-fig__05 figcaption, .large-map-fig__06 figcaption, .large-map-fig__07 figcaption, .large-map-fig__08 figcaption, .large-map-fig__09 figcaption, .large-map-fig__10 figcaption, .large-map-fig__11 figcaption, .large-map-fig__12 figcaption, .large-map-fig__13 figcaption, .large-map-fig__14 figcaption, .large-map-fig__15 figcaption, .large-map-fig__16 figcaption, .large-map-fig__17 figcaption, .large-map-fig__18 figcaption, .large-map-fig__19 figcaption, .large-map-fig__20 figcaption {
  font-size: 11px;
  margin-top: 2px;
  color: #222;
  padding-left: 14px;
}
.baseball-map-fig__01 {
  top: 0;
  left: 0;
}
.baseball-map-fig__01 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num01.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__02 {
  top: 0;
  left: 170px;
}
.baseball-map-fig__02 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num02.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__03 {
  top: 0;
  left: 340px;
}
.baseball-map-fig__03 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num03.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__04 {
  top: 0;
  left: 510px;
}
.baseball-map-fig__04 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num04.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__05 {
  top: 160px;
  left: 0;
}
.baseball-map-fig__05 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num05.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__06 {
  top: 160px;
  left: 170px;
}
.baseball-map-fig__06 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num06.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__07 {
  top: 160px;
  left: 340px;
}
.baseball-map-fig__07 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num07.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__08 {
  top: 310px;
  left: 0;
}
.baseball-map-fig__08 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num08.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__09 {
  top: 310px;
  left: 170px;
}
.baseball-map-fig__09 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num09.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__10 {
  top: 310px;
  left: 340px;
}
.baseball-map-fig__10 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num10.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__11 {
  top: 280px;
  right: 0;
}
.baseball-map-fig__11 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num11.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__12 {
  right: 0;
  top: 410px;
}
.baseball-map-fig__12 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num12.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__13 {
  top: 540px;
  right: 170px;
}
.baseball-map-fig__13 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num13.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__14 {
  top: 540px;
  right: 0;
}
.baseball-map-fig__14 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num14.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__15 {
  top: 680px;
  right: 340px;
  letter-spacing: -.03rem;
}
.baseball-map-fig__15 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num15.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__16 {
  top: 680px;
  right: 170px;
}
.baseball-map-fig__16 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num16.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__17 {
  top: 680px;
  right: 0;
}
.baseball-map-fig__17 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num17.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__18 {
  bottom: -17px;
  right: 340px;
}
.baseball-map-fig__18 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num18.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__19 {
  bottom: 0;
  right: 170px;
}
.baseball-map-fig__19 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num19.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.baseball-map-fig__20 {
  bottom: 0;
  right: 0;
}
.baseball-map-fig__20 figcaption {
  background: url(/ew/peweg/assets/img/business/score/map-num20.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}

.map-list {
  margin-top: 40px;
  width: 970px;
}
.map-list::after, .map-list::before {
  content: '';
  display: block;
  width: 25%;
  height: 0;
}
.map-list::before {
  order: 1;
}
.map-list li {
  width: 25%;
  font-size: 11px;
  padding-left: 16px;
  box-sizing: border-box;
}
.map-list li:nth-of-type(n+5) {
  margin-top: 8px;
}
.map-list li:nth-of-type(1) {
  background: url(/ew/peweg/assets/img/business/score/map-num21.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(2) {
  background: url(/ew/peweg/assets/img/business/score/map-num22.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(3) {
  background: url(/ew/peweg/assets/img/business/score/map-num23.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(4) {
  background: url(/ew/peweg/assets/img/business/score/map-num24.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(5) {
  background: url(/ew/peweg/assets/img/business/score/map-num25.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(6) {
  background: url(/ew/peweg/assets/img/business/score/map-num26.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(7) {
  background: url(/ew/peweg/assets/img/business/score/map-num27.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(8) {
  background: url(/ew/peweg/assets/img/business/score/map-num28.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(9) {
  background: url(/ew/peweg/assets/img/business/score/map-num29.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(10) {
  background: url(/ew/peweg/assets/img/business/score/map-num30.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(11) {
  background: url(/ew/peweg/assets/img/business/score/map-num31.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(12) {
  background: url(/ew/peweg/assets/img/business/score/map-num32.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(13) {
  background: url(/ew/peweg/assets/img/business/score/map-num33.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(14) {
  background: url(/ew/peweg/assets/img/business/score/map-num34.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(15) {
  background: url(/ew/peweg/assets/img/business/score/map-num35.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(16) {
  background: url(/ew/peweg/assets/img/business/score/map-num36.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(17) {
  background: url(/ew/peweg/assets/img/business/score/map-num37.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(18) {
  background: url(/ew/peweg/assets/img/business/score/map-num38.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(19) {
  background: url(/ew/peweg/assets/img/business/score/map-num39.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(20) {
  background: url(/ew/peweg/assets/img/business/score/map-num40.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(21) {
  background: url(/ew/peweg/assets/img/business/score/map-num41.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(22) {
  background: url(/ew/peweg/assets/img/business/score/map-num42.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.map-list li:nth-of-type(23) {
  background: url(/ew/peweg/assets/img/business/score/map-num43.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}

.large-head {
  background: url(/ew/peweg/assets/img/business/large/fig-large-head.jpg) center bottom no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .large-head {
    height: 700px;
  }
}

.large-type-box {
  margin-top: 40px;
}
.large-type-box__inner, .large-type-box__fig {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .large-type-box__inner, .large-type-box__fig {
    width: 100%;
  }
}
.large-type-box:nth-of-type(n+2) {
  margin-top: 80px;
}
.large-type-box .large-display, .large-type-box .large-display__blue, .large-type-box .large-display__green, .large-type-box .large-display__purple {
  color: #fff;
  padding: 40px;
  border: 8px solid #000;
  margin-bottom: 24px;
}
.large-type-box .large-display h4, .large-type-box .large-display__blue h4, .large-type-box .large-display__green h4, .large-type-box .large-display__purple h4 {
  font-size: 40px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 640px) {
  .large-type-box .large-display h4, .large-type-box .large-display__blue h4, .large-type-box .large-display__green h4, .large-type-box .large-display__purple h4 {
    font-size: 30px;
  }
}
.large-type-box .large-display h4 span, .large-type-box .large-display__blue h4 span, .large-type-box .large-display__green h4 span, .large-type-box .large-display__purple h4 span {
  font-size: 16px;
  display: block;
}
.large-type-box .large-display__blue {
  background: #1d4b70;
  background: linear-gradient(140deg, #1d4b70 0%, #051731 100%);
}
.large-type-box .large-display__green {
  background: #1d4b70;
  background: linear-gradient(140deg, #215124 0%, #081e03 100%);
}
.large-type-box .large-display__purple {
  background: #1d4b70;
  background: linear-gradient(140deg, #523c70 0%, #27133b 100%);
}

.large-title, .large-title__blue, .large-title__green, .large-title__purple {
  font-size: 20px;
  margin-bottom: 16px;
}
.large-title__blue {
  color: #00509a;
}
.large-title__green {
  color: #007628;
}
.large-title__purple {
  color: #6d4698;
}

.type-p-box {
  margin: 40px auto;
}
.type-p-box dl {
  width: 47%;
  margin-bottom: 16px;
}
.type-p-box dl:nth-of-type(2) {
  width: 41%;
}
.type-p-box dl dt {
  color: #6d4698;
}

.large-map {
  position: relative;
  padding: 120px 0;
  margin-top: 40px;
  width: 970px;
}
.large-map > figure {
  margin: 0 auto;
  width: 760px;
}
.large-map a img {
  border: 2px solid #E53339;
}
.large-map-fig {
  position: absolute;
  width: 150px;
}
.large-map-fig figcaption {
  font-size: 11px;
  margin-top: 2px;
  color: #222;
  padding-left: 16px;
}
.large-map-fig__01 {
  top: 0;
  left: 0;
}
.large-map-fig__01 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num01.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__02 {
  top: 0;
  left: 170px;
}
.large-map-fig__02 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num02.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__03 {
  top: 0;
  left: 340px;
}
.large-map-fig__03 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num03.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__04 {
  top: 0;
  left: 510px;
}
.large-map-fig__04 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num04.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__05 {
  top: 160px;
  left: 0;
}
.large-map-fig__05 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num05.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__06 {
  top: 160px;
  left: 170px;
}
.large-map-fig__06 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num06.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__07 {
  top: 160px;
  left: 340px;
}
.large-map-fig__07 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num07.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__08 {
  top: 320px;
  left: 0;
}
.large-map-fig__08 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num08.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__09 {
  top: 320px;
  left: 170px;
}
.large-map-fig__09 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num09.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__10 {
  top: 430px;
  left: 0;
}
.large-map-fig__10 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num10.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__11 {
  top: 290px;
  right: 0;
}
.large-map-fig__11 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num10.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__12 {
  top: 430px;
  right: 0;
}
.large-map-fig__12 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num11.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__13 {
  top: 600px;
  right: 170px;
  letter-spacing: -.04rem;
}
.large-map-fig__13 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num12.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__14 {
  top: 600px;
  right: 0;
}
.large-map-fig__14 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num13.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__15 {
  bottom: 50px;
  right: 340px;
  letter-spacing: -.03rem;
}
.large-map-fig__15 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num14.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__16 {
  bottom: 65px;
  right: 170px;
  letter-spacing: -.03rem;
}
.large-map-fig__16 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num15.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__17 {
  bottom: 65px;
  right: 0;
}
.large-map-fig__17 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num16.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__18 {
  bottom: 130px;
  right: 0;
}
.large-map-fig__18 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num17.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__19 {
  bottom: 20px;
  right: 170px;
}
.large-map-fig__19 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num18.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}
.large-map-fig__20 {
  bottom: 20px;
  right: 0;
}
.large-map-fig__20 figcaption {
  background: url(/ew/peweg/assets/img/business/large/map-num19.svg) left top 1px no-repeat;
  background-size: 12px 12px;
}

.business-bill-box {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .business-bill-box {
    margin-top: 16px;
  }
}
.business-bill-box__text {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__text {
    width: 100%;
    margin-top: 8px;
  }
}
.business-bill-box > figure {
  width: 46%;
}
.business-bill-box > figure.av-fig {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box > figure.av-fig {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .business-bill-box > figure {
    width: 100%;
  }
}
.business-bill-box__fig, .business-bill-box__fig__illumination, .business-bill-box__fig__aircon, .business-bill-box__fig__enter, .business-bill-box__fig__av, .business-bill-box__fig__interior, .business-bill-box__fig__sunlight {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig, .business-bill-box__fig__illumination, .business-bill-box__fig__aircon, .business-bill-box__fig__enter, .business-bill-box__fig__av, .business-bill-box__fig__interior, .business-bill-box__fig__sunlight {
    width: 70%;
    margin: 24px auto 0;
  }
}
.business-bill-box__fig figure:nth-of-type(1), .business-bill-box__fig__illumination figure:nth-of-type(1), .business-bill-box__fig__aircon figure:nth-of-type(1), .business-bill-box__fig__enter figure:nth-of-type(1), .business-bill-box__fig__av figure:nth-of-type(1), .business-bill-box__fig__interior figure:nth-of-type(1), .business-bill-box__fig__sunlight figure:nth-of-type(1) {
  width: 38%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig figure:nth-of-type(1), .business-bill-box__fig__illumination figure:nth-of-type(1), .business-bill-box__fig__aircon figure:nth-of-type(1), .business-bill-box__fig__enter figure:nth-of-type(1), .business-bill-box__fig__av figure:nth-of-type(1), .business-bill-box__fig__interior figure:nth-of-type(1), .business-bill-box__fig__sunlight figure:nth-of-type(1) {
    width: 48%;
  }
}
.business-bill-box__fig figure:nth-of-type(2), .business-bill-box__fig__illumination figure:nth-of-type(2), .business-bill-box__fig__aircon figure:nth-of-type(2), .business-bill-box__fig__enter figure:nth-of-type(2), .business-bill-box__fig__av figure:nth-of-type(2), .business-bill-box__fig__interior figure:nth-of-type(2), .business-bill-box__fig__sunlight figure:nth-of-type(2) {
  width: 27%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig figure:nth-of-type(2), .business-bill-box__fig__illumination figure:nth-of-type(2), .business-bill-box__fig__aircon figure:nth-of-type(2), .business-bill-box__fig__enter figure:nth-of-type(2), .business-bill-box__fig__av figure:nth-of-type(2), .business-bill-box__fig__interior figure:nth-of-type(2), .business-bill-box__fig__sunlight figure:nth-of-type(2) {
    width: 37%;
  }
}
.business-bill-box__fig figure:nth-of-type(3), .business-bill-box__fig__illumination figure:nth-of-type(3), .business-bill-box__fig__aircon figure:nth-of-type(3), .business-bill-box__fig__enter figure:nth-of-type(3), .business-bill-box__fig__av figure:nth-of-type(3), .business-bill-box__fig__interior figure:nth-of-type(3), .business-bill-box__fig__sunlight figure:nth-of-type(3) {
  width: 24%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig figure:nth-of-type(3), .business-bill-box__fig__illumination figure:nth-of-type(3), .business-bill-box__fig__aircon figure:nth-of-type(3), .business-bill-box__fig__enter figure:nth-of-type(3), .business-bill-box__fig__av figure:nth-of-type(3), .business-bill-box__fig__interior figure:nth-of-type(3), .business-bill-box__fig__sunlight figure:nth-of-type(3) {
    width: 40%;
    margin-top: 16px;
  }
}
.business-bill-box__fig figure figcaption, .business-bill-box__fig__illumination figure figcaption, .business-bill-box__fig__aircon figure figcaption, .business-bill-box__fig__enter figure figcaption, .business-bill-box__fig__av figure figcaption, .business-bill-box__fig__interior figure figcaption, .business-bill-box__fig__sunlight figure figcaption {
  font-size: 12px;
  margin-top: 6px;
}
.business-bill-box__fig__illumination figure {
  display: flex;
  flex-direction: column;
}
.business-bill-box__fig__illumination figure:nth-of-type(1) {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__illumination figure:nth-of-type(1) {
    width: 37%;
  }
}
.business-bill-box__fig__illumination figure:nth-of-type(2) {
  width: 33%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__illumination figure:nth-of-type(2) {
    width: 50%;
  }
}
.business-bill-box__fig__illumination figure:nth-of-type(3) {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__illumination figure:nth-of-type(3) {
    width: 33%;
  }
}
.business-bill-box__fig__illumination figure:nth-of-type(3) figcaption {
  margin-top: auto;
}
.business-bill-box__fig__illumination figure:nth-of-type(4) {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__illumination figure:nth-of-type(4) {
    width: 46%;
    margin-top: 16px;
  }
}
.business-bill-box__fig__aircon figure:nth-of-type(1) {
  width: 21%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__aircon figure:nth-of-type(1) {
    width: 33%;
  }
}
.business-bill-box__fig__aircon figure:nth-of-type(2) {
  width: 37%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__aircon figure:nth-of-type(2) {
    width: 57%;
  }
}
.business-bill-box__fig__aircon figure:nth-of-type(3) {
  width: 27%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__aircon figure:nth-of-type(3) {
    width: 33%;
  }
}
.business-bill-box__fig__aircon figure:nth-of-type(4) {
  width: 13%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__aircon figure:nth-of-type(4) {
    width: 33%;
    margin-top: 16px;
    margin-right: 16%;
    text-align: center;
  }
}
.business-bill-box__fig__aircon figure:nth-of-type(4) img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__aircon figure:nth-of-type(4) img {
    width: 48%;
    margin: 0 auto;
  }
}
.business-bill-box__fig__enter figure:nth-of-type(1) {
  width: 56%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__enter figure:nth-of-type(1) {
    width: 57%;
  }
}
.business-bill-box__fig__enter figure:nth-of-type(2) {
  width: 34%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__enter figure:nth-of-type(2) {
    width: 35%;
  }
}
.business-bill-box__fig__enter figure:nth-of-type(3) {
  width: 34%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__enter figure:nth-of-type(3) {
    width: 40%;
  }
}
.business-bill-box__fig__av figure:nth-of-type(1) {
  width: 21%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__av figure:nth-of-type(1) {
    width: 40%;
  }
}
.business-bill-box__fig__av figure:nth-of-type(2) {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__av figure:nth-of-type(2) {
    width: 55%;
  }
}
.business-bill-box__fig__av figure:nth-of-type(3) {
  width: 36%;
}
.business-bill-box__fig__interior figure:nth-of-type(1) {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__interior figure:nth-of-type(1) {
    width: 40%;
  }
}
.business-bill-box__fig__interior figure:nth-of-type(2) {
  width: 40%;
  margin-left: 24px;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__interior figure:nth-of-type(2) {
    width: 40%;
  }
}
.business-bill-box__fig__sunlight figure:nth-of-type(1) {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__sunlight figure:nth-of-type(1) {
    width: 30%;
  }
}
.business-bill-box__fig__sunlight figure:nth-of-type(2) {
  width: 28.6%;
  margin-left: 24px;
}
@media only screen and (max-width: 640px) {
  .business-bill-box__fig__sunlight figure:nth-of-type(2) {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  .av-btn-list li:nth-of-type(n+2) {
    margin-top: 16px;
  }
}

.fig-automation {
  width: 85%;
  margin: 0 auto;
}

.bnr-energy {
  display: block;
  width: 700px;
  margin: 80px auto 160px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 640px) {
  .bnr-energy {
    width: 100%;
    margin: 80px auto;
  }
}

.contact-aircon-box {
  background: rgba(25, 111, 213, 0.1);
  padding: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .contact-aircon-box {
    padding: 40px 16px;
  }
}
.contact-aircon-box h3 {
  margin-bottom: 8px;
}
.contact-aircon-box h3:nth-of-type(n+2) {
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .contact-aircon-box dl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .contact-aircon-box dl:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.contact-aircon-box dl dt:nth-of-type(n+2) {
  margin-top: 8px;
}
.contact-aircon-box dl dd {
  margin-left: 16px;
}

.product-pdf-box {
  margin-top: 80px;
}
.product-pdf-box h3 {
  margin-bottom: 8px;
}
.product-pdf-box ul::after {
  content: '';
  display: block;
  width: 30%;
  height: 0;
}
.product-pdf-box ul li {
  width: 30%;
  color: #999;
  font-size: 14px;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 640px) {
  .product-pdf-box ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .product-pdf-box ul li:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.product-pdf-box ul li:nth-of-type(n+4) {
  margin-top: 16px;
}
.product-pdf-box ul li a {
  display: block;
  font-size: 16px;
}

.av-btn-list li {
  width: 260px;
}

.build-section {
  background: url(/ew/peweg/assets/img/business/env/bg-interior.jpg) center no-repeat;
  background-size: cover;
}
.build-section__inner {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  padding: 40px 32px;
}
.build-section__inner figure {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .build-section__inner figure:nth-of-type(1) {
    width: 58%;
  }
}
.build-section__inner figure:nth-of-type(2) {
  width: 47%;
}

.renovation-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 30%;
  padding: 40px;
  margin: 40px 15px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .renovation-box {
    width: 100%;
  }
}
.renovation-box > figure {
  width: 50%;
  margin: 0 auto 24px;
  text-align: center;
}
.renovation-box p {
  margin-bottom: 16px;
}
.renovation-box ul li {
  text-indent: -16px;
  margin-left: 16px;
}
.renovation-box ul li:nth-of-type(n+2) {
  margin-top: 8px;
}

.search-result {
  padding: 120px 0;
}
.search-result.odd {
  background: transparent;
}
.search-result.odd .search-result__fig {
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .search-result.odd .search-result__fig {
    justify-content: flex-start !important;
  }
}
.search-result.odd .search-result__fig li:nth-of-type(2) {
  margin-left: auto;
}
.search-result.even {
  display: table;
  width: 100%;
  background: rgba(25, 111, 213, 0.05);
  transform: skewY(-10deg);
}
.search-result.even > * {
  transform: skewY(10deg);
}
.search-result.even .container {
  flex-direction: row-reverse;
}
.search-result__text {
  width: 470px;
}
@media only screen and (max-width: 960px) {
  .search-result__text {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .search-result__text {
    width: 100%;
  }
}
.search-result__text__institution {
  color: #196FD5;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 4px;
}
.search-result__text__institution::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 24px;
  height: 1px;
  background: #196FD5;
}
.search-result__mainfig {
  width: 470px;
}
@media only screen and (max-width: 960px) {
  .search-result__mainfig {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .search-result__mainfig {
    width: 100%;
    margin-top: 40px;
  }
}
.search-result .commodity-list li {
  background: #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 16px;
  margin: 0 16px 8px 0;
}
.search-result .delivery-data {
  color: #196FD5;
  margin: 0 0 16px;
}
.search-result__fig li {
  width: 48%;
}

.cooperative-section:nth-of-type(n+2) {
  margin-top: 80px;
}

.cooperative-table {
  width: 100%;
  margin: 40px 0 16px;
}
.cooperative-table th {
  background: #f5f5f5;
  text-align: center;
  padding: 16px;
  border-right: 3px solid #fff;
}
.cooperative-table th:nth-of-type(1) {
  width: 20%;
}
.cooperative-table th:nth-of-type(2) {
  width: 50%;
}
.cooperative-table th:nth-of-type(3) {
  width: 30%;
}
.cooperative-table td {
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  border-right: 3px solid #fff;
}
.cooperative-table td:nth-of-type(1), .cooperative-table td:nth-of-type(3) {
  text-align: center;
}

.customer-slick-wrap .slick {
  top: 48px;
}
@media only screen and (max-width: 640px) {
  .customer-slick-wrap .slick {
    top: 0;
  }
}
.customer-slick-wrap .slick .slick-customer {
  height: 1100px;
}
.customer-slick-wrap .slick .slick-customer img {
  object-fit: cover;
  width: 100%;
}

.customer-en-title {
  width: 100%;
  position: absolute;
  top: 205px;
}

.customer-box {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .customer-box {
    margin-top: 40px;
  }
}
.customer-box__figure {
  width: 400px;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .customer-box__figure {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
.customer-box__figure__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.customer-box__figure__inner .slick-list {
  width: 100%;
  height: 100%;
}
.customer-box__figure__inner .slick-track {
  height: 100%;
  width: 100% !important;
}
.customer-box__figure__inner .slick-slide {
  height: auto;
}
.customer-box__figure > p {
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 960px) {
  .customer-box__figure > p {
    font-size: 20px;
  }
}
.customer-box__figure a {
  position: absolute;
}
.customer-box__figure a figure {
  position: relative;
}
.customer-box__figure a figure figcaption {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .customer-box__figure a figure figcaption {
    font-size: 18px;
  }
}
.customer-box__figure a:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84% !important;
  background: url(/ew/peweg/assets/img/business/customer/main-bg-circle01.png);
  background-size: cover;
}
.customer-box__figure a:nth-of-type(1) figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.customer-box__figure a:nth-of-type(2) {
  width: 48% !important;
  right: 0;
  bottom: 0;
  background: url(/ew/peweg/assets/img/business/customer/main-bg-circle02.png);
  background-size: cover;
}
.customer-box__figure a:nth-of-type(2) figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
}
.customer-box__figure a:nth-of-type(3) {
  width: 48% !important;
  left: 0;
  bottom: 0;
  background: url(/ew/peweg/assets/img/business/customer/main-bg-circle03.png);
  background-size: cover;
}
.customer-box__figure a:nth-of-type(3) figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
}
.customer-box__figure a img {
  transition: all 1s;
}
.customer-box__figure a.is-hover img {
  opacity: 0;
}
.customer-box__text {
  width: 56%;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .customer-box__text {
    width: 70%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {
  .customer-box__text {
    width: 100%;
  }
}
.customer-box__text p {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 960px) {
  .customer-box__text p {
    margin-bottom: 40px !important;
  }
}
.customer-box__text ul {
  position: relative;
}
.customer-box__text ul li {
  font-size: 32px;
  position: absolute;
}
@media only screen and (max-width: 960px) {
  .customer-box__text ul li {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .customer-box__text ul li {
    font-size: 20px;
  }
}

.maintenance-head {
  position: relative;
}
.maintenance-head__text {
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .maintenance-head__text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.maintenance-head__text p {
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .maintenance-head__text p {
    line-height: 1.5;
  }
}
.maintenance-head figure {
  width: 450px;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .maintenance-head figure {
    width: 80%;
    margin: 0 auto;
  }
}

.maintenance-box {
  margin-top: 40px;
}
.maintenance-box__inner {
  background: #fff;
  width: 30%;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 640px) {
  .maintenance-box__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .maintenance-box__inner:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.maintenance-box__inner h3 {
  margin-bottom: 16px;
}
.maintenance-box__inner figure {
  margin-bottom: 8px;
}

.maintenance-service p {
  margin: 32px 0;
}
.maintenance-service__doc, .maintenance-service__mov {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .maintenance-service__doc, .maintenance-service__mov {
    width: 100%;
  }
}
.maintenance-service__doc figure, .maintenance-service__mov figure {
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .maintenance-service__mov {
    margin-top: 40px;
  }
}

.subject-box h2 {
  margin-bottom: 40px;
}
.subject-box__inner {
  margin-top: 40px;
  padding: 40px;
  margin-bottom: 80px;
}
.subject-box__inner p {
  margin-bottom: 24px;
}
.subject-box__inner figure {
  width: 15%;
}
@media only screen and (max-width: 640px) {
  .subject-box__inner figure {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .subject-box__inner figure img {
    width: 80px;
    margin-right: 24px;
  }
}
.subject-box__contents {
  margin-bottom: 80px;
}
.subject-box__contents figure {
  width: 13%;
  margin: 0 32px;
}
@media only screen and (max-width: 640px) {
  .subject-box__contents figure {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .subject-box__contents figure img {
    width: 80px;
    margin-right: 24px;
  }
}
.subject-box__contents figure figcaption {
  margin-top: 8px;
  border-radius: 4px;
  padding: 4px 0;
}
@media only screen and (max-width: 640px) {
  .subject-box__contents figure figcaption {
    flex: 1;
  }
}
.subject-box__report figure:nth-of-type(1) {
  width: 22%;
}
@media only screen and (max-width: 640px) {
  .subject-box__report figure:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
  }
}
.subject-box__report figure:nth-of-type(2) {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .subject-box__report figure:nth-of-type(2) {
    width: 80%;
    margin: 40px auto 0;
  }
}
.subject-box__report figure:nth-of-type(3) {
  width: 28%;
}
@media only screen and (max-width: 640px) {
  .subject-box__report figure:nth-of-type(3) {
    width: 80%;
    margin: 40px auto 0;
  }
}

.foot-contact {
  background: url(/ew/peweg/assets/img/business/customer/fig-foot-contact.jpg) center no-repeat;
  background-size: cover;
}

.replacement-box {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-top: 40px;
}
.replacement-box__inner {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .replacement-box__inner {
    width: 100%;
    padding-bottom: 40px;
  }
}
.replacement-box__inner h3 {
  font-size: 24px;
}
.replacement-box__inner figure {
  width: 80%;
  margin: 32px auto 16px;
}
.replacement-box__inner figure figcaption {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #000;
  top: 60px;
  left: 30px;
  background: #ebebeb;
}
@media only screen and (max-width: 640px) {
  .replacement-box__inner figure figcaption {
    left: -10px;
  }
}
@media only screen and (max-width: 640px) {
  .replacement-box__inner:nth-of-type(n+2) {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.replacement-box__inner:nth-of-type(n+2) figure figcaption {
  background: rgba(25, 111, 213, 0.2);
}
.replacement-box__inner:nth-of-type(n+2)::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #dadada;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media only screen and (max-width: 640px) {
  .replacement-box__inner:nth-of-type(n+2)::after {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.zoom-box {
  margin-top: 40px;
}
.zoom-box__list {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .zoom-box__list {
    width: 100%;
    display: flex;
    margin-bottom: 24px;
  }
}
.zoom-box__list li {
  padding: 16px;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .zoom-box__list li {
    width: 20%;
    font-size: 11px;
    word-break: break-all;
    padding: 8px 4px;
  }
}
.zoom-box__list li:nth-of-type(n+2) {
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  .zoom-box__list li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.zoom-box__list li.is-active {
  background: #196FD5;
  color: #fff;
}
.zoom-box__list li.is-active::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0, -50%);
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #196FD5;
}
@media only screen and (max-width: 640px) {
  .zoom-box__list li.is-active::after {
    top: inherit;
    right: inherit;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-color: #196FD5 transparent transparent transparent;
  }
}
.zoom-box__fig {
  flex: 1;
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .zoom-box__fig {
    margin-left: 0;
    flex: inherit;
  }
}
.zoom-box__fig p {
  position: absolute;
  background: #f7f7f7;
  padding: 8px;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 40px;
}
.zoom-box__fig div {
  cursor: pointer;
}

.element-box {
  width: 45%;
  margin-top: 40px;
}
.element-box p {
  margin: 8px 0 16px;
}
.element-box:nth-of-type(n+3) {
  margin-top: 40px;
}

.trouble-box {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-top: 40px;
}
.trouble-box__inner h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .trouble-box__inner h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .trouble-box__inner h3 {
    font-size: 24px;
  }
}
.trouble-box__inner p span {
  background: #196FD5;
  color: #fff;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 8px;
  font-size: 20px;
}
.trouble-box__inner p.trouble__text {
  color: #196FD5;
  margin: 16px 0;
}
.trouble-box__inner .on-box {
  width: 100%;
  max-width: 300px;
  margin: 72px auto 0;
  position: relative;
}
.trouble-box__inner .on-box::after {
  position: absolute;
  content: '';
  top: -44px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #196FD5 transparent transparent transparent;
}
.trouble-box__inner h4 {
  color: #196FD5;
  margin-top: 24px;
  font-size: 20px;
}
.trouble-box__inner:nth-of-type(1) {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .trouble-box__inner:nth-of-type(1) {
    width: 100%;
    margin-bottom: 40px;
  }
}
.trouble-box__inner:nth-of-type(2) {
  width: 48%;
  position: relative;
}
.trouble-box__inner:nth-of-type(2)::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #196FD5;
  top: 0;
  left: -40px;
}
@media only screen and (max-width: 640px) {
  .trouble-box__inner:nth-of-type(2)::before {
    content: none;
  }
}
@media only screen and (max-width: 640px) {
  .trouble-box__inner:nth-of-type(2) {
    width: 100%;
    padding-top: 40px;
  }
}
.trouble-box__inner:nth-of-type(2) h3 {
  color: #196FD5;
}

.flow-box {
  width: 615px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .flow-box {
    width: 100%;
    margin-top: 40px;
  }
}
.flow-box span {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
}

.notice-section .notice-h3 {
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.notice-section dl {
  margin-top: 40px;
}
.notice-section dl dt {
  margin-bottom: 8px;
}

.privacy-list {
  margin-top: 80px;
}
.privacy-list li {
  width: 32%;
}
.privacy-list li:nth-of-type(n+4) {
  margin-top: 8px;
}
.privacy-list li a {
  border: 1px solid #dadada;
  padding: 12px 0;
  font-size: 14px;
  display: block;
  text-align: center;
}

.law-block {
  margin-top: 40px;
}
.law-block > dt {
  margin-bottom: 8px;
}
.law-block .law-fig {
  margin: 16px 0;
}
.law-block__attention {
  text-indent: -16px;
  margin-left: 16px;
}
.law-block__attention li:nth-of-type(n+2) {
  margin-top: 8px;
}
.law-block dl {
  margin-top: 24px;
}
.law-block dl dt {
  border: 1px solid #dadada;
  padding: 8px;
  margin-bottom: 8px;
}
.law-block__box {
  border: 1px solid #dadada;
  padding: 24px;
  margin-top: 16px;
}
.law-block .bg-box {
  padding: 24px;
  background: #f7f7f7;
  margin: 24px 0;
}

.president__fig {
  margin: 40px 0;
}
.president__fig figcaption {
  margin-top: 8px;
}

.president__text {
  margin-bottom: 80px;
}

.score-inq-list li {
  width: 33.33333%;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .score-inq-list li {
    width: 100%;
  }
}

.privacy-link {
  margin: 40px 0;
}

.consent-list {
  margin: 40px 0 24px;
}
.consent-list li {
  margin: 0 16px;
}

.form-flow {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0 0 80px;
  overflow: hidden;
}
.form-flow li {
  display: table-cell;
  position: relative;
  background: #504944;
  padding: 1em 0;
  color: #fff;
  width: 25%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .form-flow li {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .form-flow li:nth-of-type(n+2) {
    margin-top: 8px;
  }
}
.form-flow li:last-child {
  padding-right: 1em;
}
.form-flow li:last-child::before, .form-flow li:last-child::after {
  display: none;
}
.form-flow li::before, .form-flow li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .form-flow li::before, .form-flow li::after {
    content: none;
  }
}
.form-flow li::before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.form-flow li::after {
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.form-flow li.active {
  background: #9bbb30;
  font-weight: bold;
}
.form-flow li.active::after {
  border-color: transparent transparent transparent #9bbb30;
}

.large-head-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
}

.board-link, .board-link__custom {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #196FD5;
  margin-bottom: 72px;
}
.board-link a, .board-link__custom a {
  display: block;
  width: 50%;
  padding: 16px 16px;
  text-align: center;
  color: #222;
}
.board-link a:nth-of-type(n+2), .board-link__custom a:nth-of-type(n+2) {
  border-left: 1px solid #196FD5;
}
.board-link a.active, .board-link__custom a.active {
  background: #196FD5;
  color: #fff;
}
.board-link__custom a {
  width: 33.3333%;
}

.bnr-case figure {
  width: 30%;
  margin-left: 24px;
  border-radius: 4px;
}
.bnr-case figure img {
  border-radius: 4px;
}

.content-link {
  background: #f7f7f7;
  padding: 16px 0;
  margin: 40px 0 80px;
}
@media only screen and (max-width: 480px) {
  .content-link {
    padding: 8px 16px;
  }
}
.content-link a {
  display: block;
  width: 33.33333%;
  color: #222;
}
@media only screen and (max-width: 480px) {
  .content-link a {
    padding: 8px 0;
  }
}
.content-link a[target^="_blank"] span {
  padding-right: 15px;
  position: relative;
}
.content-link a[target^="_blank"] span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/ew/peweg/assets/img/icon-outer.svg) center no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
.content-link a[target^="_blank"] em {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .content-link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .content-link a:nth-of-type(1) {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .content-link a:nth-of-type(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .content-link a:nth-of-type(2) {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .content-link a:nth-of-type(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .content-link a:nth-of-type(3) {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .content-link a:nth-of-type(3) {
    width: 100%;
  }
}
.content-link a:nth-of-type(n+2) {
  border-left: 1px solid #222;
}
@media only screen and (max-width: 480px) {
  .content-link a:nth-of-type(n+2) {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}

.line-text {
  position: relative;
}
.line-text::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  .line-text::after {
    top: 79%;
  }
}

#globalfooter nav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #globalfooter nav {
    display: block;
  }
}

#globalfooter-nav .print {
  width: auto;
}

.add-text {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .add-text {
    font-size: 14px;
  }
}
.add-text dt {
  width: 115px;
}
@media only screen and (max-width: 640px) {
  .add-text dt {
    width: 100px;
  }
}
.add-text dd {
  flex: 1;
}

.action-content {
  margin-left: 18px;
}

.bnr-contents {
  margin-top: 40px;
}
.bnr-contents__inner {
  width: 100%;
}
.bnr-contents__inner h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .bnr-contents__inner h3 {
    font-size: 16px;
  }
}
.bnr-contents__inner h3 a {
  color: #196FD5;
}
.bnr-contents figure {
  width: 33%;
}
@media only screen and (max-width: 640px) {
  .bnr-contents figure {
    width: 100%;
    margin-top: 16px;
  }
}
.bnr-contents figure img {
  border-radius: 8px;
}

.img-inner {
  background: no-repeat center / cover;
  display: block;
  height: 100%;
}
.img-inner::before {
  content: '';
  display: block;
}

.mov-text {
  font-size: 14px;
  margin-top: 16px !important;
}

.lightup-section {
  padding: 80px 0;
}
.lightup-section .sub-ttl-h2 {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .lightup-section .sub-ttl-h2 {
    font-size: 16px;
  }
}
.lightup-section .ttl-h2 {
  font-size: 40px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .lightup-section .ttl-h2 {
    font-size: 24px;
  }
}

.lightup-box, .lightup-box__effect, .lightup-box__history, .lightup-box__sidewalk {
  margin-top: 16px;
}
.lightup-box figcaption, .lightup-box__effect figcaption, .lightup-box__history figcaption, .lightup-box__sidewalk figcaption {
  font-size: 14px;
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  .lightup-box figcaption, .lightup-box__effect figcaption, .lightup-box__history figcaption, .lightup-box__sidewalk figcaption {
    font-size: 12px;
  }
}
.lightup-box__effect p {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .lightup-box__effect p {
    width: 100%;
  }
}
.lightup-box__effect > figure {
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .lightup-box__effect > figure {
    width: 100%;
    margin-top: 16px;
  }
}
.lightup-box__history p {
  width: 65%;
}
@media only screen and (max-width: 640px) {
  .lightup-box__history p {
    width: 100%;
  }
}
.lightup-box__history > figure {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .lightup-box__history > figure {
    width: 100%;
    margin-top: 16px;
  }
}
.lightup-box__history .history-fig {
  margin-top: 40px;
}
.lightup-box__history .history-fig figure {
  width: 39%;
  margin: 0 25px;
}
@media only screen and (max-width: 640px) {
  .lightup-box__history .history-fig figure {
    width: 100%;
    margin-top: 16px;
  }
}
.lightup-box__sidewalk .sidewalk__inner {
  width: 56%;
}
@media only screen and (max-width: 640px) {
  .lightup-box__sidewalk .sidewalk__inner {
    width: 100%;
  }
}
.lightup-box__sidewalk .sidewalk__inner figure {
  margin-top: 40px;
  width: 390px;
}
@media only screen and (max-width: 640px) {
  .lightup-box__sidewalk .sidewalk__inner figure {
    width: 100%;
  }
}
.lightup-box__sidewalk > figure {
  width: 39%;
}
@media only screen and (max-width: 640px) {
  .lightup-box__sidewalk > figure {
    width: 100%;
    margin-bottom: 16px;
  }
}

.group-link {
  padding: 40px 0;
}
@media print, screen and (min-width: 960px) {
  .group-link {
    padding: 64px 0;
  }
}
.group-link a {
  display: block;
  background: #fff;
  border: 2px solid #196FD5;
  border-radius: 4px;
  color: #196FD5;
  padding: 8px 0;
  font-size: 14px;
  max-width: 610px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .group-link a {
    padding: 16px 0;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .group-link a {
    padding: 24px 0;
    font-size: 20px;
  }
}
.group-link a span {
  position: relative;
}
.group-link a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #196FD5;
  border-right: 2px solid #196FD5;
  transform: rotate(45deg);
}
@media only screen and (min-width: 640px) {
  .group-link a span::after {
    right: -16px;
    width: 8px;
    height: 8px;
  }
}

.software-section p {
  width: 54%;
}
.software-section figure {
  width: 42%;
}

.ls01 {
  letter-spacing: -0.04rem;
}

.is-modal {
  overflow: hidden;
  touch-action: none;
}

.mt0 {
  margin-top: 0 !important;
}

.nav-btn-wrap {
  position: fixed;
  bottom: 0;
  color: #fff;
  width: 100%;
  transition: all .5s;
}
@media only screen and (min-width: 640px) {
  .nav-btn-wrap {
    opacity: 0;
    visibility: hidden;
    bottom: inherit;
    top: 0;
    right: 0;
    display: flex;
    width: calc(190px + 70px);
    z-index: 1000;
  }
}
.nav-btn-wrap.is-show {
  opacity: 1;
  visibility: inherit;
}
.nav-btn-wrap.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.nav-btn-wrap.is-slide {
  right: -190px;
}
.nav-btn-wrap .nav-btn-slide {
  display: none;
}
@media only screen and (min-width: 640px) {
  .nav-btn-wrap .nav-btn-slide {
    position: relative;
    background: #000;
    cursor: pointer;
    width: 70px;
    height: 70px;
    display: block;
  }
  .nav-btn-wrap .nav-btn-slide span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  .nav-btn-wrap .nav-btn-slide span:nth-of-type(1) {
    top: -25px;
  }
  .nav-btn-wrap .nav-btn-slide span:nth-of-type(2) {
    top: -10px;
  }
  .nav-btn-wrap .nav-btn-slide span:nth-of-type(3) {
    top: 5px;
  }
  .nav-btn-wrap .nav-btn-slide span:nth-of-type(3)::after {
    content: 'Menu';
    position: absolute;
    top: 7px;
    left: 1px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .nav-btn-wrap .nav-btn-slide.is-active span:nth-of-type(1) {
    top: -20px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .nav-btn-wrap .nav-btn-slide.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-btn-wrap .nav-btn-slide.is-active span:nth-of-type(3) {
    top: -8px;
    transform: translateY(0) rotate(45deg);
    width: 30%;
  }
  .nav-btn-wrap .nav-btn-slide.is-active span:nth-of-type(3)::after {
    content: 'Close';
    transform: translateY(0) rotate(-45deg);
    top: 7px;
    left: 7px;
  }
}
.nav-btn-wrap .nav-btn-section {
  background: #000;
  font-size: 12px;
  padding: 16px 0;
}
@media only screen and (min-width: 640px) {
  .nav-btn-wrap .nav-btn-section {
    width: 190px;
    padding: 20px 0;
  }
}
.nav-btn-wrap .nav-btn-section__inner {
  padding: 0 20px;
}
.nav-btn-wrap .nav-btn-section__inner ul li {
  border: 2px solid #fff;
  padding: 12px 0;
  text-align: center;
  width: 130px;
  cursor: pointer;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .nav-btn-wrap .nav-btn-section__inner ul li {
    width: 150px;
    padding: 11px 0;
  }
}
.nav-btn-wrap .nav-btn-section__inner ul li:nth-of-type(2) {
  margin-left: 20px;
}
@media only screen and (min-width: 640px) {
  .nav-btn-wrap .nav-btn-section__inner ul li:nth-of-type(2) {
    margin: 8px 0 0 0;
  }
}

.modal-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #F7FBFF;
  transition: all 0.3s;
}
.modal-nav.is-active {
  opacity: 1;
  z-index: 10000;
}
.modal-nav.is-active .modal-nav-list {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 160px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal-nav.is-active .modal-nav-list__inner {
  padding: 35px 20px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
  }
}
.modal-nav.is-active .modal-nav-list__inner > dl {
  margin-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl:nth-of-type(1) {
    width: 15%;
  }
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl:nth-of-type(2) {
    width: 82%;
  }
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl:nth-of-type(3) {
    width: 57%;
  }
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl:nth-of-type(4) {
    width: 21%;
  }
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl.modalnav-recruit > dd > dl:nth-of-type(2) {
    width: 25%;
  }
}
.modal-nav.is-active .modal-nav-list__inner > dl > dt a {
  display: block;
  color: #196FD5;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  line-height: 1.4;
}
@media print, screen and (min-width: 1200px) {
  .modal-nav.is-active .modal-nav-list__inner > dl > dt a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl > dd {
    display: flex;
    justify-content: space-between;
  }
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd > ul li {
  width: 48%;
  margin-top: 12px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl > dd > ul li {
    width: 100%;
  }
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd dl {
  margin-top: 8px;
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd dl:nth-of-type(n+2) {
  margin-top: 32px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl > dd dl:nth-of-type(n+2) {
    margin-top: 8px;
  }
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 5px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl > dd dl dd ul {
    display: block;
  }
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd dl dd ul li {
  width: 48%;
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > dl > dd dl dd ul li {
    width: 100%;
  }
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd dl dd ul li a {
  font-size: 12px;
  text-indent: -7px;
  margin-left: 10px;
  display: block;
  line-height: 1.4;
}
.modal-nav.is-active .modal-nav-list__inner > dl > dd a {
  color: #222;
  font-size: 13px;
  display: block;
  text-indent: -6px;
  margin-left: 6px;
  line-height: 1.4;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > ul {
    width: 15%;
    display: block;
  }
}
.modal-nav.is-active .modal-nav-list__inner > ul li {
  width: 48%;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > ul li:nth-of-type(n+2) {
    margin-top: 8px;
  }
}
.modal-nav.is-active .modal-nav-list__inner > ul li:nth-of-type(n+3) {
  margin-top: 8px;
}
.modal-nav.is-active .modal-nav-list__inner > ul li a {
  display: block;
  background: #196FD5;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner > ul li a {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1200px) {
  .modal-nav.is-active .modal-nav-list__inner > ul li a {
    font-size: 14px;
  }
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl {
  margin-bottom: 0;
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl:nth-of-type(1) {
  width: 100%;
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dt a {
  display: block;
  color: #196FD5;
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: none;
  line-height: 1.4;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dt a {
    border-bottom: 1px solid #ccc;
    font-size: 24px;
  }
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl {
    width: 32%;
    max-width: 300px;
  }
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl dt {
  font-weight: bold;
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl dt a {
  font-size: 16px;
  margin-bottom: 8px;
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl dd:nth-of-type(n+2) {
  margin-top: 8px;
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl dd a {
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #196FD5;
  text-indent: 0;
  margin-left: 0;
  position: relative;
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl dd a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.modal-nav.is-active .modal-nav-list__inner.--recruit > dl > dd dl dd a figure {
  width: 90px;
  margin-right: 16px;
}
.modal-nav.is-active .btn-close {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .btn-close {
    bottom: inherit;
    padding: 20px 0;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
  }
}
.modal-nav.is-active .btn-close span {
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .btn-close span {
    padding-left: 0;
    padding-top: 20px;
    display: block;
  }
}
.modal-nav.is-active .btn-close span::before, .modal-nav.is-active .btn-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 2px;
  height: 20px;
  background: #fff;
}
@media only screen and (min-width: 640px) {
  .modal-nav.is-active .btn-close span::before, .modal-nav.is-active .btn-close span::after {
    left: 50%;
    top: 6px;
  }
}
.modal-nav.is-active .btn-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-nav.is-active .btn-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-contents .slide-text li {
  position: absolute;
}
.main-contents .slide-text li:nth-of-type(1) {
  top: 120px;
}
@media only screen and (max-width: 640px) {
  .main-contents .slide-text li:nth-of-type(1) {
    top: 40px;
  }
}
.main-contents .slide-text li:nth-of-type(2) {
  top: 130px;
  right: 40px;
}
@media only screen and (max-width: 640px) {
  .main-contents .slide-text li:nth-of-type(2) {
    top: 40px;
  }
}
.main-contents .slide-text li:nth-of-type(3) {
  top: 80px;
}
@media only screen and (max-width: 640px) {
  .main-contents .slide-text li:nth-of-type(3) {
    top: 20px;
  }
}

.slick-wrap {
  height: 520px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .slick-wrap {
    height: 220px;
  }
}
.recruit-bnr-section {
  padding: 40px 0 0;
}
.recruit-bnr-section__inner {
  background: #fff;
}
@media only screen and (min-width: 640px) {
  .recruit-bnr-section__inner {
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-top: -150px;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-bnr-section__inner {
    margin-top: -110px;
  }
}
.recruit-bnr-section__inner a {
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .recruit-bnr-section__inner a {
    width: 48%;
  }
}
.recruit-bnr-section__inner a:nth-of-type(n+2) {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .recruit-bnr-section__inner a:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.recruit-bnr-section__inner a::after {
  position: absolute;
  bottom: 8px;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.recruit-bnr-section__inner a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 30px;
  border-color: transparent transparent rgba(25, 111, 213, 0.8) transparent;
}
.recruit-bnr-section__inner a p {
  color: #fff;
  width: 35%;
  position: absolute;
  top: 0;
  background: rgba(25, 111, 213, 0.8);
  transform: skew(-30deg, 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  height: 100%;
}
.recruit-bnr-section__inner a p span {
  display: block;
  transform: skew(30deg, 0deg);
  text-align: center;
  font-size: 13px;
}
@media only screen and (min-width: 640px) {
  .recruit-bnr-section__inner a p span {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-bnr-section__inner a p span {
    font-size: 17px;
  }
}

.eg-section {
  padding: 40px 0 0;
}
@media only screen and (min-width: 640px) {
  .eg-section {
    padding-top: 80px;
  }
}
.eg-section .main-company-new {
  background: #196fd5;
  color: #fff;
  padding: 20px 20px 32px;
}
@media only screen and (min-width: 640px) {
  .eg-section .main-company-new {
    padding: 40px 80px 56px;
  }
}
.eg-section .main-company-new__text {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .eg-section .main-company-new__text {
    width: 458px;
  }
}
.eg-section .main-company-new__text p {
  margin: 24px 0;
}
.eg-section .main-company-new > figure {
  width: 70%;
  margin: 24px auto 0;
  background: #fff;
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .eg-section .main-company-new > figure {
    width: 290px;
    padding: 60px 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .eg-section .main-company-new > figure {
    padding: 70px 0;
  }
}

.business-new-section {
  padding: 40px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .business-new-section {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business-new-section {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 640px) {
  .business-new-section__wrap__inner {
    width: 50%;
    max-width: 558px;
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business-new-section__wrap__inner {
    width: 60%;
    margin-left: 50px;
  }
}
.business-new-section__wrap__inner .title-text {
  margin-top: 16px;
}
.business-new-section__fig {
  display: none;
  flex: 1;
  margin-left: calc((976px - 100vw) / 2);
}
@media only screen and (min-width: 640px) {
  .business-new-section__fig {
    display: block;
  }
}
.business-new-section__fig span {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.business-new-section__fig span.service-fig01 {
  background: url(/ew/peweg/assets/img/fig-business-new01.jpg) center no-repeat;
  background-size: cover;
}
.business-new-section__fig span.service-fig02 {
  background: url(/ew/peweg/assets/img/fig-business-new02.jpg) center no-repeat;
  background-size: cover;
}
.business-new-section__fig span.service-fig03 {
  background: url(/ew/peweg/assets/img/fig-business-new03.jpg) center no-repeat;
  background-size: cover;
}
.business-new-section__fig span.service-fig04 {
  background: url(/ew/peweg/assets/img/fig-business-new04.jpg) center no-repeat;
  background-size: cover;
}
.business-new-section__service {
  margin: 24px 0 40px;
}
@media only screen and (min-width: 640px) {
  .business-new-section__service {
    margin: 40px 0 0;
  }
}
.business-new-section__service a {
  background: #196FD5;
  color: #fff;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  transition: all .3s;
}
@media only screen and (min-width: 640px) {
  .business-new-section__service a {
    padding: 24px 60px 24px 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business-new-section__service a {
    padding-left: 70px;
  }
}
.business-new-section__service a:hover {
  opacity: .9;
}
@media only screen and (min-width: 640px) {
  .business-new-section__service a::before, .business-new-section__service a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
  }
}
@media only screen and (min-width: 640px) {
  .business-new-section__service a::before {
    right: 20px;
    width: 12px;
    height: 2px;
    background: #fff;
  }
}
@media only screen and (min-width: 640px) {
  .business-new-section__service a::after {
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}
.business-new-section__service a:last-child {
  border: none;
}
.business-new-section__service a figure {
  width: 32px;
}
@media only screen and (min-width: 640px) {
  .business-new-section__service a figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business-new-section__service a figure {
    width: 40px;
    left: 20px;
  }
}
.business-new-section__service a h3 {
  flex: 1;
  font-size: 18px;
  margin-left: 16px;
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .business-new-section__service a h3 {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .business-new-section__service a h3 {
    font-size: 20px;
    display: flex;
    align-items: flex-end;
  }
}
.business-new-section__service a h3::before, .business-new-section__service a h3::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
@media only screen and (min-width: 640px) {
  .business-new-section__service a h3::before, .business-new-section__service a h3::after {
    content: none;
  }
}
.business-new-section__service a h3::before {
  right: 0;
  width: 12px;
  height: 2px;
  background: #fff;
}
.business-new-section__service a h3::after {
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.business-new-section__service a h3 span {
  display: block;
  font-style: italic;
  font-size: 12px;
  margin-top: 4px;
}
@media print, screen and (min-width: 1200px) {
  .business-new-section__service a h3 span {
    font-size: 13px;
    margin-left: 10px;
    margin-top: 0;
  }
}
.business-new-section__service a p {
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
}
@media print, screen and (min-width: 1200px) {
  .business-new-section__service a p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 639px) {
  .data .data-flex {
    align-items: inherit;
  }
  .data .data-wp {
    width: 48%;
    display: block;
    padding: 12px;
  }
  .data .data-wp img {
    width: 80%;
  }
  .data .data-wp .data-name {
    font-size: 1.1rem;
  }
  .data .data-wp .hyou {
    width: inherit;
    height: inherit;
  }
  .data .data-wp.gyoseki {
    padding: 15px;
  }
  .data .data-wp .number {
    font-size: 4rem;
  }
  .data .data-wp .number span {
    font-size: 2rem;
  }
  .data .data-wp .number span.normar-text {
    display: block;
    font-size: 1.6rem;
  }
  .data .data-wp .hosoku {
    font-size: 1.1rem;
  }
  .data .data-height {
    height: auto;
  }
}
.person-work .section-box {
  padding-bottom: 40px;
}
.person-work .section-box:nth-of-type(even)::before {
  background-color: #dbe8ff;
  height: calc(100% - 150px);
}
.person-work .section-box:nth-of-type(odd)::before {
  background-color: #fff;
}
.person-work .section-box.interview-box-sp::before {
  background-color: #196FD5;
}

@media only screen and (max-width: 639px) {
  .person-work .section-box:nth-of-type(even)::before {
    height: 100%;
  }

  .section-box.interview-box-sp {
    padding-top: 0;
    background: url(/ew/peweg/assets/img/recruit/bg-interview.jpg) right center no-repeat;
    background-size: cover;
  }
  .section-box.interview-box-sp::before {
    height: 100%;
    background: #196FD5;
    width: 100%;
    transform: skew(-20deg) translateX(-38%);
  }
  .section-box.interview-box-sp .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-box.interview-box-sp .sec-title {
    margin-bottom: 24px;
    text-align: left;
  }
  .section-box.interview-box-sp .sec-title h2 {
    font-size: 1.7rem;
  }
  .section-box.interview-box-sp .interview-img-wp {
    display: none;
  }
  .section-box.interview-box-sp .button {
    width: 170px;
    margin: 0;
  }
  .section-box.interview-box-sp .button a {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}
.head-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.page-head__inquiry {
  background: url(/ew/peweg/assets/img/contact/main-contact.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__inquiry {
    height: 180px;
  }
}
.page-head__cooperative {
  height: 320px;
}
.page-head__casestudy-search {
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__casestudy-search {
    height: 180px;
  }
}
.page-head__business-lighting {
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__business-lighting {
    height: 180px;
  }
}
.page-head__business-bill {
  background: url(/ew/peweg/assets/img/business/bill/main-business-bill.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__business-bill {
    background: url(/ew/peweg/assets/img/business/bill/main-business-bill.jpg) center no-repeat;
    background-size: cover;
    height: 180px;
  }
}
.page-head__business-env {
  background: url(/ew/peweg/assets/img/business/env/main-business-env.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__business-env {
    height: 180px;
  }
}
.page-head__company-notification {
  background: url(/ew/peweg/assets/img/company/main-company-notification.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__company-notification {
    height: 180px;
  }
}
.page-head__company-office {
  background: url(/ew/peweg/assets/img/company/main-company-office.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__company-office {
    height: 180px;
  }
}
.page-head__company-vision {
  background: url(/ew/peweg/assets/img/company/main-company-vision.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__company-vision {
    height: 180px;
  }
}
.page-head__company-overview {
  background: url(/ew/peweg/assets/img/company/main-company-overview.jpg) top center no-repeat;
  background-size: cover;
  height: 270px;
}
@media only screen and (max-width: 640px) {
  .page-head__company-overview {
    height: 180px;
  }
}
.page-head__company-plan {
  background: url(/ew/peweg/assets/img/company/main-company-plan.jpg) center no-repeat;
  background-size: cover;
  height: 210px;
}
@media only screen and (max-width: 640px) {
  .page-head__company-plan {
    height: 180px;
  }
}

.inquiry-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inquiry-wrap__inner {
  border: 1px solid #dadada;
  padding: 32px;
  width: 90%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .inquiry-wrap__inner {
    width: 33.33333%;
  }
}
.inquiry-wrap__inner:nth-of-type(n+2) {
  border-top: none;
}
@media only screen and (min-width: 640px) {
  .inquiry-wrap__inner:nth-of-type(n+2) {
    border-top: 1px solid #dadada;
    border-left: none;
  }
}
.inquiry-wrap__inner h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.inquiry-wrap__inner figure {
  width: 64px;
  margin: 0 auto;
}
.inquiry-wrap__inner p {
  margin-top: 24px;
  font-size: 14px;
}
.inquiry-wrap__inner p span {
  font-size: 11px;
  color: #666;
  display: block;
  margin-top: -1px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 640px) {
  .inquiry-wrap__inner p {
    margin-bottom: 24px;
  }
}
.inquiry-wrap__btn, .inquiry-wrap__btn__mt0, .inquiry-wrap__btn__mt46 {
  margin-top: 24px;
}
@media only screen and (min-width: 640px) {
  .inquiry-wrap__btn, .inquiry-wrap__btn__mt0, .inquiry-wrap__btn__mt46 {
    margin-top: auto;
  }
}
.inquiry-wrap__btn a, .inquiry-wrap__btn__mt0 a, .inquiry-wrap__btn__mt46 a {
  border: 1px solid #888;
  display: block;
  width: 100%;
  padding: 12px 16px;
  position: relative;
  color: #222;
  font-size: 14px;
}
.inquiry-wrap__btn a:nth-of-type(n+2), .inquiry-wrap__btn__mt0 a:nth-of-type(n+2), .inquiry-wrap__btn__mt46 a:nth-of-type(n+2) {
  border-top: none;
}
.inquiry-wrap__btn a::after, .inquiry-wrap__btn__mt0 a::after, .inquiry-wrap__btn__mt46 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.inquiry-wrap__btn a::before, .inquiry-wrap__btn__mt0 a::before, .inquiry-wrap__btn__mt46 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background: #196FD5;
  border-radius: 2px;
  width: 30px;
  height: 16px;
}

.page-head__company-overview .page-title, .page-head__company-overview .page-title-sub, .page-head__company-overview .page-title-customer {
  padding-bottom: 130px;
}

.balloon2 {
  z-index: 0;
}

.tab-content__inner {
  padding-top: 16px;
}
@media only screen and (min-width: 640px) {
  .tab-content__inner {
    margin-top: 50px;
  }
}

/* 20230328 */
.goal-section__blue {
  background: rgba(25, 111, 213, 0.07);
  padding: 16px 20px;
}
.goal-section__blue:nth-of-type(n+2) {
  margin-top: 40px;
}
.goal-section .color-blue, .goal-section__blue .color-blue {
  color: #196FD5;
}
.goal-section li, .goal-section__blue li {
  text-indent: -14px;
  margin-left: 14px;
}
.goal-section li:nth-of-type(n+2), .goal-section__blue li:nth-of-type(n+2) {
  margin-top: 8px;
}
.goal-section .plan-title, .goal-section__blue .plan-title {
  text-indent: -18px;
  margin-left: 18px;
}

.plan-section__content {
  padding-left: 20px;
}
.plan-section__content .ttl-content {
  font-weight: bold;
  color: #196FD5;
  margin: 24px 0 8px;
}
.plan-section__content dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .plan-section__content dl {
    font-size: 16px;
  }
}
.plan-section__content dl:nth-of-type(n+2) {
  margin-top: 24px;
}
.plan-section__content dl dt {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (min-width: 640px) {
  .plan-section__content dl dt {
    width: 130px;
    margin-bottom: 0;
  }
}
.plan-section__content dl dd {
  flex: 1;
}
.plan-section__info {
  background: #f7f7f7;
  padding: 24px;
}
.plan-section__info p {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.plan-section__info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .plan-section__info dl {
    font-size: 16px;
  }
}
.plan-section__info dl:nth-of-type(n+2) {
  margin-top: 8px;
}
.plan-section__info dl dt {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .plan-section__info dl dt {
    width: 360px;
  }
}
.plan-section__info dl dd {
  flex: 1;
}

.inquiry-info {
  background: #f5f5f5;
  margin-top: 40px;
  padding: 24px;
}
@media only screen and (min-width: 640px) {
  .inquiry-info {
    padding: 40px;
  }
}
.inquiry-info h3 span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #15388a;
  color: #fff;
  padding: 8px;
}
@media only screen and (min-width: 640px) {
  .inquiry-info h3 span {
    padding: 6px 0;
  }
}
.inquiry-info ul {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .inquiry-info ul {
    margin-top: 24px;
  }
}
.inquiry-info ul li {
  font-size: 12px;
  text-indent: -16px;
  margin-left: 16px;
}
@media only screen and (min-width: 640px) {
  .inquiry-info ul li {
    font-size: 16px;
    text-indent: -22px;
    margin-left: 22px;
  }
}
.inquiry-info ul li:nth-of-type(n+2) {
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  .inquiry-info ul li:nth-of-type(n+2) {
    margin-top: 16px;
  }
}
.inquiry-info ul li a {
  color: #196FD5;
  text-decoration: underline;
}

.text-attention {
  font-size: 12px;
  margin-left: 50px;
}
@media only screen and (min-width: 640px) {
  .text-attention {
    margin-left: 0;
  }
}

.no-link {
  border-color: #aaa !important;
}
.no-link a {
  pointer-events: none;
}
.no-link a span {
  color: #aaa !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.en-ttl {
  font-size: 24px;
}
@media only screen and (min-width: 640px) {
  .en-ttl {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 960px) {
  .en-ttl {
    font-size: 40px;
  }
}

.en-garage-head {
  padding: 40px 0;
}
@media only screen and (min-width: 640px) {
  .en-garage-head {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .en-garage-head {
    padding-top: 120px;
  }
}
.en-garage-head .head-logo {
  margin-bottom: 24px;
}
.en-garage-head .head-logo figure {
  width: 85%;
  max-width: 640px;
  margin: 0 auto 16px;
}
@media print, screen and (min-width: 1200px) {
  .en-garage-head .head-logo figure {
    margin-bottom: 32px;
  }
}
.en-garage-head .head-logo p {
  color: #cc1144;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .en-garage-head .head-logo p {
    font-size: 20px;
  }
}
.en-garage-head .head-fig {
  display: flex;
  flex-wrap: wrap;
}
.en-garage-head .head-fig figure {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .en-garage-head .head-fig figure {
    width: 50%;
  }
}

.page-link__front li a {
  padding: 12px 23px;
  font-size: 16px;
}
@media only screen and (min-width: 640px) {
  .page-link__front li a {
    font-size: 18px;
  }
}
.page-link__front li a span {
  padding: 0 0 0 15px;
}
.page-link__front li a span::after {
  right: inherit;
  left: 0;
}

.concept-section {
  background: url(/ew/peweg/assets/img/recruit/en-garage/bg-en.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 24px;
}
.concept-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.concept-section .concept-inner {
  max-width: 1040px;
}
.concept-section__inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 640px) {
  .concept-section__inner {
    padding: 40px;
    margin-top: 40px;
  }
}
.concept-section__inner__ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.concept-section__inner__ttl h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .concept-section__inner__ttl h3 {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.concept-section__inner__ttl h3 span {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media only screen and (min-width: 640px) {
  .concept-section__inner__ttl h3 span {
    font-size: 20px;
  }
}
.concept-section__inner__ttl h3 span::after {
  content: '';
  width: 40px;
  border-top: 1px solid #333;
  margin-left: 8px;
}
@media print, screen and (min-width: 1200px) {
  .concept-section__inner__ttl h3 span::after {
    width: 80px;
  }
}
.concept-section__inner__ttl p {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .concept-section__inner__ttl p {
    width: 45%;
  }
}
.concept-section__inner .logo-path {
  width: 80%;
  max-width: 600px;
  margin: 24px auto;
}
@media only screen and (min-width: 640px) {
  .concept-section__inner .logo-path {
    margin: 80px auto;
  }
}

.floor-section__map {
  text-align: center;
  margin-top: 24px;
}
@media only screen and (min-width: 640px) {
  .floor-section__map {
    margin-top: 40px;
  }
}
.floor-section__map .logo-360 {
  width: 60%;
  margin: 0 auto 16px;
  max-width: 306px;
}
.floor-section__map p {
  padding: 0 15px;
}
.floor-section__map__inner {
  margin: 0 auto;
  margin-top: 24px;
  background: #f7f7f7;
  padding: 24px;
  position: relative;
  width: 90%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner {
    margin-top: 40px;
    padding: 40px;
    max-width: 1056px;
  }
}
.floor-section__map__inner .map-pin {
  position: absolute;
  width: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin {
    width: 24px;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section__map__inner .map-pin {
    width: 32px;
  }
}
.floor-section__map__inner .map-pin.pin01 {
  top: 51%;
  right: 15%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin01 {
    top: 59%;
    right: 14%;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section__map__inner .map-pin.pin01 {
    top: 58%;
    right: 13%;
  }
}
.floor-section__map__inner .map-pin.pin02 {
  top: 31%;
  right: 30%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin02 {
    top: 36%;
  }
}
.floor-section__map__inner .map-pin.pin03 {
  top: 15%;
  right: 33%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin03 {
    top: 17%;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section__map__inner .map-pin.pin03 {
    top: 16%;
    right: 32%;
  }
}
.floor-section__map__inner .map-pin.pin04 {
  top: 45%;
  left: 50%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin04 {
    top: 51%;
    left: 51%;
  }
}
.floor-section__map__inner .map-pin.pin05 {
  top: 61%;
  left: 31%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin05 {
    top: 69%;
  }
}
.floor-section__map__inner .map-pin.pin06 {
  top: 23%;
  left: 30%;
}
@media print, screen and (min-width: 1200px) {
  .floor-section__map__inner .map-pin.pin06 {
    top: 21%;
    left: 28%;
  }
}
.floor-section__map__inner .map-pin.pin07 {
  top: 17%;
  left: 18%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin07 {
    top: 21%;
    left: 17%;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section__map__inner .map-pin.pin07 {
    top: 19%;
    left: 16%;
  }
}
.floor-section__map__inner .map-pin.pin08 {
  top: 40%;
  left: 18%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin08 {
    top: 44%;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section__map__inner .map-pin.pin08 {
    top: 42%;
    left: 17%;
  }
}
.floor-section__map__inner .map-pin.pin09 {
  top: 32%;
  left: 55%;
}
@media only screen and (min-width: 640px) {
  .floor-section__map__inner .map-pin.pin09 {
    top: 35%;
    left: 57%;
  }
}
.floor-section .border-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1200px) {
  .floor-section .border-ttl {
    margin-top: 120px;
    margin-bottom: 80px;
    font-size: 24px;
  }
}
.floor-section .border-ttl span {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
}
.floor-section .border-ttl span::before, .floor-section .border-ttl span::after {
  content: '';
  border: 2px solid #333;
  position: absolute;
  max-width: 300px;
  width: 100%;
  height: 100%;
}
.floor-section .border-ttl span::before {
  top: -2px;
  left: -2px;
}
.floor-section .border-ttl span::after {
  bottom: 2px;
  right: 2px;
}
.floor-section .area-section:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
.floor-section .area-section__head {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 330px;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text {
    width: 370px;
  }
}
.floor-section .area-section__text__inner, .floor-section .area-section__text__inner__blue, .floor-section .area-section__text__inner__brown, .floor-section .area-section__text__inner__black, .floor-section .area-section__text__inner__pink, .floor-section .area-section__text__inner__green {
  position: relative;
  color: #fff;
  padding: 24px;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text__inner, .floor-section .area-section__text__inner__blue, .floor-section .area-section__text__inner__brown, .floor-section .area-section__text__inner__black, .floor-section .area-section__text__inner__pink, .floor-section .area-section__text__inner__green {
    padding: 40px 0 40px 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner, .floor-section .area-section__text__inner__blue, .floor-section .area-section__text__inner__brown, .floor-section .area-section__text__inner__black, .floor-section .area-section__text__inner__pink, .floor-section .area-section__text__inner__green {
    padding: 80px 0 80px 80px;
  }
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text__inner::after, .floor-section .area-section__text__inner__blue::after, .floor-section .area-section__text__inner__brown::after, .floor-section .area-section__text__inner__black::after, .floor-section .area-section__text__inner__pink::after, .floor-section .area-section__text__inner__green::after {
    content: '';
    position: absolute;
    top: 0;
    right: -110px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 222px 110px 0px 0px;
    opacity: .95;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner::after, .floor-section .area-section__text__inner__blue::after, .floor-section .area-section__text__inner__brown::after, .floor-section .area-section__text__inner__black::after, .floor-section .area-section__text__inner__pink::after, .floor-section .area-section__text__inner__green::after {
    right: -160px;
    border-width: 321px 160px 0px 0px;
  }
}
.floor-section .area-section__text__inner h4, .floor-section .area-section__text__inner__blue h4, .floor-section .area-section__text__inner__brown h4, .floor-section .area-section__text__inner__black h4, .floor-section .area-section__text__inner__pink h4, .floor-section .area-section__text__inner__green h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner h4, .floor-section .area-section__text__inner__blue h4, .floor-section .area-section__text__inner__brown h4, .floor-section .area-section__text__inner__black h4, .floor-section .area-section__text__inner__pink h4, .floor-section .area-section__text__inner__green h4 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.floor-section .area-section__text__inner h4 span, .floor-section .area-section__text__inner__blue h4 span, .floor-section .area-section__text__inner__brown h4 span, .floor-section .area-section__text__inner__black h4 span, .floor-section .area-section__text__inner__pink h4 span, .floor-section .area-section__text__inner__green h4 span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner h4 span, .floor-section .area-section__text__inner__blue h4 span, .floor-section .area-section__text__inner__brown h4 span, .floor-section .area-section__text__inner__black h4 span, .floor-section .area-section__text__inner__pink h4 span, .floor-section .area-section__text__inner__green h4 span {
    font-size: 13px;
  }
}
.floor-section .area-section__text__inner h5, .floor-section .area-section__text__inner__blue h5, .floor-section .area-section__text__inner__brown h5, .floor-section .area-section__text__inner__black h5, .floor-section .area-section__text__inner__pink h5, .floor-section .area-section__text__inner__green h5 {
  font-weight: bold;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner h5, .floor-section .area-section__text__inner__blue h5, .floor-section .area-section__text__inner__brown h5, .floor-section .area-section__text__inner__black h5, .floor-section .area-section__text__inner__pink h5, .floor-section .area-section__text__inner__green h5 {
    font-size: 20px;
  }
}
.floor-section .area-section__text__inner__blue {
  background: rgba(0, 65, 141, 0.95);
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text__inner__blue::after {
    border-color: #00418D transparent transparent transparent;
  }
}
.floor-section .area-section__text__inner__brown {
  background: rgba(172, 133, 59, 0.95);
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text__inner__brown::after {
    border-color: #AC853B transparent transparent transparent;
  }
}
.floor-section .area-section__text__inner__black {
  background: rgba(39, 37, 45, 0.95);
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text__inner__black::after {
    right: -140px;
    border-width: 287px 140px 0px 0px;
    border-color: #27252D transparent transparent transparent;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner__black::after {
    right: -180px;
    border-width: 396px 180px 0px 0px;
  }
}
.floor-section .area-section__text__inner__pink {
  background: rgba(203, 135, 177, 0.95);
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text__inner__pink::after {
    right: -140px;
    border-width: 287px 140px 0px 0px;
    border-color: #CB87B1 transparent transparent transparent;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner__pink::after {
    right: -180px;
    border-width: 396px 180px 0px 0px;
  }
}
.floor-section .area-section__text__inner__green {
  background: rgba(75, 154, 125, 0.95);
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__text__inner__green::after {
    right: -140px;
    border-width: 287px 140px 0px 0px;
    border-color: #4B9A7D transparent transparent transparent;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__text__inner__green::after {
    right: -180px;
    border-width: 396px 180px 0px 0px;
  }
}
.floor-section .area-section__fig {
  overflow: hidden;
  max-width: 1140px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__fig {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__fig {
    margin-left: 160px;
    width: 100%;
    max-width: inherit;
    height: 500px;
  }
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__fig::before {
    content: '';
    border-bottom: solid 550px transparent;
    border-left: solid 275px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.floor-section .area-section__fig img {
  max-width: 100%;
  width: 100%;
}
.floor-section .area-section__area {
  margin: 40px 0 80px;
}
.floor-section .area-section__area__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor-section .area-section__area__box {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__area__box {
    width: 48%;
  }
}
.floor-section .area-section__area__box:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__area__box:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.floor-section .area-section__area__box figure {
  position: relative;
}
.floor-section .area-section__area__box figure .area-caption, .floor-section .area-section__area__box figure .area-caption__blue, .floor-section .area-section__area__box figure .area-caption__brown, .floor-section .area-section__area__box figure .area-caption__black, .floor-section .area-section__area__box figure .area-caption__green {
  color: #fff;
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  bottom: 0;
  right: 0;
  padding: 4px 20px 4px 0;
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__area__box figure .area-caption, .floor-section .area-section__area__box figure .area-caption__blue, .floor-section .area-section__area__box figure .area-caption__brown, .floor-section .area-section__area__box figure .area-caption__black, .floor-section .area-section__area__box figure .area-caption__green {
    font-size: 14px;
  }
}
.floor-section .area-section__area__box figure .area-caption::after, .floor-section .area-section__area__box figure .area-caption__blue::after, .floor-section .area-section__area__box figure .area-caption__brown::after, .floor-section .area-section__area__box figure .area-caption__black::after, .floor-section .area-section__area__box figure .area-caption__green::after {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 26px 26px;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__area__box figure .area-caption::after, .floor-section .area-section__area__box figure .area-caption__blue::after, .floor-section .area-section__area__box figure .area-caption__brown::after, .floor-section .area-section__area__box figure .area-caption__black::after, .floor-section .area-section__area__box figure .area-caption__green::after {
    left: -29px;
    border-width: 0px 0px 29px 29px;
  }
}
.floor-section .area-section__area__box figure .area-caption__blue {
  background: #00418D;
}
.floor-section .area-section__area__box figure .area-caption__blue::after {
  border-color: transparent transparent #00418D transparent;
}
.floor-section .area-section__area__box figure .area-caption__brown {
  background: #AC853A;
}
.floor-section .area-section__area__box figure .area-caption__brown::after {
  border-color: transparent transparent #AC853A transparent;
}
.floor-section .area-section__area__box figure .area-caption__black {
  background: #2c2c2c;
}
.floor-section .area-section__area__box figure .area-caption__black::after {
  border-color: transparent transparent #2c2c2c transparent;
}
.floor-section .area-section__area__box figure .area-caption__green {
  background: #3C8033;
}
.floor-section .area-section__area__box figure .area-caption__green::after {
  border-color: transparent transparent #3C8033 transparent;
}
.floor-section .area-section__area__box h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin: 16px 0;
}
.floor-section .area-section__area__box h5 span {
  font-weight: normal;
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}
.floor-section .area-section__area__box ul {
  display: flex;
  flex-wrap: wrap;
  background: #ebebeb;
  padding: 8px;
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__area__box ul {
    padding: 16px;
  }
}
.floor-section .area-section__area__box ul li {
  width: 50%;
  color: #888;
  font-size: 12px;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section__area__box ul li {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 1200px) {
  .floor-section .area-section__area__box ul li {
    font-size: 14px;
  }
}
.floor-section .area-section__area__box ul li:nth-of-type(n+3) {
  margin-top: 4px;
}
.floor-section .area-section .other-ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .floor-section .area-section .other-ttl {
    font-size: 24px;
  }
}

.access-section .gmap {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .access-section .gmap {
    margin-top: 24px;
  }
}
.access-section h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 16px 0 8px;
}
@media only screen and (min-width: 640px) {
  .access-section h3 {
    font-size: 20px;
  }
}
.access-section p {
  color: #cc1144;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .access-section p {
    font-size: 20px;
  }
}
.access-section p.pin-text {
  color: #333;
  font-weight: normal;
  padding-left: 14px;
  margin-bottom: 24px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 640px) {
  .access-section p.pin-text {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .access-section p.pin-text {
    font-size: 16px;
  }
}
.access-section p.pin-text::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/ew/peweg/assets/img/recruit/en-garage/fig-pin.svg) center no-repeat;
  background-size: cover;
  width: 10px;
  height: 15px;
}

.remodal-engate .pannellum-wrap {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}
.remodal-engate .pannellum-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.remodal-engate .pannellum-link {
  display: block;
  border: 1px solid #ddd;
  padding: 12px 0;
  margin-top: 16px;
  font-weight: bold;
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 640px) {
  .remodal-engate .pannellum-link {
    margin-top: 40px;
    padding: 16px 0;
  }
}
.remodal-engate .pannellum-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.bnr-engarage {
  margin: 40px auto 80px;
  width: 90%;
  max-width: 800px;
  display: block;
}

@media only screen and (min-width: 640px) {
  .recruit-bnr-section__inner {
    flex-wrap: wrap;
  }
}
.recruit-bnr-section__inner a.bnr-engarage {
  width: 100%;
  margin: 0;
  max-width: inherit;
}
@media only screen and (min-width: 640px) {
  .recruit-bnr-section__inner a.bnr-engarage {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit-bnr-section__inner a.bnr-engarage {
    margin-bottom: 40px;
  }
}
.recruit-bnr-section__inner a.bnr-engarage::before, .recruit-bnr-section__inner a.bnr-engarage::after {
  content: none;
}

.recruit-bnr-section__inner .contents__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .recruit-bnr-section__inner .contents__header span {
    margin-left: 8px;
  }
}
.recruit-bnr-section__inner a p span em {
  font-weight: bold;
  display: block;
}
.recruit-bnr-section__inner .mov-library {
  margin-top: 40px;
  width: 100%;
}
.recruit-bnr-section__inner .mov-library h3 {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}
.recruit-bnr-section__inner .mov-library h3 span {
  font-size: 13px;
  color: #196FD5;
  margin-left: 8px;
  font-weight: normal;
  width: 100%;
}
.recruit-bnr-section__inner .mov-library .box-contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-bnr-section__inner .mov-library .box-contents li {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .recruit-bnr-section__inner .mov-library .box-contents li {
    width: 48%;
  }
}
.recruit-bnr-section__inner .mov-library .box-contents li:nth-of-type(n+2) {
  margin-top: 16px;
}
@media print, screen and (min-width: 960px) {
  .recruit-bnr-section__inner .mov-library .box-contents li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.recruit-bnr-section__inner .mov-library .box-contents li .youtube {
  margin-bottom: 0;
}
.recruit-bnr-section__inner .mov-library .box-contents li p {
  font-size: 13px;
  margin-top: 4px;
}
@media print, screen and (min-width: 960px) {
  .recruit-bnr-section__inner .mov-library .box-contents li p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}

.childcare-box {
  display: flex;
  flex-wrap: wrap;
}
.childcare-box p.number {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .childcare-box p.number {
    width: 50%;
    font-size: 6.7rem;
  }
}
.childcare-box p.number .normar-text {
  padding-right: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.childcare-box p.number .normar-text.man-text {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
  margin-left: 10px;
}
.childcare-box p.hosoku {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .inquiry-wrap__btn__mt0 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) {
  .inquiry-wrap__btn__mt46 {
    margin-top: 46px;
  }
}

@media print, screen and (min-width: 960px) {
  .inquiry-wrap__inner h3 {
    min-height: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .inquiry-wrap__inner p {
    min-height: 81px;
  }
}
.inquiry-wrap__inner p.inq-text {
  min-height: inherit;
  margin-bottom: 0;
  font-size: 12px;
  text-indent: -12px;
  margin-left: 12px;
}
.inquiry-wrap__inner p.inq-text a {
  font-weight: bold;
  text-decoration: underline;
  color: #196FD5;
}

.section-box .schedule.staff-schedule {
  margin: 40px 0 0;
  padding: 40px 0 0;
  background-image: linear-gradient(to right, #888888, #888888 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 4px);
  /* 幅2の線を作る */
  background-size: 8px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left top;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
}
@media print, screen and (min-width: 960px) {
  .section-box .schedule.staff-schedule {
    margin: 80px 0 0;
    padding: 80px 0 0;
  }
}

_::-webkit-full-page-media, _:future, :root rt {
  transform: translateY(19px);
}

.u-ff-zen-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.av-btn-list.interior-btn li {
  width: 300px;
}
.av-btn-list.interior-btn li a {
  max-width: 290px;
}

/* vision */
.hl-philosophy {
  color: #196FD5;
  margin-bottom: 24px;
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .hl-philosophy {
    font-size: 24px;
  }
}

.philosophy-box {
  margin-top: 40px;
  border: 1px solid #196FD5;
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .philosophy-box {
    font-size: 20px;
  }
}
.philosophy-box dt {
  background: #196FD5;
  color: #fff;
  padding: 8px 16px;
}
.philosophy-box dt span {
  font-size: 13px;
}
@media print, screen and (min-width: 960px) {
  .philosophy-box dt span {
    font-size: 16px;
  }
}
.philosophy-box dd {
  padding: 24px;
}
@media print, screen and (min-width: 960px) {
  .philosophy-box dd {
    padding: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .philosophy-box dd.slogan-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.philosophy-box dd.slogan-text figure {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .philosophy-box dd.slogan-text figure {
    width: 38%;
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .philosophy-box dd.slogan-text div {
    width: 58%;
    text-align: left;
  }
}
.philosophy-box dd.slogan-text h4 {
  margin-top: 24px;
  font-size: 18px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 960px) {
  .philosophy-box dd.slogan-text h4 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .philosophy-box dd.slogan-text p {
    font-size: 14px;
  }
}

.basic-policy-box, .basic-policy-box__top {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 32px 18px;
  margin-top: 40px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .basic-policy-box, .basic-policy-box__top {
    padding: 60px;
    margin-top: 120px;
  }
}
.basic-policy-box::before, .basic-policy-box__top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  outline: 8px solid rgba(25, 111, 213, 0.3);
  outline-offset: -8px;
}
@media print, screen and (min-width: 960px) {
  .basic-policy-box::before, .basic-policy-box__top::before {
    outline: 16px solid rgba(25, 111, 213, 0.3);
    outline-offset: -16px;
  }
}
.basic-policy-box__top {
  margin-top: 0 !important;
}
.basic-policy-box h3, .basic-policy-box__top h3 {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 960px) {
  .basic-policy-box h3, .basic-policy-box__top h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.group-policy-box {
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .group-policy-box {
    margin-top: 80px;
  }
}
.group-policy-box h3 {
  color: #196FD5;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}
@media print, screen and (min-width: 960px) {
  .group-policy-box h3 {
    font-size: 20px;
  }
}
.group-policy-box h4 {
  color: #196FD5;
  font-size: 16px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 960px) {
  .group-policy-box h4 {
    font-size: 18px;
  }
}
.group-policy-box h4:nth-of-type(n+2) {
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .group-policy-box h4:nth-of-type(n+2) {
    margin-top: 64px;
  }
}
.group-policy-box dl {
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .group-policy-box dl {
    font-size: 16px;
  }
}
.group-policy-box dl.spirit-box {
  background: #f7f7f7;
  padding: 18px;
  border-radius: 8px;
}
@media print, screen and (min-width: 960px) {
  .group-policy-box dl.spirit-box {
    padding: 24px;
  }
}
.group-policy-box dl dt {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 960px) {
  .group-policy-box dl dt {
    margin-bottom: 16px;
  }
}

/* space-solution */
.space-section .inner, .space-section__head .inner, .space-section__en .inner, .space-section__plan .inner, .space-section__total .inner, .space-section__case .inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 960px) {
  .space-section .inner, .space-section__head .inner, .space-section__en .inner, .space-section__plan .inner, .space-section__total .inner, .space-section__case .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.space-section__head {
  padding: 18px 0 14px;
}
@media print, screen and (min-width: 960px) {
  .space-section__head {
    padding: 36px 0 21px;
  }
}
.space-section__en {
  padding: 31px 0 63px;
  background: url(/ew/peweg/assets/img/business/space-solution/index/bg-en.jpg) center no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 960px) {
  .space-section__en {
    padding: 92px 0 180px;
  }
}
.space-section__plan {
  padding: 50px 0 100px;
}
@media print, screen and (min-width: 960px) {
  .space-section__plan {
    padding-top: 103px;
    padding-bottom: 140px;
  }
}
.space-section__total {
  background: #fff;
  padding: 0 0 80px;
}
@media print, screen and (min-width: 960px) {
  .space-section__total {
    padding-bottom: 160px;
  }
}
.space-section__case {
  background: #fff;
  padding: 0 0 80px;
}

.space-head__index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
}
.space-head__index__inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .space-head__index__inner {
    left: 128px;
    top: 57%;
  }
}
.space-head__index__inner h1, .space-head__index__inner h2 {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .space-head__index__inner h1, .space-head__index__inner h2 {
    font-size: 34px;
  }
}
.space-head__index__inner span {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .space-head__index__inner span {
    font-size: 16px;
  }
}
.space-head__index figure {
  opacity: .25;
  margin-left: auto;
  width: 160px;
}
@media print, screen and (min-width: 960px) {
  .space-head__index figure {
    width: 250px;
    margin-right: 84px;
  }
}

.en-marker {
  position: relative;
  z-index: 0;
  padding: 0 8px;
  background: radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #ffdb70 6px, rgba(0, 0, 0, 0) 6px), radial-gradient(circle at 6px calc(100% - 6px), #ffdb70 6px, rgba(0, 0, 0, 0) 6px), linear-gradient(to bottom, #f0efec calc(100% - 12px), rgba(0, 0, 0, 0) calc(100% - 12px)), linear-gradient(to right, rgba(0, 0, 0, 0) 6px, #ffdb70 6px, #ffdb70 calc(100% - 6px), rgba(0, 0, 0, 0) calc(100% - 6px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.space-section__en__inner .line-text {
  line-height: 1.7;
  display: block;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 960px) {
  .space-section__en__inner .line-text {
    margin-bottom: 45px;
  }
}
.space-section__en__inner .line-text span {
  font-size: 20px;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .space-section__en__inner .line-text span {
    font-size: 30px;
  }
}
.space-section__en__inner .en-text {
  font-size: 14px;
  color: #464646;
  line-height: 1.7;
}
@media print, screen and (min-width: 960px) {
  .space-section__en__inner .en-text {
    font-size: 18px;
  }
}

.en-pic-box {
  margin-top: 38px;
}
@media print, screen and (min-width: 960px) {
  .en-pic-box {
    margin-top: 53px;
  }
}
.en-pic-box .en-ttl {
  font-size: 28px;
}
@media print, screen and (min-width: 960px) {
  .en-pic-box .en-ttl {
    font-size: 41px;
  }
}
.en-pic-box .en-ttl ruby {
  font-size: 60px;
  margin-left: 4px;
}
@media print, screen and (min-width: 960px) {
  .en-pic-box .en-ttl ruby {
    font-size: 80px;
  }
}
.en-pic-box .en-ttl ruby rt {
  font-size: 18px;
  letter-spacing: 4px;
}
@media print, screen and (min-width: 960px) {
  .en-pic-box .en-ttl ruby rt {
    font-size: 24px;
  }
}
.en-pic-box .en-pic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 960px) {
  .en-pic-box .en-pic {
    margin: 0 auto;
    margin-top: 53px;
    width: 976px;
    position: relative;
  }
}
.en-pic-box .en-pic figure {
  width: 100%;
  padding: 0 15px;
}
@media print, screen and (min-width: 960px) {
  .en-pic-box .en-pic figure {
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .en-pic-box .en-pic figure:nth-of-type(1) {
    width: 743px;
    position: absolute;
    left: -208px;
  }
}
.en-pic-box .en-pic figure:nth-of-type(2) {
  width: 322px;
  margin: 0 auto;
  margin-top: 28px;
}
@media print, screen and (min-width: 960px) {
  .en-pic-box .en-pic figure:nth-of-type(2) {
    margin: 0;
    width: 463px;
    position: relative;
    right: -576px;
  }
}

.space-plan-text {
  margin-top: 28px;
}
@media print, screen and (min-width: 960px) {
  .space-plan-text {
    margin-top: 39px;
  }
}

.plan-pattern {
  margin-top: 46px;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern {
    width: 890px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.plan-pattern h3 {
  color: #196FD5;
  font-size: 16px;
  border-bottom: 1px solid #196FD5;
  padding-bottom: 13px;
  margin-bottom: 34px;
}
.plan-pattern .plan-pattern-box table {
  width: 710px;
  margin-bottom: 16px;
  height: 100%;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern .plan-pattern-box table {
    width: 100%;
    margin: 0;
  }
}
.plan-pattern .plan-pattern-box table tr {
  border-bottom: 1px solid #196FD5;
}
.plan-pattern .plan-pattern-box table tr:nth-of-type(1), .plan-pattern .plan-pattern-box table tr:last-child {
  border-bottom: none;
}
.plan-pattern .plan-pattern-box table th, .plan-pattern .plan-pattern-box table td {
  padding: 2px;
  vertical-align: middle;
  font-weight: bold;
  height: 100%;
}
.plan-pattern .plan-pattern-box table th div, .plan-pattern .plan-pattern-box table td div {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.plan-pattern .plan-pattern-box table th {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern .plan-pattern-box table th {
    font-size: 14px;
  }
}
.plan-pattern .plan-pattern-box table th:nth-of-type(n+2) {
  width: 92px;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern .plan-pattern-box table th:nth-of-type(n+2) {
    width: 120px;
  }
}
.plan-pattern .plan-pattern-box table th div {
  background: #f5f5f5;
  border-radius: 5px 5px 0 0;
  padding: 5px 0;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern .plan-pattern-box table th div {
    padding: 11px 0;
  }
}
.plan-pattern .plan-pattern-box table tr td {
  color: #196FD5;
  font-size: 20px;
}
.plan-pattern .plan-pattern-box table tr td:nth-of-type(1) {
  color: #fff !important;
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern .plan-pattern-box table tr td:nth-of-type(1) {
    font-size: 16px;
  }
}
.plan-pattern .plan-pattern-box table tr td:nth-of-type(1) div {
  justify-content: flex-start;
  padding: 8px 16px;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern .plan-pattern-box table tr td:nth-of-type(1) div {
    padding: 16px 16px 10px;
  }
}
.plan-pattern .plan-pattern-box table tr td span {
  display: block;
  width: 100%;
  font-size: 10px;
}
@media print, screen and (min-width: 960px) {
  .plan-pattern .plan-pattern-box table tr td span {
    font-size: 12px;
  }
}
.plan-pattern .plan-pattern-box table tr td div {
  background: #F4F8FE;
}
.plan-pattern .plan-pattern-box table tr:nth-of-type(2) td:nth-of-type(1) div {
  background: #196FD5;
  border-radius: 5px;
}
.plan-pattern .plan-pattern-box table tr:nth-of-type(3) td {
  color: #4E90DE;
}
.plan-pattern .plan-pattern-box table tr:nth-of-type(3) td:nth-of-type(1) div {
  background: rgba(25, 111, 213, 0.77);
  border-radius: 5px;
}
.plan-pattern .plan-pattern-box table tr:nth-of-type(4) td {
  color: #91BAEB;
}
.plan-pattern .plan-pattern-box table tr:nth-of-type(4) td:nth-of-type(1) div {
  background: rgba(25, 111, 213, 0.47);
  border-radius: 5px;
}

.space-total__box, .space-total__box__reverse {
  width: 100%;
  background-color: #F5F5F5;
  transform: skewY(-7deg);
}
@media print, screen and (min-width: 960px) {
  .space-total__box, .space-total__box__reverse {
    transform: skewY(-5deg);
    padding-top: 1px;
    height: 500px;
    margin-bottom: 10px;
  }
}
.space-total__box > *, .space-total__box__reverse > * {
  transform: skewY(7deg);
}
@media print, screen and (min-width: 960px) {
  .space-total__box > *, .space-total__box__reverse > * {
    transform: skewY(5deg);
  }
}
.space-total__box__text {
  margin-bottom: 36px;
}
@media print, screen and (min-width: 960px) {
  .space-total__box__text {
    margin-bottom: 0;
    width: 410px;
  }
}
.space-total__box__text h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 960px) {
  .space-total__box__text h3 {
    font-size: 32px;
  }
}
.space-total__box__text h3 span {
  background: #196FD5;
  color: #fff;
  font-size: 14px;
  padding: 4px 16px;
  margin-bottom: 26px;
  display: inline-block;
}
@media print, screen and (min-width: 960px) {
  .space-total__box__text h3 span {
    font-size: 18px;
    margin-bottom: 38px;
  }
}
.space-total__box__text h3 span.standard-ttl {
  background: #4E90DE;
}
.space-total__box__text h3 span.small-ttl {
  background: #91BAEB;
}
.space-total__box__text p span {
  color: #196FD5;
  line-height: 1.7;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-head, .space-total__box__reverse .plan-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: -81px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-head figure, .space-total__box__reverse .plan-head figure {
    width: 557px;
  }
}
.space-total__box .plan-head figure.fig-standard, .space-total__box__reverse .plan-head figure.fig-standard {
  margin: 0 auto;
  width: 40%;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-head figure.fig-standard, .space-total__box__reverse .plan-head figure.fig-standard {
    width: 207px;
  }
}
.space-total__box .plan-head figure.fig-small, .space-total__box__reverse .plan-head figure.fig-small {
  margin: 0 auto;
  width: 60%;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-head figure.fig-small, .space-total__box__reverse .plan-head figure.fig-small {
    width: 267px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-head.small-head, .space-total__box__reverse .plan-head.small-head {
    margin-top: -100px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-head.small-head .space-total__box__text, .space-total__box__reverse .plan-head.small-head .space-total__box__text {
    width: 510px;
  }
}
.space-total__box .plan-support, .space-total__box__reverse .plan-support {
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-support, .space-total__box__reverse .plan-support {
    margin-top: 0;
  }
}
.space-total__box .plan-support h4, .space-total__box__reverse .plan-support h4 {
  color: #196FD5;
  margin-bottom: 19px;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-support h4, .space-total__box__reverse .plan-support h4 {
    margin-bottom: 6px;
  }
}
.space-total__box .plan-support-box__inner, .space-total__box__reverse .plan-support-box__inner {
  background: #fff;
  padding: 30px;
  width: 790px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-support-box__inner, .space-total__box__reverse .plan-support-box__inner {
    width: 100%;
  }
}
.space-total__box .plan-support-box__inner figure, .space-total__box__reverse .plan-support-box__inner figure {
  width: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-support-box__inner figure, .space-total__box__reverse .plan-support-box__inner figure {
    width: 96px;
  }
}
.space-total__box .plan-support-box__inner figure figcaption, .space-total__box__reverse .plan-support-box__inner figure figcaption {
  font-size: 12px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-support-box__inner figure figcaption, .space-total__box__reverse .plan-support-box__inner figure figcaption {
    font-size: 14px;
  }
}
.space-total__box .plan-support-box__inner figure::before, .space-total__box__reverse .plan-support-box__inner figure::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-180%);
  right: -50px;
  background: url(/ew/peweg/assets/img/business/space-solution/index/icon-support-arw_blue.svg) center right no-repeat;
  background-size: cover;
  width: 50px;
  height: 15px;
}
@media print, screen and (min-width: 960px) {
  .space-total__box .plan-support-box__inner figure::before, .space-total__box__reverse .plan-support-box__inner figure::before {
    width: 60px;
    transform: translateY(-200%);
    right: -60px;
  }
}
.space-total__box .plan-support-box__inner figure:last-child:before, .space-total__box__reverse .plan-support-box__inner figure:last-child:before {
  content: none;
}
.space-total__box .plan-support-box__inner figure.fig-gray::before, .space-total__box__reverse .plan-support-box__inner figure.fig-gray::before {
  background: url(/ew/peweg/assets/img/business/space-solution/index/icon-support-arw_gray.svg) center right no-repeat;
  background-size: cover;
}
.space-total__box__reverse {
  transform: skewY(7deg);
}
@media print, screen and (min-width: 960px) {
  .space-total__box__reverse {
    transform: skewY(5deg);
  }
}
.space-total__box__reverse > * {
  transform: skewY(-7deg);
}
@media print, screen and (min-width: 960px) {
  .space-total__box__reverse > * {
    transform: skewY(-5deg);
  }
}
@media print, screen and (min-width: 960px) {
  .space-total__box__reverse .plan-head {
    margin-top: -60px;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 960px) {
  .space-total__box__reverse .plan-head .space-total__box__text {
    width: 450px;
  }
}
.space-total__box__reverse .plan-support {
  margin-top: 17px;
}

.space-section__case.bg-lightblue {
  background: #F4F8FE !important;
  padding-top: 54px;
}
@media print, screen and (min-width: 960px) {
  .space-section__case.bg-lightblue {
    padding-top: 78px;
  }
}
.space-section__case.bg-lightblue h2 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 960px) {
  .space-section__case.bg-lightblue h2 {
    margin-bottom: 49px;
    text-align: center;
  }
}
.space-section__case.bg-lightblue .case-wrap {
  justify-content: center;
}
.space-section__case.bg-lightblue .case-wrap .case-box:nth-of-type(n+2) {
  margin-left: 26px;
}
.space-section__case .case-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.space-section__case .case-wrap .case-box {
  display: block;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  width: 316px;
  margin: 0 auto;
  color: #333;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 960px) {
  .space-section__case .case-wrap .case-box {
    width: 305px;
    margin: 0;
  }
}
.space-section__case .case-wrap .case-box:nth-of-type(n+2) {
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .space-section__case .case-wrap .case-box:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.space-section__case .case-wrap .case-box figure {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.space-section__case .case-wrap .case-box__inner {
  padding: 30px 17px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.space-section__case .case-wrap .case-box__inner h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.space-section__case .case-wrap .case-box__inner .cliant {
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 960px) {
  .space-section__case .case-wrap .case-box__inner .cliant {
    font-size: 14px;
  }
}
.space-section__case .case-wrap .case-box__inner .btn-decoration {
  width: 100%;
  border-radius: 5px;
  margin-top: auto;
  padding: 14px 0;
  color: #fff;
}
.space-section__case .case-wrap .case-btn {
  width: 100%;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .space-section__case .case-wrap .case-btn {
    margin-top: 80px;
  }
}

/* 事例 */
.space-case-section .inner, .space-case-section__head .inner, .space-case-section__point .inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section .inner, .space-case-section__head .inner, .space-case-section__point .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.space-case-section__head {
  padding: 16px 0;
  min-height: 210px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head {
    padding: 48px 0 48px;
  }
}
.space-case-section__head .space-head__case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: calc(210px - 32px);
}
.space-case-section__head .space-head__case.case01 {
  min-height: calc(280px - 32px);
}
.space-case-section__head .space-head__case__inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.space-case-section__head .space-head__case__inner h2 {
  font-size: 17px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head .space-head__case__inner h2 {
    font-size: 22px;
    padding-left: 22px;
  }
}
.space-case-section__head .space-head__case__inner h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  background: #196FD5;
  width: 5px;
  height: 100%;
  transform: skewX(-23deg);
}
.space-case-section__head .space-head__case__inner h2 span {
  display: block;
  color: #888;
  font-size: 14px;
  margin-top: 4px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head .space-head__case__inner h2 span {
    margin-top: 12px;
    font-size: 16px;
  }
}
.space-case-section__head .space-head__case__inner p {
  font-size: 20px;
  color: #196FD5;
  margin-top: 33px;
  line-height: 1.7;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head .space-head__case__inner p {
    font-size: 32px;
    margin-top: 46px;
  }
}
.space-case-section__head .space-head__case__inner span {
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head .space-head__case__inner span {
    font-size: 20px;
  }
}
.space-case-section__head .space-head__case figure {
  opacity: .25;
  width: 122px;
  margin-left: auto;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head .space-head__case figure {
    width: 197px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head .space-head__case figure.case02-head {
    width: 350px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__head .space-head__case figure.case03-head {
    width: 256px;
  }
}
.space-case-section__point {
  padding: 66px 0 54px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point {
    padding: 88px 0 85px;
  }
}
.space-case-section__point .slick-slide {
  margin: 0 4px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .slick-slide {
    margin: 0 9px;
  }
}
.space-case-section__point .case-point {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point {
    margin-top: 36px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point.case02-point .case-point__text {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point.case02-point:nth-of-type(n+2) .case-point__text {
    padding-top: 64px;
    padding-bottom: 63px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point.case03-point .case-point__text {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point.case03-point:nth-of-type(n+2) .case-point__text {
    padding-top: 95px;
    padding-bottom: 96px;
  }
}
.space-case-section__point .case-point .hash-text {
  position: absolute;
  top: -85px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point .hash-text {
    right: 24px;
    top: -75px;
  }
}
.space-case-section__point .case-point .hash-text li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  width: 38px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point .hash-text li {
    width: 58px;
  }
}
.space-case-section__point .case-point .hash-text li:nth-of-type(2) {
  margin-top: 38px;
  margin-right: 9px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point .hash-text li:nth-of-type(2) {
    margin-top: 58px;
  }
}
.space-case-section__point .case-point__slide {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__slide {
    margin: 0;
    width: 535px;
    position: absolute;
    right: calc(40vw / 13);
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__slide .slick-slide {
    margin: 23px 0 0;
  }
}
.space-case-section__point .case-point__slide .slick-next, .space-case-section__point .case-point__slide .slick-prev {
  width: 25px;
  height: 25px;
  z-index: 1;
  bottom: -46px;
  top: 90%;
  display: none !important;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__slide .slick-next, .space-case-section__point .case-point__slide .slick-prev {
    width: 35px;
    height: 35px;
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(90deg);
    display: block !important;
  }
}
.space-case-section__point .case-point__slide .slick-next::before, .space-case-section__point .case-point__slide .slick-prev::before {
  color: #fff;
  font-size: 25px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__slide .slick-next::before, .space-case-section__point .case-point__slide .slick-prev::before {
    font-size: 35px;
  }
}
.space-case-section__point .case-point__slide .slick-next {
  right: 15px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__slide .slick-next {
    top: 93%;
  }
}
.space-case-section__point .case-point__slide .slick-prev {
  left: 15px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__slide .slick-prev {
    top: 7%;
  }
}
.space-case-section__point .case-point__text {
  margin: 0 0 0 calc(50% - 50vw);
  width: calc(100vw - 15px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 0 15px 15px 0;
  padding: 35px 22px 31px 27px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__text {
    width: calc(1138vw / 13);
    padding: 128px 0;
    padding-left: calc(162vw / 13);
  }
}
.space-case-section__point .case-point__text h4 {
  font-size: 22px;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__text h4 {
    font-size: 32px;
    margin-bottom: 36px;
  }
}
.space-case-section__point .case-point__text h4 span {
  color: #196FD5;
  font-size: 12px;
  display: block;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__text h4 span {
    font-size: 16px;
  }
}
.space-case-section__point .case-point__text p {
  line-height: 1.7;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point__text p {
    width: 393px;
    line-height: 2;
  }
}
.space-case-section__point .case-point:nth-of-type(n+2) {
  margin-top: 120px;
}
.space-case-section__point .case-point:nth-of-type(n+2) .hash-text {
  flex-direction: inherit;
  left: 0;
  right: inherit;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point:nth-of-type(n+2) .hash-text {
    left: 15px;
  }
}
.space-case-section__point .case-point:nth-of-type(n+2) .hash-text li:nth-of-type(2) {
  margin-left: 9px;
  margin-right: 0;
}
.space-case-section__point .case-point:nth-of-type(n+2) .case-point__text {
  margin: 0 calc(50% - 50vw) 0 0;
  width: calc(100vw - 15px);
  border-radius: 15px 0 0 15px;
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point:nth-of-type(n+2) .case-point__text {
    padding: 103px 0 104px;
    padding-left: 639px;
    width: calc(1138vw / 13);
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point:nth-of-type(n+2) .case-point__text.-area-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .space-case-section__point .case-point:nth-of-type(n+2) .case-point__slide {
    right: inherit;
    left: calc(40vw / 13);
  }
}

.case-slider {
  background: #fff;
}
.case-slider .slick-slide {
  margin: 0 4px;
}
@media print, screen and (min-width: 960px) {
  .case-slider .slick-slide {
    margin: 0 9px;
  }
}
.case-slider__inner {
  position: relative;
  z-index: 0;
  margin-bottom: 36px;
}
@media print, screen and (min-width: 960px) {
  .case-slider__inner {
    margin-bottom: 42px;
  }
}
.case-slider__inner .icon-case {
  width: 97px;
  position: absolute;
  left: 15px;
  bottom: 9px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .case-slider__inner .icon-case {
    width: 150px;
    left: 150px;
  }
}
.case-slider__inner .icon-case:nth-of-type(2) {
  left: 120px;
}
@media print, screen and (min-width: 960px) {
  .case-slider__inner .icon-case:nth-of-type(2) {
    left: 310px;
  }
}
.case-slider p {
  line-height: 2;
}

.philosophy-wrap {
  width: 100%;
  padding: 80px 0;
  margin-top: 40px;
  background: url(/ew/peweg/assets/img/company/bg-philosophy.jpg) center right/cover fixed no-repeat;
}
@media print, screen and (min-width: 960px) {
  .philosophy-wrap {
    background: url(/ew/peweg/assets/img/company/bg-philosophy.jpg) center/cover fixed no-repeat;
  }
}
.philosophy-wrap__inner {
  max-width: 1056px;
  padding: 0 15px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .philosophy-wrap__inner {
    padding: 0 40px;
  }
}
.philosophy-wrap__inner__content {
  width: 100%;
  max-width: 880px;
}
.philosophy-wrap .philosophy-box {
  background: rgba(255, 255, 255, 0.9);
}

/* topバナー部分 */
.recruit-bnr-section__inner .contents__header {
  width: 100%;
}

.recruit-bnr-section__inner a {
  height: 119px;
  overflow: hidden;
}
@media print, screen and (min-width: 1200px) {
  .recruit-bnr-section__inner a {
    height: 150px;
  }
}
.recruit-bnr-section__inner a.bnr-top::before, .recruit-bnr-section__inner a.bnr-top::after {
  content: none;
}
.recruit-bnr-section__inner a:nth-of-type(n+3) {
  margin-top: 24px;
}

@media print, screen and (min-width: 960px) {
  .mov-slick {
    padding-bottom: 30px;
  }
}
.mov-slick.slide-one li {
  margin: 0 auto;
}
.mov-slick.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mov-slick .slick-slide {
  margin: 0 10px;
}
.mov-slick .slick-dots {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 960px) {
  .mov-slick .slick-dots {
    bottom: -5px;
  }
}
.mov-slick .slick-dots li {
  margin-top: 0 !important;
  width: auto !important;
}
.mov-slick .slick-prev,
.mov-slick .slick-next {
  z-index: 1;
}
.mov-slick .slick-prev::before,
.mov-slick .slick-next::before {
  font-size: 30px;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .mov-slick .slick-prev::before,
  .mov-slick .slick-next::before {
    font-size: 55px;
    color: #000;
  }
}
.mov-slick .slick-prev {
  left: 0;
}
@media print, screen and (min-width: 960px) {
  .mov-slick .slick-prev {
    left: 15px;
  }
}
.mov-slick .slick-next {
  right: 0;
}
@media print, screen and (min-width: 960px) {
  .mov-slick .slick-next {
    right: 15px;
  }
}

.philosophy-mov {
  width: 90%;
  margin: 40px auto;
  max-width: 850px;
}
@media print, screen and (min-width: 960px) {
  .philosophy-mov {
    margin: 80px auto;
  }
}

.news-section {
  background: #fff;
}

.internship-bnr-disabled {
  position: relative;
}
.internship-bnr-disabled::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.internship-bnr-disabled a {
  pointer-events: none;
}

.bg-lightgray {
  background: #f5f5f5;
  position: relative;
}

.recruit-bnr-section__inner a p span strong {
  background: #fff;
  color: #cc1144;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 8px;
}

.page-section.bnr-section .bnr-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .page-section.bnr-section .bnr-wrap a {
    width: 49%;
  }
}
.page-section.bnr-section .bnr-wrap a:nth-of-type(n+2) {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .page-section.bnr-section .bnr-wrap a:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) {
  .page-section.bnr-section .bnr-wrap a:nth-of-type(n+3) {
    margin-top: 16px;
  }
}

.person-slider .slick-prev,
.person-slider .slick-next {
  z-index: 1;
}
.person-slider .slick-prev::before,
.person-slider .slick-next::before {
  color: #ffdd4e;
  font-size: 40px;
  opacity: 1;
}
.person-slider .slick-prev {
  left: 10px;
}
.person-slider .slick-next {
  right: 10px;
}
.person-slider a {
  margin: 0 10px;
  text-align: center;
  color: #3470CD;
}
@media only screen and (min-width: 640px) {
  .person-slider a {
    margin: 0 20px;
  }
}
.person-slider a figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.person-slider a figure figcaption {
  color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.person-slider a figure figcaption.tech {
  background: #00398F;
}
.person-slider a figure figcaption.office {
  background: #4DAFEA;
}
.person-slider a h3 {
  border: 1px solid #3470CD;
  font-size: 12px;
  max-width: 107px;
  margin: 0 auto;
  padding: 2px 0;
}
.person-slider a p {
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.5;
  color: #333;
}
.person-slider a.slide-white h3 {
  border-color: #fff;
  color: #fff;
}
.person-slider a.slide-white p {
  color: #fff;
}

.company-info {
  background: #DCE8FF;
}
.company-info .fl-al {
  justify-content: space-between;
  width: 100%;
}
.company-info .fl-al span {
  font-size: 20px;
}

.gnav-list .fl-al {
  height: 100%;
}

.page-section.line-section {
  position: relative;
  z-index: 0;
}
.page-section.line-section::before {
  content: '';
  display: inline-block;
  background: url(/ew/peweg/assets/img/recruit/work-style-bg.png) center top/contain no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.page-section.line-section .work-block:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
.page-section.line-section .work-block h3 {
  font-size: 20px;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block h3 {
    font-size: 24px;
  }
}
.page-section.line-section .work-block h3 span {
  font-size: 14px;
  color: #186FD5;
  margin-left: 8px;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block h3 span {
    font-size: 16px;
  }
}
.page-section.line-section .work-block__inner {
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    height: 100%;
    width: 1px;
    background: #EBEBEB;
  }
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block__inner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    height: 1px;
    width: 100%;
    background: #EBEBEB;
  }
}
.page-section.line-section .work-block__inner li {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block__inner li {
    width: 50%;
    padding: 40px;
    border-bottom: none;
  }
}
.page-section.line-section .work-block__inner li:last-child {
  border-bottom: none;
}
.page-section.line-section .work-block__inner li .work-text {
  flex: 1;
}
.page-section.line-section .work-block__inner li .work-text h4 {
  font-weight: bold;
  color: #186FD5;
  font-size: 16px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block__inner li .work-text h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.page-section.line-section .work-block__inner li .work-text p {
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block__inner li .work-text p {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.page-section.line-section .work-block__inner li .work-text a {
  font-size: 11px;
  background: #333;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 2px 8px;
  max-width: 250px;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block__inner li .work-text a {
    font-size: 13px;
    padding: 6px 0 6px 16px;
  }
}
.page-section.line-section .work-block__inner li figure {
  margin-left: 20px;
  width: 30%;
}
@media only screen and (min-width: 640px) {
  .page-section.line-section .work-block__inner li figure {
    width: 140px;
    margin-left: 30px;
  }
}

.work-head h4 {
  color: #186FD5;
}
.work-head .work-text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .work-head .work-text {
    margin-bottom: 80px;
  }
}
.work-head .fig-ttl {
  background: #186FD5;
  color: #fff;
  margin: 0 auto 40px;
  max-width: 310px;
  width: 80%;
  border-radius: 100px;
  font-size: 20px;
}
.work-head .fig-ttl__sub {
  border-radius: 100px;
  border: 2px solid #ccc;
  max-width: 180px;
  width: 60%;
  margin: 0 auto 40px;
  padding: 4px 0;
}
.work-head .fig-ttl__sub.second-ttl {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .work-head .fig-ttl__sub.second-ttl {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 640px) {
  .person-work .section-box.interview-box {
    padding-bottom: 80px;
  }
}
.person-work .section-box.interview-box .interview-wrap {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .person-work .section-box.interview-box .interview-wrap {
    margin-top: 80px;
  }
}
.person-work .section-box.interview-box .interview-wrap .sec-header-wp {
  padding-top: 40px;
}
@media only screen and (min-width: 640px) {
  .person-work .section-box.interview-box .interview-wrap .sec-header-wp {
    padding-top: 0;
  }
}
.person-work .section-box.interview-box .interview-wrap .text-wp .box-wp {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .person-work .section-box.interview-box .interview-wrap .text-wp .box-wp {
    padding: 40px;
    margin-top: 40px;
  }
}
.person-work .section-box.interview-box .interview-wrap .text-wp .box-wp figure {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
}
@media only screen and (min-width: 640px) {
  .person-work .section-box.interview-box .interview-wrap .text-wp .box-wp figure {
    width: 110px;
    height: 110px;
  }
}
@media print, screen and (min-width: 1200px) {
  .person-work .section-box.interview-box .interview-wrap .text-wp .box-wp figure {
    top: -30px;
    left: -30px;
  }
}
.person-work .section-box.interview-box .interview-wrap .text-wp .box-wp figure img {
  width: 100%;
}
.person-work .section-box.interview-box .interview-wrap .text-wp .box-wp .text-box {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .person-work .section-box.interview-box .interview-wrap .text-wp .box-wp .text-box {
    padding-top: 0;
  }
}
@media only screen and (min-width: 640px) {
  .person-work .section-box.interview-box .interview-wrap .text-wp .box-wp .text-box h4 {
    font-size: 23px;
  }
}
.person-work .section-box.interview-box .interview-wrap .text-wp .box-wp .text-box p {
  margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
  .gnav .gnav-list a {
    padding: 15px 10px !important;
  }
}

.business-head span {
  color: #3470CB;
}

.business-flow {
  position: relative;
}
.business-flow h3 {
  background: #3470CC;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -83px;
  padding: 8px 0;
}
@media only screen and (min-width: 640px) {
  .business-flow h3 {
    font-size: 24px;
    top: -87px;
  }
}
.business-flow__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business-flow__inner {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .business-flow__inner {
    width: calc(25% - 5px);
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
.business-flow__inner::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  translate: -50%;
  width: 34px;
  height: 14px;
  background-color: #F2910D;
  clip-path: polygon(50% 14px, 0% 0%, 34px 0%);
}
@media only screen and (min-width: 640px) {
  .business-flow__inner::after {
    left: inherit;
    bottom: inherit;
    top: 50%;
    translate: -50% 0;
    right: -38px;
    rotate: -90deg;
    z-index: 1;
  }
}
.business-flow__inner:nth-of-type(n+2) {
  margin-top: 16px;
}
@media only screen and (min-width: 640px) {
  .business-flow__inner:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.business-flow__inner:nth-of-type(3)::after {
  content: none;
}
@media only screen and (min-width: 640px) {
  .business-flow__inner:nth-of-type(3)::after {
    content: '';
  }
}
.business-flow__inner:nth-of-type(5)::after {
  content: none;
}
.business-flow__inner h4 {
  color: #3470CC;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
}
.business-flow__inner p {
  font-size: 14px;
  line-height: 1.5;
}
.business-flow__inner figure {
  margin-top: auto;
}
.business-flow__inner__main {
  background: #3470CD;
  color: #fff;
  position: relative;
  margin: 24px 0 0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .business-flow__inner__main {
    order: 5;
    margin-top: 32px;
    padding: 40px;
  }
}
.business-flow__inner__main::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50%;
  width: 44px;
  height: 20px;
  background-color: #3470CD;
  clip-path: polygon(50% 0%, 0% 20px, 44px 20px);
}
@media only screen and (min-width: 640px) {
  .business-flow__inner__main::before {
    left: 63%;
  }
}
.business-flow__inner__main::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  translate: -50%;
  width: 34px;
  height: 14px;
  background-color: #F2910D;
  clip-path: polygon(50% 14px, 0% 0%, 34px 0%);
}
@media only screen and (min-width: 640px) {
  .business-flow__inner__main::after {
    content: none;
  }
}
@media only screen and (min-width: 640px) {
  .business-flow__inner__main .text-box {
    width: 48%;
  }
}
@media only screen and (min-width: 640px) {
  .business-flow__inner__main .text-box h4 {
    font-size: 20px;
  }
}
.business-flow__inner__main .text-box p {
  font-size: 14px;
}
.business-flow__inner__main__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (min-width: 640px) {
  .business-flow__inner__main__wrap {
    width: 48%;
    margin-top: 0;
  }
}
.business-flow__inner__main__wrap .main-box {
  width: 32%;
}
.business-flow__inner__main__wrap .main-box h5 {
  margin-bottom: 2px;
  font-size: 16px;
}
.business-flow__inner__main__wrap .main-box figure {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
.business-flow__inner__main__wrap .main-box p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .business-flow__inner__main__wrap .main-box p {
    font-size: 13px;
  }
}

.business-position .fig-position {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .business-position .fig-position {
    padding: 40px;
  }
}

.trouble-box__inner.onsite-box ul.onsite-box__text {
  font-size: 12px;
}
.trouble-box__inner.onsite-box ul.onsite-box__text li:nth-of-type(n+2) {
  margin-left: 12px;
}
@media print, screen and (min-width: 960px) {
  .trouble-box__inner.onsite-box ul.onsite-box__text {
    margin-bottom: 30px;
    margin-left: 100px;
  }
}

.trouble-box__inner {
  display: flex;
  flex-direction: column;
}
.trouble-box__inner figure {
  margin-top: auto;
}

@media print, screen and (min-width: 960px) {
  .childcare-box p.number {
    font-size: 5.7rem;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-vertical-middle {
  vertical-align: middle;
}

.u-vertical-inherit {
  vertical-align: inherit;
}

.u-vertical-base {
  vertical-align: baseline;
}

.u-vertical-sub {
  vertical-align: sub;
  line-height: 1;
}

.u-vertical-sup {
  vertical-align: super;
}

@media only screen and (min-width: 640px) {
  .u-sm-text-center {
    text-align: center;
  }

  .u-sm-text-left {
    text-align: left;
  }

  .u-sm-text-right {
    text-align: right;
  }

  .u-sm-vertical-middle {
    vertical-align: middle;
  }

  .u-sm-vertical-inherit {
    vertical-align: inherit;
  }
}
@media print, screen and (min-width: 960px) {
  .u-md-text-center {
    text-align: center;
  }

  .u-md-text-left {
    text-align: left;
  }

  .u-md-text-right {
    text-align: right;
  }

  .u-md-vertical-middle {
    vertical-align: middle;
  }

  .u-md-vertical-inherit {
    vertical-align: inherit;
  }
}
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

@media only screen and (min-width: 640px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-block {
    display: block !important;
  }
}
@media print, screen and (min-width: 960px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-block {
    display: block !important;
  }
}
.u-d-inline-block {
  display: inline-block !important;
}

.u-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-d-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.u-d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.u-d-flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.u-d-flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.u-flex-align-center {
  align-items: center;
}

.u-flex-align-end {
  align-items: flex-end;
}

.u-flex-direction-reverse {
  flex-direction: row-reverse;
}

.u-flex-content-baseline {
  align-content: baseline;
}

.u-flex-direction-column {
  display: flex;
  flex-direction: column;
}

.u-width-flex {
  flex: 1;
}

.u-font-en {
  font-family: "Roboto", Helvetica, "メイリオ", Meiryo, sans-serif;
}

.u-font-mincho {
  font-family: 'Noto Serif JP', serif;
}

.u-font-gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

.u-font-marugo {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.u-font-barlow {
  font-family: 'Barlow', sans-serif;
}

.u-font-jost {
  font-family: 'Jost', sans-serif;
}

.u-font-lato {
  font-family: 'Lato', sans-serif;
}

.u-font-thin {
  font-weight: 100;
}

.u-font-exlight {
  font-weight: 200;
}

.u-font-light {
  font-weight: 300;
}

.u-font-regular {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-semiblack {
  font-weight: 800;
}

.u-font-black {
  font-weight: 900;
}

.u-hl, .u-hl__normal, .u-hl__message, .u-hl__content, .u-hl__small, .u-hl__radi, .u-hl__special {
  color: #222;
}
.u-hl__normal {
  color: #196FD5;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 640px) {
  .u-hl__normal {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 640px) {
  .u-hl__normal {
    font-size: 40px;
    font-size: 4rem;
  }
}
.u-hl__message {
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .u-hl__message {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .u-hl__message {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.u-hl__content {
  color: #196FD5;
  background: #F4F7FF;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 4px 0;
}
@media only screen and (min-width: 640px) {
  .u-hl__content {
    padding: 8px 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .u-hl__content {
    font-size: 40px;
    font-size: 4rem;
  }
}
.u-hl__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #196FD5 transparent transparent transparent;
}
@media only screen and (min-width: 640px) {
  .u-hl__content::before {
    border-width: 24px 24px 0 0;
  }
}
@media print, screen and (min-width: 960px) {
  .u-hl__content::before {
    border-width: 32px 32px 0 0;
  }
}
.u-hl__content::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #196FD5 transparent;
}
@media only screen and (min-width: 640px) {
  .u-hl__content::after {
    border-width: 0 0 24px 24px;
  }
}
@media only screen and (min-width: 640px) {
  .u-hl__content::after {
    border-width: 0 0 32px 32px;
  }
}
.u-hl__small {
  color: #196FD5;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .u-hl__small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .u-hl__small {
    font-size: 30px;
    font-size: 3rem;
  }
}
.u-hl__radi {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: #fff;
  background: #196FD5;
  border-radius: 20px;
  padding: 4px 0;
}
@media only screen and (min-width: 640px) {
  .u-hl__radi {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .u-hl__radi {
    font-size: 30px;
    font-size: 3rem;
  }
}
.u-hl__special {
  color: #196FD5;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.mt-x1 {
  margin-top: 8px;
}

.mt-x2 {
  margin-top: calc(8px * 2);
}

.mt-x3 {
  margin-top: calc(8px * 3);
}

.mt-x4 {
  margin-top: calc(8px * 4);
}

.mt-x5 {
  margin-top: calc(8px * 5);
}

.mt-x6 {
  margin-top: calc(8px * 6);
}

.mt-x7 {
  margin-top: calc(8px * 7);
}

.mt-x8 {
  margin-top: calc(8px * 8);
}

.mt-x9 {
  margin-top: calc(8px * 9);
}

.mt-x10 {
  margin-top: calc(8px * 10);
}

.mr-x1 {
  margin-right: 8px;
}

.mr-x2 {
  margin-right: calc(8px * 2);
}

.mr-x3 {
  margin-right: calc(8px * 3);
}

.mr-x4 {
  margin-right: calc(8px * 4);
}

.mr-x5 {
  margin-right: calc(8px * 5);
}

.mr-x6 {
  margin-right: calc(8px * 6);
}

.mr-x7 {
  margin-right: calc(8px * 7);
}

.mr-x8 {
  margin-right: calc(8px * 8);
}

.mr-x9 {
  margin-right: calc(8px * 9);
}

.mr-x10 {
  margin-right: calc(8px * 10);
}

.mb-x1 {
  margin-bottom: 8px;
}

.mb-x2 {
  margin-bottom: calc(8px * 2);
}

.mb-x3 {
  margin-bottom: calc(8px * 3);
}

.mb-x4 {
  margin-bottom: calc(8px * 4);
}

.mb-x5 {
  margin-bottom: calc(8px * 5);
}

.mb-x6 {
  margin-bottom: calc(8px * 6);
}

.mb-x7 {
  margin-bottom: calc(8px * 7);
}

.mb-x8 {
  margin-bottom: calc(8px * 8);
}

.mb-x9 {
  margin-bottom: calc(8px * 9);
}

.mb-x10 {
  margin-bottom: calc(8px * 10);
}

.ml-x1 {
  margin-left: 8px;
}

.ml-x2 {
  margin-left: calc(8px * 2);
}

.ml-x3 {
  margin-left: calc(8px * 3);
}

.ml-x4 {
  margin-left: calc(8px * 4);
}

.ml-x5 {
  margin-left: calc(8px * 5);
}

.ml-x6 {
  margin-left: calc(8px * 6);
}

.ml-x7 {
  margin-left: calc(8px * 7);
}

.ml-x8 {
  margin-left: calc(8px * 8);
}

.ml-x9 {
  margin-left: calc(8px * 9);
}

.ml-x10 {
  margin-left: calc(8px * 10);
}

.pt-x0 {
  padding-top: 0 !important;
}

.pt-x1 {
  padding-top: 8px !important;
}

.pt-x2 {
  padding-top: calc(8px * 2) !important;
}

.pt-x3 {
  padding-top: calc(8px * 3) !important;
}

.pt-x4 {
  padding-top: calc(8px * 4) !important;
}

.pt-x5 {
  padding-top: calc(8px * 5) !important;
}

.pt-x6 {
  padding-top: calc(8px * 6) !important;
}

.pt-x7 {
  padding-top: calc(8px * 7) !important;
}

.pt-x8 {
  padding-top: calc(8px * 8) !important;
}

.pt-x9 {
  padding-top: calc(8px * 9) !important;
}

.pt-x10 {
  padding-top: calc(8px * 10) !important;
}

.pr-x0 {
  padding-right: 0 !important;
}

.pr-x1 {
  padding-right: 8px;
}

.pr-x2 {
  padding-right: calc(8px * 2);
}

.pr-x3 {
  padding-right: calc(8px * 3);
}

.pr-x4 {
  padding-right: calc(8px * 4);
}

.pr-x5 {
  padding-right: calc(8px * 5);
}

.pr-x6 {
  padding-right: calc(8px * 6);
}

.pr-x7 {
  padding-right: calc(8px * 7);
}

.pr-x8 {
  padding-right: calc(8px * 8);
}

.pr-x9 {
  padding-right: calc(8px * 9);
}

.pr-x10 {
  padding-right: calc(8px * 10);
}

.pb-x0 {
  padding-bottom: 0 !important;
}

.pb-x1 {
  padding-bottom: 8px;
}

.pb-x2 {
  padding-bottom: calc(8px * 2);
}

.pb-x3 {
  padding-bottom: calc(8px * 3);
}

.pb-x4 {
  padding-bottom: calc(8px * 4);
}

.pb-x5 {
  padding-bottom: calc(8px * 5);
}

.pb-x6 {
  padding-bottom: calc(8px * 6);
}

.pb-x7 {
  padding-bottom: calc(8px * 7);
}

.pb-x8 {
  padding-bottom: calc(8px * 8);
}

.pb-x9 {
  padding-bottom: calc(8px * 9);
}

.pb-x10 {
  padding-bottom: calc(8px * 10);
}

.pl-x0 {
  padding-left: 0 !important;
}

.pl-x1 {
  padding-left: 8px;
}

.pl-x2 {
  padding-left: calc(8px * 2);
}

.pl-x3 {
  padding-left: calc(8px * 3);
}

.pl-x4 {
  padding-left: calc(8px * 4);
}

.pl-x5 {
  padding-left: calc(8px * 5);
}

.pl-x6 {
  padding-left: calc(8px * 6);
}

.pl-x7 {
  padding-left: calc(8px * 7);
}

.pl-x8 {
  padding-left: calc(8px * 8);
}

.pl-x9 {
  padding-left: calc(8px * 9);
}

.pl-x10 {
  padding-left: calc(8px * 10);
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-shadow-bottom {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

.u-shadow-bottom-opacity {
  box-shadow: 0px 4px 0px 0px black;
}

.u-shadow-box {
  box-shadow: 5px 5px 0px 0px black;
  position: relative;
  background: #fff;
}
.u-shadow-box::before, .u-shadow-box::after {
  position: absolute;
  content: '';
}
.u-shadow-box::before {
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #222;
  left: -2px;
  bottom: -12px;
}
.u-shadow-box::after {
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #222;
  top: -2px;
  right: -12px;
}

.u-note {
  font-size: 1.2rem;
  text-indent: -12px;
  margin: 0 0 0 12px;
}

.u-fig-title {
  font-size: 1.6rem;
  margin: 16px 0 8px;
}

.u-text-underline {
  text-decoration: underline;
}

.u-attention-text {
  text-indent: -14px;
  margin-left: 14px;
}

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