  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Poppins:wght@400;500;600;700&family=Roboto+Condensed&display=swap");
:root {
  --z-index-content:10;
  --z-index-header:100;
  --z-index-menu:150;
  --z-index-overlay:200;
  --z-index-cursor:300;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("/font/YakuHanJPs-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("/font/YakuHanJPs-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("/font/YakuHanJPs-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("/font/YakuHanJPs-Light.woff2") format("woff2");
}
.pc {
  display: block !important;
}

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

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
.pagetop {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(/images/common/pagetop-arrow.png) center center/100% 100% no-repeat;
}

.pagetop:hover {
  background-image: url(/images/common/pagetop-arrow-on.png);
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }
}
#wrap {
  font-family: "YakuHanJPs", "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 400;
  /*////////////////////////////////////////////// COMMON ///////////////////////////////////////////*/
  /* //////////////////////////////////// header ////////////////////////////////////*/
  /*////////////////////////// HUMBEGER MENU ////////////////////////////////////////////*/
  /* //////////////////////////////////// footer ////////////////////////////////////*/
}

#wrap .titleArea {
  height: 400px;
  box-sizing: border-box;
  padding-top: 190px;
}

@media screen and (max-width: 1240px) {
  #wrap .titleArea {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  #wrap .titleArea {
    padding-top: 90px;
    height: 220px;
  }
}
#wrap .subtitleArea {
  height: 180px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 80px;
  background: linear-gradient(180deg, rgb(239, 246, 255) 0%, rgb(255, 255, 255) 100%);
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  #wrap .subtitleArea {
    margin-top: 51px;
    height: 120px;
  }
}
#wrap .subtitleArea h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 32px;
  color: #0268B6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #wrap .subtitleArea h1 {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
#wrap .subtitleArea h1:after {
  content: "";
  display: block;
  margin: 25px auto 0;
  width: 80px;
  height: 3px;
  background-color: #0268B6;
}

#wrap .subtitleArea h1 small {
  margin-left: 0.5em;
  font-size: 0.5em;
}

#wrap .in-sidebar-wrap {
  max-width: 1060px;
  margin: 0 auto;
}

#wrap .breadcrumbs {
  max-width: 1200px;
  margin: 18px auto 0;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

@media screen and (max-width: 1240px) {
  #wrap .breadcrumbs {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #wrap .breadcrumbs {
    display: none;
  }
}
#wrap .breadcrumbs span a {
  color: #0268B6;
  text-decoration: none;
  display: inline-block;
}

#wrap .breadcrumbs span a:after {
  content: "";
  background-image: url(/images/common/glay-arrow-r.svg);
  margin: 0 0.7em;
  display: inline-block;
  background-size: 7px auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 7px;
  height: 14px;
  position: relative;
  top: 2px;
}

#wrap .breadcrumbs span a:hover {
  text-decoration: underline;
}

#wrap .inContens {
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  #wrap .inContens {
    padding: 0 20px;
  }
}
#wrap .inContens .Content {
  max-width: 850px;
}

@media screen and (max-width: 1025px) {
  #wrap .inContens .Content {
    max-width: 100%;
  }
}
#wrap #sidebar {
  width: 210px;
  position: absolute;
  top: 240px;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 1025px) {
  #wrap #sidebar {
    width: 100%;
    position: static;
  }
}
#wrap #sidebar .sideTitle a {
  padding: 12px;
  background-color: #0268B6;
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
  display: block;
  text-decoration: none;
}

#wrap #sidebar .sideTitle a:hover {
  opacity: 0.5;
  text-decoration: underline;
}

#wrap #sidebar .sideMenu {
  background-color: #FFF;
}

#wrap #sidebar .sideMenu li {
  border-bottom: 1px solid #CCC;
  position: relative;
}

#wrap #sidebar .sideMenu li em {
  display: none;
  color: #0268B6;
  cursor: pointer;
}

#wrap #sidebar .sideMenu li a {
  padding: 12px;
  color: #0268B6;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #wrap #sidebar .sideMenu li a {
    padding: 12px 20px;
  }
}
#wrap #sidebar .sideMenu li a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 5px;
  height: 10px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

#wrap #sidebar .sideMenu li a:hover {
  background-color: #EFF6FF;
}

#wrap #sidebar .sideMenu li a.active {
  background-color: #EFF6FF;
  font-weight: 700;
}

#wrap #sidebar .sideMenu li.acc a {
  padding: 12px;
  color: #0268B6;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 12px;
}

#wrap #sidebar .sideMenu li.acc a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 0;
  height: 0;
  background-image: none;
}

#wrap #sidebar .sideMenu li.acc em.off {
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 16px;
  height: 16px;
  padding: 2px;
  font-weight: 500;
  box-sizing: border-box;
}

#wrap #sidebar .sideMenu li.acc em.on {
  display: none;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 16px;
  height: 16px;
  padding: 2px;
  font-weight: 500;
  box-sizing: border-box;
}

#wrap #sidebar .sideMenu li.acc.active a {
  font-weight: 700;
}

#wrap #sidebar .sideMenu li.acc.active .subMenu .sub a {
  font-weight: 400;
}

#wrap #sidebar .sideMenu li.acc.active .subMenu .sub a.active {
  font-weight: 700;
}

#wrap #sidebar .subMenu {
  display: none;
}

#wrap #sidebar .subMenu .sub a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 400;
}

#wrap #sidebar .call-for-help {
  margin-top: 20px;
  transition: all 0.2s linear;
}

#wrap #sidebar .call-for-help:hover {
  opacity: 0.6;
}

#wrap #sidebar .sideMenu li.acc.active a {
  background-color: #F5F5F5;
  border-bottom: 1px solid #CCC;
}

#wrap #sidebar .sideMenu li.acc.active a:hover {
  background-color: #EFF6FF;
}

#wrap #sidebar .sideMenu li.acc.active .sub a {
  background-color: #FFF;
  border-bottom: none;
}

#wrap #sidebar .sideMenu li.acc.active .sub a:hover {
  background-color: #EFF6FF;
}

#wrap #sidebar .sideMenu li.acc.active .sub.active a {
  background-color: #EFF6FF;
  font-weight: 700;
}

#wrap #sidebar .sideMenu li.acc.active .subMenu {
  display: block;
}

#wrap #sidebar .sideMenu li.acc.active em.off {
  display: none;
}

#wrap #sidebar .sideMenu li.acc.active em.on {
  display: block;
}

#wrap .pickup-project {
  border-top: 2px solid #0268B6;
  border-bottom: 2px solid #0268B6;
  background-color: #F2FAFC;
  padding: 100px 0 110px;
}

@media screen and (max-width: 1025px) {
  #wrap .pickup-project {
    padding: 100px 20px 110px;
  }
}
@media screen and (max-width: 767px) {
  #wrap .pickup-project {
    padding: 60px 20px 70px;
  }
}
#wrap .pickup-project .pickup-projectBlock {
  width: 800px;
  box-sizing: border-box;
  border: 3px solid #0268B6;
  background-color: #FFF;
  position: relative;
  border-radius: 20px;
  padding: 20px 20px 25px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  #wrap .pickup-project .pickup-projectBlock {
    width: 100%;
    padding: 20px 16px 25px;
  }
}
#wrap .pickup-project .pickup-projectBlock:after {
  display: block;
  width: 40px;
  height: 32px;
  content: "";
  background: url(/images/works/box-under-arrow.svg) top center/100% auto no-repeat;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -32px;
}

#wrap .pickup-project .pickup-projectBlock .en-title {
  color: #0268B6;
}

#wrap .pickup-project .pickup-projectBlock h2 {
  color: #0268B6;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .pickup-projectBlock h2 {
    font-size: 24px;
  }
}
#wrap .pickup-project .pickup-projectBlock .pickup-txt {
  margin-top: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .pickup-projectBlock .pickup-txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
#wrap .pickup-project .pickupSlide {
  margin: 70px auto 0;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .pickupSlide {
    margin: 50px auto 0;
  }
}
#wrap .pickup-project .pickupSlide li {
  width: 390px;
  padding: 0 6px;
}

#wrap .pickup-project .pickupSlide li figure {
  width: 100%;
  height: 265px;
  border-radius: 20px;
  overflow: hidden;
}

#wrap .pickup-project .pickupSlide li figure img {
  object-fit: cover;
  transition: all 0.3s linear;
  width: 100%;
  height: 265px;
}

#wrap .pickup-project .pickupSlide li .category {
  display: inline-block;
  border: 1px solid #0268B6;
  color: #0268B6;
  padding: 5px 10px;
  margin-top: 15px;
  font-size: 12px;
  background-color: #FFF;
}

#wrap .pickup-project .pickupSlide li .category:nth-of-type(2) {
  border-left: none;
}

#wrap .pickup-project .pickupSlide li h3 {
  color: #0268B6;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 12px;
  line-height: 1.6;
}

#wrap .pickup-project .pickupSlide li .txt {
  font-size: 14px;
  margin-top: 12px;
  color: #000;
}

#wrap .pickup-project .pickupSlide li .txt span {
  font-size: 12px;
  color: #909090;
  margin-right: 0.8em;
}

#wrap .pickup-project .pickupSlide li a {
  text-decoration: none;
}

#wrap .pickup-project .pickupSlide li a:hover {
  opacity: 0.8;
}

#wrap .pickup-project .pickupSlide li a:hover img {
  transform: scale(1.1);
}

#wrap .pickup-project .pickupSlide .slick-next {
  right: -40px;
  top: 40%;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .pickupSlide .slick-next {
    right: -20px;
    top: 35%;
  }
}
#wrap .pickup-project .pickupSlide .slick-next:before {
  content: "";
  width: 15px;
  height: 30px;
  background: url(/images/works/works-arrow-n.svg) top left/100% auto no-repeat;
  display: block;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .pickupSlide .slick-next:before {
    width: 12px;
    height: 24px;
    background: url(/images/works/works-arrow-n.svg) center center/100% 100% no-repeat;
  }
}
#wrap .pickup-project .pickupSlide .slick-prev {
  left: -40px;
  top: 40%;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .pickupSlide .slick-prev {
    left: -15px;
    top: 35%;
  }
}
#wrap .pickup-project .pickupSlide .slick-prev:before {
  content: "";
  width: 15px;
  height: 30px;
  background: url(/images/works/works-arrow-p.svg) top left/100% auto no-repeat;
  display: block;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .pickupSlide .slick-prev:before {
    width: 12px;
    height: 24px;
    background: url(/images/works/works-arrow-p.svg) center center/100% 100% no-repeat;
  }
}
#wrap .pickup-project .btn {
  text-align: center;
}

#wrap .pickup-project .btn a {
  display: inline-block;
  padding: 16px 50px 16px 20px;
  font-weight: 500;
  margin: 40px auto 0;
  border: 1px solid #0268B6;
  background-color: #0268B6;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  position: relative;
  border-radius: 0;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  #wrap .pickup-project .btn a {
    font-size: 16px;
    margin: 40px auto 0;
  }
}
#wrap .pickup-project .btn a:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 19px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  top: calc(50% - 10px);
  right: 20px;
  transition: all 0.3s linear;
}

#wrap .pickup-project .btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

#wrap .pickup-project .btn a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

#wrap header .search {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#wrap header .search .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0.8;
}

#wrap header .search .gsc-control-cse {
  width: 50%;
  margin: 250px auto 0;
  padding: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #wrap header .search .gsc-control-cse {
    width: 90%;
    margin: 200px auto 0;
    padding: 20px;
    box-sizing: border-box;
  }
}
#wrap header .search .gsc-control-cse .gsc-search-box input {
  padding: 15px !important;
  font-size: 18px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #wrap header .search .gsc-control-cse .gsc-search-box input {
    padding: 13px !important;
    font-size: 16px !important;
  }
}
#wrap header .search .gsc-control-cse .gsc-search-box .gsc-search-button-v2 {
  padding: 22px 27px !important;
}

#wrap header .search .gsc-control-cse .gsc-search-box .gsc-search-button-v2 svg {
  width: 20px !important;
  height: 20px !important;
}

@media screen and (max-width: 767px) {
  #wrap header .search .gsc-control-cse .gsc-search-box .gsc-search-button-v2 svg {
    width: 18px !important;
    height: 18px !important;
  }
}
#wrap #header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 5;
  /*@media screen and (max-width: 1150px) {
    height: auto;
    padding-bottom: 15px;
  }*/
}

@media screen and (max-width: 850px) {
  #wrap #header {
    display: block;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  #wrap #header {
    width: 100%;
    padding-bottom: 0;
    height: 51px;
  }
}
#wrap #header .logoBlock {
  margin-left: 40px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1150px) {
  #wrap #header .logoBlock {
    margin-left: 30px;
  }
}
@media screen and (max-width: 850px) {
  #wrap #header .logoBlock {
    margin-left: 20px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  #wrap #header .logoBlock {
    width: 90%;
    margin: 15px 0;
    box-sizing: border-box;
    padding: 0 4%;
  }
  #wrap #header .logoBlock figure {
    width: 50%;
  }
}
#wrap #header .logoBlock .topLogo {
  width: 270px;
}

@media screen and (max-width: 767px) {
  #wrap #header .logoBlock .topLogo {
    width: 56%;
  }
}
#wrap #header .logoBlock .anniversaryLogo {
  width: 56%;
}

#wrap #header .navBlock {
  margin-right: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 980px;
  padding-top: 12px;
}

@media screen and (max-width: 1150px) {
  #wrap #header .navBlock {
    margin-right: 30px;
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  #wrap #header .navBlock {
    margin-right: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #wrap #header .navBlock {
    margin-right: 0;
    display: none;
    background-color: #0268B6;
    height: calc(100vh - 80px);
    padding-bottom: 20px;
    overflow-y: scroll;
  }
}
#wrap #header .navBlock .subNavi {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .subNavi {
    display: none;
  }
}
#wrap #header .navBlock .subNavi li {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
}

#wrap #header .navBlock .subNavi li.languages:before {
  content: url(/images/common/global-icon.svg);
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#wrap #header .navBlock .subNavi li a {
  text-decoration: none;
  color: #000;
}

#wrap #header .navBlock .subNavi li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  #wrap #header .navBlock .subNavi li {
    margin-left: 15px;
    font-size: 12px;
  }
  #wrap #header .navBlock .subNavi li:nth-of-type(-n+3) {
    padding-top: 5px;
  }
}
#wrap #header .navBlock .subNavi li.search-icon {
  cursor: pointer;
}

#wrap #header .navBlock .gnav {
  margin-top: 15px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav {
    margin-top: 0;
  }
}
#wrap #header .navBlock .gnav li {
  display: inline-block;
  margin-left: 20px;
  font-size: 15px;
  padding-bottom: 12px;
}

@media screen and (max-width: 1286px) {
  #wrap #header .navBlock .gnav li {
    margin-left: 15px;
    font-size: 14px;
  }
}
#wrap #header .navBlock .gnav li:after {
  content: url(/images/common/link-u_arrow.svg);
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li:after {
    display: none;
  }
}
#wrap #header .navBlock .gnav li:last-of-type:after {
  content: url(/images/common/link-icon.svg);
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li:last-of-type:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #wrap #header .navBlock .gnav li {
    margin-left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
#wrap #header .navBlock .gnav li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li a {
    color: #FFF;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    text-align: center;
    display: block;
  }
}
#wrap #header .navBlock .gnav li a:hover {
  text-decoration: underline;
}

#wrap #header .navBlock .gnav li .gsub {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  box-sizing: border-box;
  z-index: 10;
}

@media screen and (max-width: 850px) {
  #wrap #header .navBlock .gnav li .gsub {
    top: 120px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub {
    height: auto;
    position: static;
    padding: 0;
    background-color: #0268B6;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner {
  width: 950px;
  margin: 0 auto;
  padding: 47px 0 40px;
}

@media screen and (max-width: 850px) {
  #wrap #header .navBlock .gnav li .gsub .inner {
    width: 100%;
    padding: 0;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
}

#wrap #header .navBlock .gnav li .gsub .inner h4:before {
  display: none;
}

#wrap #header .navBlock .gnav li .gsub .inner h4 span {
  color: #0268B6;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner h4 {
    display: none;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner h5 {
  padding-top: 28px;
  margin-top: 28px;
  color: #0268B6;
  border-top: 2px solid #0268B6;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner h5 {
    color: #FFF;
    border-top: 1px solid #FFF;
    padding-top: 12px;
    margin-top: 13px;
    padding-left: 4%;
  }
  #wrap #header .navBlock .gnav li .gsub .inner h5:before {
    content: "?";
    font-size: 0.9em;
    margin-right: 0.4em;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner .subwrap {
  display: flex;
  flex-wrap: wrap;
}

#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail {
  width: 26%;
  margin-top: 28px;
  padding: 0;
  font-weight: 500;
  border-top: none;
}

#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail:nth-of-type(4) {
  width: 22%;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail {
    margin-top: 0;
    width: 33.33333%;
  }
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail a {
    padding: 12px 0 0;
  }
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail:nth-of-type(4) {
    width: 33.33333%;
  }
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail:last-of-type a {
    border: none;
  }
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail.top-l {
    margin-top: 10px;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail a {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail a {
    font-weight: 400;
    font-size: 0.9em;
    border-bottom: none;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: relative;
  margin-right: 0.6em;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail:before {
    display: none;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail .sub {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  text-indent: -0.8em;
  margin-left: 0.8em;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail .sub {
    display: none;
    margin: 0;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail .sub:first-of-type {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail .sub:first-of-type {
    margin-top: 0;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail .sub:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 6px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: relative;
  margin-right: 0.4em;
  top: -2px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail .sub:before {
    display: none;
  }
}
#wrap #header .navBlock .gnav li .gsub .inner .subwrap .detail .sub a {
  font-weight: 400;
}

#wrap #header .navBlock .gnav li .gsub .inner .subwrap:nth-of-type(2) .detail {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap.sub-w .detail {
    width: 50%;
  }
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap.sub-w .detail a {
    border-bottom: none;
  }
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap.sub-w .detail .sub a {
    padding: 3px 0;
  }
  #wrap #header .navBlock .gnav li .gsub .inner .subwrap.sub-w .detail .sub a:before {
    content: "?";
  }
}
#wrap #header .navBlock .gnav li:hover .gsub {
  height: 460px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li:hover .gsub {
    height: auto;
  }
}
#wrap #header .navBlock .gnav li:nth-of-type(2):hover .gsub {
  height: 500px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li:nth-of-type(2):hover .gsub {
    height: auto;
  }
}
#wrap #header .navBlock .gnav li:nth-of-type(3):hover .gsub {
  height: 206px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li:nth-of-type(3):hover .gsub {
    height: auto;
  }
}
#wrap #header .navBlock .gnav li:nth-of-type(4):hover .gsub {
  height: 332px;
}

@media screen and (max-width: 767px) {
  #wrap #header .navBlock .gnav li:nth-of-type(4):hover .gsub {
    height: auto;
  }
}
#wrap #header .navBlock .gnav li:nth-of-type(5):hover .gsub {
  height: 540px;
}

@media screen and (max-width: 767px) {
  #wrap .spMenu {
    display: flex;
    justify-content: center;
    margin: 15px auto 0;
    width: 60%;
  }
  #wrap .spMenu .spsub {
    width: 33.333333%;
    text-align: center;
  }
  #wrap .spMenu .spsub img {
    width: 60%;
  }
}
#wrap #header .navBlock .gnav li.sp a {
  padding: 0;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  #wrap .menu-trigger,
  #wrap .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    z-index: 20;
  }
  #wrap .menu-trigger {
    position: fixed;
    width: 26px;
    height: 26px;
    right: 3.5%;
    top: 14px;
  }
  #wrap .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #171888;
    border-radius: 4px;
  }
  #wrap .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #wrap .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
}
#wrap .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

#wrap .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-8px) rotate(45deg);
}

#wrap #footer {
  padding: 80px 0 20px;
}

@media screen and (max-width: 767px) {
  #wrap #footer {
    padding: 60px 0 20px;
  }
}
#wrap #footer .footerWrap {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap {
    padding: 0 20px;
  }
}
#wrap #footer .footerWrap .logo {
  width: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .logo {
    width: 80px;
  }
}
#wrap #footer .footerWrap .footerMenu {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #wrap #footer .footerWrap .footerMenu {
    display: none;
  }
}
#wrap #footer .footerWrap .footerMenu ul {
  width: 18%;
}

#wrap #footer .footerWrap .footerMenu ul li {
  font-size: 14px;
  margin-top: 18px;
}

#wrap #footer .footerWrap .footerMenu ul li.title {
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 500;
}

@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .footerMenu ul li.title {
    font-size: 14px;
  }
}
#wrap #footer .footerWrap .footerMenu ul li.title.mtup {
  margin-top: 30px;
  line-height: 1.5;
}

#wrap #footer .footerWrap .footerMenu ul li.title.link:after {
  content: url(/images/common/link-icon.svg);
  width: 14px;
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .footerMenu ul li {
    font-size: 13px;
  }
}
#wrap #footer .footerWrap .footerMenu ul li a {
  text-decoration: none;
  color: #000;
}

#wrap #footer .footerWrap .footerMenu ul li a:hover {
  text-decoration: underline;
  color: #29A4DB;
}

#wrap #footer .footerWrap .underfooterMenu {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 55px;
}

@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .underfooterMenu {
    display: block;
    margin-top: 40px;
  }
}
#wrap #footer .footerWrap .underfooterMenu .underMenu li {
  padding: 0 12px;
  font-size: 12px;
  display: inline-block;
  border-right: 1px solid #666;
}

@media screen and (max-width: 767px) {
  #wrap #footer .footerWrap .underfooterMenu .underMenu li {
    line-height: 1;
    margin-bottom: 10px;
  }
}
#wrap #footer .footerWrap .underfooterMenu .underMenu li:last-of-type {
  border: none;
}

#wrap #footer .footerWrap .underfooterMenu .underMenu li:first-of-type {
  padding-left: 0;
}

@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .underfooterMenu .underMenu li {
    padding: 0 12px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .underfooterMenu .underMenu {
    text-align: center;
  }
}
#wrap #footer .footerWrap .underfooterMenu .copyright {
  font-size: 12px;
}

@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .underfooterMenu .copyright {
    font-size: 11px;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1150px) {
  #wrap #footer .footerWrap .underfooterMenu .copyright {
    font-size: 11px;
    margin-top: 30px;
  }
}
#wrap #footer .footerWrap .underfooterMenu a {
  text-decoration: none;
  color: #000;
}

#wrap #footer .footerWrap .underfooterMenu a:hover {
  text-decoration: underline;
  color: #29A4DB;
}

.sustainability .breadcrumbs span a {
  color: #00A332 !important;
}

/*////////////////////////////////////// INDEX //////////////////////////////////////*/
body.index .btn {
  text-align: center;
  margin-top: 50px;
}

body.index .btn a {
  display: inline-block;
  padding: 15px 0 15px 20px;
  background-color: #0268B6;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #0268B6;
  width: 280px;
  text-align: left;
  box-sizing: border-box;
}

body.index .btn a:after {
  width: 10px;
  height: 18px;
  content: "";
  background-image: url(/images/common/white-arrow-r.svg);
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s ease;
}

body.index .btn a:hover {
  color: #0268B6;
  background-color: #FFF;
}

body.index .btn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

body.index .in_wrap {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1420px) {
  body.index .in_wrap {
    padding: 0 20px;
  }
}
body.index .MainImg {
  width: 100%;
  height: 640px;
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 1420px) {
  body.index .MainImg {
    margin-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  body.index .MainImg {
    height: 300px;
  }
}
body.index .MainImg .slide {
  width: 100%;
  height: 700px;
  /*overflow: hidden;*/
}

@media screen and (max-width: 767px) {
  body.index .MainImg .slide {
    height: 300px;
  }
}
body.index .MainImg .slide p {
  background-image: url(/images/index/slide-img01.webp);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 767px) {
  body.index .MainImg .slide p {
    background-image: url(/images/index/pickup-bunner01-sp.jpg);
    height: 300px;
  }
}
body.index .MainImg .slide p:nth-of-type(2) {
  background-image: url(/images/index/slide-img02.webp);
}

@media screen and (max-width: 767px) {
  body.index .MainImg .slide p:nth-of-type(2) {
    background-image: url(/images/index/pickup-bunner02-sp.jpg);
  }
}
body.index .MainImg .slide p:nth-of-type(3) {
  background-image: url(/images/index/slide-img03.webp);
}

@media screen and (max-width: 767px) {
  body.index .MainImg .slide p:nth-of-type(3) {
    background-image: url(/images/index/pickup-bunner03-sp.jpg);
  }
}
body.index .MainImg .slide p:nth-of-type(4) {
  background-image: url(/images/index/slide-img04.webp);
}

@media screen and (max-width: 767px) {
  body.index .MainImg .slide p:nth-of-type(4) {
    background-image: url(/images/index/pickup-bunner04-sp.jpg);
  }
}
body.index .MainImg .slide p:nth-of-type(5) {
  background-image: url(/images/index/slide-img05.webp);
}

@media screen and (max-width: 767px) {
  body.index .MainImg .slide p:nth-of-type(5) {
    background-image: url(/images/index/pickup-bunner05-sp.jpg);
  }
}
body.index .MainImg .slide p:nth-of-type(6) {
  background-image: url(/images/index/slide-img06.webp);
}

@media screen and (max-width: 767px) {
  body.index .MainImg .slide p:nth-of-type(6) {
    background-image: url(/images/index/pickup-bunner06-sp.jpg);
  }
}
body.index .MainImg .slide p a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

body.index .MainImg .slide p span {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

body.index .MainImg .slide p span.slide01 {
  padding-top: 150px;
}

body.index .MainImg .slide p span.txt {
  line-height: 1.88;
  margin-top: 50px;
}

body.index .MainImg .slide p span.slide02 {
  padding-top: 198px;
  width: 552px;
}

body.index .MainImg .slide p span.slide03 {
  padding-top: 30px;
  width: 668px;
}

body.index .MainImg .slide p span.slide04 {
  padding-top: 198px;
  width: 785px;
}

body.index .MainImg .slide p em {
  display: inline-block;
  position: absolute;
  bottom: 45px;
  right: 100px;
  width: 100px;
  height: 25px;
}

body.index .informationBlock {
  padding: 130px 0 100px;
}

@media screen and (max-width: 767px) {
  body.index .informationBlock {
    padding: 70px 0 60px;
  }
}
body.index .informationBlock .informationwrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.index .informationBlock .informationwrap {
    display: block;
  }
}
body.index .informationBlock .informationwrap .news {
  width: 46.5%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.index .informationBlock .informationwrap .news {
    width: 100%;
  }
  body.index .informationBlock .informationwrap .news:nth-of-type(2) {
    margin-top: 50px;
  }
}
body.index .informationBlock .informationwrap .news h2 {
  font-weight: 700;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  body.index .informationBlock .informationwrap .news h2 {
    font-size: 21px;
  }
}
body.index .informationBlock .informationwrap .news dl {
  border-top: 1px solid #CCCCCC;
  margin-top: 25px;
}

body.index .informationBlock .informationwrap .news dl dt {
  font-size: 14px;
  color: #909090;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  body.index .informationBlock .informationwrap .news dl dt {
    font-size: 13px;
    padding-top: 13px;
  }
}
body.index .informationBlock .informationwrap .news dl dt span {
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  width: 100px;
  background-color: #DDF2FD;
  color: #29A4DB;
  border-radius: 20px;
}

body.index .informationBlock .informationwrap .news dl dd {
  font-size: 16px;
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.index .informationBlock .informationwrap .news dl dd {
    font-size: 14px;
    padding: 13px 0;
  }
}
body.index .informationBlock .informationwrap .news dl dd a {
  color: #000;
  text-decoration: none;
}

body.index .informationBlock .informationwrap .news dl dd a:hover {
  text-decoration: underline;
  color: #29A4DB;
}

body.index .informationBlock .informationwrap .news dl dd a.pdflink:after {
  content: url(/images/common/icon-pdf.svg);
  display: inline-block;
  width: 16px;
  margin-left: 0.5em;
}

body.index .informationBlock .informationwrap .news .list a {
  position: absolute;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  right: 0;
  top: 0;
  border: 1px solid #0268B6;
  color: #0268B6;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

body.index .informationBlock .informationwrap .news .list a:after {
  position: absolute;
  width: 8px;
  height: 14px;
  display: block;
  content: url(/images/common/blue-arrow-r.svg);
  top: calc(50% - 7px);
  right: 10px;
}

body.index .informationBlock .informationwrap .news .list a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.index .informationBlock .informationwrap .news .list a:hover:after {
  content: url(/images/common/white-arrow-r.svg);
}

@media screen and (max-width: 767px) {
  body.index .informationBlock .informationwrap .news .list a {
    font-size: 14px;
    padding: 8px 30px;
  }
}
body.index .pickUp {
  padding: 25px 0 125px;
}

@media screen and (max-width: 767px) {
  body.index .pickUp {
    padding: 0 0 65px;
  }
}
body.index .pickUp h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.index .pickUp h2 {
    font-size: 21px;
  }
}
body.index .pickUp .pickup-bunner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.index .pickUp .pickup-bunner {
    display: block;
  }
}
body.index .pickUp .pickup-bunner li {
  width: 33.2%;
  margin-top: 35px;
}

@media screen and (max-width: 850px) {
  body.index .pickUp .pickup-bunner li {
    padding: 0 0.066%;
  }
}
@media screen and (max-width: 767px) {
  body.index .pickUp .pickup-bunner li {
    width: 100%;
    padding: 0;
  }
}
body.index .pickUp .pickup-bunner li figure {
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

body.index .pickUp .pickup-bunner li figure img {
  transition: all 0.3s ease;
}

body.index .pickUp .pickup-bunner li h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 906px) {
  body.index .pickUp .pickup-bunner li h3 {
    font-size: 16px;
  }
}
body.index .pickUp .pickup-bunner li p {
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 906px) {
  body.index .pickUp .pickup-bunner li p {
    font-size: 14px;
  }
}
body.index .pickUp .pickup-bunner li a {
  color: #000;
  text-decoration: none;
}

body.index .pickUp .pickup-bunner li a:hover figure img {
  transform: scale(1.1);
}

body.index .irBlock {
  background-color: #f0f9fe;
  padding: 65px 0;
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.index .irBlock {
    padding: 80px 0 65px;
    margin-top: 0;
  }
}
body.index .irBlock h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.index .irBlock h2 {
    font-size: 21px;
  }
}
body.index .irBlock .underTxt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.index .irBlock .underTxt {
    font-size: 14px;
    line-height: 1.88;
    margin: 30px 5% 0;
  }
}
body.index .irBlock .ir-menu {
  width: 77%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.index .irBlock .ir-menu {
    width: 92%;
    margin: 30px auto 0;
    flex-wrap: wrap;
  }
}
body.index .irBlock .ir-menu li {
  width: 18.5%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  body.index .irBlock .ir-menu li {
    width: 48%;
    margin-bottom: 15px;
  }
  body.index .irBlock .ir-menu li:last-of-type {
    margin-bottom: 0;
  }
}
body.index .irBlock .ir-menu li figure {
  width: 100%;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.index .irBlock .ir-menu li figure img {
  transition: all 0.3s ease;
}

body.index .irBlock .ir-menu li p {
  font-size: 18px;
  font-weight: 700;
  color: #0268B6;
  margin-top: 14px;
}

@media screen and (max-width: 1150px) {
  body.index .irBlock .ir-menu li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 906px) {
  body.index .irBlock .ir-menu li p {
    font-size: 14px;
  }
}
body.index .irBlock .ir-menu li a {
  text-decoration: none;
}

body.index .irBlock .ir-menu li a:hover figure img {
  transform: scale(1.1);
}

body.index .company {
  padding: 120px 0 0;
  background: url(/images/index/bk-company.webp) center center/cover no-repeat;
  position: relative;
  height: 616px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.index .company {
    padding: 70px 0 60px;
    height: auto;
  }
}
body.index .company .on-company {
  position: absolute;
  top: 0;
  left: 0;
  width: 401px;
  height: 616px;
}

@media screen and (max-width: 850px) {
  body.index .company .on-company {
    left: -160px;
  }
}
@media screen and (max-width: 767px) {
  body.index .company .on-company {
    display: none;
  }
}
body.index .company .wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}

body.index .company .wrap .companyBlock {
  color: #FFF;
  width: 622px;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock {
    width: 90%;
    margin: 0 auto;
  }
}
body.index .company .wrap .companyBlock h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
body.index .company .wrap .companyBlock .txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock .txt {
    font-size: 14px;
  }
}
body.index .company .wrap .companyBlock .btn {
  margin-top: 60px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock .btn {
    margin-top: 40px;
    text-align: center;
  }
}
body.index .company .wrap .companyBlock .companyList {
  background-color: #FFF;
  opacity: 0.95;
  box-sizing: border-box;
  width: 450px;
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock .companyList {
    width: 100%;
    padding: 22px 20px;
  }
}
body.index .company .wrap .companyBlock .companyList li {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 20px;
  background: url(/images/common/blue-arrow-r.svg) center left/7px auto no-repeat;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock .companyList li {
    width: 52%;
  }
}
body.index .company .wrap .companyBlock .companyList li:nth-of-type(2n) {
  width: 44%;
  margin-left: 6%;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock .companyList li:nth-of-type(2n) {
    width: 42%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock .companyList li {
    padding-left: 16px;
    background: url(/images/common/blue-arrow-r.svg) center left/6px auto no-repeat;
  }
}
body.index .company .wrap .companyBlock .companyList li a {
  color: #0268B6;
  text-decoration: none;
}

body.index .company .wrap .companyBlock .companyList li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  body.index .company .wrap .companyBlock .companyList li a {
    font-size: 14px;
  }
}
body.index .company .wrap .companyBlock .companyList li:nth-of-type(-n + 2) {
  margin-top: 0;
}

body.index .our-business {
  margin-top: 100px;
  height: 850px;
  background-image: url(/images/index/on-our-business.svg), url(/images/index/bk-our-business.webp);
  background-position: top right, center center;
  background-size: 649px 850px, cover;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  padding-top: 110px;
}

@media screen and (max-width: 1272px) {
  body.index .our-business {
    padding: 110px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.index .our-business {
    margin-top: 0;
    height: auto;
    background-image: url(/images/index/bk-our-business.webp);
    background-position: center bottom 360px;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
  }
}
body.index .our-business .wrap {
  max-width: 1300px;
  margin: 0 auto;
}

body.index .our-business .wrap.btnwrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap.btnwrap {
    display: block;
  }
}
body.index .our-business .wrap h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap h2 {
    font-size: 21px;
  }
}
body.index .our-business .wrap .u-txt {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap .u-txt {
    font-size: 14px;
    line-height: 1.88;
    margin: 35px 4% 0;
  }
}
body.index .our-business .wrap .btn {
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap .btn:first-of-type {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.index .our-business .wrap .btn:nth-of-type(2) {
    margin-top: 25px;
  }
}
body.index .our-business .wrap .btn:nth-of-type(2) a {
  display: inline-block;
  padding: 15px 60px 15px 20px;
  background-color: #FFF;
  color: #0268B6;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #0268B6;
  margin-left: 20px;
  width: 160px;
}

body.index .our-business .wrap .btn:nth-of-type(2) a:after {
  width: 10px;
  height: 18px;
  content: "";
  background-image: url(/images/common/blue-arrow-r.svg);
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap .btn:nth-of-type(2) a:after {
    display: none;
  }
}
body.index .our-business .wrap .btn:nth-of-type(2) a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.index .our-business .wrap .btn:nth-of-type(2) a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
  right: 12px;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap .btn:nth-of-type(2) a {
    padding: 0;
    border: none;
    margin-left: 90px;
    padding-left: 20px;
  }
  body.index .our-business .wrap .btn:nth-of-type(2) a:before {
    content: "";
    width: 6px;
    height: 11px;
    background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.index .our-business .wrap .btn:nth-of-type(3) {
    margin-top: 15px;
  }
}
body.index .our-business .wrap .btn:nth-of-type(3) a {
  display: inline-block;
  padding: 15px 60px 15px 20px;
  background-color: #FFF;
  color: #0268B6;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border-top: 1px solid #0268B6;
  border-right: 1px solid #0268B6;
  border-bottom: 1px solid #0268B6;
  border-left: none;
  width: 260px;
}

body.index .our-business .wrap .btn:nth-of-type(3) a:after {
  width: 10px;
  height: 18px;
  content: "";
  background-image: url(/images/common/blue-arrow-r.svg);
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap .btn:nth-of-type(3) a:after {
    display: none;
  }
}
body.index .our-business .wrap .btn:nth-of-type(3) a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.index .our-business .wrap .btn:nth-of-type(3) a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
  right: 12px;
}

@media screen and (max-width: 767px) {
  body.index .our-business .wrap .btn:nth-of-type(3) a {
    padding: 0;
    border: none;
    margin-left: 90px;
    padding-left: 20px;
  }
  body.index .our-business .wrap .btn:nth-of-type(3) a:before {
    content: "";
    width: 6px;
    height: 11px;
    background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
  }
}
body.index .our-business .wrap .btn a {
  box-sizing: border-box;
  width: 280px;
}

body.index .our-business .businessWrap {
  max-width: 1260px;
  margin: 0 auto;
  box-sizing: border-box;
  /*padding-left: 100px;*/
}

body.index .our-business .businessWrap .businessBlock {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.index .our-business .businessWrap .businessBlock {
    display: block;
    margin-top: 60px;
    background-color: transparent;
  }
}
body.index .our-business .businessWrap .businessBlock a {
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 1272px) {
  body.index .our-business .businessWrap .businessBlock a {
    width: 24.5%;
  }
}
body.index .our-business .businessWrap .businessBlock a li {
  width: 310px;
  height: 310px;
  box-sizing: border-box;
  background-color: rgb(2, 104, 182);
  padding: 75px 20px 0;
  background: url(/images/index/business-bk01.jpg) center center/cover no-repeat;
  color: #fff;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1272px) {
  body.index .our-business .businessWrap .businessBlock a li {
    width: 100%;
    height: 100%;
    padding: 70px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  body.index .our-business .businessWrap .businessBlock a li {
    width: 92%;
    height: auto;
    padding: 90px 16px 50px;
    margin: 0 auto 20px;
  }
}
body.index .our-business .businessWrap .businessBlock a li h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  body.index .our-business .businessWrap .businessBlock a li h3 {
    font-size: 23px;
  }
}
body.index .our-business .businessWrap .businessBlock a li p {
  margin-top: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  body.index .our-business .businessWrap .businessBlock a li p {
    margin-top: 30px;
    line-height: 1.75;
    font-size: 14px;
    text-align: left;
  }
}
body.index .our-business .businessWrap .businessBlock a li:hover {
  background: url(/images/index/business-bk01-hover.jpg) center center/cover no-repeat;
}

body.index .our-business .businessWrap .businessBlock a li:hover h3 {
  color: #000;
}

body.index .our-business .businessWrap .businessBlock a li:hover p {
  display: none;
}

body.index .our-business .businessWrap .businessBlock a:nth-of-type(2) li {
  background: url(/images/index/business-bk02.jpg) center center/cover no-repeat;
}

body.index .our-business .businessWrap .businessBlock a:nth-of-type(2) li:hover {
  background: url(/images/index/business-bk02-hover.jpg) center center/cover no-repeat;
}

body.index .our-business .businessWrap .businessBlock a:nth-of-type(3) li {
  background: url(/images/index/business-bk03.jpg) center center/cover no-repeat;
}

body.index .our-business .businessWrap .businessBlock a:nth-of-type(3) li:hover {
  background: url(/images/index/business-bk03-hover.jpg) center center/cover no-repeat;
}

body.index .our-business .businessWrap .businessBlock a:nth-of-type(4) li {
  background: url(/images/index/business-bk04.jpg) center center/cover no-repeat;
}

body.index .our-business .businessWrap .businessBlock a:nth-of-type(4) li:hover {
  background: url(/images/index/business-bk04-hover.jpg) center center/cover no-repeat;
}

body.index .results {
  margin-top: 180px;
  padding: 70px 0 110px;
  background: url(/images/index/results-bk.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  body.index .results {
    margin-top: 90px;
    padding: 50px 0 140px;
  }
}
body.index .results h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.index .results h2 {
    font-size: 21px;
  }
}
body.index .results .resultsBlock {
  max-width: 1430px;
  margin: 55px auto 0;
  box-sizing: border-box;
  padding: 60px 10% 100px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.index .results .resultsBlock {
    padding: 60px 10% 70px;
  }
}
body.index .results .resultsBlock h3 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 15px;
}

body.index .results .resultsBlock .results-slide {
  margin-top: 30px;
}

body.index .results .resultsBlock .results-slide li {
  width: 350px;
  padding: 0 15px;
}

body.index .results .resultsBlock .results-slide li .category {
  display: inline-block;
  padding: 10px 12px;
  color: #29A4DB;
  background-color: #dff1fb;
  border-radius: 25px;
  font-size: 12px;
  margin-top: 12px;
}

body.index .results .resultsBlock .results-slide li h4 {
  font-size: 16px;
  line-height: 1.6em;
  height: 2em;
  font-weight: 700;
  margin-top: 15px;
}

body.index .results .resultsBlock .results-slide li dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

body.index .results .resultsBlock .results-slide li dl dt {
  font-size: 12px;
  width: 14.3%;
  margin-top: 10px;
}

body.index .results .resultsBlock .results-slide li dl dd {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
  width: 85.7%;
}

body.index .results .resultsBlock .results-slide li a {
  color: #000;
  text-decoration: none;
  display: block;
}

body.index .results .resultsBlock .results-slide li a dt {
  color: #909090;
}

body.index .results .resultsBlock .results-slide li a figure {
  overflow: hidden;
}

body.index .results .resultsBlock .results-slide li a figure img {
  transition: all 0.3s ease;
}

body.index .results .resultsBlock .results-slide li a:hover {
  opacity: 0.9;
}

body.index .results .resultsBlock .results-slide li a:hover figure {
  overflow: hidden;
}

body.index .results .resultsBlock .results-slide li a:hover figure img {
  transform: scale(1.1);
}

body.index .results .resultsBlock .slick-prev, body.index .results .resultsBlock .slick-next {
  width: 19px;
  height: 38px;
  top: 120px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body.index .results .resultsBlock .slick-prev, body.index .results .resultsBlock .slick-next {
    width: 15px;
    height: 30px;
    top: 100px;
  }
}
body.index .results .resultsBlock .slick-next {
  right: -50px;
  background: url(/images/common/slide-arrow-next.svg) top left/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  body.index .results .resultsBlock .slick-next {
    right: -28px;
  }
}
body.index .results .resultsBlock .slick-prev {
  left: -50px;
  background: url(/images/common/slide-arrow-prev.svg) top left/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  body.index .results .resultsBlock .slick-prev {
    left: -28px;
  }
}
body.index .sustainability {
  padding: 110px 0 118px;
  background-image: url(/images/index/sustainability-line.jpg);
  background-position: center bottom;
  background-size: auto 15px;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  body.index .sustainability {
    padding: 85px 0 0;
  }
}
body.index .sustainability .sustainaWrap {
  box-sizing: border-box;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  /*margin-right: calc((100% - 1400px)/2);*/
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap {
    display: block;
    padding-right: 0;
  }
}
body.index .sustainability .sustainaWrap .sustaina-left {
  width: calc(100% - 570px + (100% - 1400px) / 2);
  background: url(/images/index/sustaina-img.webp) center/cover no-repeat;
  position: relative;
}

@media screen and (max-width: 1272px) {
  body.index .sustainability .sustainaWrap .sustaina-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-left {
    display: none;
  }
}
body.index .sustainability .sustainaWrap .sustaina-left em {
  position: absolute;
  right: 0;
  top: 0;
  width: 297px;
  height: 450px;
}

body.index .sustainability .sustainaWrap .sustaina-left img {
  min-height: 450px;
  width: auto;
}

body.index .sustainability .sustainaWrap .sustaina-right {
  width: 500px;
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right {
    width: 100%;
    padding-bottom: 140px;
    background: url(/images/index/sustaina-img.webp) center bottom/130% auto no-repeat;
  }
}
body.index .sustainability .sustainaWrap .sustaina-right h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #00A332;
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right h2 {
    font-size: 24px;
    text-align: center;
  }
}
body.index .sustainability .sustainaWrap .sustaina-right .txt {
  line-height: 1.88;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right .txt {
    font-size: 14px;
    margin: 35px 4% 0;
  }
}
body.index .sustainability .sustainaWrap .sustaina-right .sustainaList {
  width: 490px;
  background-color: #ECF8E9;
  box-sizing: border-box;
  padding: 15px 40px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right .sustainaList {
    width: 90%;
    padding: 15px 40px 30px;
    margin: 40px auto 0;
  }
}
body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li {
  display: block;
  width: 200px;
  margin-top: 15px;
}

body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li a {
  display: block;
  color: #00A332;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li a {
    font-size: 15px;
  }
}
body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li a:before {
  content: "";
  background: url(/images/common/sustina-arrow-r.svg) center center/100% auto no-repeat;
  width: 7px;
  height: 12px;
  position: relative;
  margin-right: 0.5em;
  display: inline-block;
}

body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li a:hover {
  text-decoration: underline;
}

body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li:first-of-type {
  width: 100%;
}

body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li:nth-of-type(5) {
  width: 140px;
}

body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li:nth-of-type(2), body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li:nth-of-type(3) {
  width: 100px;
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li:nth-of-type(2), body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li:nth-of-type(3) {
    width: 78px;
  }
}
@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right .sustainaList li:nth-of-type(4) {
    width: 100px;
  }
}
body.index .sustainability .sustainaWrap .sustaina-right .btn {
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.index .sustainability .sustainaWrap .sustaina-right .btn {
    text-align: center;
    margin-top: 30px;
  }
}
body.index .sustainability .sustainaWrap .sustaina-right .btn a {
  background-color: #00A332;
  border: 1px solid #00A332;
}

body.index .sustainability .sustainaWrap .sustaina-right .btn a:hover {
  background-color: #FFF;
  color: #00A332;
}

body.index .sustainability .sustainaWrap .sustaina-right .btn a:hover::after {
  background-image: url(/images/common/green-arrow-r.svg);
}

body.index .recruite {
  padding: 100px 0;
}

@media screen and (max-width: 1272px) {
  body.index .recruite {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.index .recruite {
    padding: 60px 0;
  }
}
body.index .recruite ul {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.index .recruite ul {
    display: block;
    width: 90%;
  }
}
body.index .recruite ul li {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  body.index .recruite ul li {
    width: 100%;
  }
  body.index .recruite ul li:first-of-type {
    margin-bottom: 20px;
  }
}
body.index .recruite ul li dl {
  display: flex;
}

body.index .recruite ul li dl dt {
  width: 48%;
  background-color: #EFF6FF;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  body.index .recruite ul li dl dt {
    width: 50%;
    padding: 0 24px 0 16px;
  }
}
body.index .recruite ul li dl dt .linkTitle1 {
  font-size: 16px;
  position: relative;
  display: block;
}

@media screen and (max-width: 1272px) {
  body.index .recruite ul li dl dt .linkTitle1 {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body.index .recruite ul li dl dt .linkTitle1 {
    font-size: 15px;
    line-height: 1.5;
  }
}
body.index .recruite ul li dl dt .linkTitle1:after {
  content: url(/images/common/link-icon.svg);
  margin-left: 0.5em;
  display: inline-block;
}

body.index .recruite ul li dl dt .linkTitle1 span {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1272px) {
  body.index .recruite ul li dl dt .linkTitle1 span {
    font-size: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.index .recruite ul li dl dt .linkTitle1 span {
    font-size: 18px;
    padding-right: 0;
  }
}
body.index .recruite ul li dl dt .linkTitle1 span:after {
  display: inline-block;
  content: "";
  margin-left: 0.5em;
  width: 14px;
  height: 25px;
  position: relative;
  top: 3px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  body.index .recruite ul li dl dt .linkTitle1 span:after {
    width: 10px;
    height: 18px;
  }
}
body.index .recruite ul li dl dt .linkTitle2 {
  font-size: 22px;
  line-height: 1.6;
  position: relative;
  display: block;
  font-weight: 700;
}

@media screen and (max-width: 1272px) {
  body.index .recruite ul li dl dt .linkTitle2 {
    font-size: 20px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.index .recruite ul li dl dt .linkTitle2 {
    font-size: 16px;
    letter-spacing: 0;
    margin-right: 0;
  }
}
body.index .recruite ul li dl dt .linkTitle2:after {
  content: "";
  margin-left: 0.5em;
  width: 14px;
  height: 25px;
  position: absolute;
  display: block;
  top: calc(50% - 12px);
  right: -30px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  body.index .recruite ul li dl dt .linkTitle2:after {
    width: 10px;
    height: 18px;
    right: -18px;
  }
}
body.index .recruite ul li dl dd {
  width: 54%;
}

@media screen and (max-width: 767px) {
  body.index .recruite ul li dl dd {
    width: 50%;
  }
}
body.index .recruite ul li dl dd figure {
  overflow: hidden;
}

body.index .recruite ul li dl dd figure img {
  transition: all 0.3s ease;
}

body.index .recruite ul li a {
  color: #000;
  text-decoration: none;
}

body.index .recruite ul li a:hover {
  opacity: 0.8;
}

body.index .recruite ul li a:hover dd figure img {
  transform: scale(1.1);
}

body.index .recruite ul li:nth-of-type(2) dl {
  flex-direction: row-reverse;
}

body.index .linkBunner {
  padding: 75px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 1272px) {
  body.index .linkBunner {
    padding: 75px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.index .linkBunner {
    padding: 65px 0;
  }
}
body.index .linkBunner .bunner {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.index .linkBunner .bunner {
    display: block;
    width: 92%;
  }
}
body.index .linkBunner .bunner li {
  width: 18.8%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.index .linkBunner .bunner li {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.index .linkBunner .bunner li em {
  display: block;
  width: 148px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

body.index .linkBunner .bunner li p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #FFF;
}

body.index .linkBunner .bunner li p img {
  width: 226px;
}

body.index .linkBunner .bunner li a {
  transition: all 0.3s ease;
}

body.index .linkBunner .bunner li a:hover {
  opacity: 0.5;
}

/* ///////////////////////////////////// COMPANY ///////////////////////////////////*/
body.company .titleArea {
  background: url(/images/common/title-triangle.svg), url(/images/company/company-title-bk.webp);
  background-repeat: no-repeat;
  background-size: 425px auto, cover;
  background-position: top left calc((100% - 1200px) / 2), center center;
}

@media screen and (max-width: 1240px) {
  body.company .titleArea {
    background-position: top left -160px, center center;
  }
}
@media screen and (max-width: 767px) {
  body.company .titleArea {
    background-size: 240px auto, cover;
    background-position: top left -35px, center center;
  }
}
body.company .titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.company .titleArea .titlewrap {
    padding: 0 40px;
  }
}
body.company .titleArea .titlewrap h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.company .titleArea .titlewrap h1 {
    font-size: 28px;
  }
}
body.company .titleArea .titlewrap h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.company .titleArea .titlewrap h1 span {
    margin-bottom: 12px;
  }
}
body.company .title-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.9;
  color: #0268B6;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.company .title-txt {
    margin-bottom: 16px;
    margin-top: 40px;
    padding: 0 5%;
    line-height: 1.8;
    text-align: left;
  }
}
body.company .companyMenu {
  background-color: #EFF6FF;
  padding: 70px 0 20px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.company .companyMenu {
    padding: 50px 0 20px;
  }
}
body.company .companyMenu .in_wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.company .companyMenu .in_wrap {
    padding: 0 20px;
  }
}
body.company .companyMenu .in_wrap .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.company .companyMenu .in_wrap .company-list {
    display: block;
  }
}
body.company .companyMenu .in_wrap .company-list li {
  width: 45.8%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body.company .companyMenu .in_wrap .company-list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.company .companyMenu .in_wrap .company-list li div {
  box-sizing: border-box;
  padding-top: 60px;
  background-color: #FFF;
  height: 280px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  body.company .companyMenu .in_wrap .company-list li div {
    padding: 40px 0;
    height: auto;
  }
}
body.company .companyMenu .in_wrap .company-list li div figure {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

body.company .companyMenu .in_wrap .company-list li div figure img {
  transition: all 0.3s ease;
}

body.company .companyMenu .in_wrap .company-list li div .title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  body.company .companyMenu .in_wrap .company-list li div .title {
    font-size: 20px;
  }
}
body.company .companyMenu .in_wrap .company-list li div .title:after {
  content: "";
  background-image: url(/images/common/blue-arrow-r.svg);
  display: inline-block;
  width: 6px;
  height: 12px;
  background-size: 6px 12px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 0.7em;
  transition: all 0.3s ease;
}

body.company .companyMenu .in_wrap .company-list li div small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.company .companyMenu .in_wrap .company-list li div small {
    font-size: 16px;
  }
}
body.company .companyMenu .in_wrap .company-list li .txt {
  line-height: 1.85;
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.company .companyMenu .in_wrap .company-list li .txt {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 18px;
  }
}
body.company .companyMenu a {
  color: #000;
  text-decoration: none;
}

body.company .companyMenu a:hover {
  color: #0268B6;
}

body.company .companyMenu a:hover img {
  transform: scale(1.1);
}

body.company .company-submenu {
  padding: 100px 0 75px;
  background: url(/images/company/company-menuList-bk.webp) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  body.company .company-submenu {
    padding: 60px 0 45px;
  }
}
body.company .company-submenu .submenuList {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1240px) {
  body.company .company-submenu .submenuList {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.company .company-submenu .submenuList {
    display: block;
  }
}
body.company .company-submenu .submenuList li {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  body.company .company-submenu .submenuList li {
    width: 100%;
  }
}
body.company .company-submenu .submenuList li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 110px;
  padding-top: 5px;
  transition: all 0.3s linear;
  background: url(/images/common/menu-arrow-r.svg) right 35px center/41px auto no-repeat #FFF;
  margin-bottom: 25px;
  height: 140px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

@media screen and (max-width: 1240px) {
  body.company .company-submenu .submenuList li a {
    padding-left: 30px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  body.company .company-submenu .submenuList li a {
    background: url(/images/common/menu-arrow-r.svg) right 25px center/32px auto no-repeat #FFF;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.company .company-submenu .submenuList li a {
    height: auto;
    padding: 20px 100px 20px 30px;
  }
}
body.company .company-submenu .submenuList li a h3 {
  color: #0268B6;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1240px) {
  body.company .company-submenu .submenuList li a h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.company .company-submenu .submenuList li a h3 {
    font-size: 18px;
  }
}
body.company .company-submenu .submenuList li a .txt {
  color: #000;
  line-height: 1.9;
  font-size: 16px;
  margin-top: 12px;
}

@media screen and (max-width: 1240px) {
  body.company .company-submenu .submenuList li a .txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  body.company .company-submenu .submenuList li a .txt {
    font-size: 14px;
  }
}
body.company .company-submenu .submenuList li a:hover {
  background: url(/images/common/menu-arrow-wr.svg) right 5px center/41px auto no-repeat #4992CC;
}

body.company .company-submenu .submenuList li a:hover h3 {
  color: #FFF;
}

body.company .company-submenu .submenuList li a:hover .txt {
  color: #FFF;
}

body.company .informationBlock {
  padding: 130px 0 100px;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock {
    padding: 60px 0 50px;
  }
}
body.company .informationBlock .informationwrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.company .informationBlock .informationwrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap {
    display: block;
  }
}
body.company .informationBlock .informationwrap .news {
  width: 46.5%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap .news {
    width: 100%;
  }
  body.company .informationBlock .informationwrap .news:nth-of-type(2) {
    margin-top: 50px;
  }
}
body.company .informationBlock .informationwrap .news h2 {
  font-weight: 700;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap .news h2 {
    font-size: 21px;
  }
}
body.company .informationBlock .informationwrap .news dl {
  border-top: 1px solid #CCCCCC;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap .news dl {
    margin-top: 30px;
  }
}
body.company .informationBlock .informationwrap .news dl dt {
  font-size: 14px;
  color: #909090;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap .news dl dt {
    font-size: 13px;
  }
}
body.company .informationBlock .informationwrap .news dl dt span {
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  width: 120px;
  background-color: #DDF2FD;
  color: #29A4DB;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap .news dl dt span {
    font-size: 12px;
  }
}
body.company .informationBlock .informationwrap .news dl dd {
  font-size: 16px;
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap .news dl dd {
    font-size: 14px;
  }
}
body.company .informationBlock .informationwrap .news dl dd a {
  color: #000;
  text-decoration: none;
}

body.company .informationBlock .informationwrap .news dl dd a:hover {
  text-decoration: underline;
  color: #29A4DB;
}

body.company .informationBlock .informationwrap .news dl dd a.pdflink:after {
  content: url(/images/common/icon-pdf.svg);
  display: inline-block;
  width: 16px;
  margin-left: 0.5em;
}

body.company .informationBlock .informationwrap .news .list a {
  position: absolute;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  right: 0;
  top: 0;
  border: 1px solid #0268B6;
  color: #0268B6;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 767px) {
  body.company .informationBlock .informationwrap .news .list a {
    font-size: 14px;
    padding: 8px 25px;
  }
}
body.company .informationBlock .informationwrap .news .list a:after {
  position: absolute;
  width: 8px;
  height: 14px;
  display: block;
  content: url(/images/common/blue-arrow-r.svg);
  top: calc(50% - 7px);
  right: 10px;
}

body.company .informationBlock .informationwrap .news .list a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.company .informationBlock .informationwrap .news .list a:hover:after {
  content: url(/images/common/white-arrow-r.svg);
}

body.company .pickUp {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  body.company .pickUp {
    padding-bottom: 45px;
  }
}
body.company .pickUp h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.company .pickUp h2 {
    font-size: 21px;
  }
}
body.company .pickUp .pickUpList {
  margin: 45px auto 0;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1240px) {
  body.company .pickUp .pickUpList {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.company .pickUp .pickUpList {
    display: block;
    margin: 40px auto 0;
  }
}
body.company .pickUp .pickUpList li {
  width: 46.5%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  body.company .pickUp .pickUpList li {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.company .pickUp .pickUpList li figure {
  overflow: hidden;
  border: 1px solid #CCC;
}

body.company .pickUp .pickUpList li figure img {
  transition: all 0.3s ease-in;
}

body.company .pickUp .pickUpList li a {
  display: block;
  text-decoration: none;
  color: #000;
}

body.company .pickUp .pickUpList li a:hover figure img {
  transform: scale(1.1);
}

body.company .pickUp .pickUpList li h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.company .pickUp .pickUpList li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
  }
}
body.company .pickUp .pickUpList li p {
  font-size: 16px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  body.company .pickUp .pickUpList li p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
}
body.company .philosophy {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.company .philosophy {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
body.company .SubcompanyArea {
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.company .SubcompanyArea {
    padding: 0 20px;
  }
}
body.company .SubcompanyArea .ContentsBlock {
  width: 80%;
}

@media screen and (max-width: 1025px) {
  body.company .SubcompanyArea .ContentsBlock {
    width: 100%;
  }
}
body.company .SubcompanyArea .ContentsBlock h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  body.company .SubcompanyArea .ContentsBlock h2 {
    font-size: 24px;
    border-left: 6px solid #0268B6;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}
body.company .SubcompanyArea .ContentsBlock h2 small {
  font-size: 0.8em;
  margin-left: 0.3em;
}

body.company .SubcompanyArea .ContentsBlock h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-top: 50px;
  color: #0268B6;
  line-height: 1.66;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.company .SubcompanyArea .ContentsBlock h3 {
    font-size: 25px;
    margin-top: 35px;
  }
}
body.company .SubcompanyArea .ContentsBlock .title-under {
  font-size: 22px;
  margin-top: 25px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.company .SubcompanyArea .ContentsBlock .title-under {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8;
  }
}
body.company .SubcompanyArea .ContentsBlock .lineBlock {
  padding-top: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.company .SubcompanyArea .ContentsBlock .lineBlock {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
body.company .SubcompanyArea .ContentsBlock .txt {
  font-size: 16px;
  line-height: 1.85;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  body.company .SubcompanyArea .ContentsBlock .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 35px;
  }
}
body.company .SubcompanyArea .ContentsBlock .philosophy-list dt {
  font-size: 22px;
  color: #0268B6;
  margin-top: 55px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.company .SubcompanyArea .ContentsBlock .philosophy-list dt {
    font-size: 18px;
    margin-top: 40px;
  }
}
body.company .SubcompanyArea .ContentsBlock .philosophy-list dd {
  font-size: 16px;
  line-height: 1.88;
  margin-top: 12px;
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  body.company .SubcompanyArea .ContentsBlock .philosophy-list dd {
    font-size: 14px;
    margin-left: 1.8em;
    line-height: 1.8;
  }
}
body.company .outline {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.company .outline {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
body.company .outline .outlinewrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlinewrap {
    align-items: start;
    display: block;
  }
}
body.company .outline .outlinewrap .top-dl {
  width: 66%;
  border-top: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 1.88;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlinewrap .top-dl {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    display: block;
  }
}
body.company .outline .outlinewrap .top-dl dt {
  width: 30%;
  font-weight: 500;
  padding: 34px 0;
  border-bottom: 1px solid #CCCCCC;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlinewrap .top-dl dt {
    width: 100%;
    padding: 10px 0 5px;
    border-bottom: none;
  }
}
body.company .outline .outlinewrap .top-dl dd {
  width: 70%;
  padding: 34px 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlinewrap .top-dl dd {
    width: 100%;
    padding: 0 0 10px;
  }
}
body.company .outline .outlinewrap figure {
  width: 26%;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlinewrap figure {
    width: 50%;
    margin: 0 auto 20px;
    display: block;
  }
}
body.company .outline .bottom-dl {
  font-size: 16px;
  line-height: 1.88;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl {
    font-size: 14px;
    line-height: 1.8;
    display: block;
  }
}
body.company .outline .bottom-dl dt {
  width: 20%;
  font-weight: 500;
  padding: 34px 0;
  border-bottom: 1px solid #CCCCCC;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dt {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    padding: 10px 0 5px;
    border-bottom: none;
  }
}
body.company .outline .bottom-dl dd {
  width: 80%;
  padding: 34px 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dd {
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    padding: 0 0 10px;
  }
}
body.company .outline .bottom-dl dd ul li {
  margin-left: 2em;
  text-indent: -2em;
  letter-spacing: 0;
}

body.company .outline .bottom-dl dd .btn {
  text-align: left;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dd .btn {
    margin-top: 35px;
  }
}
body.company .outline .bottom-dl dd .btn a {
  display: inline-block;
  padding: 15px 120px 15px 20px;
  background-color: #0268B6;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #0268B6;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dd .btn a {
    padding: 12px 100px 12px 18px;
  }
}
body.company .outline .bottom-dl dd .btn a:after {
  width: 10px;
  height: 18px;
  content: "";
  background-image: url(/images/common/white-arrow-r.svg);
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s ease;
}

body.company .outline .bottom-dl dd .btn a:hover {
  color: #0268B6;
  background-color: #FFF;
}

body.company .outline .bottom-dl dd .btn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 5px;
}

body.company .outline .bottom-dl dd .map {
  margin-top: 1em;
}

body.company .outline .bottom-dl dd .map iframe {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dd .map iframe {
    height: 200px;
  }
}
body.company .outline .bottom-dl dd .organization-chart {
  box-sizing: border-box;
  width: 260px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #0268B6;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dd .organization-chart {
    width: 100%;
  }
}
body.company .outline .bottom-dl dd .organization-chart a {
  display: block;
  padding: 25px 0;
  color: #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dd .organization-chart a {
    padding: 15px 0;
  }
}
body.company .outline .bottom-dl dd .organization-chart a span:after {
  content: url(/images/common/icon-pdf.svg);
  display: inline-block;
  margin-left: 0.5em;
  width: 16px;
}

body.company .outline .bottom-dl dd .organization-chart a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.company .outline .bottom-dl dd .business-guide {
  width: 210px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.company .outline .bottom-dl dd .business-guide {
    width: 180px;
    margin: 0 auto;
  }
}
body.company .outline .bottom-dl dd .business-guide a {
  color: #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
}

body.company .outline .bottom-dl dd .business-guide a p {
  font-weight: 500;
  padding-top: 20px;
}

body.company .outline .bottom-dl dd .business-guide a p:after {
  content: url(/images/common/icon-pdf.svg);
  display: inline-block;
  margin-left: 0.5em;
  width: 16px;
}

body.company .outline .bottom-dl dd .business-guide a:hover {
  opacity: 0.5;
}

body.company .outline .mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.company .outline .mt100 {
    margin-top: 60px;
  }
}
body.company .outline .outlineBlock {
  display: flex;
  justify-content: start;
  margin-top: 55px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlineBlock {
    align-items: center;
    display: block;
  }
}
body.company .outline .outlineBlock .txt {
  width: 53.5%;
  line-height: 1.88;
  margin-right: 5.5%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlineBlock .txt {
    width: 100%;
    line-height: 1.8;
    margin-right: 4.5%;
  }
}
body.company .outline .outlineBlock .img {
  width: 41%;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlineBlock .img {
    width: 29.5%;
    display: block;
    margin: 0 auto 20px;
  }
}
body.company .outline .outlineBlock .img .mark {
  margin-left: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlineBlock .img .mark {
    margin-left: 0;
  }
}
body.company .outline .outlineBlock .img .mark img {
  width: 65%;
}

@media screen and (max-width: 767px) {
  body.company .outline .outlineBlock .img .mark img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.company .outline .outlineBlock {
    margin-top: 40px;
  }
  body.company .outline .outlineBlock:last-of-type {
    display: block;
  }
  body.company .outline .outlineBlock:last-of-type .txt {
    width: 100%;
  }
  body.company .outline .outlineBlock:last-of-type .img {
    margin-top: 20px;
    width: 100%;
  }
}
body.company .history {
  padding: 70px 0 100px;
}

@media screen and (max-width: 767px) {
  body.company .history {
    padding: 50px 0 60px;
  }
}
body.company .history .histry-outline {
  line-height: 1.88;
  border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.company .history .histry-outline {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.company .history .histry-outline th {
  width: 14%;
  background-color: #F5F5F5;
  padding: 24px 0 24px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.company .history .histry-outline th {
    width: 22%;
    padding: 15px 0 15px 20px;
  }
}
body.company .history .histry-outline td {
  padding: 24px 0 24px 30px;
  box-sizing: border-box;
  width: 86%;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.company .history .histry-outline td {
    width: 78%;
    padding: 15px 0 15px 20px;
  }
}
body.company .history .historyBlock {
  margin-top: 100px;
  border-top: 1px solid #CCCCCC;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  body.company .history .historyBlock {
    margin-top: 60px;
    padding-top: 60px;
  }
}
body.company .history .historyBlock figure {
  width: 80%;
  margin: 55px auto 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body.company .history .historyBlock figure {
    margin: 40px auto 0;
  }
}
body.company .history .historyBlock figure img {
  transition: all 0.3s linear;
}

body.company .history .historyBlock .history-note {
  margin: 25px auto 0;
  width: 80%;
}

@media screen and (max-width: 767px) {
  body.company .history .historyBlock .history-note {
    font-size: 14px;
    line-height: 1.5;
  }
}
body.company .history .historyBlock a {
  color: #000;
  text-decoration: none;
}

body.company .history .historyBlock a:hover figure img {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  body.company .group {
    margin-top: 50px;
  }
}
body.company .group .groupBlock {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  body.company .group .groupBlock {
    margin-bottom: 60px;
  }
}
body.company .group .groupBlock .group-title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 0;
  border-left: none;
}

@media screen and (max-width: 767px) {
  body.company .group .groupBlock .group-title {
    font-size: 21px;
  }
}
body.company .group .groupBlock .group-title span:after {
  content: url(/images/common/icon-externallinks.svg);
  margin-left: 20px;
}

body.company .group .groupBlock .group-title span a {
  color: #000;
  text-decoration: none;
}

body.company .group .groupBlock .group-title span a:hover {
  color: #0268B6;
}

body.company .group .addwrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.company .group .addwrap {
    margin-top: 20px;
    display: block;
  }
}
body.company .group .addwrap .business {
  font-weight: 500;
  line-height: 1.8;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  body.company .group .addwrap .business {
    padding-right: 0;
    font-size: 14px;
  }
}
body.company .group .addwrap .add {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.company .group .addwrap .add {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.company .group .addwrap .btn a {
  display: block;
  box-sizing: border-box;
  width: 180px;
  text-align: center;
  font-weight: 500;
  padding: 4px 0 20px;
  border: 1px solid #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.company .group .addwrap .btn a {
    margin: 20px auto 0;
    font-size: 15px;
  }
}
body.company .group .addwrap .btn a span {
  color: #0268B6;
}

body.company .group .addwrap .btn a span:before {
  content: url(/images/company/icon-map.svg);
  position: relative;
  margin-right: 0.8em;
  top: 8px;
}

body.company .group .addwrap .btn a:hover {
  background-color: #0268B6;
}

body.company .group .addwrap .btn a:hover span {
  color: #fff;
}

body.company .group .addwrap .btn a:hover span:before {
  content: url(/images/company/icon-map-w.svg);
}

body.company .office {
  padding-top: 70px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  body.company .office {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
body.company .office .officeBlock {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  body.company .office .officeBlock {
    margin-bottom: 60px;
  }
}
body.company .office .officeBlock .office-title {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 0;
  border-left: none;
}

@media screen and (max-width: 767px) {
  body.company .office .officeBlock .office-title {
    font-size: 21px;
  }
}
body.company .office .officeBlock .addwrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.company .office .officeBlock .addwrap {
    display: block;
    margin-top: 20px;
  }
}
body.company .office .officeBlock .addwrap .add {
  font-size: 18px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.company .office .officeBlock .addwrap .add {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.company .office .officeBlock .addwrap .btn a {
  display: block;
  box-sizing: border-box;
  width: 180px;
  text-align: center;
  font-weight: 500;
  padding: 4px 0 20px;
  border: 1px solid #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.company .office .officeBlock .addwrap .btn a {
    margin: 25px auto 0;
  }
}
body.company .office .officeBlock .addwrap .btn a span {
  color: #0268B6;
}

body.company .office .officeBlock .addwrap .btn a span:before {
  content: url(/images/company/icon-map.svg);
  position: relative;
  margin-right: 0.8em;
  top: 8px;
}

body.company .office .officeBlock .addwrap .btn a:hover {
  background-color: #0268B6;
}

body.company .office .officeBlock .addwrap .btn a:hover span {
  color: #fff;
}

body.company .office .officeBlock .addwrap .btn a:hover span:before {
  content: url(/images/company/icon-map-w.svg);
}

body.company .officer {
  padding: 70px 0 100px;
}

@media screen and (max-width: 767px) {
  body.company .officer {
    padding: 50px 0 60px;
  }
}
body.company .officer .officeArea {
  padding-bottom: 100px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.company .officer .officeArea {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
body.company .officer .officeArea .officerBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.company .officer .officeArea .officerBlock {
    display: block;
  }
}
body.company .officer .officeArea .officerBlock li {
  width: 47%;
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.company .officer .officeArea .officerBlock li {
    width: 100%;
    margin-top: 40px;
  }
}
body.company .officer .officeArea .officerBlock li figure {
  width: 32.5%;
}

body.company .officer .officeArea .officerBlock li .detail {
  width: 62.5%;
}

body.company .officer .officeArea .officerBlock li .detail h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #0268B6;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.company .officer .officeArea .officerBlock li .detail h3 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
body.company .officer .officeArea .officerBlock li .detail .charge {
  font-size: 14px;
  line-height: 1.57;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.company .officer .officeArea .officerBlock li .detail .charge {
    font-size: 13px;
  }
}
body.company .officer .officeArea .officerBlock li .detail .official-position {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.company .officer .officeArea .officerBlock li .detail .official-position {
    font-size: 14px;
  }
}
body.company .officer .officeArea .officer-note {
  margin-top: 30px;
  line-height: 1.66;
  color: #909090;
}

@media screen and (max-width: 767px) {
  body.company .officer .officeArea .officer-note {
    font-size: 14px;
    margin-top: 25px;
    margin-left: 1em;
    text-indent: -1em;
  }
}
body.company .officer .officer-table {
  border-top: 1px solid #CCC;
  margin-top: 52px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.company .officer .officer-table {
    margin-top: 40px;
    font-size: 14px;
  }
}
body.company .officer .officer-table th {
  background-color: #F5F5F5;
  padding: 30px 0 30px 20px;
  width: 20%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.company .officer .officer-table th {
    padding: 15px 18px 15px 18px;
    width: 28%;
    line-height: 1.6;
  }
}
body.company .officer .officer-table td {
  padding: 30px 0 30px 20px;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.company .officer .officer-table td {
    padding: 15px 0 15px 18px;
    width: 72%;
    line-height: 1.6;
  }
}
body.company .officer .officer-table td .name {
  display: inline-block;
  width: 8em;
}

body.company .officer .officer-table td .note {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.company .officer .officer-table td .note {
    display: block;
  }
}
body.company .policy-submenu {
  margin-top: 20px;
  background-color: #EFF6FF;
  padding: 30px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.company .policy-submenu {
    margin-bottom: 60px;
  }
}
body.company .policy-submenu .MenuList {
  width: 100%;
  border-top: 1px solid #0268B6;
  border-left: 1px solid #0268B6;
  display: flex;
  flex-wrap: wrap;
}

body.company .policy-submenu .MenuList li {
  width: 33.33333%;
  border-bottom: 1px solid #0268B6;
  border-right: 1px solid #0268B6;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.company .policy-submenu .MenuList li {
    width: 100%;
  }
}
body.company .policy-submenu .MenuList li a {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 14px 0;
  color: #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
  background-color: #FFF;
}

body.company .policy-submenu .MenuList li a.active {
  background-color: #0268B6;
  color: #FFF;
}

body.company .policy-submenu .MenuList li a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.company .Title-under-txt {
  line-height: 1.88;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.company .Title-under-txt {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 14px;
  }
}
body.company .policy-list {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.company .policy-list {
    padding-bottom: 60px;
  }
}
body.company .policy-list dt {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 500;
  color: #0268B6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.company .policy-list dt {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
}
body.company .policy-list dd {
  margin-top: 14px;
  line-height: 1.88;
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  body.company .policy-list dd {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.company .policy-list dd .provision-to {
  margin-left: 2.25em;
  text-indent: -1.25em;
}

body.company .policy-list dd ul {
  list-style-type: disc;
  margin-top: 5px;
  margin-left: 2em;
}

body.company .policy-list dd ul li {
  line-height: 1.88;
}

body.company .policy-list dd .privacy-note {
  line-height: 1.88;
  margin-top: 40px;
  margin-left: 1em;
}

body.company .policy-list dd .privacy-note span {
  display: block;
  font-weight: 500;
}

body.company .policy-list dd .btn a {
  display: inline-block;
  font-weight: 500;
  color: #0268B6;
  text-decoration: none;
  padding: 13px 55px 13px 25px;
  border: 1px solid #0268B6;
  border-radius: 35px;
  margin-top: 12px;
  margin-left: 1em;
  position: relative;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.company .policy-list dd .btn a {
    margin-top: 16px;
    padding: 12px 50px 12px 22px;
  }
}
body.company .policy-list dd .btn a:after {
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  transition: all 0.3s linear;
}

body.company .policy-list dd .btn a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.company .policy-list dd .btn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.company .policy-list dd .link {
  color: #0268B6;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
  font-weight: 500;
}

body.company .policy-list dd .link:after {
  content: url(/images/common/link-icon.svg);
  margin-left: 0.5em;
}

body.company .policy-list dd .link:hover {
  text-decoration: underline;
}

body.company .policy-list dd .personal-information-officer {
  font-size: 18px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.company .policy-list dd .personal-information-officer {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.company .policy-list dd .personal-information-officer2 {
  font-size: 18px;
  line-height: 1.88;
  margin-left: 1em;
}

body.company .LineBlock {
  padding-bottom: 100px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.company .LineBlock {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
body.company .guidelines {
  margin-left: 2em;
  margin-top: 20px;
  padding-bottom: 100px;
}

body.company .guidelines li {
  line-height: 1.88;
  list-style: decimal;
}

@media screen and (max-width: 767px) {
  body.company .guidelines li {
    line-height: 1.88;
    font-size: 14px;
  }
}
body.works .titleArea {
  background-image: url(/images/common/title-triangle.svg), url(/images/works/works-title-bk.webp);
  background-repeat: no-repeat;
  background-size: 425px auto, cover;
  background-position: top left calc((100% - 1200px) / 2), center center;
}

@media screen and (max-width: 1240px) {
  body.works .titleArea {
    background-position: top left -160px, center center;
  }
}
@media screen and (max-width: 767px) {
  body.works .titleArea {
    background-size: 240px auto, cover;
    background-position: top left -35px, center center;
  }
}
body.works .titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.works .titleArea .titlewrap {
    padding: 0 40px;
  }
}
body.works .titleArea .titlewrap h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.works .titleArea .titlewrap h1 {
    font-size: 28px;
  }
}
body.works .titleArea .titlewrap h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.works .titleArea .titlewrap h1 span {
    font-size: 14px;
  }
}
body.works .breadcrumbsBlock {
  margin-top: 105px;
}

body.works .SubworksArea {
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.works .SubworksArea {
    padding: 0 20px 60px;
  }
}
body.works .SubworksArea .ContentsBlock {
  width: 80%;
  margin-top: 80px;
}

@media screen and (max-width: 1025px) {
  body.works .SubworksArea .ContentsBlock {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock {
    width: 100%;
    margin-top: 20px;
  }
}
body.works .SubworksArea .ContentsBlock .worksmainCat {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .worksmainCat {
    font-size: 16px;
  }
}
body.works .SubworksArea .ContentsBlock .category {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0268B6;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .category {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
body.works .SubworksArea .ContentsBlock .list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .list {
    display: block;
  }
}
body.works .SubworksArea .ContentsBlock .list li {
  width: 29.4%;
  margin-right: 5.9%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
body.works .SubworksArea .ContentsBlock .list li:nth-of-type(3n) {
  margin-right: 0;
}

body.works .SubworksArea .ContentsBlock .list li figure {
  overflow: hidden;
}

body.works .SubworksArea .ContentsBlock .list li figure img {
  transition: all 0.3s linear;
}

body.works .SubworksArea .ContentsBlock .list li h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .list li h3 {
    margin-bottom: 12px;
  }
}
body.works .SubworksArea .ContentsBlock .list li .listTxt {
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 6px;
  margin-left: 3.7em;
  text-indent: -3.7em;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .list li .listTxt {
    font-size: 13px;
  }
}
body.works .SubworksArea .ContentsBlock .list li .listTxt span {
  color: #909090;
  margin-right: 1.2em;
  font-size: 12px;
  font-weight: 500;
}

body.works .SubworksArea .ContentsBlock .list li a {
  text-decoration: none;
  color: #000000;
}

body.works .SubworksArea .ContentsBlock .list li a:hover {
  opacity: 0.8;
}

body.works .SubworksArea .ContentsBlock .list li a:hover img {
  transform: scale(1.1);
}

body.works .SubworksArea .ContentsBlock .btn {
  text-align: center;
}

body.works .SubworksArea .ContentsBlock .btn a {
  width: 280px;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.3s linear;
  background-image: url(/images/common/glay-arrow-r.svg);
  background-size: 11px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding: 20px;
  border: 1px solid #000;
}

body.works .SubworksArea .ContentsBlock .btn a:hover {
  background-position: right 5px center;
  background-color: #DDF2FD;
  color: #000 !important;
}

body.works .SubworksArea .ContentsBlock .worksmainDetail {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .worksmainDetail {
    font-size: 16px;
  }
}
body.works .SubworksArea .ContentsBlock .detailTitle {
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .detailTitle {
    font-size: 24px;
    margin-top: 15px;
  }
}
body.works .SubworksArea .ContentsBlock .jv-sub {
  font-size: 15px;
  padding: 6px 18px;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  margin-top: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.works .SubworksArea .ContentsBlock .jv-sub {
    font-size: 13px;
  }
}
body.works .worksDetail {
  margin-top: 50px;
  padding: 50px 0 125px;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail {
    margin-top: 0;
    padding: 40px 0 50px;
  }
}
body.works .worksDetail .worksSlide {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail .worksSlide {
    width: 90%;
  }
}
body.works .worksDetail .worksSlide .slick-prev {
  left: -40px;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail .worksSlide .slick-prev {
    left: -20px;
  }
}
body.works .worksDetail .worksSlide .slick-prev:before {
  content: "";
  width: 15px;
  height: 30px;
  background: url(/images/works/works-arrow-p.svg) top left/100% auto no-repeat;
  display: block;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail .worksSlide .slick-prev:before {
    width: 12px;
    height: 24px;
  }
}
body.works .worksDetail .worksSlide .slick-next {
  right: -40px;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail .worksSlide .slick-next {
    right: -28px;
  }
}
body.works .worksDetail .worksSlide .slick-next:before {
  content: "";
  width: 15px;
  height: 30px;
  background: url(/images/works/works-arrow-n.svg) top left/100% auto no-repeat;
  display: block;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail .worksSlide .slick-next:before {
    width: 12px;
    height: 24px;
  }
}
body.works .worksDetail .worksSlide .slick-dots {
  bottom: -75px;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail .worksSlide .slick-dots {
    bottom: -50px;
  }
}
body.works .worksDetail .worksSlide .slick-dots li {
  width: 80px;
  height: 57px;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  body.works .worksDetail .worksSlide .slick-dots li {
    width: 16.5%;
    height: auto;
  }
}
body.works .worksDetail .worksSlide .slick-dots li.slick-active {
  opacity: 1;
}

body.works .works-underDetail {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  body.works .works-underDetail {
    padding: 40px 0 0;
  }
}
body.works .works-underDetail dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CCC;
}

body.works .works-underDetail dl dt {
  width: 23.5%;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 25px 0 25px 20px;
  border-bottom: 1px solid #CCC;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.works .works-underDetail dl dt {
    font-size: 14px;
    line-height: 1.8;
    padding: 15px 0 15px 16px;
    width: 30%;
  }
}
body.works .works-underDetail dl dd {
  width: 76.5%;
  box-sizing: border-box;
  padding: 25px 0 25px 50px;
  border-bottom: 1px solid #CCC;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.works .works-underDetail dl dd {
    font-size: 14px;
    line-height: 1.8;
    padding: 15px 0 15px 20px;
    width: 70%;
  }
}
body.works .works-underDetail .right-note {
  text-decoration: none;
  color: #000;
  display: block;
  text-align: right;
  margin-top: 15px;
}

body.works .works-underDetail .right-note:hover {
  color: #0268B6;
  text-decoration: underline;
}

body.works .works-underDetail h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.works .works-underDetail h2 {
    margin-top: 60px;
    font-size: 24px;
    border-left: 6px solid #0268B6;
  }
}
body.works .works-underDetail .commentWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

body.works .works-underDetail .commentWrap figure {
  width: 14.1%;
}

@media screen and (max-width: 767px) {
  body.works .works-underDetail .commentWrap figure {
    width: 24%;
  }
}
body.works .works-underDetail .commentWrap .commentRight {
  width: 82.3%;
}

@media screen and (max-width: 767px) {
  body.works .works-underDetail .commentWrap .commentRight {
    width: 72%;
  }
}
body.works .works-underDetail .commentWrap .commentRight .person-charge {
  color: #0268B6;
  font-weight: 500;
}

body.works .works-underDetail .commentWrap .commentRight .person-charge span {
  font-weight: 400;
  margin-right: 1em;
}

body.works .works-underDetail .commentWrap .commentRight p {
  line-height: 1.75;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.works .works-underDetail .commentWrap .commentRight p {
    font-size: 14px;
  }
}
body.works .works-underDetail .btn a {
  width: 280px;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.3s linear;
  background-image: url(/images/common/glay-arrow-r.svg);
  background-size: 11px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding: 20px;
  border: 1px solid #000;
  margin: 70px auto 0;
}

body.works .works-underDetail .btn a:hover {
  background-position: right 5px center;
  background-color: #DDF2FD;
  color: #000 !important;
}

body.works .archiveMenu {
  max-width: 1010px;
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1025px) {
  body.works .archiveMenu {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
body.works .archiveMenu .MenuWrap {
  width: 20%;
}

@media screen and (max-width: 767px) {
  body.works .archiveMenu .MenuWrap {
    width: 48%;
    margin-top: 20px;
  }
}
body.works .archiveMenu .MenuWrap .ParentCategory a {
  background-color: #29A4DB;
  border: 1px solid #29A4DB;
  position: relative;
  display: block;
  padding: 12px 25px;
  border-radius: 25px;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  body.works .archiveMenu .MenuWrap .ParentCategory a {
    font-size: 15px;
  }
}
body.works .archiveMenu .MenuWrap .ParentCategory a:after {
  position: absolute;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  top: calc(50% - 8px);
  right: 20px;
  transition: all 0.3s linear;
  transform: rotate(90deg);
}

body.works .archiveMenu .MenuWrap .ParentCategory a:hover {
  background-color: #FFF;
  color: #29A4DB;
}

body.works .archiveMenu .MenuWrap .ParentCategory a:hover:after {
  top: 44%;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

body.works .archiveMenu .MenuWrap .subcategory li {
  margin-top: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.works .archiveMenu .MenuWrap .subcategory li {
    margin-top: 15px;
  }
}
body.works .archiveMenu .MenuWrap .subcategory li a {
  display: block;
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 767px) {
  body.works .archiveMenu .MenuWrap .subcategory li a {
    font-size: 13px;
  }
}
body.works .archiveMenu .MenuWrap .subcategory li a:before {
  content: url(/images/common/blue-arrow-r.svg);
  margin-right: 0.8em;
}

@media screen and (max-width: 767px) {
  body.works .archiveMenu .MenuWrap .subcategory li a:before {
    margin-right: 0.5em;
    width: 8px;
    position: relative;
    top: 2px;
  }
}
body.works .archiveMenu .MenuWrap .subcategory li a:hover {
  text-decoration: underline;
  color: #29A4DB;
}

body.works .btn {
  max-width: 1010px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  body.works .btn {
    text-align: center;
  }
}
body.works .btn a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 60px 15px 25px;
  border: 1px solid #29A4DB;
  color: #29A4DB;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.works .btn a {
    padding: 15px 52px 15px 23px;
    font-size: 16px;
  }
}
body.works .btn a:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/light-blue-arrow-r.svg) center center/100% auto no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  transition: all 0.3s linear;
}

body.works .btn a:hover {
  background-color: #29A4DB;
  color: #FFF;
}

body.works .btn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 12px;
}

body.works .achievements {
  margin-top: 70px;
  padding-bottom: 110px;
  background-color: #F4F9FF;
}

@media screen and (max-width: 767px) {
  body.works .achievements {
    margin-top: 60px;
    padding: 0 0 60px;
  }
}
body.works .achievements:nth-of-type(2n) {
  background-color: #FFF;
}

body.works .achievements:nth-of-type(3) {
  padding-top: 1px;
  margin-top: 0;
}

body.works .achievements .works-title {
  padding: 15px 0;
  color: #FFF;
  font-weight: 500;
  background-color: #002046;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  body.works .achievements .works-title {
    font-size: 21px;
  }
}
body.works .achievements .categoryWrap {
  margin: 100px auto 0;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}
body.works .achievements .categoryWrap h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap h3 {
    font-size: 24px;
  }
}
body.works .achievements .categoryWrap .worksList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media screen and (max-width: 1025px) {
  body.works .achievements .categoryWrap .worksList {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap .worksList {
    padding: 0;
    margin-top: 40px;
  }
}
body.works .achievements .categoryWrap .worksList li {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap .worksList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
body.works .achievements .categoryWrap .worksList li:nth-of-type(3n) {
  margin-right: 0;
}

body.works .achievements .categoryWrap .worksList li figure {
  overflow: hidden;
}

body.works .achievements .categoryWrap .worksList li figure img {
  transition: all 0.3s linear;
}

body.works .achievements .categoryWrap .worksList li a {
  text-decoration: none;
  color: #000;
}

body.works .achievements .categoryWrap .worksList li a:hover {
  opacity: 0.8;
}

body.works .achievements .categoryWrap .worksList li a:hover img {
  transform: scale(1.1);
}

body.works .achievements .categoryWrap .worksList li .category {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 15px;
  color: #29A4DB;
  background-color: #def1fa;
  margin-top: 15px;
  border-radius: 15px;
}

body.works .achievements .categoryWrap .worksList li h4 {
  font-weight: 700;
  margin-top: 13px;
  line-height: 1.5;
}

body.works .achievements .categoryWrap .worksList li .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 3.7em;
  text-indent: -3.7em;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap .worksList li .txt {
    margin-top: 8px;
  }
}
body.works .achievements .categoryWrap .worksList li .txt:nth-of-type(2) {
  margin-top: 13px;
}

body.works .achievements .categoryWrap .worksList li .txt span {
  font-size: 12px;
  color: #909090;
  margin-right: 1.2em;
}

body.works .achievements .categoryWrap .othersList-title {
  text-align: center;
  padding-top: 25px;
}

body.works .achievements .categoryWrap .othersList {
  max-width: 902px;
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap .othersList {
    padding: 0 20px;
    display: block;
  }
}
body.works .achievements .categoryWrap .othersList li {
  width: 32.1%;
  margin-right: 1.85%;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap .othersList li {
    width: 80%;
    margin: 0 auto 15px;
  }
}
body.works .achievements .categoryWrap .othersList li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap .othersList li:nth-of-type(3n) {
    margin-right: auto;
  }
}
body.works .achievements .categoryWrap .othersList li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 25px;
  border: 1px solid #29A4DB;
  position: relative;
  transition: all 0.3s linear;
  border-radius: 30px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.works .achievements .categoryWrap .othersList li a {
    font-size: 15px;
  }
}
body.works .achievements .categoryWrap .othersList li a:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/light-blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 20px;
  top: calc(50% - 7px);
  transition: all 0.3s linear;
}

body.works .achievements .categoryWrap .othersList li a:hover {
  background-color: #29A4DB;
  color: #FFF;
}

body.works .achievements .categoryWrap .othersList li a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.works .achievements .categoryWrap .business-btn a {
  display: block;
  width: 280px;
  box-sizing: border-box;
  border: 1px solid #0268B6;
  background-color: #0268B6;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
  margin: 55px auto 0;
  transition: all 0.3s linear;
}

body.works .achievements .categoryWrap .business-btn a:after {
  content: "";
  width: 10px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.3s linear;
}

body.works .achievements .categoryWrap .business-btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.works .achievements .categoryWrap .business-btn a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.works .btn-worksWrap {
  text-align: center;
}

body.works .btn-worksWrap .btn-works {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.works .btn-worksWrap .btn-works {
    margin-top: 60px;
  }
}
body.works .btn-worksWrap .btn-works a {
  border: 1px solid #000;
  display: inline-block;
  padding: 20px 125px 20px 20px;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.works .btn-worksWrap .btn-works a {
    padding: 16px 110px 16px 20px;
  }
}
body.works .btn-worksWrap .btn-works a:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

body.works .btn-worksWrap .btn-works a:hover {
  background-color: #0268B6;
  color: #FFF;
  border: 1px solid #0268B6;
}

body.works .btn-worksWrap .btn-works a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  right: 12px;
}

/*///////////////////////////////////// ÊÂ˜IÄÚÈÝ ////////////////////////////////////////////////////////*/
body.our_service .titleArea {
  background-image: url(/images/common/title-triangle.svg), url(/images/our_service/our_service-title-bk.webp);
  background-repeat: no-repeat;
  background-size: 425px auto, cover;
  background-position: top left calc((100% - 1200px) / 2), center center;
}

@media screen and (max-width: 1240px) {
  body.our_service .titleArea {
    background-position: top left -160px, center center;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .titleArea {
    background-size: 240px auto, cover;
    background-position: top left -35px, center center;
  }
}
body.our_service .titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.our_service .titleArea .titlewrap {
    padding: 0 40px;
  }
}
body.our_service .titleArea .titlewrap h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.our_service .titleArea .titlewrap h1 {
    font-size: 28px;
  }
}
body.our_service .titleArea .titlewrap h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.our_service .titleArea .titlewrap h1 span {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
body.our_service .breadcrumbsBlock {
  margin-top: 105px;
}

body.our_service .title-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.9;
  color: #0268B6;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.our_service .title-txt {
    font-size: 16px;
    margin-top: 40px;
    padding: 0 20px;
    text-align: left;
  }
}
body.our_service .our_serviceMenuArea {
  margin: 80px auto 0;
  max-width: 850px;
}

@media screen and (max-width: 850px) {
  body.our_service .our_serviceMenuArea {
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .our_serviceMenuArea {
    margin: 40px auto 0;
  }
}
body.our_service .our_serviceMenuArea .MenuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.our_service .our_serviceMenuArea .MenuList {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .our_serviceMenuArea .MenuList li {
    width: 30.5%;
  }
  body.our_service .our_serviceMenuArea .MenuList li:nth-of-type(5) {
    width: 61%;
  }
  body.our_service .our_serviceMenuArea .MenuList li:nth-last-of-type(-n + 2) {
    width: 100%;
  }
}
body.our_service .our_serviceMenuArea .MenuList li a {
  padding: 0 88px 20px 0;
  border-bottom: 1px solid #0268B6;
  display: inline-block;
  margin-bottom: 40px;
  text-decoration: none;
  color: #000;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.our_service .our_serviceMenuArea .MenuList li a {
    padding: 0 24px 12px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
  }
}
body.our_service .our_serviceMenuArea .MenuList li a:hover {
  color: #0268B6;
  text-decoration: underline;
}

body.our_service .our_serviceMenuArea .MenuList li a:after {
  content: "";
  width: 6px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}

body.our_service .our_serviceMenuArea .MenuList li:nth-of-type(5) a {
  padding: 0 180px 20px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  body.our_service .our_serviceMenuArea .MenuList li:nth-of-type(5) a {
    padding: 0 100px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .our_serviceMenuArea .MenuList li:nth-of-type(5) a {
    padding: 0 24px 12px 0;
  }
}
body.our_service .our_serviceMenuArea .MenuList li:nth-last-of-type(-n + 2) a {
  padding: 0 90px 20px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  body.our_service .our_serviceMenuArea .MenuList li:nth-last-of-type(-n + 2) a {
    padding: 0 24px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .our_serviceMenuArea .MenuList li:nth-of-type(6) {
    margin-bottom: 15px;
  }
}
body.our_service .construction {
  height: 500px;
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.our_service .construction {
    height: auto;
    margin-top: 80px;
  }
}
body.our_service .construction .right {
  width: 61.7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/our_service/construction-businessBk.webp) center center/cover no-repeat;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .right {
    position: static;
    height: 200px;
    width: 100%;
    margin-top: 40px;
  }
}
body.our_service .construction .left {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/our_service/on-ourbusiness-left.svg) right top/auto 100% no-repeat;
  z-index: 2;
  box-sizing: border-box;
  padding-left: 10%;
  padding-top: 100px;
  padding-right: 220px;
}

@media screen and (max-width: 850px) {
  body.our_service .construction .left {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .construction .left {
    position: static;
    width: 100%;
    padding: 70px 20px 0;
  }
}
body.our_service .construction .left .icon {
  position: absolute;
  top: -42px;
  left: 17%;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .left .icon {
    width: 100px;
    top: -42px;
    left: calc(50% - 50px);
  }
}
body.our_service .construction .left h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .left h2 {
    font-size: 24px;
    text-align: center;
  }
}
body.our_service .construction .left .txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .left .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.our_service .construction .left .btn a {
  width: 280px;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  padding: 16px 20px;
  border: 1px solid #29A4DB;
  background-color: #29A4DB;
  color: #FFF;
  text-decoration: none;
  position: relative;
  margin-top: 25px;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .left .btn a {
    width: 240px;
    margin: 25px auto 0;
    font-size: 15px;
    padding: 14px 20px;
  }
}
body.our_service .construction .left .btn a:after {
  width: 11px;
  height: 19px;
  content: "";
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s linear;
}

body.our_service .construction .left .btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.our_service .construction .left .btn a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .construction .left .linkList {
  display: flex;
  margin-top: 25px;
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .left .linkList {
    text-align: center;
    justify-content: center;
  }
}
body.our_service .construction .left .linkList li {
  margin-right: 38px;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .left .linkList li {
    margin-right: 35px;
  }
  body.our_service .construction .left .linkList li:last-of-type {
    margin-right: 0;
  }
}
body.our_service .construction .left .linkList li a {
  font-size: 18px;
  color: #0268B6;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.our_service .construction .left .linkList li a {
    font-size: 16px;
    padding-left: 20px;
  }
}
body.our_service .construction .left .linkList li a:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

body.our_service .construction .left .linkList li a:hover {
  text-decoration: underline;
}

body.our_service .civil_engineering {
  height: 500px;
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering {
    height: auto;
  }
}
body.our_service .civil_engineering .right {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/our_service/on-ourbusiness-right.svg) left top/auto 100% no-repeat;
  box-sizing: border-box;
  padding-left: 230px;
  padding-top: 100px;
  padding-right: 10%;
  z-index: 2;
}

@media screen and (max-width: 850px) {
  body.our_service .civil_engineering .right {
    width: 80%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right {
    position: static;
    width: 100%;
    padding: 60px 20px 0;
    height: auto;
  }
}
body.our_service .civil_engineering .right .icon {
  position: absolute;
  top: -22px;
  left: 240px;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right .icon {
    width: 82px;
    left: calc(50% - 41px);
  }
}
body.our_service .civil_engineering .right h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right h2 {
    font-size: 24px;
    text-align: center;
  }
}
body.our_service .civil_engineering .right .txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.our_service .civil_engineering .right .btn a {
  width: 280px;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  padding: 16px 20px;
  border: 1px solid #29A4DB;
  background-color: #29A4DB;
  color: #FFF;
  text-decoration: none;
  position: relative;
  margin-top: 25px;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right .btn a {
    width: 240px;
    margin: 25px auto 0;
    font-size: 15px;
    padding: 14px 20px;
  }
}
body.our_service .civil_engineering .right .btn a:after {
  width: 11px;
  height: 19px;
  content: "";
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s linear;
}

body.our_service .civil_engineering .right .btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.our_service .civil_engineering .right .btn a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .civil_engineering .right .linkList {
  display: flex;
  margin-top: 25px;
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right .linkList {
    text-align: center;
    justify-content: center;
  }
}
body.our_service .civil_engineering .right .linkList li {
  margin-right: 38px;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right .linkList li {
    margin-right: 35px;
  }
  body.our_service .civil_engineering .right .linkList li:last-of-type {
    margin-right: 0;
  }
}
body.our_service .civil_engineering .right .linkList li a {
  font-size: 18px;
  color: #0268B6;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .right .linkList li a {
    font-size: 16px;
    padding-left: 20px;
  }
}
body.our_service .civil_engineering .right .linkList li a:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

body.our_service .civil_engineering .right .linkList li a:hover {
  text-decoration: underline;
}

body.our_service .civil_engineering .left {
  width: 61.7%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/images/our_service/civil-businessBk.webp) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  body.our_service .civil_engineering .left {
    position: static;
    height: 200px;
    width: 100%;
    margin-top: 40px;
  }
}
body.our_service .railroad {
  height: 500px;
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad {
    height: auto;
    margin-top: 80px;
  }
}
body.our_service .railroad .right {
  width: 61.7%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/our_service/railroad-businessBk.webp) center center/cover no-repeat;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad .right {
    position: static;
    height: 200px;
    width: 100%;
    margin-top: 40px;
  }
}
body.our_service .railroad .left {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/our_service/on-ourbusiness-left.svg) right top/auto 100% no-repeat;
  z-index: 2;
  box-sizing: border-box;
  padding-left: 10%;
  padding-top: 100px;
  padding-right: 220px;
}

@media screen and (max-width: 850px) {
  body.our_service .railroad .left {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .railroad .left {
    position: static;
    width: 100%;
    padding: 70px 20px 0;
  }
}
body.our_service .railroad .left .icon {
  position: absolute;
  top: -42px;
  left: 19%;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad .left .icon {
    width: 80px;
    top: -42px;
    left: calc(50% - 40px);
  }
}
body.our_service .railroad .left h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad .left h2 {
    font-size: 24px;
    text-align: center;
  }
}
body.our_service .railroad .left .txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad .left .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.our_service .railroad .left .btn a {
  width: 280px;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  padding: 16px 20px;
  border: 1px solid #29A4DB;
  background-color: #29A4DB;
  color: #FFF;
  text-decoration: none;
  position: relative;
  margin-top: 25px;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad .left .btn a {
    width: 240px;
    margin: 25px auto 0;
    font-size: 15px;
    padding: 14px 20px;
  }
}
body.our_service .railroad .left .btn a:after {
  width: 11px;
  height: 19px;
  content: "";
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s linear;
}

body.our_service .railroad .left .btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.our_service .railroad .left .btn a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .railroad .left .linkList {
  display: flex;
  margin-top: 25px;
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad .left .linkList {
    text-align: center;
    justify-content: center;
  }
}
body.our_service .railroad .left .linkList li {
  margin-right: 38px;
}

body.our_service .railroad .left .linkList li a {
  font-size: 18px;
  color: #0268B6;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.our_service .railroad .left .linkList li a {
    font-size: 16px;
    padding-left: 20px;
  }
}
body.our_service .railroad .left .linkList li a:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

body.our_service .railroad .left .linkList li a:hover {
  text-decoration: underline;
}

body.our_service .real_estate {
  height: 500px;
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate {
    height: auto;
  }
}
body.our_service .real_estate .right {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/our_service/on-ourbusiness-right.svg) left top/auto 100% no-repeat;
  box-sizing: border-box;
  padding-left: 230px;
  padding-top: 100px;
  padding-right: 10%;
  z-index: 2;
}

@media screen and (max-width: 850px) {
  body.our_service .real_estate .right {
    width: 80%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .real_estate .right {
    position: static;
    width: 100%;
    padding: 60px 20px 0;
    height: auto;
  }
}
body.our_service .real_estate .right .icon {
  position: absolute;
  top: -22px;
  left: 250px;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate .right .icon {
    width: 82px;
    left: calc(50% - 41px);
  }
}
body.our_service .real_estate .right h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate .right h2 {
    font-size: 24px;
    text-align: center;
  }
}
body.our_service .real_estate .right .txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate .right .txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.our_service .real_estate .right .btn a {
  width: 280px;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  padding: 16px 20px;
  border: 1px solid #29A4DB;
  background-color: #29A4DB;
  color: #FFF;
  text-decoration: none;
  position: relative;
  margin-top: 25px;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate .right .btn a {
    width: 240px;
    margin: 25px auto 0;
    font-size: 15px;
    padding: 14px 20px;
  }
}
body.our_service .real_estate .right .btn a:after {
  width: 11px;
  height: 19px;
  content: "";
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s linear;
}

body.our_service .real_estate .right .btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.our_service .real_estate .right .btn a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .real_estate .right .linkList {
  display: flex;
  margin-top: 25px;
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate .right .linkList {
    text-align: center;
    justify-content: center;
  }
}
body.our_service .real_estate .right .linkList li {
  margin-right: 38px;
}

body.our_service .real_estate .right .linkList li a {
  font-size: 18px;
  color: #0268B6;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate .right .linkList li a {
    font-size: 16px;
    padding-left: 20px;
  }
}
body.our_service .real_estate .right .linkList li a:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

body.our_service .real_estate .right .linkList li a:hover {
  text-decoration: underline;
}

body.our_service .real_estate .left {
  width: 61.7%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/our_service/real-estateBk.webp) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  body.our_service .real_estate .left {
    position: static;
    height: 200px;
    width: 100%;
    margin-top: 40px;
    z-index: 2;
  }
}
body.our_service .worksBtn {
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  body.our_service .worksBtn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .worksBtn {
    margin-top: 60px;
    padding: 0;
  }
}
body.our_service .worksBtn a {
  max-width: 850px;
  margin: 0 auto;
  padding: 22px 0;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  display: block;
  transition: all 0.3s linear;
}

@media screen and (max-width: 850px) {
  body.our_service .worksBtn a {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .worksBtn a {
    width: 60%;
    font-size: 18px;
    padding: 16px 0;
  }
}
body.our_service .worksBtn a:after {
  content: "";
  background: url(/images/common/glay-arrow-r.svg) center center/100% auto no-repeat;
  margin-left: 1em;
  display: inline-block;
  width: 11px;
  height: 19px;
}

body.our_service .worksBtn a:hover {
  background-color: #999;
  color: #FFF;
}

body.our_service .worksBtn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
}

body.our_service .our-technology {
  padding: 80px 0 100px;
  background: url(/images/our_service/our-technologyBk.jpg) center center/cover no-repeat;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology {
    padding: 60px 20px 70px;
    margin-top: 60px;
  }
}
body.our_service .our-technology h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology h2 {
    font-size: 26px;
  }
}
body.our_service .our-technology .txt {
  margin-top: 35px;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .txt {
    font-size: 15px;
    line-height: 1.88;
  }
}
body.our_service .our-technology .technologyBlock {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 75px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .technologyBlock {
    padding: 35px 20px;
  }
}
body.our_service .our-technology .technologyBlock .technologyList {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .technologyBlock .technologyList {
    display: block;
  }
}
body.our_service .our-technology .technologyBlock .technologyList li {
  width: 31%;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .technologyBlock .technologyList li {
    width: 100%;
    margin-top: 40px;
  }
  body.our_service .our-technology .technologyBlock .technologyList li:first-of-type {
    margin-top: 0;
  }
}
body.our_service .our-technology .technologyBlock .technologyList li a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
}

body.our_service .our-technology .technologyBlock .technologyList li a h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .technologyBlock .technologyList li a h3 {
    font-size: 16px;
  }
}
body.our_service .our-technology .technologyBlock .technologyList li a .technologyTxt {
  line-height: 1.88;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .technologyBlock .technologyList li a .technologyTxt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.our_service .our-technology .technologyBlock .technologyList li a:hover {
  opacity: 0.6;
}

body.our_service .our-technology .technologyBlock .technologyBtn {
  text-align: center;
  margin-top: 40px;
}

body.our_service .our-technology .technologyBlock .technologyBtn a {
  display: inline-block;
  padding: 16px 190px 16px 20px;
  color: #FFF;
  text-decoration: none;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  position: relative;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .technologyBlock .technologyBtn a {
    font-size: 15px;
    padding: 15px 60px 15px 20px;
  }
}
body.our_service .our-technology .technologyBlock .technologyBtn a:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 19px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .our-technology .technologyBlock .technologyBtn a:after {
    width: 9px;
    height: 16px;
    top: calc(50% - 8px);
  }
}
body.our_service .our-technology .technologyBlock .technologyBtn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.our_service .our-technology .technologyBlock .technologyBtn a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .yahagiGroup {
  background-color: #F5F5F5;
  padding: 100px 0;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  body.our_service .yahagiGroup {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup {
    padding: 60px 20px 0;
  }
  body.our_service .yahagiGroup .BlockWrap {
    padding: 0 !important;
  }
}
body.our_service .yahagiGroup .topTitle {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .topTitle {
    font-size: 21px;
  }
}
body.our_service .yahagiGroup h2 {
  font-size: 60px;
  margin-top: 50px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup h2 {
    font-size: 40px;
    margin-top: 40px;
  }
}
body.our_service .yahagiGroup .topunderTxt {
  line-height: 1.6;
  font-size: 25px;
  font-weight: 500;
  color: #0268B6;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .topunderTxt {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.our_service .yahagiGroup .txt {
  line-height: 1.88;
  margin: 70px auto 0;
  max-width: 1000px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .txt {
    line-height: 1.8;
    margin: 50px auto 0;
    font-size: 14px;
  }
}
body.our_service .yahagiGroup .glafWrap {
  margin: 100px auto 0;
  max-width: 850px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .glafWrap {
    margin: 50px auto 0;
  }
}
body.our_service .yahagiGroup .glafWrap .glaf {
  width: 397px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .glafWrap .glaf {
    width: 100%;
    padding-bottom: 20px;
  }
}
body.our_service .yahagiGroup .glafWrap .btn01 {
  width: 80px;
  position: absolute;
  top: 20px;
  left: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .glafWrap .btn01 {
    width: 74px;
    left: calc(50% - 37px);
    top: 26px;
  }
}
body.our_service .yahagiGroup .glafWrap .btn01:hover {
  opacity: 0.6;
}

body.our_service .yahagiGroup .glafWrap .btn02 {
  width: 92px;
  position: absolute;
  top: 142px;
  left: calc(50% - 46px);
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .glafWrap .btn02 {
    width: 85px;
    left: calc(50% - 42px);
    top: 160px;
  }
}
body.our_service .yahagiGroup .glafWrap .btn02:hover {
  opacity: 0.6;
}

body.our_service .yahagiGroup .glafWrap .btn03 {
  width: 58px;
  position: absolute;
  top: 262px;
  left: calc(50% - 29px);
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .glafWrap .btn03 {
    width: 54px;
    left: calc(50% - 27px);
    top: 290px;
  }
}
body.our_service .yahagiGroup .glafWrap .btn03:hover {
  opacity: 0.6;
}

body.our_service .yahagiGroup .glafWrap .group {
  width: 226px;
  border: 1px solid #969696;
  text-align: center;
  position: absolute;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .glafWrap .group {
    position: static;
    margin-top: 16px;
    width: 100%;
  }
  body.our_service .yahagiGroup .glafWrap .group br.pc {
    margin-right: 1em;
  }
}
body.our_service .yahagiGroup .glafWrap .group h3 {
  font-weight: 500;
  background-color: #EDEDED;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0em;
}

body.our_service .yahagiGroup .glafWrap .group h3 a {
  color: #000;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
}

body.our_service .yahagiGroup .glafWrap .group h3 a:after {
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  background: url(/images/common/link-icon.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .glafWrap .group h3 a:after {
    right: 20px;
  }
}
body.our_service .yahagiGroup .glafWrap .group h3 a:hover {
  opacity: 0.6;
}

body.our_service .yahagiGroup .glafWrap .group .business {
  padding: 15px;
  font-size: 12px;
  line-height: 1.8;
  background-color: #FFF;
}

body.our_service .yahagiGroup .glafWrap .group.yk {
  top: -20px;
  left: 0;
}

body.our_service .yahagiGroup .glafWrap .group.yk h3 {
  background-color: #0268B6;
  color: #FFF;
  padding: 10px 20px;
}

body.our_service .yahagiGroup .glafWrap .group.yk .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.our_service .yahagiGroup .glafWrap .group.yk .icon img {
  width: 211px;
}

body.our_service .yahagiGroup .glafWrap .group.hw {
  top: 120px;
  left: 0;
}

body.our_service .yahagiGroup .glafWrap .group.hw .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.our_service .yahagiGroup .glafWrap .group.hw .icon img {
  width: 136px;
}

body.our_service .yahagiGroup .glafWrap .group.yd {
  top: 236px;
  left: 0;
}

body.our_service .yahagiGroup .glafWrap .group.yd .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.our_service .yahagiGroup .glafWrap .group.yd .icon img {
  width: 60px;
}

body.our_service .yahagiGroup .glafWrap .group.bl {
  bottom: 30px;
  left: 0;
}

body.our_service .yahagiGroup .glafWrap .group.bl .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.our_service .yahagiGroup .glafWrap .group.bl .icon img {
  width: 293px;
}

body.our_service .yahagiGroup .glafWrap .group.yj {
  right: 0;
  top: -20px;
}

body.our_service .yahagiGroup .glafWrap .group.yj .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.our_service .yahagiGroup .glafWrap .group.yj .icon img {
  width: 136px;
}

body.our_service .yahagiGroup .glafWrap .group.yr {
  right: 0;
  top: 216px;
}

body.our_service .yahagiGroup .glafWrap .group.yr .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.our_service .yahagiGroup .glafWrap .group.yr .icon img {
  width: 218px;
}

body.our_service .yahagiGroup .glafWrap .group.nt {
  right: 0;
  top: 350px;
}

body.our_service .yahagiGroup .glafWrap .group.ts {
  right: 0;
  bottom: 30px;
}

body.our_service .yahagiGroup .glafWrap .group.ts .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.our_service .yahagiGroup .glafWrap .group.ts .icon img {
  width: 150px;
}

body.our_service .yahagiGroup .groupBtn {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .groupBtn {
    margin-top: 50px;
  }
}
body.our_service .yahagiGroup .groupBtn a {
  display: inline-block;
  padding: 15px 100px 15px 50px;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .groupBtn a {
    padding: 15px 40px 15px 16px;
    font-size: 16px;
  }
}
body.our_service .yahagiGroup .groupBtn a:after {
  content: "";
  width: 11px;
  height: 19px;
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 45px;
  top: calc(50% - 9px);
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .groupBtn a:after {
    right: 16px;
  }
}
body.our_service .yahagiGroup .groupBtn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.our_service .yahagiGroup .groupBtn a:hover:after {
  right: 35px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

body.our_service .yahagiGroup h4 {
  font-size: 18px;
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup h4 {
    font-size: 15px;
    text-align: center;
    margin-top: 50px;
  }
}
body.our_service .yahagiGroup .group-features {
  margin: 25px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .group-features {
    margin: 16px auto 0;
    font-size: 15px;
  }
}
body.our_service .yahagiGroup .group-features li {
  margin-right: 12px;
  margin-bottom: 15px;
}

body.our_service .yahagiGroup .group-features li a {
  display: inline-block;
  padding: 20px 48px 20px 20px;
  border: 1px solid #0268B6;
  border-radius: 30px;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: all 0.3s linear;
  font-size: 15px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.our_service .yahagiGroup .group-features li a {
    padding: 15px 44px 15px 20px;
  }
}
body.our_service .yahagiGroup .group-features li a:after {
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: all 0.3s linear;
}

body.our_service .yahagiGroup .group-features li a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.our_service .yahagiGroup .group-features li a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .bisinesstitleArea {
  position: relative;
  height: 200px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  body.our_service .bisinesstitleArea {
    height: auto;
    margin-top: 50px;
  }
}
body.our_service .bisinesstitleArea .businessLeft {
  width: 57.8%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/our_service/Bk-title-on.svg) right top/auto 100% no-repeat;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.our_service .bisinesstitleArea .businessLeft {
    position: static;
    height: 120px;
    width: 100%;
    background: url(/images/our_service/Bk-title-on.svg) left top/auto 100% no-repeat;
  }
}
body.our_service .bisinesstitleArea .businessRight {
  width: 56%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/our_service/construction-businessBk2.webp) center center/cover no-repeat;
  z-index: 1;
  height: 100%;
}

@media screen and (max-width: 767px) {
  body.our_service .bisinesstitleArea .businessRight {
    height: 104px;
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
body.our_service .bisinesstitleArea .businessRight.civil {
  background-image: url(/images/our_service/civil-businessBk2.webp);
}

body.our_service .bisinesstitleArea .businessRight.railroadbk {
  background-image: url(/images/our_service/railroad-businessBk2.webp);
}

body.our_service .bisinesstitleArea .businessRight.real_estatebk {
  background-image: url(/images/our_service/real_estate-businessBk2.webp);
}

body.our_service .bisinesstitleArea .businessCenter {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.our_service .bisinesstitleArea .businessCenter {
    height: 140px;
    width: 100%;
    position: absolute;
  }
}
body.our_service .bisinesstitleArea .businessCenter .titlewrap {
  display: flex;
  align-items: end;
  max-width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.our_service .bisinesstitleArea .businessCenter .titlewrap {
    padding: 30px 0;
  }
}
body.our_service .bisinesstitleArea .businessCenter .titlewrap .icon {
  width: 125px;
  margin-right: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.our_service .bisinesstitleArea .businessCenter .titlewrap .icon {
    width: 88px;
    margin-left: 20px;
  }
}
body.our_service .bisinesstitleArea .businessCenter .titlewrap .icon img {
  width: 100%;
}

body.our_service .bisinesstitleArea .businessCenter .titlewrap .icon.railroadicon img {
  width: 70%;
}

body.our_service .bisinesstitleArea .businessCenter .titlewrap h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.our_service .bisinesstitleArea .businessCenter .titlewrap h1 {
    font-size: 28px;
  }
}
body.our_service .contentsBlock {
  max-width: 1200px;
  padding-top: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock {
    padding: 0;
  }
}
body.our_service .contentsBlock .BlockWrap {
  max-width: 850px;
  margin-left: 70px;
}

@media screen and (max-width: 1025px) {
  body.our_service .contentsBlock .BlockWrap {
    max-width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}
body.our_service .contentsBlock .BlockWrap .under-titleTxt {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #29A4DB;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .under-titleTxt {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 60px;
  }
}
body.our_service .contentsBlock .BlockWrap .txt {
  margin-top: 55px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .txt {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.our_service .contentsBlock .BlockWrap .btnWrap {
  margin-top: 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .btnWrap {
    margin-top: 40px;
    display: block;
  }
}
body.our_service .contentsBlock .BlockWrap .btnWrap .worksBtn2 {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .btnWrap .worksBtn2 {
    margin-right: 0;
  }
}
body.our_service .contentsBlock .BlockWrap .btnWrap .worksBtn2 a {
  display: block;
  padding: 18px 0 18px 25px;
  border: 1px solid #29A4DB;
  border-radius: 25px;
  position: relative;
  color: #29A4DB;
  text-decoration: none;
  transition: all 0.3s linear;
  width: 270px;
  box-sizing: border-box;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .btnWrap .worksBtn2 a {
    margin: 0 auto;
    padding: 16px 0 16px 24px;
    font-size: 15px;
  }
}
body.our_service .contentsBlock .BlockWrap .btnWrap .worksBtn2 a:after {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  transition: all 0.3s linear;
}

body.our_service .contentsBlock .BlockWrap .btnWrap .worksBtn2 a:hover {
  background-color: #29A4DB;
  color: #FFF;
}

body.our_service .contentsBlock .BlockWrap .btnWrap .worksBtn2 a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .btnWrap .technologyBtn {
    margin-top: 20px;
  }
}
body.our_service .contentsBlock .BlockWrap .btnWrap .technologyBtn a {
  display: block;
  padding: 18px 0 18px 25px;
  border: 1px solid #29A4DB;
  border-radius: 25px;
  position: relative;
  color: #29A4DB;
  text-decoration: none;
  transition: all 0.3s linear;
  width: 270px;
  box-sizing: border-box;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .btnWrap .technologyBtn a {
    margin: 0 auto;
    padding: 16px 0 16px 24px;
    font-size: 15px;
  }
}
body.our_service .contentsBlock .BlockWrap .btnWrap .technologyBtn a:after {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  transition: all 0.3s linear;
}

body.our_service .contentsBlock .BlockWrap .btnWrap .technologyBtn a:hover {
  background-color: #29A4DB;
  color: #FFF;
}

body.our_service .contentsBlock .BlockWrap .btnWrap .technologyBtn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .contentsBlock .BlockWrap .serviceList {
  display: flex;
  margin-top: 100px;
  border-left: 1px solid #0268B6;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .serviceList {
    margin-top: 60px;
    flex-wrap: wrap;
  }
}
body.our_service .contentsBlock .BlockWrap .serviceList li {
  box-sizing: border-box;
  width: 20%;
  border-right: 1px solid #0268B6;
  border-bottom: 1px solid #0268B6;
  border-top: 1px solid #0268B6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #0268B6;
  padding: 13px 0;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .serviceList li {
    font-size: 13px;
    padding: 11px 0;
    width: 50%;
  }
  body.our_service .contentsBlock .BlockWrap .serviceList li:nth-of-type(-n + 3) {
    border-bottom: none;
  }
}
body.our_service .contentsBlock .BlockWrap .serviceList li.active {
  background-color: #0268B6;
  color: #FFF;
}

body.our_service .contentsBlock .BlockWrap .serviceList li:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.our_service .contentsBlock .BlockWrap .serviceList li.line {
  border-bottom: 1px solid #0268B6;
}

body.our_service .contentsBlock .BlockWrap .detailBlock {
  margin-top: 60px;
  display: none;
}

body.our_service .contentsBlock .BlockWrap .detailBlock h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .detailBlock h2 {
    font-size: 24px;
    border-left: 6px solid #0268B6;
  }
}
body.our_service .contentsBlock .BlockWrap .detailBlock .detailTxt {
  margin-top: 60px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .detailBlock .detailTxt {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList {
    display: block;
  }
}
body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li {
  width: 29.5%;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li figure {
  overflow: hidden;
}

body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li figure img {
  transition: all 0.3s linear;
}

body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li h3 {
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.5;
}

body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li .detailTxt {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  margin-left: 3.6em;
  text-indent: -3.6em;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li .detailTxt {
    margin-top: 10px;
  }
}
body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li .detailTxt span {
  color: #909090;
  font-size: 12px;
  margin-right: 1em;
  font-weight: 500;
}

body.our_service .contentsBlock .BlockWrap .detailBlock .workspickupList li .detailTxt:nth-of-type(2) {
  margin-top: 5px;
}

body.our_service .contentsBlock .BlockWrap .detailBlock .txt {
  line-height: 1.88;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .detailBlock .txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.our_service .contentsBlock .BlockWrap .detailBlock.active {
  display: block;
}

body.our_service .contentsBlock .BlockWrap .industrial-land-contact {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .industrial-land-contact {
    margin-top: 60px;
  }
}
body.our_service .contentsBlock .BlockWrap .industrial-land-contact a {
  display: block;
  padding: 38px 0;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .industrial-land-contact a {
    padding: 25px 0;
  }
}
body.our_service .contentsBlock .BlockWrap .industrial-land-contact a span {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 104px;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .industrial-land-contact a span {
    font-size: 16px;
    padding: 0 15px 0 60px;
    letter-spacing: 0;
  }
}
body.our_service .contentsBlock .BlockWrap .industrial-land-contact a span:after {
  content: "";
  width: 10px;
  height: 18px;
  display: block;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .industrial-land-contact a span:after {
    top: 0px;
  }
}
body.our_service .contentsBlock .BlockWrap .industrial-land-contact a span:before {
  content: "";
  width: 80px;
  height: 57px;
  display: block;
  background: url(/images/our_service/icon-eal_estate.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: -16px;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .industrial-land-contact a span:before {
    width: 50px;
    height: 36px;
  }
}
body.our_service .contentsBlock .BlockWrap .industrial-land-contact a:hover {
  background-color: #EFF6FF;
}

body.our_service .contentsBlock .BlockWrap .industrial-land-contact a:hover span:after {
  right: -8px;
}

body.our_service .contentsBlock .BlockWrap .serviceBtn {
  margin-top: 35px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .serviceBtn {
    text-align: center;
  }
}
body.our_service .contentsBlock .BlockWrap .serviceBtn a {
  display: inline-block;
  padding: 15px 140px 15px 25px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #0268B6;
  color: #0268B6;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition: all 0.3s linear;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  body.our_service .contentsBlock .BlockWrap .serviceBtn a {
    text-align: center;
    padding: 15px 100px 15px 24px;
  }
}
body.our_service .contentsBlock .BlockWrap .serviceBtn a:after {
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  transition: all 0.3s linear;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}

body.our_service .contentsBlock .BlockWrap .serviceBtn a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.our_service .contentsBlock .BlockWrap .serviceBtn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service .center-imgLine {
  height: 200px;
  margin-top: 120px;
  background: url(/images/our_service/center-imgLine.webp) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  body.our_service .center-imgLine {
    height: 100px;
    margin-top: 60px;
  }
}
body.our_service .center-imgLine.civil {
  background: url(/images/our_service/center-imgLine2.webp) center center/cover no-repeat;
}

body.our_service .center-imgLine.railroadLine {
  background: url(/images/our_service/center-imgLine3.webp) center center/cover no-repeat;
}

body.our_service .center-imgLine.eal_estateLine {
  background: url(/images/our_service/center-imgLine4.webp) center center/cover no-repeat;
}

body.our_service .our-technology.const {
  background: url(/images/our_service/const-tecBk.jpg) center center/cover no-repeat;
}

body.our_service .technologyBtn.const a {
  padding: 16px 50px 16px 20px !important;
}

body.our_service .our-technology.civil {
  background: url(/images/our_service/civil-tecBK.jpg) center center/cover no-repeat;
}

body.our_service .our-technology.railroadLine {
  background: url(/images/our_service/railroadLine-tecBk.jpg) center center/cover no-repeat;
}

body.our_service .detailBlock-re {
  margin-top: 60px;
}

body.our_service .detailBlock-re .specific-examples {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #0268B6;
  margin-bottom: 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re .specific-examples {
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
body.our_service .detailBlock-re h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re h2 {
    font-size: 24px;
    border-left: 6px solid #0268B6;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
body.our_service .detailBlock-re .eal_estateBlock {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re .eal_estateBlock {
    display: block;
  }
}
body.our_service .detailBlock-re .eal_estateBlock .left {
  width: 47%;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re .eal_estateBlock .left {
    width: 100%;
  }
}
body.our_service .detailBlock-re .eal_estateBlock .left h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #0268B6;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #0268B6;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re .eal_estateBlock .left h3 {
    font-size: 18px;
  }
}
body.our_service .detailBlock-re .eal_estateBlock .left .detail-txt {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  width: 100%;
}

body.our_service .detailBlock-re .eal_estateBlock .left .detail-txt dt {
  width: 13%;
  margin-bottom: 15px;
  font-size: 12px;
  color: #909090;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re .eal_estateBlock .left .detail-txt dt {
    width: 18%;
  }
}
body.our_service .detailBlock-re .eal_estateBlock .left .detail-txt dt:last-of-type {
  margin-bottom: 0;
}

body.our_service .detailBlock-re .eal_estateBlock .left .detail-txt dd {
  width: 87%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re .eal_estateBlock .left .detail-txt dd {
    width: 82%;
  }
}
body.our_service .detailBlock-re .eal_estateBlock .left .detail-txt dd:last-of-type {
  margin-bottom: 0;
}

body.our_service .detailBlock-re .eal_estateBlock .right {
  width: 47%;
}

@media screen and (max-width: 767px) {
  body.our_service .detailBlock-re .eal_estateBlock .right {
    width: 100%;
    margin-top: 20px;
  }
}
body.our_service .pickupProject {
  background-color: #EFF6FF;
  border-top: 2px solid #0268B6;
  border-bottom: 2px solid #0268B6;
  padding: 100px 0;
}

@media screen and (max-width: 1025px) {
  body.our_service .pickupProject {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.our_service .pickupProject {
    padding: 60px 20px;
  }
}
body.our_service .pickupProject .project_inWrap {
  max-width: 1200px;
  margin: 0 auto;
}

body.our_service .pickupProject .project_inWrap h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.our_service .pickupProject .project_inWrap h2 {
    font-size: 24px;
  }
}
body.our_service .pickupProject .project_inWrap h2 span {
  display: inline-block;
  border: 1px solid #0268B6;
  padding: 6px 10px;
  color: #0268B6;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body.our_service .pickupProject .project_inWrap h2 span {
    font-size: 14px;
    padding: 6px;
    display: block;
    margin: 0 0 15px 0;
    width: 100px;
    text-align: center;
  }
}
body.our_service .pickupProject .project_inWrap .underTxt {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.our_service .pickupProject .project_inWrap .underTxt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.our_service .pickupProject .project_inWrap .pickupProjectList {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.our_service .pickupProject .project_inWrap .pickupProjectList {
    margin-top: 40px;
    display: block;
  }
}
body.our_service .pickupProject .project_inWrap .pickupProjectList li {
  width: 31%;
  margin-right: 3.5%;
}

@media screen and (max-width: 767px) {
  body.our_service .pickupProject .project_inWrap .pickupProjectList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
body.our_service .pickupProject .project_inWrap .pickupProjectList li:last-of-type {
  margin-right: 0;
}

body.our_service .pickupProject .project_inWrap .pickupProjectList li a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
}

body.our_service .pickupProject .project_inWrap .pickupProjectList li a:hover {
  opacity: 0.6;
}

body.our_service .pickupProject .project_inWrap .pickupProjectList li figure {
  overflow: hidden;
  width: 100%;
  height: 265px;
  border-radius: 20px;
}

body.our_service .pickupProject .project_inWrap .pickupProjectList li figure img {
  transition: all 0.3s linear;
  object-fit: cover;
  width: 100%;
  height: 265px;
}

body.our_service .pickupProject .project_inWrap .pickupProjectList li h3 {
  font-weight: 700;
  color: #0268B6;
  margin-top: 15px;
  line-height: 1.5;
}

body.our_service .pickupProject .project_inWrap .pickupProjectList li .detailTxt {
  font-size: 14px;
  margin-top: 15px;
}

body.our_service .pickupProject .project_inWrap .pickupProjectList li .detailTxt span {
  font-size: 12px;
  margin-right: 1em;
  color: #909090;
}

body.our_service .pickupProject .project_inWrap .btnProject {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.our_service .pickupProject .project_inWrap .btnProject {
    margin-top: 40px;
    text-align: center;
  }
}
body.our_service .pickupProject .project_inWrap .btnProject a {
  display: inline-block;
  padding: 18px 92px 18px 15px;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.our_service .pickupProject .project_inWrap .btnProject a {
    padding: 15px 80px 15px 15px;
    font-size: 15px;
  }
}
body.our_service .pickupProject .project_inWrap .btnProject a:after {
  content: "";
  width: 11px;
  height: 19px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.3s linear;
}

body.our_service .pickupProject .project_inWrap .btnProject a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.our_service .pickupProject .project_inWrap .btnProject a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  right: 8px;
}

body.our_service #sidebar {
  top: 350px;
}

body.our_service .detailBlock {
  margin-top: 60px;
}

/* //////////////////////////////////// IRÇéˆó ////////////////////////////////////*/
body.ir .titleArea {
  background-image: url(/images/common/title-triangle.svg), url(/images/ir/ir-topheadBk.webp);
  background-repeat: no-repeat;
  background-size: 425px auto, cover;
  background-position: top left calc((100% - 1200px) / 2), center center;
}

@media screen and (max-width: 1240px) {
  body.ir .titleArea {
    background-position: top left -160px, center center;
  }
}
@media screen and (max-width: 767px) {
  body.ir .titleArea {
    background-size: 240px auto, cover;
    background-position: top left -35px, center center;
  }
}
body.ir .titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.ir .titleArea .titlewrap {
    padding: 0 40px;
  }
}
body.ir .titleArea .titlewrap h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.ir .titleArea .titlewrap h1 {
    font-size: 28px;
  }
}
body.ir .titleArea .titlewrap h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.ir .titleArea .titlewrap h1 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
body.ir .ir-titleArea {
  height: 200px;
  background-color: #EFF6FF;
  margin-top: 80px;
  padding-bottom: 35px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.ir .ir-titleArea {
    height: 140px;
    margin-top: 51px;
    padding: 35px;
    box-sizing: border-box;
  }
  body.ir .ir-titleArea figure {
    width: 60px;
  }
}
body.ir .ir-titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  height: 100%;
}

body.ir .ir-titleArea .titlewrap h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  body.ir .ir-titleArea .titlewrap h1 {
    font-size: 26px;
    margin-left: 30px;
  }
}
body.ir h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  body.ir h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
body.ir h2 small {
  font-weight: 500;
  font-size: 0.6em;
}

body.ir h2.mt60 {
  margin-top: 60px;
}

body.ir .underTitle {
  margin-top: 60px;
  font-weight: 500;
  color: #0268B6;
  font-size: 18px;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  body.ir .underTitle {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 40px;
  }
}
body.ir .irListTxt {
  list-style-type: "¡ö ";
  margin-top: 25px;
  margin-left: 1em;
}

body.ir .irListTxt li {
  margin-bottom: 15px;
}

body.ir.library .material {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  body.ir.library .material {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.ir.library .material h2 {
  background-color: #EFF6FF;
  padding: 15px 20px;
  font-size: 25px;
  color: #0268B6;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: none;
  margin-top: 60px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.ir.library .material h2 {
    font-size: 18px;
  }
}
body.ir.library .material h2:first-of-type {
  margin-top: 0;
}

body.ir.library .material h2:after {
  content: "£­";
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  color: #999;
}

@media screen and (max-width: 767px) {
  body.ir.library .material h2:after {
    font-size: 18px;
  }
}
body.ir.library .material h2:nth-of-type(n + 3):after {
  content: "£«";
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  color: #999;
}

@media screen and (max-width: 767px) {
  body.ir.library .material h2:nth-of-type(n + 3):after {
    font-size: 18px;
  }
}
body.ir.library .material h2:nth-of-type(n + 3) + .innerBlock {
  display: none;
}

body.ir.library .material h2:nth-of-type(n + 3).active:after {
  content: "£­";
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  color: #999;
}

@media screen and (max-width: 767px) {
  body.ir.library .material h2:nth-of-type(n + 3).active:after {
    font-size: 18px;
  }
}
body.ir.library .material h2.active:after {
  content: "£«";
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  color: #999;
}

@media screen and (max-width: 767px) {
  body.ir.library .material h2.active:after {
    font-size: 18px;
  }
}
body.ir.library .material .financial-results dt {
  margin-top: 30px;
  border-bottom: 1px solid #0268B6;
  cursor: pointer;
}

body.ir.library .material .financial-results dt h3 {
  font-size: 22px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.ir.library .material .financial-results dt h3 {
    font-size: 16px;
  }
}
body.ir.library .material .financial-results dt h3:after {
  content: "£«";
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  color: #999;
}

@media screen and (max-width: 767px) {
  body.ir.library .material .financial-results dt h3:after {
    font-size: 18px;
  }
}
body.ir.library .material .financial-results dt.active h3:after {
  content: "£­";
  top: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  body.ir.library .material .financial-results dt.active h3:after {
    font-size: 18px;
  }
}
body.ir.library .material .financial-results dd {
  padding: 25px 0;
  display: none;
}

body.ir.library .material .financial-results dd ul li {
  margin-bottom: 20px;
  padding-left: 1em;
}

body.ir.library .material .financial-results dd ul li p {
  padding-left: 1em;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.ir.library .material .financial-results dd ul li p {
    font-size: 14px;
  }
}
body.ir.library .material .financial-results dd ul li p:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}

body.ir.library .material .financial-results dd ul li p a {
  color: #0268B6;
  text-decoration: none;
  display: inline-block;
}

body.ir.library .material .financial-results dd ul li p a.link:after {
  content: url(/images/common/link-blue-icon.svg);
  margin-left: 0.6em;
}

body.ir.library .material .financial-results dd ul li p a.pdfLink:after {
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.6em;
  display: inline-block;
  width: 16px;
}

body.ir.library .material .financial-results dd ul li p a:hover {
  text-decoration: underline;
}

body.ir.library .material .financial-results dd ul li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 1em;
}

body.ir.library .material .financial-results dd.active {
  display: block;
}

body.ir.securities .material {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  body.ir.securities .material {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.ir.securities .material h2 {
  background-color: #EFF6FF;
  padding: 15px 20px;
  font-size: 25px;
  color: #0268B6;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: none;
  margin-top: 60px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.ir.securities .material h2 {
    font-size: 18px;
    margin-top: 40px;
  }
}
body.ir.securities .material h2:first-of-type {
  margin-top: 0;
}

body.ir.securities .material h2:after {
  content: "£«";
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  color: #999;
}

@media screen and (max-width: 767px) {
  body.ir.securities .material h2:after {
    font-size: 18px;
  }
}
body.ir.securities .material h2.active:after {
  content: "£­";
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  color: #999;
}

@media screen and (max-width: 767px) {
  body.ir.securities .material h2.active:after {
    font-size: 18px;
  }
}
body.ir.securities .material .innerBlock-se {
  display: none;
  padding: 30px 1em;
}

@media screen and (max-width: 767px) {
  body.ir.securities .material .innerBlock-se {
    padding: 20px 1em;
  }
}
body.ir.securities .material .innerBlock-se.active {
  display: block;
}

body.ir.securities .material .innerBlock-se .pdf {
  margin-top: 15px;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir.securities .material .innerBlock-se .pdf {
    font-size: 15px;
  }
}
body.ir.securities .material .innerBlock-se .pdf:first-of-type {
  margin-top: 0;
}

body.ir.securities .material .innerBlock-se .pdf a {
  text-decoration: none;
  color: #0268B6;
}

body.ir.securities .material .innerBlock-se .pdf a.pdfLink:after {
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.6em;
  width: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}

body.ir.securities .material .innerBlock-se .pdf a:hover {
  text-decoration: underline;
}

body.ir.securities .material .innerBlock-se .pdf:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}

@media screen and (max-width: 767px) {
  body.ir.management .ir-titleArea .titlewrap figure {
    width: 50px;
  }
}
body.ir.management .management-policyList {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  body.ir.management .management-policyList {
    padding-top: 50px;
  }
}
body.ir.management .management-policyList .ir-MenuList {
  max-width: 1200px;
  margin: 0 auto;
}

body.ir.management .management-policyList .ir-MenuList .innner {
  max-width: 850px;
}

@media screen and (max-width: 1025px) {
  body.ir.management .management-policyList .ir-MenuList .innner {
    padding: 0 20px;
    max-width: 100%;
  }
}
body.ir.management .management-policyList .ir-MenuList .innner .MenuList {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir.management .management-policyList .ir-MenuList .innner .MenuList {
    display: block;
  }
}
body.ir.management .management-policyList .ir-MenuList .innner .MenuList li {
  width: 32.2%;
  margin-bottom: 50px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  margin-right: 1.7%;
}

@media screen and (max-width: 767px) {
  body.ir.management .management-policyList .ir-MenuList .innner .MenuList li {
    width: 100%;
    margin-right: 0;
  }
}
body.ir.management .management-policyList .ir-MenuList .innner .MenuList li:nth-of-type(3n) {
  margin-right: 0;
}

body.ir.management .management-policyList .ir-MenuList .innner .MenuList li figure {
  overflow: hidden;
}

body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a {
  text-decoration: none;
}

body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a img {
  transition: all 0.3s linear;
}

body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a h2 {
  margin: 25px 30px 0 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: none;
  padding-left: 0;
  color: #0268B6;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a h2 {
    margin: 20px 20px 0;
    font-size: 18px;
  }
}
body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a h2:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a .txt {
  margin: 18px 20px;
  line-height: 1.7;
  font-size: 15px;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a .txt {
    margin: 18px 20px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a:hover {
  opacity: 0.6;
}

body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a:hover figure {
  overflow: hidden;
}

body.ir.management .management-policyList .ir-MenuList .innner .MenuList li a:hover figure img {
  transform: scale(1.1);
}

body.ir .business-policies {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.ir .business-policies {
    margin-top: 50px;
  }
}
body.ir .target-value {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  body.ir .target-value {
    padding-top: 50px;
  }
}
body.ir .target-value .fiscal-year {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.ir .target-value .fiscal-year {
    margin-top: 40px;
    font-size: 16px;
  }
}
body.ir .irTopBox1 {
  padding-top: 60px;
}

@media screen and (max-width: 1025px) {
  body.ir .irTopBox1 {
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.ir .irTopBox1 {
    padding: 60px 0 0;
  }
}
body.ir .irTopBox1 .TopBox1 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 {
    display: block;
    margin: 0 20px;
  }
}
body.ir .irTopBox1 .TopBox1 .left {
  width: 54.1%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .left {
    width: 100%;
  }
}
body.ir .irTopBox1 .TopBox1 .left h2 {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .left h2 {
    font-size: 21px;
  }
}
body.ir .irTopBox1 .TopBox1 .left .irList-btn a {
  position: absolute;
  padding: 11px 38px 11px 20px;
  display: inline-block;
  right: 5px;
  top: 0;
  color: #0268B6;
  border: 1px solid #0268B6;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .left .irList-btn a {
    font-size: 14px;
    padding: 9px 35px 9px 20px;
  }
}
body.ir .irTopBox1 .TopBox1 .left .irList-btn a:after {
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 18px;
  top: calc(50% - 7px);
  transition: all 0.3s linear;
}

body.ir .irTopBox1 .TopBox1 .left .irList-btn a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.ir .irTopBox1 .TopBox1 .left .irList-btn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  right: 12px;
}

body.ir .irTopBox1 .TopBox1 .left dl {
  margin-top: 25px;
  border-top: 1px solid #CCC;
}

body.ir .irTopBox1 .TopBox1 .left dl dt {
  padding-top: 15px;
  font-size: 14px;
  color: #909090;
}

body.ir .irTopBox1 .TopBox1 .left dl dt .cate {
  width: 100px;
  padding: 4px 0;
  text-align: center;
  display: inline-block;
  margin-left: 0.5em;
  font-size: 12px;
  font-weight: 500;
  background-color: #dff1fa;
  border-radius: 15px;
  color: #0268B6;
}

body.ir .irTopBox1 .TopBox1 .left dl dd {
  border-bottom: 1px solid #CCC;
  margin-top: 25px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .left dl dd {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.ir .irTopBox1 .TopBox1 .left dl dd a {
  text-decoration: none;
  transition: all 0.2s linear;
  color: #000;
}

body.ir .irTopBox1 .TopBox1 .left dl dd a.pdflink:after {
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.5em;
  width: 16px;
  display: inline-block;
}

body.ir .irTopBox1 .TopBox1 .left dl dd a:hover {
  opacity: 0.6;
}

body.ir .irTopBox1 .TopBox1 .right {
  width: 37.5%;
  box-sizing: border-box;
  border: 2px solid #29A4DB;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .right {
    margin-top: 40px;
    width: 100%;
    line-height: 1.8;
  }
}
body.ir .irTopBox1 .TopBox1 .right h2 {
  padding: 30px 0 30px 90px;
  background-color: #EFF6FF;
  color: #0268B6;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  border-left: none;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .right h2 {
    padding: 24px 0 24px 80px;
    font-size: 18px;
  }
}
body.ir .irTopBox1 .TopBox1 .right h2:before {
  position: absolute;
  content: "";
  display: block;
  width: 33px;
  height: 40px;
  background: url(/images/ir/icon-ir-materials.svg) center center/100% 100% no-repeat;
  top: calc(50% - 20px);
  left: 25px;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .right h2:before {
    width: 27px;
    height: 33px;
  }
}
body.ir .irTopBox1 .TopBox1 .right h2 a {
  text-decoration: none;
  color: #0268B6;
  transition: all 0.2s linear;
}

body.ir .irTopBox1 .TopBox1 .right h2 a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

body.ir .irTopBox1 .TopBox1 .right h2:last-of-type:before {
  position: absolute;
  content: "";
  background: url(/images/ir/icon-calender.svg) center center/100% 100% no-repeat;
  top: calc(50% - 24px);
  left: 18px;
  width: 54px;
  height: 47px;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .right h2:last-of-type:before {
    width: 48px;
    height: 42px;
  }
}
body.ir .irTopBox1 .TopBox1 .right h2:last-of-type:after {
  content: url(/images/common/blue-arrow-r.svg);
  width: 6;
  display: inline-block;
  margin-left: 1em;
}

body.ir .irTopBox1 .TopBox1 .right ul {
  padding: 24px 30px 0;
}

body.ir .irTopBox1 .TopBox1 .right ul li {
  font-weight: 500;
  padding-left: 1em;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .right ul li {
    margin-bottom: 15px;
  }
}
body.ir .irTopBox1 .TopBox1 .right ul li:after {
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.5em;
  width: 16px;
  display: inline-block;
}

body.ir .irTopBox1 .TopBox1 .right ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

body.ir .irTopBox1 .TopBox1 .right ul li a {
  color: #000;
  text-decoration: none;
}

body.ir .irTopBox1 .TopBox1 .right ul li a:hover {
  text-decoration: underline;
  color: #0268B6;
}

body.ir .irTopBox1 .TopBox1 .right .batch-dl {
  padding: 0 30px;
  margin-bottom: 25px;
}

body.ir .irTopBox1 .TopBox1 .right .batch-dl a {
  display: block;
  border: 1px solid #0268B6;
  padding: 16px 32px 16px 0;
  text-align: center;
  color: #0268B6;
  font-weight: 500;
  transition: all 0.3s linear;
}

body.ir .irTopBox1 .TopBox1 .right .batch-dl a span {
  display: inline-block;
  position: relative;
}

body.ir .irTopBox1 .TopBox1 .right .batch-dl a span:after {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background: url(/images/ir/Icon-feather-download.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: -42px;
  top: -6px;
  transition: all 0.3s linear;
}

body.ir .irTopBox1 .TopBox1 .right .batch-dl a:hover {
  color: #FFFFFF;
  background: #0268B6;
}

body.ir .irTopBox1 .TopBox1 .right .batch-dl a:hover span:after {
  background: url(/images/ir/Icon-feather-download-w.svg) center center/100% 100% no-repeat;
}

body.ir .irTopBox1 .TopBox1 .right h3 {
  margin: 25px 30px 0;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
}

body.ir .irTopBox1 .TopBox1 .right .most-recent-schedule {
  margin: 20px 30px;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox1 .TopBox1 .right .most-recent-schedule {
    margin: 16px 30px;
  }
}
body.ir .irTopBox2 {
  margin-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox2 {
    margin: 60px 20px 0;
    padding-bottom: 60px;
  }
}
body.ir .irTopBox2 .TopBox2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox2 .TopBox2 {
    display: block;
  }
}
body.ir .irTopBox2 .TopBox2 .left {
  width: 44%;
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox2 .TopBox2 .left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
body.ir .irTopBox2 .TopBox2 .left a {
  transition: all 0.2s linear;
}

body.ir .irTopBox2 .TopBox2 .left a:hover {
  opacity: 0.5;
}

body.ir .irTopBox2 .TopBox2 .right {
  width: 44%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox2 .TopBox2 .right {
    width: 100%;
    margin-right: 0;
  }
}
body.ir .irTopBox2 .TopBox2 .right a {
  transition: all 0.2s linear;
}

body.ir .irTopBox2 .TopBox2 .right a:hover {
  opacity: 0.5;
}

body.ir .irTopBox3 {
  background-color: #EFF6FF;
  padding: 70px 0 30px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1025px) {
  body.ir .irTopBox3 {
    padding: 70px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  body.ir .irTopBox3 {
    padding: 50px 20px 30px;
    margin-bottom: 60px;
  }
}
body.ir .irTopBox3 .ir-MainMenu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu {
    display: block;
  }
}
body.ir .irTopBox3 .ir-MainMenu li {
  width: 48.3%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 38px 40px 18px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li {
    width: 100%;
    padding: 35px 30px 20px;
  }
}
body.ir .irTopBox3 .ir-MainMenu li h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li h3 {
    font-size: 18px;
  }
}
body.ir .irTopBox3 .ir-MainMenu li h3 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li h3 a {
    font-size: 18px;
  }
}
body.ir .irTopBox3 .ir-MainMenu li h3 a:after {
  content: "";
  width: 6px;
  height: 12px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  margin-left: 0.5em;
  display: inline-block;
  transition: all 0.2s linear;
}

body.ir .irTopBox3 .ir-MainMenu li h3 a:hover {
  opacity: 0.7;
}

body.ir .irTopBox3 .ir-MainMenu li h3 a:hover:after {
  margin-left: 1em;
}

body.ir .irTopBox3 .ir-MainMenu li h3 a figure {
  display: block;
  text-align: center;
  width: 82px;
  margin-right: 30px;
}

body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(1) a img {
  width: 64px;
}

body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(2) a img {
  width: 52px;
}

body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(4) a img {
  width: 77px;
}

body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(5) a img {
  width: 75px;
}

body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(5) a img {
  width: 67px;
}

body.ir .irTopBox3 .ir-MainMenu li .MenuWrap {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li .MenuWrap {
    display: block;
    margin-top: 35px;
  }
}
body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu {
  width: 60%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
    margin-left: 0.8em;
  }
}
body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu.w50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu.w50 {
    width: 100%;
  }
}
body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu a {
    margin-left: 0.75em;
    text-indent: -0.75em;
  }
}
body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu a:before {
  content: "";
  width: 6px;
  height: 12px;
  display: inline-block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  margin-right: 0.4em;
}

body.ir .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu a:hover {
  text-decoration: underline;
}

body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(2) .MenuWrap .subMenu:last-of-type {
  width: 70%;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(2) .MenuWrap .subMenu:last-of-type {
    width: 100%;
  }
}
body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(2) .MenuWrap .subMenu:nth-of-type(2n) {
  width: 40%;
}

@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(2) .MenuWrap .subMenu:nth-of-type(2n) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(3) .MenuWrap, body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(4) .MenuWrap {
    display: flex;
  }
  body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(3) .MenuWrap .subMenu, body.ir .irTopBox3 .ir-MainMenu li:nth-of-type(4) .MenuWrap .subMenu {
    width: 45%;
    box-sizing: border-box;
  }
}
body.ir .txt {
  line-height: 1.88;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  body.ir .txt {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 14px;
  }
}
body.ir h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.ir h3 {
    font-size: 16px;
    margin-top: 35px;
  }
}
body.ir .valueTable {
  margin-top: 20px;
  border-top: 1px solid #CCC;
  width: 100%;
}

body.ir .valueTable th {
  background-color: #F5F5F5;
  width: 14%;
  box-sizing: border-box;
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .valueTable th {
    width: 30%;
    padding: 15px 0 15px 15px;
    font-size: 14px;
  }
}
body.ir .valueTable td {
  width: 86%;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .valueTable td {
    width: 70%;
    padding: 15px 0 15px 15px;
    font-size: 14px;
  }
}
body.ir .glaf {
  text-align: center;
  margin-top: 50px;
}

body.ir .dividend-policy {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policy {
    padding-top: 60px;
  }
}
body.ir .investment-plan {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .investment-plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.ir .investment-plan img {
  max-width: 82.3%;
}

@media screen and (max-width: 767px) {
  body.ir .investment-plan img {
    max-width: 100%;
  }
}
body.ir .investment-plan .detailLink {
  font-weight: 500;
  margin-top: 60px;
}

body.ir .investment-plan .detailLinkBtn {
  margin-top: 20px;
}

body.ir .investment-plan .detailLinkBtn a {
  color: #0268B6;
  border: 1px solid #0268B6;
  display: inline-block;
  font-weight: 500;
  padding: 20px 65px 20px 30px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.ir .investment-plan .detailLinkBtn a {
    font-size: 15px;
    line-height: 1.5;
    padding: 15px 60px 15px 25px;
  }
}
body.ir .investment-plan .detailLinkBtn a:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-pdf.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  transition: all 0.3s linear;
}

body.ir .investment-plan .detailLinkBtn a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.ir .orders-received {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received {
    margin-top: 60px;
  }
}
body.ir .orders-received .glafLineBlock {
  position: relative;
  margin: 70px 0 0 45px;
  background: url(/images/ir/ir-glaf-line.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock {
    margin: 100px 0 0 0;
    background: url(/images/ir/ir-glaf-line.svg) 34px 30px/auto 251px no-repeat;
  }
}
body.ir .orders-received .glafLineBlock .noteGlaf {
  position: absolute;
  top: -20px;
  right: -3px;
  width: 60px;
}

body.ir .orders-received .glafLineBlock .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap {
    width: 50px;
    left: 12%;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .interim {
    width: 22px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .interim .glaf02 {
  width: 30px;
  background-color: #29B58E;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .interim .glaf02 {
    width: 22px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #668DC9;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .interim .glaf01 {
    width: 22px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .end-of-term {
    width: 22px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .end-of-term .glaf02 {
  width: 30px;
  background-color: #29B58E;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .end-of-term .glaf02 {
    width: 22px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .end-of-term .glaf01 {
  width: 30px;
  background-color: #668DC9;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .end-of-term .glaf01 {
    width: 22px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
  width: 44px;
  font-size: 10px;
  display: block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .fiscal-year {
    bottom: -36px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.ir .orders-received .glafLineBlock .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .fiscal-year ul li {
    font-size: 10px;
  }
}
body.ir .orders-received .glafLineBlock .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .glafLineBlock .glafWrap .fiscal-year .year {
    font-size: 10px;
    margin-top: 10px;
  }
}
body.ir .orders-received .note {
  position: absolute;
  top: 30px;
  right: 0;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .note {
    top: -60px;
    font-size: 14px;
    line-height: 2.2;
  }
}
body.ir .orders-received .note span {
  color: #668DC9;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .note span {
    margin-left: 0em;
  }
}
body.ir .orders-received .note span:nth-of-type(2) {
  color: #29B58E;
}

body.ir .orders-received .note span:nth-of-type(n + 2) {
  margin-left: 1em;
}

body.ir .orders-received .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.ir .orders-received .indicator {
    width: 52px;
    margin-left: -22px;
  }
}
body.ir .orders-received .indicator li {
  font-size: 10px;
  margin-bottom: 21px;
  text-align: right;
}

body.ir .orders-received .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.ir .total-sales {
  margin-top: 150px;
}

body.ir .total-sales .glafLineBlock {
  position: relative;
  margin: 70px 0 0 45px;
  background: url(/images/ir/ir-glaf-line2.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock {
    margin: 100px 0 0 0;
    background: url(/images/ir/ir-glaf-line2.svg) 34px 30px/auto 251px no-repeat;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap {
    width: 50px;
    left: 12%;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .interim {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf03 {
  width: 30px;
  background-color: #29B58E;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf03 {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf02 {
  width: 30px;
  background-color: #668DC9;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf02 {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #F4C633;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf01 {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .end-of-term {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf03 {
  width: 30px;
  background-color: #29B58E;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf03 {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf02 {
  width: 30px;
  background-color: #668DC9;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf02 {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf01 {
  width: 30px;
  background-color: #F4C633;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf01 {
    width: 22px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .fiscal-year {
    bottom: -36px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.ir .total-sales .glafLineBlock .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .fiscal-year ul li {
    font-size: 10px;
  }
}
body.ir .total-sales .glafLineBlock .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .glafLineBlock .glafWrap .fiscal-year .year {
    font-size: 10px;
    margin-top: 10px;
  }
}
body.ir .total-sales .note {
  position: absolute;
  top: 30px;
  right: 0;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .note {
    top: -68px;
    font-size: 14px;
    line-height: 2.2;
  }
}
body.ir .total-sales .note span {
  color: #F4C633;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .note span {
    margin-left: 0;
  }
}
body.ir .total-sales .note span:nth-of-type(2) {
  color: #668DC9;
}

body.ir .total-sales .note span:nth-of-type(3) {
  color: #29B58E;
}

body.ir .total-sales .note span:nth-of-type(n + 2) {
  margin-left: 1em;
}

body.ir .total-sales .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.ir .total-sales .indicator {
    width: 52px;
    margin-left: -22px;
  }
}
body.ir .total-sales .indicator li {
  font-size: 10px;
  margin-bottom: 18px;
  text-align: right;
}

body.ir .total-sales .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.ir .operating-income {
  margin-top: 150px;
}

body.ir .operating-income .glafLineBlock {
  position: relative;
  margin: 70px 0 0 45px;
  background: url(/images/ir/ir-glaf-line3.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock {
    margin: 60px 0 0 0;
    background: url(/images/ir/ir-glaf-line3.svg) 34px 30px/auto 251px no-repeat;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap {
    width: 50px;
    left: 12%;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .interim {
    width: 22px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .interim .glaf01 {
    width: 22px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .end-of-term {
    width: 22px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .end-of-term .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .end-of-term .glaf01 {
    width: 22px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .fiscal-year {
    bottom: -36px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.ir .operating-income .glafLineBlock .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .fiscal-year ul li {
    font-size: 10px;
  }
}
body.ir .operating-income .glafLineBlock .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .glafLineBlock .glafWrap .fiscal-year .year {
    font-size: 10px;
    margin-top: 10px;
  }
}
body.ir .operating-income .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.ir .operating-income .indicator {
    width: 52px;
    margin-left: -22px;
  }
}
body.ir .operating-income .indicator li {
  font-size: 10px;
  margin-bottom: 11px;
  text-align: right;
}

body.ir .operating-income .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.ir .ordinary-income {
  margin-top: 150px;
}

body.ir .ordinary-income .glafLineBlock {
  position: relative;
  margin: 70px 0 0 45px;
  background: url(/images/ir/ir-glaf-line3.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock {
    margin: 60px 0 0 0;
    background: url(/images/ir/ir-glaf-line3.svg) 34px 30px/auto 251px no-repeat;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap {
    width: 50px;
    left: 12%;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .interim {
    width: 22px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .interim .glaf01 {
    width: 22px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .end-of-term {
    width: 22px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .end-of-term .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .end-of-term .glaf01 {
    width: 22px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .fiscal-year {
    bottom: -36px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.ir .ordinary-income .glafLineBlock .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .fiscal-year ul li {
    font-size: 10px;
  }
}
body.ir .ordinary-income .glafLineBlock .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .glafLineBlock .glafWrap .fiscal-year .year {
    font-size: 10px;
    margin-top: 10px;
  }
}
body.ir .ordinary-income .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.ir .ordinary-income .indicator {
    width: 52px;
    margin-left: -22px;
  }
}
body.ir .ordinary-income .indicator li {
  font-size: 10px;
  margin-bottom: 11px;
  text-align: right;
}

body.ir .ordinary-income .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.ir .net-income {
  margin-top: 150px;
  padding-bottom: 100px;
}

body.ir .net-income .glafLineBlock {
  position: relative;
  margin: 70px 0 0 45px;
  background: url(/images/ir/ir-glaf-line2-1.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock {
    margin: 60px 0 0 0;
    background: url(/images/ir/ir-glaf-line2-1.svg) 34px 30px/auto 251px no-repeat;
  }
}
body.ir .net-income .glafLineBlock .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap {
    width: 50px;
    left: 12%;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .interim {
    width: 22px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .interim .glaf01 {
    width: 22px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .end-of-term {
    width: 22px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .end-of-term .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .end-of-term .glaf01 {
    width: 22px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .end-of-term .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .fiscal-year {
    bottom: -36px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.ir .net-income .glafLineBlock .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .fiscal-year ul li {
    font-size: 10px;
  }
}
body.ir .net-income .glafLineBlock .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .glafLineBlock .glafWrap .fiscal-year .year {
    font-size: 10px;
    margin-top: 10px;
  }
}
body.ir .net-income .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.ir .net-income .indicator {
    width: 52px;
    margin-left: -22px;
  }
}
body.ir .net-income .indicator li {
  font-size: 10px;
  margin-bottom: 21px;
  text-align: right;
}

body.ir .net-income .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.ir .assets {
  margin-top: 70px;
}

body.ir .assets .glafLineBlock {
  position: relative;
  margin: 70px 0 0 45px;
  background: url(/images/ir/ir-glaf-line4.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock {
    margin: 220px 0 0 0;
    background: url(/images/ir/ir-glaf-line4.svg) 34px 30px/auto 251px no-repeat;
  }
}
body.ir .assets .glafLineBlock .noteGlaf {
  position: absolute;
  top: -20px;
  right: -90px;
  width: 190px;
  font-size: 13px;
  line-height: 1.6;
  box-sizing: border-box;
  padding-left: 30px;
  background: url(/images/ir/hanrei-icon1.svg) left top 4px/auto 184px no-repeat;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .noteGlaf {
    top: -200px;
    right: 30px;
  }
}
body.ir .assets .glafLineBlock .noteGlaf span {
  display: block;
  margin-bottom: 16px;
}

body.ir .assets .glafLineBlock .indicator2 {
  width: 56px;
  position: absolute;
  right: 134px;
  top: 0;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .indicator2 {
    right: -13px;
    width: 30px;
  }
}
body.ir .assets .glafLineBlock .indicator2 li {
  font-size: 10px;
  margin-bottom: 15px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .indicator2 li {
    font-size: 9px;
  }
}
body.ir .assets .glafLineBlock .indicator2 li span {
  display: block;
  margin-bottom: 15px;
}

body.ir .assets .glafLineBlock .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap {
    width: 50px;
    left: 12%;
  }
}
body.ir .assets .glafLineBlock .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap .interim {
    width: 22px;
  }
}
body.ir .assets .glafLineBlock .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #668DC9;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap .interim .glaf01 {
    width: 22px;
  }
}
body.ir .assets .glafLineBlock .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -18px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .assets .glafLineBlock .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap .end-of-term {
    width: 22px;
  }
}
body.ir .assets .glafLineBlock .glafWrap .end-of-term .glaf02 {
  width: 30px;
  background-color: #29B58E;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap .end-of-term .glaf02 {
    width: 22px;
  }
}
body.ir .assets .glafLineBlock .glafWrap .end-of-term .glaf02 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -18px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap .end-of-term .glaf02 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.ir .assets .glafLineBlock .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.ir .assets .glafLineBlock .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.ir .assets .glafLineBlock .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.ir .assets .glafLineBlock .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.ir .assets .glafLineBlock .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
}

body.ir .assets .glafLineBlock .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.ir .assets .glafLineBlock .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

body.ir .assets .glafLineBlock .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir .assets .glafLineBlock .glafWrap .fiscal-year .year {
    font-size: 10px;
    margin-top: 10px;
  }
}
body.ir .assets .note {
  position: absolute;
  top: 30px;
  right: 0;
  line-height: 2.5;
}

body.ir .assets .note span {
  color: #668DC9;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  body.ir .assets .note span {
    margin-left: 0;
  }
}
body.ir .assets .note span:nth-of-type(2) {
  color: #29B58E;
}

body.ir .assets .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.ir .assets .indicator {
    width: 52px;
    margin-left: -22px;
  }
}
body.ir .assets .indicator li {
  font-size: 10px;
  margin-bottom: 40px;
  text-align: right;
}

body.ir .assets .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.ir .cash-flow {
  margin-top: 120px;
  padding-bottom: 100px;
}

body.ir .cash-flow .unit {
  font-size: 12px;
  text-align: right;
  margin-top: 15px;
}

body.ir .cash-flow .scroolTxt2 {
  font-size: 10px;
  margin-bottom: 8px;
  text-align: right;
  margin-top: 20px;
}

body.ir .cash-flow .cash-flowBlock {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .cash-flow .cash-flowBlock {
    width: 240%;
  }
}
body.ir .cash-flow .cash-flowBlock dt {
  width: 31%;
  font-weight: 500;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  font-size: 14px;
  padding: 15px 10px;
  color: #0268B6;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body.ir .cash-flow .cash-flowBlock dt {
    font-size: 13px;
  }
}
body.ir .cash-flow .cash-flowBlock dd {
  width: 13.8%;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  font-size: 14px;
  padding: 15px 1.4%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  body.ir .cash-flow .cash-flowBlock dd {
    font-size: 13px;
  }
}
body.ir .cash-flow .cash-flowBlock dd:nth-of-type(5n) {
  background-color: #EFF6FF;
  color: #0268B6;
  border-right: none;
}

body.ir .cash-flow .cash-flowBlock dd.glafTitle {
  text-align: center;
  padding: 10px 1.4%;
  font-weight: 500;
  color: #0268B6;
}

body.ir .stock-Price {
  margin-top: 80px;
  padding-bottom: 300px;
}

@media screen and (max-width: 767px) {
  body.ir .stock-Price {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
body.ir .stock-Price p {
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.ir .stock-Price p {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.ir .stock-Price .stock-Price-btn {
  margin-top: 30px;
}

body.ir .stock-Price .stock-Price-btn a {
  display: inline-block;
  color: #0268B6;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.ir .stock-Price .stock-Price-btn a {
    font-size: 16px;
  }
}
body.ir .stock-Price .stock-Price-btn a:after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/images/common/link-blue-icon.svg) center center/100% auto no-repeat;
  position: relative;
  top: 2px;
}

body.ir .dividend-policys {
  margin-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policys {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.ir .dividend-policys h2 {
    line-height: 1.5;
  }
}
body.ir .dividend-policys h2 small {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0.4em;
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policys h2 small {
    font-size: 16px;
  }
}
body.ir .dividend-policys .dividend-txt {
  margin-top: 50px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policys .dividend-txt {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.ir .dividend-policys .dividend-txt em {
  display: block;
  font-size: 0.9em;
  margin-top: 10px;
  color: #333;
}

body.ir .dividend-policys h3 {
  font-size: 22px;
  color: #0268B6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policys h3 {
    font-size: 18px;
  }
}
body.ir .dividend-policys .dividend-policyGlaf {
  width: 734px;
  height: 324px;
  background: url(/images/ir/dividend-policyGlafLine.svg) top center/auto 100% no-repeat;
  margin: 65px auto 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policys .dividend-policyGlaf {
    margin: 40px 30px 0;
  }
}
body.ir .dividend-policys .dividend-policyGlaf .en {
  font-size: 10px;
  line-height: 23.043px;
  text-align: right;
  position: absolute;
  left: -30px;
  top: -12px;
}

body.ir .dividend-policys .dividend-policyGlaf .percent {
  font-size: 10px;
  line-height: 53.766px;
  position: absolute;
  right: -38px;
  top: -26px;
}

body.ir .dividend-policys .dividend-policyGlaf .policyGlaf-wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

body.ir .dividend-policys .dividend-policyGlaf .policyGlaf-wrap .tatedumi {
  width: 36px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

body.ir .dividend-policys .dividend-policyGlaf .policyGlaf-wrap .tatedumi .glaf01 {
  background-color: #BDD7ED;
  height: 0;
  position: relative;
  width: 100%;
  display: block;
}

body.ir .dividend-policys .dividend-policyGlaf .policyGlaf-wrap .tatedumi .glaf01 p {
  position: absolute;
  width: 36px;
  top: -16px;
  left: 0;
  font-size: 11px;
  text-align: center;
}

body.ir .dividend-policys .dividend-policyGlaf .policyGlaf-wrap .tatedumi:last-of-type .glaf01 {
  background-color: #0080FF;
}

body.ir .dividend-policys .dividend-policyGlaf .policyGlaf-wrap .tatedumi em {
  position: absolute;
  bottom: -18px;
  font-size: 10px;
  left: -12px;
  text-align: center;
  width: 62px;
}

body.ir .dividend-policys .dividend-policyGlaf .policyGlaf-wrap .tatedumi.bou10 em:after {
  content: " ÓèÏë";
}

body.ir .dividend-policys .dividend-policyGlaf table {
  position: absolute;
  width: 660px;
  height: 324px;
  z-index: 3;
  left: 38px;
  bottom: 0;
}

body.ir .dividend-policys .dividend-policyGlaf table:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #FFF;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  border: 1px solid #5B9BD4;
}

body.ir .dividend-policys .dividend-policyGlaf table tbody {
  height: 100%;
}

body.ir .dividend-policys .dividend-policyGlaf table td {
  height: 100%;
  position: relative;
}

body.ir .dividend-policys .dividend-policyGlaf table td em {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #FFF;
  border: 1px solid #5B9BD4;
  position: absolute;
  left: -5px;
}

body.ir .dividend-policys .dividend-policyGlaf table td small {
  font-size: 11px;
  position: absolute;
  left: -25%;
}

body.ir .dividend-policys .nendo {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

body.ir .dividend-policys .nendo span {
  margin-right: 40px;
  display: inline-block;
}

body.ir .dividend-policys .nendo span:before {
  content: url(/images/ir/glaf-hanrei1.svg);
  display: inline-block;
  margin-right: 0.4em;
}

body.ir .dividend-policys .nendo span:last-of-type {
  margin-left: 0;
}

body.ir .dividend-policys .nendo span:last-of-type:before {
  content: url(/images/ir/glaf-hanrei2.svg);
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policys .glaf-overflow {
    overflow-x: scroll;
  }
  body.ir .dividend-policys .glaf-overflow .scroolTxt {
    font-size: 10px;
    margin-bottom: 8px;
    text-align: right;
    margin-top: 70px;
  }
  body.ir .dividend-policys .glaf-overflow .scroolTxt2 {
    font-size: 10px;
    margin-bottom: 8px;
    text-align: right;
    margin-top: 20px;
  }
  body.ir .dividend-policys .glaf-overflow.pd20px {
    padding: 20px 0;
  }
}
body.ir .dividend-policys .annual-dividend {
  border-top: 1px solid #CCC;
  font-size: 14px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.ir .dividend-policys .annual-dividend {
    width: 220%;
    margin-top: 0;
  }
}
body.ir .dividend-policys .annual-dividend dt {
  width: 8.3%;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: 18px 0;
  text-align: center;
}

body.ir .dividend-policys .annual-dividend dt.glaftitle {
  width: 13%;
  padding-left: 1em;
  text-align: left;
}

body.ir .dividend-policys .annual-dividend dt:nth-of-type(11) {
  width: 12.3%;
  border-right: none;
  background-color: #EFF6FF;
}

body.ir .dividend-policys .annual-dividend dt:nth-of-type(-n+11) {
  padding: 10px 0;
}

body.ir .dividend-policys .annual-dividend dt:nth-of-type(11):after {
  content: "ÓèÏë";
}

body.ir .dividend-policys .annual-dividend dd {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 18px 0;
  text-align: center;
  box-sizing: border-box;
  width: 8.3%;
}

body.ir .dividend-policys .annual-dividend dd:nth-of-type(10n) {
  width: 12.3%;
  border-right: none;
  background-color: #EFF6FF;
  color: #000;
}

body.ir .dividend-policys .annual-dividend dd:nth-of-type(9) {
  color: #000;
}

body.ir .dividend-policys .annual-dividend dd:nth-of-type(19) {
  color: #000;
}

body.ir .dividend-policys .table-note {
  margin-top: 15px;
  font-size: 14px;
  color: #404040;
}

body.ir .general-meeting {
  margin-top: 80px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body.ir .general-meeting {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
body.ir .general-meeting .general-meeting-table {
  width: 100%;
  border-top: 1px solid #CCC;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  body.ir .general-meeting .general-meeting-table {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.6;
  }
}
body.ir .general-meeting .general-meeting-table th {
  width: 23.5%;
  background-color: #F5F5F5;
  padding: 30px 22px;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .general-meeting .general-meeting-table th {
    width: 30%;
    padding: 15px 18px;
  }
}
body.ir .general-meeting .general-meeting-table td {
  padding: 30px;
  box-sizing: border-box;
  width: 76.5%;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .general-meeting .general-meeting-table td {
    width: 70%;
    padding: 15px 0 15px 18px;
  }
}
body.ir .general-meeting .general-meeting-table td .linkPdf {
  margin-bottom: 15px;
}

body.ir .general-meeting .general-meeting-table td .linkPdf a {
  display: inline-block;
  text-decoration: none;
  color: #0268B6;
}

body.ir .general-meeting .general-meeting-table td .linkPdf a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  margin-right: 0.5em;
}

body.ir .general-meeting .general-meeting-table td .linkPdf a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-pdf.svg) center center/100% auto no-repeat;
  margin-left: 0.7em;
}

body.ir .general-meeting .general-meeting-table td .linkPdf a:hover {
  text-decoration: underline;
}

body.ir .general-meeting .general-meeting-table td .linkPdf:last-of-type {
  margin-bottom: 0;
}

body.ir .share_administration {
  margin-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .share_administration {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
body.ir .share_administration .administrationTable {
  border-top: 1px solid #CCC;
}

body.ir .share_administration .administrationTable th {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background-color: #F5F5F5;
  width: 23.5%;
  box-sizing: border-box;
  padding: 24px 22px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.ir .share_administration .administrationTable th {
    padding: 13px;
    width: 37%;
    line-height: 1.6;
    font-size: 13px;
  }
}
body.ir .share_administration .administrationTable td {
  border-bottom: 1px solid #CCC;
  width: 76.5%;
  box-sizing: border-box;
  padding: 24px 48px;
}

@media screen and (max-width: 767px) {
  body.ir .share_administration .administrationTable td {
    padding: 13px;
    width: 63%;
    line-height: 1.6;
    font-size: 13px;
  }
}
body.ir .share_administration .administrationTable td p {
  line-height: 1.88;
}

body.ir .share_administration .administrationTable td p a {
  display: inline-block;
  text-decoration: none;
  color: #0268B6;
}

body.ir .share_administration .administrationTable td p a:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/images/common/link-blue-icon.svg) center center/100% auto no-repeat;
  margin-left: 0.5em;
}

body.ir .share_administration .administrationTable td p a:hover {
  text-decoration: underline;
}

body.ir .share_administration .administrationTable td p span {
  font-weight: 500;
}

body.ir .share_administration .administrationTable td em {
  font-size: 14px;
  line-height: 1.57;
  margin-top: 15px;
  display: block;
}

body.ir .share_administration .administrationTable td .linkBtn {
  margin-top: 10px;
}

body.ir .share_administration .administrationTable td .linkBtn a {
  display: inline-block;
  text-decoration: none;
  color: #0268B6;
  padding: 18px 52px 18px 25px;
  position: relative;
  font-weight: 500;
  border: 1px solid #0268B6;
  border-radius: 30px;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.ir .share_administration .administrationTable td .linkBtn a {
    padding: 15px 40px 15px 18px;
    font-size: 15px;
  }
}
body.ir .share_administration .administrationTable td .linkBtn a:after {
  display: block;
  width: 8px;
  height: 14px;
  content: "";
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  transition: all 0.3s linear;
}

body.ir .share_administration .administrationTable td .linkBtn a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.ir .share_administration .administrationTable td .linkBtn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 10px;
}

body.ir .unit {
  font-size: 12px;
  text-align: right;
  margin-top: 15px;
}

body.ir .stock_status {
  margin-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .stock_status {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
body.ir .stock_status .stock_statusTable {
  border-top: 1px solid #CCC;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body.ir .stock_status .stock_statusTable {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.ir .stock_status .stock_statusTable th {
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center;
  padding: 25px 0;
  background-color: #F5F5F5;
}

body.ir .stock_status .stock_statusTable th:last-of-type {
  border-right: none;
}

@media screen and (max-width: 767px) {
  body.ir .stock_status .stock_statusTable th {
    width: 27%;
  }
  body.ir .stock_status .stock_statusTable th:nth-of-type(3), body.ir .stock_status .stock_statusTable th:nth-of-type(4) {
    width: 23%;
  }
}
body.ir .stock_status .stock_statusTable td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center;
  padding: 25px 0;
}

body.ir .stock_status .stock_statusTable td:last-of-type {
  border-right: none;
}

body.ir .major-shareholder {
  margin-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .major-shareholder {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
body.ir .major-shareholder .major-shareholderTable {
  margin-top: 10px;
  border-top: 1px solid #CCC;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.ir .major-shareholder .major-shareholderTable {
    font-size: 14px;
    line-height: 1.6;
  }
}
body.ir .major-shareholder .major-shareholderTable th {
  box-sizing: border-box;
  width: 25%;
  padding: 25px 0;
  text-align: center;
  background-color: #F5F5F5;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.ir .major-shareholder .major-shareholderTable th {
    padding: 15px 0;
  }
}
body.ir .major-shareholder .major-shareholderTable th:first-of-type {
  width: 50%;
}

body.ir .major-shareholder .major-shareholderTable th:last-of-type {
  border-right: none;
}

body.ir .major-shareholder .major-shareholderTable td {
  line-height: 1.5;
  padding: 25px 0;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.ir .major-shareholder .major-shareholderTable td {
    padding: 15px 0;
  }
}
body.ir .major-shareholder .major-shareholderTable td:first-of-type {
  padding-left: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.ir .major-shareholder .major-shareholderTable td:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.ir .major-shareholder .major-shareholderTable td:last-of-type {
  border-right: none;
}

body.ir .major-shareholder .table-note {
  line-height: 1.67;
  margin-top: 25px;
  font-size: 14px;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.ir .major-shareholder .table-note {
    margin-top: 25px;
    font-size: 13px;
  }
}
body.ir .rating_information {
  margin-top: 135px;
  padding-bottom: 135px;
}

@media screen and (max-width: 767px) {
  body.ir .rating_information {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
body.ir .rating_information .rating_informationTable {
  margin-top: 10px;
  border-top: 1px solid #CCC;
  width: 100%;
  font-size: 14px;
}

body.ir .rating_information .rating_informationTable th {
  width: 22%;
  background-color: #F5F5F5;
  line-height: 1.6;
  padding: 30px 18px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .rating_information .rating_informationTable th {
    width: 32%;
    background-color: #F5F5F5;
    padding: 15px 16px;
  }
}
body.ir .rating_information .rating_informationTable th span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir .rating_information .rating_informationTable th span {
    font-size: 13px;
  }
}
body.ir .rating_information .rating_informationTable td {
  line-height: 1.6;
  padding: 30px 0 30px 26px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .rating_information .rating_informationTable td {
    padding: 15px 0 15px 18px;
  }
}
body.ir .rating_information .link-note {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.ir .rating_information .link-note {
    font-size: 13px;
  }
}
body.ir .rating_information .link-note span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body.ir .rating_information .link-note span {
    font-size: 15px;
  }
}
body.ir .rating_information .link-note span a {
  color: #0268B6;
  text-decoration: none;
  display: inline-block;
}

body.ir .rating_information .link-note span a:after {
  content: url(/images/common/link-blue-icon.svg);
  margin-left: 0.5em;
}

body.ir .public_notice {
  margin-top: 100px;
  padding-bottom: 200px;
}

body.ir .articles_of_incorporation {
  margin-top: 100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  body.ir .articles_of_incorporation {
    font-size: 15px;
    padding: 15px 70px 15px 24px;
    margin-bottom: 100px;
  }
}
body.ir .articles_of_incorporation .articles_of_incorporationBtn {
  margin-top: 30px;
}

body.ir .articles_of_incorporation .articles_of_incorporationBtn a {
  display: inline-block;
  padding: 22px 82px 22px 30px;
  border: 1px solid #0268B6;
  position: relative;
  color: #0268B6;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.ir .articles_of_incorporation .articles_of_incorporationBtn a {
    font-size: 15px;
    padding: 15px 70px 15px 24px;
  }
}
body.ir .articles_of_incorporation .articles_of_incorporationBtn a:after {
  content: "";
  width: 16px;
  height: 20px;
  display: block;
  background: url(/images/common/icon-pdf.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
}

body.ir .articles_of_incorporation .articles_of_incorporationBtn a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.ir .ir_calendar {
  margin-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .ir_calendar {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
body.ir .ir_calendar .ir_calendarGlaf {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.ir .ir_calendar .ir_calendarGlaf {
    margin-top: 40px;
  }
}
body.ir .fiscal-year {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.ir .fiscal-year {
    margin-top: 60px;
  }
}
body.ir .fiscal-year .fiscal-yearList {
  margin-top: 55px;
  width: 100%;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.ir .fiscal-year .fiscal-yearList {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.6;
  }
}
body.ir .fiscal-year .fiscal-yearList th {
  width: 23.5%;
  background-color: #F5F5F5;
  border-bottom: 1px solid #CCC;
  padding: 30px 0px 30px 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.ir .fiscal-year .fiscal-yearList th {
    width: 32%;
    padding: 15px;
  }
}
body.ir .fiscal-year .fiscal-yearList td {
  width: 76.5%;
  border-bottom: 1px solid #CCC;
  padding: 30px 18px 30px 45px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.ir .fiscal-year .fiscal-yearList td {
    width: 68%;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.ir.faq .faqArea {
    padding-bottom: 60px;
  }
}
body.ir.faq .faqArea h2 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  body.ir.faq .faqArea h2 {
    margin-top: 60px;
    letter-spacing: 0;
  }
}
body.ir.faq .faqArea .faqList {
  margin-top: 55px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  body.ir.faq .faqArea .faqList {
    margin-top: 40px;
  }
}
body.ir.faq .faqArea .faqList dt {
  border-top: 1px solid #ccc;
  font-size: 18px;
  padding: 24px 15px 24px 75px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.ir.faq .faqArea .faqList dt {
    font-size: 15px;
    padding: 18px 50px 18px 48px;
    line-height: 1.6;
  }
}
body.ir.faq .faqArea .faqList dt:before {
  content: "Q.";
  color: #0268B6;
  font-size: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: 25px;
}

@media screen and (max-width: 767px) {
  body.ir.faq .faqArea .faqList dt:before {
    left: 10px;
    font-size: 20px;
  }
}
body.ir.faq .faqArea .faqList dt:after {
  content: "£«";
  font-weight: 300;
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
}

@media screen and (max-width: 767px) {
  body.ir.faq .faqArea .faqList dt:after {
    right: 10px;
  }
}
body.ir.faq .faqArea .faqList dt.active {
  background-color: #EFF6FF;
}

body.ir.faq .faqArea .faqList dt.active:after {
  content: "£­";
}

body.ir.faq .faqArea .faqList dd {
  font-size: 16px;
  padding: 24px 15px 24px 75px;
  line-height: 1.88;
  position: relative;
  display: none;
}

@media screen and (max-width: 767px) {
  body.ir.faq .faqArea .faqList dd {
    font-size: 14px;
    padding: 20px 15px 20px 48px;
    line-height: 1.88;
  }
}
body.ir.faq .faqArea .faqList dd:before {
  content: "A.";
  color: #F08820;
  font-weight: 500;
  font-size: 22px;
  position: absolute;
  top: calc(50% - 20px);
  left: 25px;
}

@media screen and (max-width: 767px) {
  body.ir.faq .faqArea .faqList dd:before {
    left: 10px;
    font-size: 20px;
  }
}
body.ir.faq .faqArea .faqList dd a {
  text-decoration: none;
  color: #0268B6;
}

body.ir.faq .faqArea .faqList dd p span {
  color: #CE0014;
}

@media screen and (max-width: 767px) {
  body.ir .glaf-overflow {
    overflow-x: scroll;
    width: 100%;
  }
}
/* ///////////////////////// LINE GLAF  ///////////////////////*/
.glafLineBlock > table {
  position: absolute;
  width: 484px;
  height: 252px;
  z-index: 3;
  left: 123px;
  bottom: 2px;
}

@media screen and (max-width: 767px) {
  .glafLineBlock > table {
    width: 75%;
    left: 18%;
    bottom: 2px;
  }
}
.glafLineBlock > table:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #F5BB1D;
  position: absolute;
  right: 0;
  bottom: calc(90% - 4px);
}

.glafLineBlock > table tbody {
  height: 100%;
}

.glafLineBlock > table td {
  height: 100%;
  position: relative;
}

.glafLineBlock > table td em {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #F5BB1D;
  position: absolute;
  left: -5px;
}

.glafLineBlock > table td em span {
  position: absolute;
  font-size: 10px;
  top: -15px;
  left: -50%;
  color: #F5BB1D;
  white-space: nowrap;
  font-weight: 700;
}

.glafLineBlock > table#lineglaf2 td em {
  background-color: #CE0014;
}

.glafLineBlock > table#lineglaf2 td em span {
  position: absolute;
  font-size: 10px;
  top: -15px;
  left: -50%;
  color: #CE0014;
  white-space: nowrap;
  font-weight: 700;
}

#lineglaf1 {
  --color: #F5BB1D;
}

#lineglaf2 {
  --color: #CE0014;
}

#lineglaf3 {
  --color: #5B9BD4;
}

/*//////////////// …fÁ¦»áÉç¤Î½Ô˜”¤Ø //////////////////////////*/
body.cooperation_company .titleArea {
  background: url(/images/common/title-triangle.svg), url(/images/cooperation_company/bk-cooperation_company.webp);
  background-repeat: no-repeat;
  background-size: 425px auto, cover;
  background-position: top left calc((100% - 1200px) / 2), center center;
}

@media screen and (max-width: 1240px) {
  body.cooperation_company .titleArea {
    background-position: top left -160px, center center;
  }
}
@media screen and (max-width: 767px) {
  body.cooperation_company .titleArea {
    background-size: 240px auto, cover;
    background-position: top left -35px, center center;
  }
}
body.cooperation_company .titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.cooperation_company .titleArea .titlewrap {
    padding: 0 40px;
  }
}
body.cooperation_company .titleArea .titlewrap h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .titleArea .titlewrap h1 {
    font-size: 28px;
  }
}
body.cooperation_company .titleArea .titlewrap h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .titleArea .titlewrap h1 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
body.cooperation_company h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company h2 {
    font-size: 21px;
    border-left: 6px solid #0268B6;
    line-height: 1.4;
  }
}
body.cooperation_company .under-txt {
  margin-top: 55px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .under-txt {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.cooperation_company h3 {
  font-size: 22px;
  color: #0268B6;
  font-weight: 500;
  margin-top: 50px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.cooperation_company h3 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.cooperation_company .in_wrap {
  max-width: 850px;
  margin: 0 auto;
  border-bottom: 1px solid #CCC;
  padding-bottom: 100px;
}

@media screen and (max-width: 1420px) {
  body.cooperation_company .in_wrap {
    padding: 0 20px;
  }
}
body.cooperation_company .in_wrap:last-of-type {
  border: none;
}

body.cooperation_company .txt {
  line-height: 1.88;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.cooperation_company .txt span {
  font-size: 0.9em;
  margin-right: 0.3em;
  color: #999;
  margin-left: 1em;
}

body.cooperation_company .entry-btn {
  margin-top: 25px;
}

body.cooperation_company .entry-btn a {
  display: inline-block;
  padding: 30px 60px 30px 25px;
  border: 1px solid #0268B6;
  position: relative;
  font-weight: 500;
  color: #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .entry-btn a {
    padding: 20px 40px 20px 20px;
    line-height: 1.4;
  }
}
body.cooperation_company .entry-btn a small {
  margin-left: 0.5em;
  font-size: 0.85em;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 15px;
}

body.cooperation_company .entry-btn a:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-xls.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
}

@media screen and (max-width: 767px) {
  body.cooperation_company .entry-btn a:after {
    right: 15px;
  }
}
body.cooperation_company .entry-btn a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.cooperation_company .entry-btn.doc a:after {
  background: url(/images/common/icon-doc.svg) center center/100% auto no-repeat;
}

body.cooperation_company .entry-btn.double a {
  padding: 20px 60px 20px 25px;
}

body.cooperation_company .txtBtn {
  margin-top: 20px;
}

body.cooperation_company .txtBtn a {
  display: inline-block;
  text-decoration: none;
  color: #0268B6;
  position: relative;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .txtBtn a {
    line-height: 1.6;
  }
}
body.cooperation_company .txtBtn a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}

body.cooperation_company .txtBtn a:after {
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.5em;
  width: 16px;
  display: inline-block;
}

body.cooperation_company .txtBtn a:hover {
  text-decoration: underline;
}

body.cooperation_company .external-links-btn {
  margin-top: 20px;
}

body.cooperation_company .external-links-btn a {
  text-decoration: none;
  color: #0268B6;
}

body.cooperation_company .external-links-btn a:after {
  content: url(/images/common/link-blue-icon.svg);
  margin-left: 0.5em;
}

body.cooperation_company .company-recruiting {
  padding-top: 70px;
}

body.cooperation_company .company-recruiting .list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .company-recruiting .list {
    margin-top: 20px;
  }
}
body.cooperation_company .company-recruiting .list li {
  line-height: 1.88;
  list-style-type: disc;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .company-recruiting .list li {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.cooperation_company .company-recruiting .add {
  margin-top: 30px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .company-recruiting .add {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.cooperation_company .informationNews {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .informationNews {
    margin-top: 60px;
  }
}
body.cooperation_company .rightTxt {
  line-height: 1.88;
  text-align: right;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .rightTxt {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.cooperation_company .our-Partner-companies {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .guide {
    margin-top: 60px;
  }
}
body.cooperation_company .guide h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .guide h4 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
  }
}
body.cooperation_company .update-date {
  font-size: 14px;
  margin-top: 20px;
  color: #606060;
}

body.cooperation_company .indentWrap {
  margin-left: 20px;
}

body.cooperation_company .green-site {
  margin-top: 100px;
}

body.cooperation_company .declaration-of-Respect {
  margin-top: 100px;
}

body.cooperation_company .mutual-aid-society {
  margin-top: 100px;
}

body.cooperation_company .partnership {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .partnership {
    margin-top: 60px;
  }
}
body.cooperation_company .partnership .logo {
  margin-top: 40px;
  width: 300px;
  display: block;
}

@media screen and (max-width: 767px) {
  body.cooperation_company .partnership .logo {
    margin-top: 30px;
    width: 70%;
  }
}
body.cooperation_company .company-recruiting h3 {
  font-size: 18px;
}

body.cooperation_company .guide h3 {
  font-size: 18px;
}

/*///////////////////////// ¥µ¥¤¥È¤Î¤´ÀûÓÃ¤Ë¤Ä¤¤¤Æ ///////////////////////////*/
body.use-of-site .about-site {
  margin-top: 70px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
body.use-of-site .about-site .in_wrap {
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap {
    padding: 0 4%;
  }
}
body.use-of-site .about-site .in_wrap .main-txt {
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .main-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.use-of-site .about-site .in_wrap .note-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .note-wrap {
    display: block;
  }
}
body.use-of-site .about-site .in_wrap .note-wrap .txt {
  width: calc(100% - 180px);
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .note-wrap .txt {
    width: 100%;
  }
}
body.use-of-site .about-site .in_wrap .note-wrap .get-adobe {
  width: 152px;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .note-wrap .get-adobe {
    margin: 30px auto 0;
  }
}
body.use-of-site .about-site .in_wrap .glaf-note {
  margin-top: 15px;
  border-top: 1px solid #CCC;
  display: flex;
  flex-wrap: wrap;
}

body.use-of-site .about-site .in_wrap .glaf-note dt {
  border-bottom: 1px solid #CCC;
  line-height: 1.6;
  padding: 15px;
  background-color: #F5F5F5;
  width: 17.6%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .glaf-note dt {
    font-size: 14px;
    width: 26%;
    padding: 13px;
  }
}
body.use-of-site .about-site .in_wrap .glaf-note dd {
  border-bottom: 1px solid #CCC;
  line-height: 1.6;
  padding: 15px;
  width: 82.4%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .glaf-note dd {
    font-size: 14px;
    width: 74%;
    padding: 13px;
  }
}
body.use-of-site .about-site .in_wrap h2 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #0268B6;
  margin-top: 105px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap h2 {
    font-size: 21px;
    margin-top: 60px;
  }
}
body.use-of-site .about-site .in_wrap h3 {
  font-weight: 700;
  margin-top: 50px;
}

body.use-of-site .about-site .in_wrap .note {
  margin-top: 15px;
}

body.use-of-site .about-site .in_wrap .note.sub {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .note {
    font-size: 14px;
  }
}
body.use-of-site .about-site .in_wrap .txt {
  line-height: 1.88;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.use-of-site .about-site .in_wrap .noteTxt {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.use-of-site .about-site .in_wrap .noteTxt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.use-of-site .note-list {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  body.use-of-site .note-list {
    font-size: 14px;
    margin-top: 20px;
  }
}
body.use-of-site .note-list li {
  margin-left: 2em;
  line-height: 1.88;
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  body.use-of-site .note-list li {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*///////////////////////// NEWS ///////////////////////////*/
body.news .entry p.center {
  text-align: center;
}

body.news .entry .jinji {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-top: 20px;
}

body.news .entry .jinji th {
  background-color: #F8F8F8;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

body.news .entry .jinji td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

body.news .contentWrap {
  max-width: 1080px;
  margin: 0 auto;
}

body.news .contentWrap .in_wrap {
  max-width: 850px;
}

@media screen and (max-width: 1025px) {
  body.news .contentWrap .in_wrap {
    margin: 0 20px;
    max-width: 100%;
  }
}
body.news .contentWrap .in_wrap .all-list {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .all-list {
    margin-top: 50px;
  }
}
body.news .contentWrap .in_wrap .all-list a {
  display: inline-block;
  border: 1px solid #CCC;
  padding: 12px 36px 12px 25px;
  text-decoration: none;
  color: #404040;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .all-list a {
    padding: 10px 34px 10px 22px;
    font-size: 14px;
  }
}
body.news .contentWrap .in_wrap .all-list a:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: calc(50% - 6px);
  background: url(/images/common/glay-arrow-r.svg) center center/auto 100% no-repeat;
  transition: all 0.3s linear;
}

body.news .contentWrap .in_wrap .all-list a:hover {
  background-color: #404040;
  color: #FFF;
}

body.news .contentWrap .in_wrap .all-list a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/auto 100% no-repeat;
  right: 12px;
}

body.news .contentWrap .in_wrap .newsBlock {
  padding-top: 55px;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .newsBlock {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
body.news .contentWrap .in_wrap .newsBlock .year-list {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .newsBlock .year-list {
    text-align: center;
  }
}
body.news .contentWrap .in_wrap .newsBlock .year-list li {
  margin-right: 2%;
  width: 15%;
  margin-bottom: 25px;
  box-sizing: border-box;
}

body.news .contentWrap .in_wrap .newsBlock .year-list li:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .newsBlock .year-list li {
    margin-right: 4%;
    width: 48%;
    margin-bottom: 15px;
  }
  body.news .contentWrap .in_wrap .newsBlock .year-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
body.news .contentWrap .in_wrap .newsBlock .year-list li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding-right: 44px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #0268B6;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .newsBlock .year-list li a {
    padding-right: 44px;
  }
}
body.news .contentWrap .in_wrap .newsBlock .year-list li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 2px;
  top: 4px;
  transform: rotate(90deg);
  transition: all 0.3s linear;
}

body.news .contentWrap .in_wrap .newsBlock .year-list li a:hover {
  color: #0268B6;
}

body.news .contentWrap .in_wrap .newsBlock .year-list li a:hover:after {
  top: 12px;
}

body.news .contentWrap .in_wrap .year-list-detail {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .year-list-detail {
    display: block;
  }
}
body.news .contentWrap .in_wrap .year-list-detail dt {
  width: 27%;
  box-sizing: border-box;
  padding: 15px 0;
  line-height: 1.8;
  border-bottom: 1px solid #CCC;
  color: #909090;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .year-list-detail dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: none;
    padding: 15px 0 0;
  }
}
body.news .contentWrap .in_wrap .year-list-detail dt span {
  display: inline-block;
  font-size: 12px;
  width: 100px;
  text-align: center;
  color: #29A4DB;
  background-color: #def1fa;
  padding: 3px 0;
  margin-left: 0.8em;
  border-radius: 18px;
}

body.news .contentWrap .in_wrap .year-list-detail dd {
  width: 73%;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .year-list-detail dd {
    width: 100%;
    font-size: 14px;
  }
}
body.news .contentWrap .in_wrap .year-list-detail dd p {
  line-height: 1.8;
}

body.news .contentWrap .in_wrap .year-list-detail dd p a {
  color: #000;
  text-decoration: none;
}

body.news .contentWrap .in_wrap .year-list-detail dd p a:hover {
  color: #0268B6;
  text-decoration: underline;
}

body.news .contentWrap .in_wrap .year-list-detail dd p a.pdflink::after {
  content: url(/images/common/icon-pdf.svg);
  display: inline-block;
  width: 16px;
  margin-left: 0.5em;
}

body.news .contentWrap .in_wrap .year-list-detail dd p span a {
  display: inline-block;
}

body.news .contentWrap .in_wrap .year-list-detail dd p span a:after {
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.5em;
  width: 16px;
  display: inline-block;
}

body.news .contentWrap .in_wrap h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap h2 {
    font-size: 21px;
    border-left: 6px solid #0268B6;
    margin-top: 50px;
    line-height: 1.3;
  }
}
body.news .contentWrap .in_wrap .newsDetail {
  margin-top: 70px;
  padding-bottom: 100px;
}

body.news .contentWrap .in_wrap .newsDetail h2.newsTitle {
  border-left: none;
  padding-left: 0;
  margin-top: 0;
  line-height: 1.5;
}

body.news .contentWrap .in_wrap .newsDetail .detail-date {
  text-align: right;
  font-size: 14px;
  margin-top: 50px;
  color: #909090;
}

body.news .contentWrap .in_wrap .newsDetail .detail-date span {
  display: inline-block;
  text-align: center;
  margin-right: 1em;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 0 5px;
  color: #0268B6;
  width: 100px;
  background-color: #def1fa;
  border-radius: 20px;
}

body.news .contentWrap .in_wrap .newsDetail .entry {
  margin-top: 35px;
}

body.news .contentWrap .in_wrap .newsDetail .entry a {
  color: #0268B6;
}

body.news .contentWrap .in_wrap .newsDetail .entry strong {
  font-weight: 700;
}

body.news .contentWrap .in_wrap .newsDetail .entry figcaption {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
}

body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt {
  line-height: 1.88;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt {
    font-size: 14px;
    line-height: 1.88;
  }
  body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt table {
    font-size: 14px;
  }
}
body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt img {
  display: inlin-block;
  width: 40%;
  transition: all 0.2s linear;
}

body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt img:hover {
  opacity: 0.6;
}

body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt p {
  margin-top: 20px;
}

body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt p.indent {
  margin-left: 3em;
  text-indent: -1.25em;
}

body.news .contentWrap .in_wrap .newsDetail .entry .entry-txt p.no-indent {
  margin-left: 2em;
}

body.news .contentWrap .in_wrap .newsDetail .entry a.pdflink {
  text-decoration: none;
  color: #0268B6;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

body.news .contentWrap .in_wrap .newsDetail .entry a.pdflink:before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/auto 100% no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}

body.news .contentWrap .in_wrap .newsDetail .entry a.pdflink:after {
  content: url(/images/common/icon-pdf.svg);
  display: inline-block;
  margin-left: 0.5em;
  width: 16px;
}

body.news .contentWrap .in_wrap .newsDetail .entry a.pdflink:hover {
  text-decoration: underline;
}

body.news .contentWrap .in_wrap .newsDetail .entry a.externalLinks {
  text-decoration: none;
  color: #0268B6;
  display: inline-block;
}

body.news .contentWrap .in_wrap .newsDetail .entry a.externalLinks:after {
  content: "";
  display: inline-block;
  background: url(/images/common/link-icon.svg) center center/100% auto no-repeat;
  margin-left: 0.5em;
  width: 15px;
  height: 15px;
}

body.news .contentWrap .in_wrap .newsDetail .entry a.externalLinks:hover {
  text-decoration: underline;
}

body.news .contentWrap .in_wrap .newsDetail .navigation {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .prev a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  padding: 15px 20px 15px 44px;
  border: 1px solid #404040;
  position: relative;
  transition: all 0.3s linear;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .prev a:before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  left: 18px;
  top: calc(50% - 7px);
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .prev a:hover {
  background-color: #404040;
  color: #FFF;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .prev a:hover:before {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  left: 10px;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .next a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  padding: 15px 44px 15px 20px;
  border: 1px solid #404040;
  position: relative;
  transition: all 0.3s linear;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .next a:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 18px;
  top: calc(50% - 7px);
  transition: all 0.3s linear;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .next a:hover {
  background-color: #404040;
  color: #FFF;
}

body.news .contentWrap .in_wrap .newsDetail .navigation .next a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 10px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock {
  text-align: center;
  margin-top: 100px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .newsList a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background-color: #0268B6;
  padding: 20px 110px 20px 22px;
  position: relative;
  border: 1px solid #0268B6;
  transition: all 0.3s linear;
  font-weight: 500;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .newsList a:after {
  content: "";
  width: 11px;
  height: 18px;
  background: url(/images/common/white-arrow-r.svg) center center/auto 100% no-repeat;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s linear;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .newsList a:hover {
  color: #0268B6;
  background-color: #FFF;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .newsList a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/auto 100% no-repeat;
  right: 12px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .btn-underLink {
  margin-top: 30px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .btn-underLink a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-size: 14px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .btn-underLink a:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  margin-left: 0.5em;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .btn-underLink a:hover {
  color: #0268B6;
  text-decoration: underline;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .IrnewsList {
  margin-top: 30px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .IrnewsList a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-size: 14px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .IrnewsList a:after {
  content: "";
  margin-left: 0.5em;
  background: url(/images/common/glay-arrow-r.svg) center center/auto 100% no-repeat;
  display: inline-block;
  width: 7px;
  height: 12px;
}

body.news .contentWrap .in_wrap .newsDetail .ListLinkBlock .IrnewsList a:hover {
  color: #0268B6;
  text-decoration: underline;
}

/*/////////////////////////// ¼¼Ðg½B½é ////////////////////*/
body.technology .titleArea {
  background: url(/images/common/title-triangle.svg), url(/images/technology/bk-technology.webp);
  background-repeat: no-repeat;
  background-size: 425px auto, cover;
  background-position: top left calc((100% - 1200px) / 2), center center;
}

@media screen and (max-width: 1240px) {
  body.technology .titleArea {
    background-position: top left -160px, center center;
  }
}
@media screen and (max-width: 767px) {
  body.technology .titleArea {
    background-size: 240px auto, cover;
    background-position: top left -35px, center center;
  }
}
body.technology .titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.technology .titleArea .titlewrap {
    padding: 0 40px;
  }
}
body.technology .titleArea .titlewrap h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.technology .titleArea .titlewrap h1 {
    font-size: 28px;
  }
}
body.technology .titleArea .titlewrap h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.technology .titleArea .titlewrap h1 span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
  }
}
body.technology .contentWrap {
  max-width: 1080px;
  margin: 0 auto;
}

body.technology .contentWrap .in_wrap {
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  body.technology .contentWrap .in_wrap {
    max-width: 100%;
  }
}
body.technology .contentWrap .in_wrap .our-technology {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  body.technology .contentWrap .in_wrap .our-technology {
    padding: 0 20px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .title-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.9;
  color: #0268B6;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .title-txt {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock {
  border: 2px solid #0268B6;
  padding: 30px 30px 15px 30px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock {
    padding: 20px 20px 10px 20px;
    margin-top: 40px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock {
    justify-content: space-between;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock .all {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #0268B6;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s linear;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock .all {
    font-size: 14px;
    padding: 8px 20px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock .all:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock .release {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid #0268B6;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s linear;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock .release {
    font-size: 14px;
    padding: 8px 20px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .selectBlock .release:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox {
  margin-top: 15px;
  display: flex;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox {
    display: block;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox input[type=checkbox] {
  display: none;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left {
  width: 33%;
  box-sizing: border-box;
  padding-right: 30px;
  border-right: 1px solid #0268B6;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left .checkbox01 {
  box-sizing: border-box;
  width: 200px !important;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  position: relative;
  width: auto;
  background-color: #EFF6FF;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left .checkbox01 {
    width: 100% !important;
    font-size: 14px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left .checkbox01::before {
  background: #FFF;
  border: 1px solid #5c8fd1;
  content: "";
  display: block;
  height: 16px;
  left: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left .checkbox01::before {
    width: 14px;
    height: 14px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left .checkbox01::after {
  border-right: 3px solid #0268B6;
  border-bottom: 3px solid #0268B6;
  content: "";
  display: block;
  height: 9px;
  left: 20px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .left input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right {
  width: 67%;
  box-sizing: border-box;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right .wrap {
  display: flex;
  flex-wrap: wrap;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right .wrap .checkbox02 {
  box-sizing: border-box;
  width: 50% !important;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  position: relative;
  width: auto;
  background-color: #FFF;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right .wrap .checkbox02 {
    padding: 10px 0 10px 26px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right .wrap .checkbox02::before {
  background: #FFF;
  border: 1px solid #5c8fd1;
  content: "";
  display: block;
  height: 16px;
  left: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right .wrap .checkbox02::before {
    width: 14px;
    height: 14px;
    left: 4px;
  }
}
body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right .wrap .checkbox02::after {
  border-right: 3px solid #0268B6;
  border-bottom: 3px solid #0268B6;
  content: "";
  display: block;
  height: 9px;
  left: 20px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .right input[type=checkbox]:checked + .checkbox02::after {
  opacity: 1;
}

body.technology .contentWrap .in_wrap .our-technology .searchBlock .checkBox .title {
  background-color: #0268B6;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  color: #FFF;
  margin-bottom: 20px;
}

body.technology .contentWrap .in_wrap .our-technology button#btn {
  font-family: "YakuHanJPs", "Noto Sans JP", Meiryo, sans-serif;
  margin: 35px auto 0;
  width: 310px;
  display: block;
  position: relative;
  padding: 16px 0 16px 40px;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #0268B6;
  border: 1px solid #0268B6;
  background-color: #FFF;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology button#btn {
    font-size: 16px;
    padding: 14px 0 14px 32px;
  }
}
body.technology .contentWrap .in_wrap .our-technology button#btn:after {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  right: 35px;
  content: "";
  background: url(/images/common/sarch-blue-icon.svg) center center/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .in_wrap .our-technology button#btn:after {
    width: 20px;
    height: 20px;
    right: 28px;
  }
}
body.technology .contentWrap .in_wrap .our-technology button#btn:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.technology .contentWrap .in_wrap .our-technology button#btn:hover:after {
  background-image: url(/images/common/sarch-whaite-icon.svg);
}

body.technology .contentWrap .technologyBox {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .technologyBox {
    margin-top: 50px;
  }
}
body.technology .contentWrap .technologyBox div {
  display: block;
}

body.technology .contentWrap .technologyBox div.is-hidden {
  display: none;
}

body.technology .contentWrap .technologyBox div:first-of-type {
  margin-top: 0;
}

body.technology .contentWrap .technologyBox a {
  text-decoration: none;
  color: #000;
}

body.technology .contentWrap .technologyBox a dl {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .technologyBox a dl {
    display: block;
  }
}
body.technology .contentWrap .technologyBox a dl dt {
  width: 70%;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .technologyBox a dl dt {
    width: 100%;
  }
}
body.technology .contentWrap .technologyBox a dl dt .business-cat {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #0268B6;
  color: #0268B6;
  font-size: 12px;
}

body.technology .contentWrap .technologyBox a dl dt .technology-cat {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 15px;
  border: 1px solid #29A4DB;
  color: #29A4DB;
  font-size: 12px;
}

body.technology .contentWrap .technologyBox a dl dt h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .technologyBox a dl dt h3 {
    font-size: 18px;
  }
}
body.technology .contentWrap .technologyBox a dl dt .txt {
  line-height: 1.5;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .technologyBox a dl dt .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
}
body.technology .contentWrap .technologyBox a dl dd {
  width: 27%;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .technologyBox a dl dd {
    width: 100%;
    margin-top: 20px;
  }
}
body.technology .contentWrap .technologyBox a:hover {
  opacity: 0.7;
}

body.technology .contentWrap .technologyBox .see_more {
  width: 256px;
  margin: 50px auto 0;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px solid #0268B6;
  position: relative;
  border-radius: 30px;
  color: #0268B6;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.technology .contentWrap .technologyBox .see_more {
    margin: 40px auto 0;
    padding: 14px 30px;
  }
}
body.technology .contentWrap .technologyBox .see_more:after {
  content: "";
  width: 8px;
  height: 14px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(90deg);
}

body.technology #wrap #sidebar {
  top: 280px;
}

body.technology .research-facilities {
  margin-top: 100px;
  padding: 100px 0 100px;
  background-color: #EFF6FF;
}

@media screen and (max-width: 1025px) {
  body.technology .research-facilities {
    padding: 100px 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  body.technology .research-facilities {
    margin-top: 60px;
    padding: 60px 20px 60px;
  }
}
body.technology .research-facilities h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  body.technology .research-facilities h2 {
    font-size: 24px;
    border-left: 6px solid #0268B6;
    line-height: 1.5;
  }
}
body.technology .research-facilities .txt {
  line-height: 1.88;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  body.technology .research-facilities .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px;
  }
}
body.technology .research-facilities .facilities-imgwrap {
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.technology .research-facilities .facilities-imgwrap {
    display: block;
    margin-top: 30px;
  }
}
body.technology .research-facilities .facilities-imgwrap li {
  width: 270px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  body.technology .research-facilities .facilities-imgwrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  body.technology .research-facilities .facilities-imgwrap li:last-of-type {
    margin-bottom: 0;
  }
}
body.technology .research-facilities .facilities-btn {
  margin-top: 40px;
}

body.technology .research-facilities .facilities-btn a {
  padding: 18px 0 18px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #0268B6;
  border: 1px solid #0268B6;
  background-color: #FFF;
  display: block;
  position: relative;
  transition: all 0.3s linear;
  width: 310px;
  border-radius: 30px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.technology .research-facilities .facilities-btn a {
    padding: 15px 0 15px 25px;
  }
}
body.technology .research-facilities .facilities-btn a:after {
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  background: url(/images/common/blue-arrow-r.svg) center center/auto 100% no-repeat;
  transition: all 0.3s linear;
}

body.technology .research-facilities .facilities-btn a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.technology .research-facilities .facilities-btn a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/auto 100% no-repeat;
  right: 12px;
}

body.technology .research-facilities .speciallyengineering-link {
  margin-top: 30px;
}

body.technology .research-facilities .speciallyengineering-link a {
  background-color: #0268B6;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 22px 100px 22px 45px;
  position: relative;
  transition: all 0.3s linear;
  border: 1px solid #0268B6;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.technology .research-facilities .speciallyengineering-link a {
    padding: 16px 40px 16px 18px;
    font-size: 15px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    width: 100%;
  }
}
body.technology .research-facilities .speciallyengineering-link a:after {
  transition: all 0.3s linear;
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/images/common/white-arrow-r.svg) center center/auto 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 45px;
}

@media screen and (max-width: 767px) {
  body.technology .research-facilities .speciallyengineering-link a:after {
    right: 24px;
  }
}
body.technology .research-facilities .speciallyengineering-link a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.technology .research-facilities .speciallyengineering-link a:hover:after {
  background: url(/images/common/blue-arrow-r.svg) center center/auto 100% no-repeat;
  right: 25px;
}

body.technology .breadcrumbs.tec {
  margin-top: 110px !important;
}

body.technology .technology-subtitle {
  margin-top: 45px;
  padding: 40px;
  box-sizing: border-box;
  height: auto;
  background: #EFF6FF;
}

@media screen and (max-width: 767px) {
  body.technology .technology-subtitle {
    padding: 25px;
  }
}
body.technology .technology-subtitle .in_wrap {
  max-width: 1060px;
  margin: 0 auto;
}

body.technology .technology-subtitle .in_wrap h1 {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.technology .technology-subtitle .in_wrap h1 {
    margin-top: 15px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
body.technology .technology-subtitle .category {
  font-size: 12px;
}

body.technology .technology-subtitle .category .business-cat {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #0268B6;
  color: #0268B6;
  background-color: #FFF;
}

body.technology .technology-subtitle .category .technology-cat {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #29A4DB;
  color: #29A4DB;
  margin-left: 10px;
  border-radius: 15px;
  background-color: #FFF;
}

body.technology .zebBlock {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

body.technology .zebBlock .zeb-txt {
  line-height: 1.88;
  width: 82%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body.technology .zebBlock .zeb-txt {
    line-height: 1.8;
    font-size: 14px;
    width: 75%;
  }
}
body.technology .zebBlock figure {
  width: 15%;
}

@media screen and (max-width: 767px) {
  body.technology .zebBlock figure {
    width: 23%;
  }
}
body.technology .zeb-txt {
  margin-top: 50px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.technology .zeb-txt {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.technology .zebImg {
  margin-top: 50px;
}

body.technology .zeb-txt-width {
  line-height: 1.88;
  letter-spacing: 0.04em;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.technology .zeb-txt-width {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 30px;
  }
}
body.technology .contact-btn {
  margin-top: 50px;
}

body.technology .contact-btn a {
  padding: 18px 0;
  display: block;
  border: 1px solid #0268B6;
  width: 320px;
  text-align: center;
  margin: 50px auto 0;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #0268B6;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.technology .contact-btn a {
    width: 100%;
  }
}
body.technology .contact-btn a:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

body.technology .contact-btn a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.technology .contact-btn a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
  right: 12px;
}

body.technology .celbicTitle {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.technology .celbicTitle {
    font-size: 18px;
  }
}
body.technology .celbic-txt {
  line-height: 1.88;
  margin: 40px 0 70px;
}

@media screen and (max-width: 767px) {
  body.technology .celbic-txt {
    font-size: 14px;
    line-height: 1.8;
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.technology .table-overflow {
    overflow-x: scroll;
    margin-top: 50px;
    width: 100%;
  }
  body.technology .table-overflow .right-scroll {
    font-size: 12px;
    text-align: right;
  }
}
body.technology .achievement-list {
  margin-top: 50px;
  border-top: 1px solid #CCC;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.technology .achievement-list {
    margin-top: 10px;
    width: 240%;
    font-size: 14px;
  }
}
body.technology .achievement-list th {
  background-color: #E8E8E8;
  font-weight: 500;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px;
  text-align: center;
  line-height: 1.6;
}

body.technology .achievement-list th:last-of-type {
  border-right: none;
}

body.technology .achievement-list td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px;
  text-align: center;
  line-height: 1.6;
}

body.technology .achievement-list td:last-of-type {
  border-right: none;
}

body.technology .achievement-list2 {
  margin-top: 50px;
  border-top: 1px solid #CCC;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.technology .achievement-list2 {
    font-size: 14px;
    margin-top: 10px;
    width: 200%;
  }
}
body.technology .achievement-list2 th {
  background-color: #E8E8E8;
  font-weight: 500;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px 20px;
  line-height: 1.6;
  text-align: left;
}

body.technology .achievement-list2 th:last-of-type {
  border-right: none;
}

body.technology .achievement-list2 td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px 20px;
  text-align: left;
  line-height: 1.6;
}

body.technology .achievement-list2 td:last-of-type {
  border-right: none;
}

body.technology .technology-detail {
  padding-bottom: 100px;
  padding-top: 70px;
  /*/////////////// 2025 ×·¼Ó ///////////////////*/
}

body.technology .technology-detail p.disc {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail p.disc {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1025px) {
  body.technology .technology-detail {
    padding: 70px 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  body.technology .technology-detail {
    padding: 60px 20px;
  }
  body.technology .technology-detail .descriptionList figure, body.technology .technology-detail .descriptionList2 figure {
    width: 100% !important;
  }
}
body.technology .technology-detail .ra-txt {
  line-height: 1.68;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-txt {
    font-size: 0.92em;
    margin-top: 30px;
  }
}
body.technology .technology-detail .ra-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-title {
    font-size: 20px;
    margin-top: 50px;
  }
}
body.technology .technology-detail .ra-list {
  margin: 50px 0 0 30px;
}

body.technology .technology-detail .ra-list .list-title {
  font-size: 20px;
  font-weight: 500;
  color: #0268B6;
}

body.technology .technology-detail .ra-list .list-title:first-of-type {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-list .list-title {
    font-size: 18px;
  }
}
body.technology .technology-detail .ra-list .list-txt {
  margin-top: 20px;
  line-height: 1.68;
  margin-left: 1.75em;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-list .list-txt {
    margin-left: 1.5em;
    font-size: 0.92em;
  }
}
@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-list {
    margin: 40px 0 0 15px;
  }
}
body.technology .technology-detail .table-toptxt {
  font-size: 0.9em;
  margin-top: 30px;
}

body.technology .technology-detail .table-toptxt span {
  color: #999;
  margin-right: 0.25em;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .table-toptxt {
    margin-bottom: 10px;
  }
}
body.technology .technology-detail .ra-table {
  margin-top: 15px;
  border-top: 1px solid #0268B6;
  border-right: 1px solid #0268B6;
  width: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-table {
    font-size: 0.92em;
    width: 200%;
  }
  body.technology .technology-detail .ra-table.sp-s {
    width: 100%;
  }
}
body.technology .technology-detail .ra-table th {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 10px;
  background-color: #0268B6;
  text-align: center;
  color: #fff;
}

body.technology .technology-detail .ra-table th.blueline {
  border-left: 1px solid #0268B6;
}

body.technology .technology-detail .ra-table td {
  border-bottom: 1px solid #0268B6;
  border-left: 1px solid #0268B6;
  text-align: center;
  padding: 10px;
}

body.technology .technology-detail .ra-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-wrap {
    display: block;
  }
}
body.technology .technology-detail .ra-wrap .ra-left {
  width: 45%;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-wrap .ra-left {
    width: 100%;
  }
}
body.technology .technology-detail .ra-wrap .ra-right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .ra-wrap .ra-right {
    width: 100%;
    margin-top: 20px;
  }
}
body.technology .technology-detail .ra-wrap .ra-right p {
  margin-top: 12px;
}

body.technology .technology-detail .recycled-material {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .recycled-material {
    display: block;
    margin-top: 40px;
  }
}
body.technology .technology-detail .recycled-material li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .recycled-material li {
    margin: 25px auto 0;
    width: 80%;
  }
}
body.technology .technology-detail .recycled-material li p {
  margin-top: 12px;
}

body.technology .technology-detail .contentWrap .technologyMainImg {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .technologyMainImg {
    display: block;
  }
}
body.technology .technology-detail .contentWrap .technologyMainImg.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .technologyMainImg.mt50 {
    margin-top: 40px;
  }
}
body.technology .technology-detail .contentWrap .technologyMainImg li {
  width: 48.2%;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .technologyMainImg li {
    width: 100%;
    margin-bottom: 20px;
  }
  body.technology .technology-detail .contentWrap .technologyMainImg li:last-of-type {
    margin-bottom: 0;
  }
}
body.technology .technology-detail .contentWrap .technologyMainImg li figure {
  width: 100%;
  aspect-ratio: 41/30;
  overflow: hidden;
}

body.technology .technology-detail .contentWrap .technologyMainImg li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body.technology .technology-detail .contentWrap h2 {
  margin-top: 100px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap h2 {
    margin-top: 60px;
    padding-left: 15px;
    font-size: 24px;
    border-left: 6px solid #0268B6;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
body.technology .technology-detail .contentWrap h2:first-of-type {
  margin-top: 60px;
}

body.technology .technology-detail .contentWrap .txt {
  margin-top: 30px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.technology .technology-detail .contentWrap .note {
  font-size: 14px;
  color: #404040;
  line-height: 1.6;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .note {
    font-size: 12px;
  }
}
body.technology .technology-detail .contentWrap .forteBlock {
  background-color: #EFF6FF;
  padding: 45px 30px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .forteBlock {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
body.technology .technology-detail .contentWrap .forteBlock dt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0268B6;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .forteBlock dt {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 0.05em;
  }
}
body.technology .technology-detail .contentWrap .forteBlock dt:first-of-type {
  margin-top: 0;
}

body.technology .technology-detail .contentWrap .forteBlock dd {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .forteBlock dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.technology .technology-detail .contentWrap .descriptionList2 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList2 {
    margin-top: 30px;
  }
}
body.technology .technology-detail .contentWrap .descriptionList2 li {
  width: 70%;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList2 li {
    width: 100%;
  }
}
body.technology .technology-detail .contentWrap .descriptionList2 li h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList2 li h3 {
    font-size: 16px;
  }
}
body.technology .technology-detail .contentWrap .descriptionList2 li .list-txt {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList2 li .list-txt {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.technology .technology-detail .contentWrap .descriptionList2 li .list-txt small {
  font-size: 0.8em;
  color: #404040;
}

body.technology .technology-detail .contentWrap .descriptionList {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList {
    margin-top: 40px;
    display: block;
  }
}
body.technology .technology-detail .contentWrap .descriptionList li {
  width: 48.2%;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList li {
    width: 100%;
    margin-bottom: 30px;
  }
  body.technology .technology-detail .contentWrap .descriptionList li:last-of-type {
    margin-bottom: 0;
  }
}
body.technology .technology-detail .contentWrap .descriptionList li figure {
  aspect-ratio: 41/28;
  overflow: hidden;
}

body.technology .technology-detail .contentWrap .descriptionList li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body.technology .technology-detail .contentWrap .descriptionList li h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList li h3 {
    font-size: 16px;
  }
}
body.technology .technology-detail .contentWrap .descriptionList li .list-txt {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .descriptionList li .list-txt {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.technology .technology-detail .contentWrap .descriptionList li .list-txt small {
  font-size: 0.8em;
  color: #404040;
}

body.technology .technology-detail .contentWrap .tec-slide {
  width: 790px;
  margin: 40px auto 0;
}

@media screen and (max-width: 850px) {
  body.technology .technology-detail .contentWrap .tec-slide {
    width: 90%;
  }
}
body.technology .technology-detail .contentWrap .tec-slide li {
  width: 30.8%;
  padding: 0 5px;
}

body.technology .technology-detail .contentWrap .tec-slide li h3 {
  font-weight: 500;
  color: #0268B6;
  margin-top: 20px;
  font-size: 15px;
}

body.technology .technology-detail .contentWrap .tec-slide li h3 span {
  font-size: 1.3em;
  font-weight: 700;
  margin-right: 0.5em;
}

body.technology .technology-detail .contentWrap .tec-slide li .tec-txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

body.technology .technology-detail .contentWrap .tec-slide li figure {
  aspect-ratio: 2/1.2;
}

body.technology .technology-detail .contentWrap .tec-slide li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.technology .technology-detail .contentWrap .tec-slide .slick-next, body.technology .technology-detail .contentWrap .tec-slide .slick-prev {
  top: 70px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .tec-slide .slick-next, body.technology .technology-detail .contentWrap .tec-slide .slick-prev {
    top: 90px;
  }
}
body.technology .technology-detail .contentWrap .tec-slide .slick-next {
  right: -22px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .tec-slide .slick-next {
    right: -18px;
  }
}
body.technology .technology-detail .contentWrap .tec-slide .slick-next:before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
}

body.technology .technology-detail .contentWrap .tec-slide .slick-prev {
  left: -30px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .tec-slide .slick-prev {
    left: -26px;
  }
}
body.technology .technology-detail .contentWrap .tec-slide .slick-prev:before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  transform: rotate(180deg);
}

body.technology .technology-detail .contentWrap .tec-record {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .tec-record {
    display: block;
  }
}
body.technology .technology-detail .contentWrap .tec-record li {
  width: 31.7%;
  margin-right: 2.45%;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .tec-record li {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  body.technology .technology-detail .contentWrap .tec-record li:first-of-type {
    margin-top: 0;
  }
}
body.technology .technology-detail .contentWrap .tec-record li:nth-of-type(3n) {
  margin-right: 0;
}

body.technology .technology-detail .contentWrap .tec-record li figure {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}

body.technology .technology-detail .contentWrap .tec-record li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.technology .technology-detail .contentWrap .tec-record li dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

body.technology .technology-detail .contentWrap .tec-record li dl dt {
  width: 27%;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .tec-record li dl dt {
    margin-bottom: 8px;
  }
}
body.technology .technology-detail .contentWrap .tec-record li dl dd {
  width: 73%;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  body.technology .technology-detail .contentWrap .tec-record li dl dd {
    margin-bottom: 8px;
  }
}
body.technology.detail #sidebar {
  top: 402px;
}

/*/////////////// PICK UP PROJECT ////////////////////////////*/
body.project main {
  background-color: #EFF6FF;
}

body.project main .contentWrap {
  max-width: 1080px;
  margin: 0 auto;
}

body.project main .contentWrap .in_wrap {
  max-width: 850px;
}

@media screen and (max-width: 1025px) {
  body.project main .contentWrap .in_wrap {
    padding: 0 20px;
    max-width: 100%;
  }
}
body.project .titleArea {
  position: relative;
  background: url(/images/pickup/project-mainbk.webp) center center/cover no-repeat;
}

body.project .titleArea .titlewrap {
  position: absolute;
  top: calc(50% - 70px);
  left: 0;
  width: 670px;
  height: 140px;
  background: url(/images/pickup/pickup-titlewaku.svg) center center/100% 100% no-repeat;
  box-sizing: border-box;
  padding: 30px 0 0 150px;
}

@media screen and (max-width: 767px) {
  body.project .titleArea .titlewrap {
    padding: 32px 0 0 20px;
    height: 110px;
    width: 88%;
  }
}
body.project .titleArea .titlewrap h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.project .titleArea .titlewrap h1 {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
body.project .titleArea .titlewrap h1 span {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  display: block;
}

@media screen and (max-width: 767px) {
  body.project .titleArea .titlewrap h1 span {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
body.project .pickupList {
  margin-top: 60px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.project .pickupList {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
body.project .pickupList .title-txt {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .title-txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
}
body.project .pickupList .pickup_projectBox {
  background-color: #FFF;
  border-radius: 20px;
  padding: 50px 40px;
  margin-top: 50px;
  box-shadow: 6px 5px 5px #E5E5E5;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox {
    padding: 35px 25px;
    margin-top: 40px;
    box-shadow: 5px 4px 4px #E5E5E5;
  }
}
body.project .pickupList .pickup_projectBox:first-of-type {
  margin-top: 70px;
}

body.project .pickupList .pickup_projectBox a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
}

body.project .pickupList .pickup_projectBox a:hover {
  opacity: 0.6;
}

body.project .pickupList .pickup_projectBox .project-list {
  display: flex;
}

body.project .pickupList .pickup_projectBox .project-list li {
  display: inline-block;
  padding: 5px 8px 4px;
  border: 1px solid #0268B6;
  color: #0268B6;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox .project-list li {
    font-size: 14px;
  }
}
body.project .pickupList .pickup_projectBox .project-list li:nth-of-type(n+2) {
  border-left: none;
}

body.project .pickupList .pickup_projectBox h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 2px solid #0268B6;
  color: #0268B6;
  line-height: 1.5;
  margin-top: 22px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox h2 {
    font-size: 20px;
    margin-top: 18px;
  }
}
body.project .pickupList .pickup_projectBox .txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox .txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.project .pickupList .pickup_projectBox .detail {
  border-top: 1px solid #CCC;
  width: 100%;
  margin-top: 40px;
}

body.project .pickupList .pickup_projectBox .detail th {
  border-bottom: 1px solid #CCC;
  padding: 12px 0 12px 20px;
  background-color: #F5F5F5;
  width: 23.3%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox .detail th {
    padding: 12px 0 12px 15px;
    font-size: 14px;
    width: 30%;
  }
}
body.project .pickupList .pickup_projectBox .detail td {
  border-bottom: 1px solid #CCC;
  padding: 12px 0 12px 35px;
  box-sizing: border-box;
  width: 76.7%;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox .detail td {
    padding: 12px 0 12px 20px;
    font-size: 14px;
    width: 70%;
    line-height: 1.5;
  }
}
body.project .pickupList .pickup_projectBox figure {
  aspect-ratio: 17/11;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

body.project .pickupList .pickup_projectBox figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body.project .pickupList .pickup_projectBox .date {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox .date {
    font-size: 13px;
  }
}
body.project .pickupList .pickup_projectBox .see_moreProject {
  margin-top: 20px;
  text-align: center;
}

body.project .pickupList .pickup_projectBox .see_moreProject a {
  display: inline-block;
  padding: 15px 0 15px 20px;
  font-weight: 500;
  color: #0268B6;
  position: relative;
  border: 1px solid #0268B6;
  width: 230px;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.project .pickupList .pickup_projectBox .see_moreProject a {
    width: 80%;
    font-size: 15px;
  }
}
body.project .pickupList .pickup_projectBox .see_moreProject a:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.3s linear;
}

body.project .pickupList .pickup_projectBox .see_moreProject a:hover {
  background-color: #0268B6;
  opacity: 1;
  color: #FFF;
}

body.project .pickupList .pickup_projectBox .see_moreProject a:hover:after {
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  right: 12px;
}

body.project.detail main {
  padding-top: 80px;
}

body.project.detail .project-list {
  display: flex;
}

body.project.detail .project-list li {
  display: inline-block;
  padding: 5px 8px 4px;
  border: 1px solid #0268B6;
  color: #0268B6;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-list li {
    font-size: 14px;
  }
}
body.project.detail .project-list li:nth-of-type(n+2) {
  border-left: none;
}

body.project.detail h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 2px solid #0268B6;
  color: #0268B6;
  line-height: 1.5;
  margin-top: 22px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.project.detail h2 {
    font-size: 20px;
    margin-top: 16px;
  }
}
body.project.detail .txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.project.detail .txt {
    font-size: 14px;
  }
}
body.project.detail .detail {
  border-top: 1px solid #CCC;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.project.detail .detail {
    margin-top: 30px;
    font-size: 14px;
  }
}
body.project.detail .detail th {
  border-bottom: 1px solid #CCC;
  padding: 12px 0 12px 20px;
  background-color: #F5F5F5;
  width: 23.3%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.project.detail .detail th {
    width: 30%;
    padding: 12px 0 12px 15px;
  }
}
body.project.detail .detail td {
  border-bottom: 1px solid #CCC;
  padding: 12px 0 12px 35px;
  box-sizing: border-box;
  width: 76.7%;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.project.detail .detail td {
    width: 70%;
    padding: 12px 0 12px 20px;
    line-height: 1.5;
  }
}
body.project.detail .mainImg {
  aspect-ratio: 17/11;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.project.detail .mainImg {
    margin-top: 40px;
  }
}
body.project.detail .mainImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body.project.detail .date {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.project.detail .date {
    font-size: 13px;
  }
}
body.project.detail .project-summary {
  background-color: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.project.detail .project-summary .person-in-charge {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .person-in-charge {
    padding-top: 60px;
  }
}
body.project.detail .project-summary .person-in-charge .person {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

body.project.detail .project-summary .person-in-charge .person dt {
  width: 14%;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .person-in-charge .person dt {
    width: 26%;
  }
}
body.project.detail .project-summary .person-in-charge .person dd {
  width: 82%;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .person-in-charge .person dd {
    width: 70%;
  }
}
body.project.detail .project-summary .person-in-charge .person dd .name {
  color: #0268B6;
  font-weight: 700;
}

body.project.detail .project-summary .person-in-charge .person dd .name span {
  font-weight: 500;
  margin-right: 0.9em;
}

body.project.detail .project-summary .person-in-charge .person dd .person-txt {
  line-height: 1.75;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .person-in-charge .person dd .person-txt {
    margin-top: 14px;
    font-size: 14px;
  }
}
body.project.detail .project-summary h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #0268B6;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary h3 {
    font-size: 24px;
    border-left: 6px solid #0268B6;
  }
}
body.project.detail .project-summary .mainWrap {
  margin-top: 60px;
  padding: 50px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap {
    margin-top: 40px;
    padding: 40px 0;
  }
}
body.project.detail .project-summary .mainWrap .slideProject {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap .slideProject {
    width: 90%;
  }
}
body.project.detail .project-summary .mainWrap .slideProject li figure {
  aspect-ratio: 35/24;
  width: 100%;
  overflow: hidden;
}

body.project.detail .project-summary .mainWrap .slideProject li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body.project.detail .project-summary .mainWrap .slideProject li .time {
  margin-top: 25px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap .slideProject li .time {
    margin-top: 20px;
    font-size: 16px;
  }
}
body.project.detail .project-summary .mainWrap .slideProject li .slide-txt {
  margin-top: 25px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap .slideProject li .slide-txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
body.project.detail .project-summary .mainWrap .slideProject .slick-prev {
  top: 235px;
  left: -45px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap .slideProject .slick-prev {
    left: -18px;
    top: 30%;
  }
}
body.project.detail .project-summary .mainWrap .slideProject .slick-prev:before {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background: url(/images/pickup/prev-arrow.svg) center center/100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap .slideProject .slick-prev:before {
    width: 10px;
    height: 20px;
  }
}
body.project.detail .project-summary .mainWrap .slideProject .slick-next {
  top: 235px;
  right: -45px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap .slideProject .slick-next {
    right: -26px;
    top: 30%;
  }
}
body.project.detail .project-summary .mainWrap .slideProject .slick-next:before {
  content: "";
  display: block;
  width: 15px;
  height: 30px;
  background: url(/images/pickup/next-arrow.svg) center center/100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .mainWrap .slideProject .slick-next:before {
    width: 10px;
    height: 20px;
  }
}
body.project.detail .project-summary .titleTxt {
  font-size: 22px;
  font-weight: 500;
  color: #0268B6;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .titleTxt {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 40px;
  }
}
body.project.detail .project-summary .txt {
  margin-top: 30px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .txt {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.project.detail .project-summary .detail-txtList {
  width: 425px;
  padding: 18px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 40px 0 100px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .detail-txtList {
    width: 100%;
    padding: 15px 0;
    margin: 40px 0 60px;
  }
}
body.project.detail .project-summary .detail-txtList li {
  display: block;
  padding-left: 0.5em;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .detail-txtList li {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.project.detail .project-summary .slide-tham {
  margin: 45px auto 0;
  width: 700px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .slide-tham {
    margin: 30px auto 0;
    width: 100%;
  }
}
body.project.detail .project-summary .slide-tham .slick-track {
  width: 700px !important;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .slide-tham .slick-track {
    width: 100% !important;
  }
}
body.project.detail .project-summary .slide-tham .slick-track {
  transform: unset !important;
}

body.project.detail .project-summary .slide-tham li {
  width: 18% !important;
  padding: 0 1%;
  margin-bottom: 20px;
  opacity: 0.5;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .slide-tham li {
    width: 31% !important;
  }
}
body.project.detail .project-summary .slide-tham li.slick-current {
  opacity: 1;
}

body.project.detail .project-summary .slide-tham li .tham-time {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .slide-tham li .tham-time {
    font-size: 11px;
  }
}
body.project.detail .project-summary .slide-tham .slick-prev {
  top: 10px;
  left: -23px;
}

body.project.detail .project-summary .slide-tham .slick-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 90px;
  background-color: #EFF6FF !important;
  background: url(/images/pickup/prev-arrow.svg) center center/40% auto no-repeat;
  border: 1px solid #CCC;
}

body.project.detail .project-summary .slide-tham .slick-next {
  top: 10px;
  right: -20px;
}

body.project.detail .project-summary .slide-tham .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 90px;
  background-color: #EFF6FF !important;
  background: url(/images/pickup/next-arrow.svg) center center/40% auto no-repeat;
  border: 1px solid #CCC;
}

body.project.detail .project-summary .slide-tham figure {
  width: 130px;
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .slide-tham figure {
    width: 100%;
    height: 66px;
  }
}
body.project.detail .project-summary .slide-tham figure img {
  object-fit: cover;
  width: 130px;
  height: 90px;
}

@media screen and (max-width: 767px) {
  body.project.detail .project-summary .slide-tham figure img {
    width: 100%;
    height: 66px;
  }
}
/*/////////////////////////¤ª†–¤¤ºÏ¤ï¤»//////////////////////////////*/
body.contact .contactBlock {
  margin-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  body.contact .contactBlock {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
body.contact .contactBlock .mainTxt {
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.contact .contactBlock .mainTxt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.contact .contactBlock .no-replyList {
  margin-top: 25px;
  margin-left: 1em;
}

body.contact .contactBlock .no-replyList li {
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.contact .contactBlock .no-replyList li {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.contact .contactBlock .ppBlock {
  background-color: #EFF6FF;
  padding: 35px 40px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.contact .contactBlock .ppBlock {
    padding: 25px 20px;
    margin-top: 40px;
  }
}
body.contact .contactBlock .ppBlock h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  body.contact .contactBlock .ppBlock h3 {
    font-size: 16px;
  }
}
body.contact .contactBlock .ppBlock .txt {
  line-height: 1.88;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body.contact .contactBlock .ppBlock .txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.contact .contactBlock .ppBlock .pp-btn {
  margin-top: 15px;
}

body.contact .contactBlock .ppBlock .pp-btn a {
  display: inline-block;
  font-weight: 500;
  color: #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.contact .contactBlock .ppBlock .pp-btn a {
    font-size: 15px;
  }
}
body.contact .contactBlock .ppBlock .pp-btn a:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  margin-left: 0.5em;
}

body.contact .contactBlock .ppBlock .pp-btn a:hover {
  text-decoration: underline;
}

body.contact .contact_select {
  padding: 70px 0 40px;
  background-color: #EFF6FF;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select {
    padding: 60px 0 40px;
  }
}
body.contact .contact_select h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
body.contact .contact_select .selectBlock {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select .selectBlock {
    margin-top: 40px;
    display: block;
  }
}
body.contact .contact_select .selectBlock a {
  display: block;
  width: 48.2%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select .selectBlock a {
    width: 100%;
  }
}
body.contact .contact_select .selectBlock a li {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 35px;
  border: 5px solid #FFF;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select .selectBlock a li {
    padding: 30px 20px;
  }
}
body.contact .contact_select .selectBlock a li figure {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.contact .contact_select .selectBlock a li figure img {
  transition: all 0.3s linear;
}

body.contact .contact_select .selectBlock a li p {
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select .selectBlock a li p {
    font-size: 18px;
  }
}
body.contact .contact_select .selectBlock a li p:after {
  display: inline-block;
  width: 6px;
  height: 12px;
  content: "";
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  margin-left: 0.5em;
}

body.contact .contact_select .selectBlock a:hover li {
  border: 5px solid #0268B6;
}

body.contact .contact_select .selectBlock a:hover img {
  transform: scale(1.05);
}

body.contact .contact_select .selectBlock a:hover p {
  color: #0268B6;
}

body.contact .contact_select .selectBlock li.gijyutu {
  display: block;
  width: 48.2%;
  margin-bottom: 30px;
  background-color: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 35px;
  border: 5px solid #FFF;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select .selectBlock li.gijyutu {
    width: 100%;
  }
}
body.contact .contact_select .selectBlock li.gijyutu p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select .selectBlock li.gijyutu p {
    font-size: 18px;
  }
}
body.contact .contact_select .selectBlock li.gijyutu a {
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.contact .contact_select .selectBlock li.gijyutu a {
    font-size: 14px;
  }
}
body.contact .contact_select .selectBlock li.gijyutu a:after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  width: 5px;
  height: 10px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
}

body.contact .contact_select .selectBlock li.gijyutu a:first-of-type {
  margin-top: 20px;
}

body.contact .contact_select .selectBlock li.gijyutu a:hover {
  color: #0268B6;
  font-weight: 700;
}

body.contact.form #wrap .subtitleArea {
  height: 200px;
  background: #EFF6FF;
  box-sizing: border-box;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  body.contact.form #wrap .subtitleArea {
    padding-top: 35px;
  }
}
body.contact.form #wrap .subtitleArea .in_wrap {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: end;
}

@media screen and (max-width: 767px) {
  body.contact.form #wrap .subtitleArea .in_wrap {
    padding: 0 20px;
  }
}
body.contact.form #wrap .subtitleArea .in_wrap figure {
  height: 104px;
  display: flex;
  align-items: end;
}

body.contact.form #wrap .subtitleArea .in_wrap h1 {
  margin-left: 50px;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.contact.form #wrap .subtitleArea .in_wrap h1 {
    margin-left: 40px;
    line-height: 1.5;
    text-align: left;
  }
}
body.contact.form #wrap .subtitleArea .in_wrap h1:after {
  display: none;
}

body.contact.form #wrap .contactForm {
  margin-top: 60px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.contact.form #wrap .contactForm .form-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.contact.form #wrap .contactForm .form-txt span {
  font-size: 11px;
  padding: 3px 8px;
  color: #FFF;
  margin: 0 5px;
  display: inline-block;
  background-color: #E13325;
  position: relative;
  bottom: 2px;
}

body.contact.form #wrap .contactForm .formTable {
  margin-top: 50px;
  border-top: 1px solid #CCC;
  width: 100%;
}

body.contact.form #wrap .contactForm .formTable th {
  width: 28.2%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  background-color: #F5F5F5;
  padding: 25px;
  line-height: 1.5;
}

body.contact.form #wrap .contactForm .formTable th span {
  font-size: 11px;
  padding: 3px 8px;
  color: #FFF;
  margin: 0 0 0 20px;
  display: inline-block;
  background-color: #E13325;
  position: relative;
  bottom: 2px;
}

body.contact.form #wrap .contactForm .formTable th.field span {
  margin: 0 0 0 15px;
}

body.contact.form #wrap .contactForm .formTable td {
  width: 71.8%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 25px;
  line-height: 1.5;
}

body.contact.form #wrap .contactForm .formTable td label {
  margin-right: 0.8em;
}

body.contact.form #wrap .contactForm .formTable td .small-note {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 8px;
}

body.contact.form #wrap .contactForm .formTable td input[type=text] {
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.contact.form #wrap .contactForm .formTable td input[type=text] {
    box-sizing: border-box;
  }
}
body.contact.form #wrap .contactForm .formTable td textarea {
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  height: 8em;
  line-height: 1.4;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.contact.form #wrap .contactForm .formTable td textarea {
    box-sizing: border-box;
  }
}
body.contact.form #wrap .contactForm .formTable td .inputWrap {
  display: flex;
  align-items: center;
}

body.contact.form #wrap .contactForm .formTable td .inputWrap input[type=text] {
  width: 35%;
  margin-right: 20px;
}

body.contact.form #wrap .contactForm .formTable td .inputWrap span {
  margin-right: 10px;
}

body.contact.form #wrap .contactForm .formTable td .inputWrap .line {
  width: 18px;
  margin-right: 20px;
  height: 1px;
  background-color: #000;
}

body.contact.form #wrap .contactForm .formTable tr:last-of-type th span {
  margin-left: 15px;
}

body.contact.form #wrap .contactForm .bottom-note {
  margin-top: 50px;
  line-height: 1.88;
}

body.contact.form #wrap .contactForm .pp-btn {
  margin-top: 15px;
}

body.contact.form #wrap .contactForm .pp-btn a {
  display: inline-block;
  font-weight: 500;
  color: #0268B6;
  text-decoration: none;
  transition: all 0.3s linear;
}

body.contact.form #wrap .contactForm .pp-btn a:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  margin-left: 0.5em;
}

body.contact.form #wrap .contactForm .pp-btn a:hover {
  text-decoration: underline;
}

body.contact.form #wrap .contactForm .submitButton {
  cursor: pointer;
  width: 300px;
  border: 1px solid #0268b6;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 50px auto 0;
  padding: 20px 0;
  display: block;
  background-color: #FFF;
  color: #0268B6;
  letter-spacing: 0.1em;
  transition: all 0.3s linear;
}

body.contact.form #wrap .contactForm .submitButton:hover {
  background-color: #0268B6;
  color: #FFF;
}

/*////////////// Sustainability /////////////////////////////*/
body.sustainability .guidelines {
  padding: 100px 0;
}
body.sustainability .guidelines .titleCopy {
  line-height: 1.88;
  margin-top: 30px;
}
body.sustainability .guidelines .policy_guidelines li p {
  line-height: 1.88;
  margin: 30px 0 0 26px;
}
body.sustainability .guidelines .policy_guidelines li span {
  display: block;
  font-size: 16px;
  margin-left: 6em;
  text-indent: -2.7em;
  line-height: 2;
}
body.sustainability .guidelines h2.second {
  margin-top: 80px;
}
body.sustainability .guidelines .policy_guidelinesBT {
  margin: 60px auto 40px;
  text-align: center;
  display: block;
}
body.sustainability .guidelines .policy_guidelinesBT li {
  display: inline-block;
}
body.sustainability .guidelines .policy_guidelinesBT li a {
  padding: 15px 60px 15px 35px;
  border: 1px solid #2BA73E;
  border-radius: 10px;
  position: relative;
  color: #2BA73E;
  text-decoration: none;
  transition: all 0.1s linear;
}
body.sustainability .guidelines .policy_guidelinesBT li a small {
  font-size: 0.9em;
}
body.sustainability .guidelines .policy_guidelinesBT li a.link_icon:after {
  content: "";
  display: block;
  background: url(/images/common/link-blue-icon.svg) center center/100% auto no-repeat;
  width: 17px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}
body.sustainability .guidelines .policy_guidelinesBT li a.xls_dl:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-xls.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}
body.sustainability .guidelines .policy_guidelinesBT li a.doc_dl:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-doc.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
}
body.sustainability .guidelines .policy_guidelinesBT li a.pdf_dl:after {
  position: absolute;
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.5em;
  width: 16px;
  display: inline-block;
  right: 20px;
  top: calc(50% - 11px);
}
body.sustainability .guidelines .policy_guidelinesBT li a:hover {
  opacity: 0.6;
}
body.sustainability .guidelines .policy_guidelinesBT li:nth-of-type(2) {
  margin-left: 30px;
}

body.sustainability .titleArea {
  background: url(/images/common/title-triangle-green.svg), url(/images/sustainability/sustaina-titleBk.webp);
  background-repeat: no-repeat;
  background-size: 425px auto, cover;
  background-position: top left calc((100% - 1200px) / 2), center center;
}

@media screen and (max-width: 1240px) {
  body.sustainability .titleArea {
    background-position: top left -160px, center center;
  }
}
@media screen and (max-width: 767px) {
  body.sustainability .titleArea {
    background-size: 240px auto, cover;
    background-position: top left -35px, center center;
  }
}
body.sustainability .titleArea .titlewrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.sustainability .titleArea .titlewrap {
    padding: 0 40px;
  }
}
body.sustainability .titleArea .titlewrap h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.sustainability .titleArea .titlewrap h1 {
    font-size: 28px;
  }
}
body.sustainability .titleArea .titlewrap h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.sustainability .titleArea .titlewrap h1 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
body.sustainability .sustainabilityBlock {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock {
    padding: 50px 0 0;
  }
}
body.sustainability .sustainabilityBlock h2 {
  font-size: 18px;
  line-height: 1.94;
  text-align: center;
  color: #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock h2 {
    padding: 0 20px 0;
    font-size: 16px;
    line-height: 1.88;
    text-align: left;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk {
  background-color: #ECF8E9;
  padding: 70px 0 35px;
  margin-top: 50px;
}

@media screen and (max-width: 1272px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk {
    padding: 70px 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk {
    padding: 50px 20px 25px;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu {
    display: block;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li {
  background-color: #FFF;
  width: 48.3%;
  box-sizing: border-box;
  padding: 30px 35px 15px;
  margin-right: 3.4%;
  border-radius: 10px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 20px 15px;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li:nth-of-type(2n) {
  margin-right: 0;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap {
  display: flex;
  align-items: center;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap figure {
  width: 86px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap figure {
    width: 72px;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap h3 {
  font-size: 22px;
  margin-left: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap h3 {
    font-size: 18px;
    margin-left: 20px;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap h3:after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  top: calc(50% - 6px);
  right: -18px;
  transition: all 0.3s linear;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap h3 a {
  text-decoration: none;
  color: #000;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap h3 a:hover {
  color: #00A332;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .titleWrap h3:hover:after {
  right: -32px;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list {
    margin-top: 35px;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list li {
  width: 57%;
  padding: 0 0 0 18px;
  position: relative;
  font-weight: 500;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list li {
    width: 44%;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list li:nth-of-type(2n) {
  width: 43%;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list li:nth-of-type(2n) {
    width: 56%;
  }
}
body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list li a {
  text-decoration: none;
  color: #404040;
}

body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li .s-list li a:hover {
  text-decoration: underline;
  color: #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainabilityBlock .sustainability-gbk .sustainaMenu li:nth-of-type(n + 2) .s-list li {
    width: 100%;
  }
}
body.sustainability .pickUp {
  padding: 100px 0;
}

@media screen and (max-width: 1272px) {
  body.sustainability .pickUp {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.sustainability .pickUp {
    padding: 60px 20px;
  }
}
body.sustainability .pickUp h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.sustainability .pickUp h2 {
    font-size: 22px;
  }
}
body.sustainability .pickUp .pickUpList {
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .pickUp .pickUpList {
    display: block;
  }
}
body.sustainability .pickUp .pickUpList li {
  width: 46.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .pickUp .pickUpList li {
    width: 100%;
    margin-bottom: 30px;
  }
  body.sustainability .pickUp .pickUpList li:last-of-type {
    margin-bottom: 0;
  }
}
body.sustainability .pickUp .pickUpList li a {
  text-decoration: none;
  color: #000;
  display: block;
}

body.sustainability .pickUp .pickUpList li a figure {
  overflow: hidden;
}

body.sustainability .pickUp .pickUpList li a figure img {
  transition: all 0.3s linear;
}

body.sustainability .pickUp .pickUpList li a h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.sustainability .pickUp .pickUpList li a h3 {
    font-size: 16px;
    margin-top: 20px;
  }
}
body.sustainability .pickUp .pickUpList li a .txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .pickUp .pickUpList li a .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
  }
}
body.sustainability .pickUp .pickUpList li a:hover {
  color: #0268B6;
}

body.sustainability .pickUp .pickUpList li a:hover img {
  transform: scale(1.1);
}

body.sustainability .subtitleArea {
  background: linear-gradient(180deg, rgb(245, 255, 246) 0%, rgb(255, 255, 255) 100%) !important;
}

body.sustainability .subtitleArea h1 {
  color: #00A332 !important;
}

body.sustainability .subtitleArea h1:after {
  background-color: #00A332 !important;
}

body.sustainability .sustainability-MenuArea {
  margin-top: 20px;
  padding: 35px 0;
  background-color: #ECF8E9;
}

body.sustainability .sustainability-MenuArea ul {
  display: flex;
  justify-content: space-between;
}

body.sustainability .sustainability-MenuArea ul li {
  width: 29.4%;
}

body.sustainability .sustainability-MenuArea ul li a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #00A332;
  color: #000;
  text-decoration: none;
  position: relative;
}

body.sustainability .sustainability-MenuArea ul li a::after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  transition: all 0.2s linear;
}

body.sustainability .sustainability-MenuArea ul li a:hover {
  color: #00A332;
  text-decoration: underline;
}

body.sustainability .sustainability-MenuArea ul li a:hover::after {
  top: 50%;
}

body.sustainability .sustainability-MenuArea ul.sdgs li {
  width: 22%;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainability-MenuArea ul.sdgs li {
    width: 45%;
    margin-top: 25px;
    font-size: 14px;
  }
  body.sustainability .sustainability-MenuArea ul.sdgs li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
body.sustainability .sustainability-MenuArea ul.sdgs.three {
  margin-top: 35px;
}

body.sustainability .sustainability-MenuArea ul.sdgs.three li {
  width: 29.4%;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainability-MenuArea ul.sdgs.three li {
    width: 80%;
    margin: 20px auto 0;
  }
  body.sustainability .sustainability-MenuArea ul.sdgs.three li:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.sustainability .sustainability-MenuArea ul.governanceList {
  flex-wrap: wrap;
  border-top: 1px solid #00A332;
  border-left: 1px solid #00A332;
  justify-content: start;
}

body.sustainability .sustainability-MenuArea ul.governanceList li {
  width: 33.33333%;
  box-sizing: border-box;
  border-bottom: 1px solid #00A332;
  border-right: 1px solid #00A332;
  text-align: center;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainability-MenuArea ul.governanceList li {
    width: 100%;
    background-color: #FFF;
  }
}
body.sustainability .sustainability-MenuArea ul.governanceList li a {
  background-color: #FFF;
  color: #00A332;
  display: block;
  padding: 12px;
  font-weight: 500;
  transition: all 0.3s linear;
  text-decoration: none;
  border: none;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainability-MenuArea ul.governanceList li a {
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 12px;
  }
}
body.sustainability .sustainability-MenuArea ul.governanceList li a:after {
  display: none;
}

body.sustainability .sustainability-MenuArea ul.governanceList li a:hover {
  background-color: #00A332;
  color: #FFF;
}

body.sustainability .sustainability-MenuArea ul.governanceList li.active a {
  background-color: #00A332;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainability-MenuArea ul {
    flex-wrap: wrap;
  }
  body.sustainability .sustainability-MenuArea ul.esd {
    display: block;
  }
  body.sustainability .sustainability-MenuArea ul.esd li {
    width: 70%;
    margin: 0 auto 20px;
    font-size: 15px;
  }
  body.sustainability .sustainability-MenuArea ul.esd li:last-of-type {
    margin: 0 auto;
  }
}
body.sustainability .sustainability-MenuArea .sustainability-btn {
  margin-top: 20px;
}

body.sustainability .sustainability-MenuArea .sustainability-btn a {
  display: inline-block;
  padding: 10px 54px 10px 20px;
  border: 1px solid #00A332;
  background-color: #FFF;
  text-decoration: none;
  color: #00A332;
  position: relative;
  border-radius: 30px;
  transition: all 0.2s linear;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.sustainability .sustainability-MenuArea .sustainability-btn a {
    font-size: 14px;
  }
}
body.sustainability .sustainability-MenuArea .sustainability-btn a:after {
  content: "";
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
  transition: all 0.2s linear;
}

body.sustainability .sustainability-MenuArea .sustainability-btn a:hover {
  background-color: #00A332;
  color: #FFF;
}

body.sustainability .sustainability-MenuArea .sustainability-btn a:hover:after {
  right: 12px;
  background-image: url(/images/common/white-arrow-r.svg);
}

body.sustainability.page h2 {
  padding-left: 15px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 8px solid #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability.page h2 {
    font-size: 24px;
    border-left: 6px solid #00A332;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
body.sustainability.page .txt {
  line-height: 1.6;
}

body.sustainability.page .leaflet {
  padding: 110px 0 60px;
}

body.sustainability.page .leafletWrap {
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability.page .leafletWrap {
    display: block;
    margin-top: 40px;
  }
}
body.sustainability.page .leafletWrap .left {
  margin-right: 35px;
  width: 55.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability.page .leafletWrap .left {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability.page .leafletWrap .right {
  width: 24.7%;
}

@media screen and (max-width: 767px) {
  body.sustainability.page .leafletWrap .right {
    width: 50%;
    margin: 30px auto 0;
  }
}
body.sustainability .declaration {
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration {
    padding-top: 60px;
  }
}
body.sustainability .declaration .declarationWrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .declarationWrap {
    display: block;
  }
}
body.sustainability .declaration .declarationWrap .declaration-subtitle {
  font-size: 18px;
  line-height: 1.78;
  width: 77.2%;
  font-weight: 700;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .declarationWrap .declaration-subtitle {
    width: 100%;
    font-size: 16px;
  }
}
body.sustainability .declaration .declarationWrap figure {
  width: 18.8%;
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .declarationWrap figure {
    width: 50%;
    margin: 25px auto 0;
  }
}
body.sustainability .declaration .declaration-txt {
  margin-top: 70px;
  line-height: 1.88;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .declaration-txt {
    margin-top: 50px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .declaration .declaration-note {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.57;
  margin-left: 1em;
  text-indent: -1em;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .declaration-note {
    font-size: 13px;
    line-height: 1.65;
  }
}
body.sustainability .declaration .declaration-note span {
  margin-left: 1em;
  text-indent: 0;
}

body.sustainability .declaration .gover-txt {
  line-height: 1.88;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .gover-txt {
    line-height: 1.8;
    margin-top: 30px;
    font-size: 14px;
  }
}
body.sustainability .declaration .sdgsBlock {
  padding: 50px 100px;
  background-color: #F8FCF3;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .sdgsBlock {
    padding: 40px 30px;
  }
}
body.sustainability .declaration .sdgsBlock dl {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .sdgsBlock dl {
    display: block;
  }
}
body.sustainability .declaration .sdgsBlock dl dt {
  color: #00A332;
  margin-bottom: 15px;
  width: 21%;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .sdgsBlock dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
body.sustainability .declaration .sdgsBlock dl dd {
  width: 79%;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .sdgsBlock dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  body.sustainability .declaration .sdgsBlock dl dd:last-of-type {
    margin-bottom: 0;
  }
}
body.sustainability .declaration .sdgsBlock figure {
  display: block;
  width: 60%;
  margin: 35px auto 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .sdgsBlock figure {
    width: 100%;
    margin: 30px auto 0;
  }
}
body.sustainability .declaration .materialBlock h4.n-ser {
  font-size: 22px;
  margin-top: 70px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock h4.n-ser {
    font-size: 17px;
    line-height: 1.6;
    margin-left: 2em;
    text-indent: -2em;
  }
}
body.sustainability .declaration .materialBlock h4.n-ser:before {
  display: none;
}

body.sustainability .declaration .materialBlock .under-txt {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .under-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .declaration .materialBlock .glaf01 {
  display: block;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .glaf01 {
    margin-top: 25px;
  }
}
body.sustainability .declaration .materialBlock .closeup {
  margin-top: 25px;
}

body.sustainability .declaration .materialBlock .closeup a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #404040;
  padding: 0 20px 8px;
  border: 1px solid #404040;
  border-radius: 30px;
}

body.sustainability .declaration .materialBlock .closeup a:before {
  width: 20px;
  position: relative;
  content: url(/images/sustainability/sdgs/hydroscope.svg);
  display: inline-block;
  margin-right: 10px;
  top: 5px;
}

body.sustainability .declaration .materialBlock .closeup a:hover {
  background-color: #f7f7f7;
}

body.sustainability .declaration .materialBlock .glafWrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .glafWrap {
    display: block;
    width: 100%;
  }
}
body.sustainability .declaration .materialBlock .glafWrap .left {
  width: 48.9%;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .glafWrap .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.sustainability .declaration .materialBlock .glafWrap .right {
  width: 48.9%;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .glafWrap .right {
    width: 100%;
  }
}
body.sustainability .declaration .materialBlock .glafWrap .glaf06 {
  margin-top: 45px;
}

body.sustainability .declaration .materialBlock figure {
  display: block;
}

body.sustainability .declaration .materialBlock .scrollOverflow {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .scrollOverflow {
    overflow-x: scroll;
  }
}
body.sustainability .declaration .materialBlock .scrollOverflow .scrollTxt {
  font-size: 12px;
  text-align: right;
}

body.sustainability .declaration .materialBlock .scrollOverflow.mate {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .scrollOverflow.mate {
    margin-top: 50px;
  }
}
body.sustainability .declaration .materialBlock .scrollOverflow .glaf07 {
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .scrollOverflow .glaf07 {
    width: 200%;
  }
}
body.sustainability .declaration .materialBlock .scrollOverflow .glaf08 {
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.sustainability .declaration .materialBlock .scrollOverflow .glaf08 {
    width: 200%;
  }
}
body.sustainability h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #00A332;
  margin-top: 65px;
}
body.sustainability h3.procurement {
  font-size: 18px;
  color: #000;
  margin-top: 35px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.sustainability h3 {
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 40px;
  }
}
body.sustainability .leafletBlock {
  padding-bottom: 100px;
}

body.sustainability .leafletBlock .leaflet-txt {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .leafletBlock .leaflet-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .leafletBlock .leaflet-btn {
  margin-top: 30px;
}

body.sustainability .leafletBlock .leaflet-btn a {
  width: 280px;
  display: block;
  color: #FFF;
  box-sizing: border-box;
  padding: 15px 20px;
  background-color: #00A332;
  position: relative;
  border: 1px solid #00A332;
  transition: all 0.2s linear;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.sustainability .leafletBlock .leaflet-btn a {
    width: 260px;
    margin: 0 auto;
  }
}
body.sustainability .leafletBlock .leaflet-btn a:after {
  content: "";
  width: 10px;
  height: 18px;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  transition: all 0.2s linear;
}

body.sustainability .leafletBlock .leaflet-btn a:hover {
  color: #00A332;
  background-color: #FFF;
}

body.sustainability .leafletBlock .leaflet-btn a:hover:after {
  right: 12px;
  background-image: url(/images/common/green-arrow-r.svg);
}

body.sustainability .environmentArea {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .environmentArea {
    padding: 60px 0;
  }
}
body.sustainability .environmentArea .under-txt {
  line-height: 1.88;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.sustainability .environmentArea .under-txt {
    line-height: 1.8;
    font-size: 21px;
    letter-spacing: 0.05em;
  }
}
body.sustainability .environmentArea .under-txt span {
  color: #0268B6;
}

body.sustainability .environmentArea .txt {
  line-height: 1.88;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .environmentArea .txt {
    line-height: 1.8;
    margin-top: 30px;
    font-size: 14px;
  }
}
body.sustainability .environmentArea .environmen-img {
  margin-top: 40px;
}

body.sustainability .environmentArea .environmenList {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .environmentArea .environmenList {
    margin-top: 25px;
  }
}
body.sustainability .environmentArea .environmenList li {
  margin-left: 1.25em;
  text-indent: -1.25em;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .environmentArea .environmenList li {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .txt-note {
  line-height: 1.57;
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 16px;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .txt-note {
    font-size: 13px;
    line-height: 1.6;
  }
}
body.sustainability .managementTitle {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 40px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.sustainability .managementTitle {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
body.sustainability .managementTitle:before {
  content: "¡ñ";
  color: #00A332;
  margin-right: 0.3em;
}

body.sustainability .glafWrap {
  width: 76.5%;
}

@media screen and (max-width: 1025px) {
  body.sustainability .glafWrap {
    width: 100%;
  }
}
body.sustainability .glafWrap figure {
  background-color: #F8FCF3;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .glafWrap figure {
    padding: 20px;
  }
}
body.sustainability .glafWrap figure img {
  width: 100%;
}

body.sustainability .right-txt {
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 25px;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .right-txt {
    font-size: 13px;
  }
}
body.sustainability .managementTable {
  width: 100%;
  border-top: 1px solid #CCC;
}

body.sustainability .managementTable th {
  border-bottom: 1px solid #CCC;
  background-color: #F5F5F5;
  padding: 26px 20px;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  body.sustainability .managementTable th {
    padding: 12px;
    font-size: 13px;
    width: 22%;
  }
  body.sustainability .managementTable th:nth-of-type(2) {
    width: 18%;
  }
}
body.sustainability .managementTable td {
  padding: 26px 20px 26px 45px;
  border-bottom: 1px solid #CCC;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .managementTable td {
    padding: 12px;
    font-size: 13px;
    line-height: 1.75;
  }
}
body.sustainability .managementDate {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.sustainability .managementDate {
    display: block;
  }
}
body.sustainability .managementDate dt {
  width: 17.6%;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body.sustainability .managementDate dt {
    width: 100%;
    margin-bottom: 4px;
  }
}
body.sustainability .managementDate dd {
  width: 82.4%;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.sustainability .managementDate dd {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.sustainability .management-txt {
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.sustainability .management-txt {
    font-size: 14px;
  }
}
body.sustainability .management-txt-link {
  margin-top: 20px;
}

body.sustainability .management-txt-link a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.sustainability .management-txt-link a {
    font-size: 14px;
  }
}
body.sustainability .management-txt-link a:after {
  content: url(/images/common/icon-externallinks-green.svg);
  width: 15px;
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
}

body.sustainability .management-txt-link a:hover {
  text-decoration: underline;
  color: #00A332;
}

body.sustainability .management-btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .management-btn {
    text-align: center;
  }
}
body.sustainability .management-btn a {
  display: inline-block;
  padding: 16px 110px 16px 20px;
  background-color: #00A332;
  color: #FFF;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
  border: 1px solid #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .management-btn a {
    padding: 14px 80px 14px 20px;
    font-size: 15px;
  }
}
body.sustainability .management-btn a:after {
  content: "";
  width: 10px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

body.sustainability .management-btn a:hover {
  background-color: #FFF;
  color: #00A332;
}

body.sustainability .management-btn a:hover:after {
  right: 12px;
  background-image: url(/images/common/green-arrow-r.svg);
}

body.sustainability .climate_change {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change {
    padding: 60px 0;
  }
}
body.sustainability .climate_change .txt {
  margin-top: 40px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .txt {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .climate_change .tcfd {
  width: 450px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .tcfd {
    width: 80%;
    margin: 30px auto 0;
  }
}
body.sustainability .climate_change h4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change h4 {
    font-size: 18px;
    margin-top: 50px;
  }
}
body.sustainability .climate_change h4.concrete {
  font-weight: 500;
  color: #00A332;
}

body.sustainability .climate_change h4.concrete:before {
  display: none;
}

body.sustainability .climate_change h4.n-ser:before {
  display: none;
}

body.sustainability .climate_change .detailTxt {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .detailTxt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .climate_change .glaf-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .glaf-title {
    font-size: 16px;
    margin-top: 40px;
  }
}
body.sustainability .climate_change .gava-glaf {
  padding: 16px;
  background-color: #F5F5F5;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .gava-glaf {
    padding: 12px;
  }
}
body.sustainability .climate_change .system {
  margin-top: 30px;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .system {
    margin-top: 25px;
  }
}
body.sustainability .climate_change .system th {
  background-color: #F5F5F5;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid #CCC;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .system th {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .climate_change .system th:first-of-type {
  border-right: 1px solid #CCC;
}

body.sustainability .climate_change .system td {
  padding: 20px 30px;
  border-bottom: 1px solid #CCC;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .system td {
    font-size: 14px;
    line-height: 1.8;
    padding: 15px;
  }
}
body.sustainability .climate_change .system td:first-of-type {
  border-right: 1px solid #CCC;
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .system td:first-of-type {
    width: 25%;
    padding: 15px 15px 15px 5px;
  }
}
body.sustainability .climate_change .system td span {
  display: block;
}

body.sustainability .climate_change .system.lisk td:first-of-type {
  width: 31.8%;
}

body.sustainability .climate_change .system.lisk td ul li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

body.sustainability .climate_change .system.lisk td ul li:before {
  content: "?";
  margin-right: 0.3em;
  font-size: 0.8em;
  margin-right: 0.2em;
}

body.sustainability .climate_change .table-note {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .table-note {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .climate_change .strategyWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .strategyWrap {
    display: block;
  }
}
body.sustainability .climate_change .strategyWrap .strategy-txt {
  width: 67%;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .strategyWrap .strategy-txt {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    margin-top: 20px;
  }
}
body.sustainability .climate_change .strategyWrap figure {
  width: 29.4%;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .strategyWrap figure {
    width: 50%;
    margin: 20px auto;
  }
}
body.sustainability .climate_change .subTitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .subTitle {
    font-size: 16px;
    margin-top: 40px;
  }
}
body.sustainability .climate_change .subTitle .rightNote {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8em;
  font-weight: 400;
}

body.sustainability .climate_change .strategy-txt2 {
  line-height: 1.88;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .strategy-txt2 {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .climate_change .liskTable {
  margin-top: 15px;
  border-top: 1px solid #CCC;
}

body.sustainability .climate_change .liskTable th {
  background-color: #E6E5E5;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .liskTable th {
    font-size: 13px;
    line-height: 1.4;
  }
}
body.sustainability .climate_change .liskTable th:last-of-type {
  border-right: none;
}

body.sustainability .climate_change .liskTable td {
  padding: 18px 15px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  line-height: 1.88;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .liskTable td {
    font-size: 13px;
    line-height: 1.8;
    padding: 15px 13px;
  }
  body.sustainability .climate_change .liskTable td.tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
  }
}
body.sustainability .climate_change .liskTable td:last-of-type {
  border-right: none;
  width: 13.5%;
  text-align: center;
}

body.sustainability .climate_change .liskTable td:nth-last-of-type(2) {
  width: 13.5%;
  text-align: center;
}

body.sustainability .climate_change .liskTable td.title-td {
  text-align: center;
  background-color: #F5F5F5;
  padding: 0;
  width: 18px;
}

body.sustainability .climate_change .liskTable td.title-td span {
  display: inline-block;
  writing-mode: vertical-rl;
}

body.sustainability .climate_change .tb-underNote {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .tb-underNote {
    font-size: 13px;
  }
}
body.sustainability .climate_change .tb-underNote dl {
  display: flex;
  margin-left: 1.75em;
  flex-wrap: wrap;
}

body.sustainability .climate_change .tb-underNote dl dt {
  width: 7.5em;
}

body.sustainability .climate_change .tb-underNote dl dd {
  width: calc(100% - 7.5em);
}

body.sustainability .climate_change .gas_emissions {
  margin-top: 15px;
  border-top: 1px solid #CCC;
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .gas_emissions {
    font-size: 12px;
  }
}
body.sustainability .climate_change .gas_emissions th {
  background-color: #d6e3f8;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .gas_emissions th {
    padding: 10px 0;
    line-height: 1.5;
  }
}
body.sustainability .climate_change .gas_emissions th:last-of-type {
  border-right: none;
}

body.sustainability .climate_change .gas_emissions th.thick {
  background-color: #bfd3f1;
}

body.sustainability .climate_change .gas_emissions td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 14px;
  text-align: center;
  /*&:nth-of-type(2) {
   width: 13%;
  }*/
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .gas_emissions td {
    padding: 10px;
    line-height: 1.4;
  }
}
body.sustainability .climate_change .gas_emissions td small {
  font-size: 0.7em;
}

body.sustainability .climate_change .gas_emissions td:last-of-type {
  border-right: none;
}

body.sustainability .climate_change .gas_emissions td.nolist {
  text-align: right;
}

body.sustainability .climate_change .gas_emissions td .fle {
  display: flex;
  justify-content: space-between;
}

body.sustainability .climate_change .gas_emissions td .fle p {
  font-weight: 500;
}

body.sustainability .climate_change .gas_emissions tr:nth-of-type(4) td:last-of-type {
  border-right: 1px solid #CCC;
}

body.sustainability .climate_change .gas_emissions tr:nth-of-type(5) td:last-of-type {
  border-right: 1px solid #CCC;
}

body.sustainability .climate_change .gas_emissions tr:nth-of-type(7) td:last-of-type {
  border-right: 1px solid #CCC;
}

body.sustainability .climate_change .gas_emissions tr:nth-of-type(8) td:last-of-type {
  border-right: 1px solid #CCC;
}

body.sustainability .climate_change .gas_emissions tr:nth-of-type(2) th:first-of-type {
  width: 13%;
}

body.sustainability .climate_change .gas_emissions-note {
  font-size: 14px;
  line-height: 1.8;
}

body.sustainability .climate_change .noteWrap {
  display: flex;
  margin-top: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .noteWrap {
    font-size: 13px;
  }
}
body.sustainability .climate_change .noteWrap p {
  width: 1.8em;
  line-height: 1.7;
  margin-right: 0.75em;
}

body.sustainability .climate_change .noteWrap dl {
  width: calc(100% - 2em);
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
}

body.sustainability .climate_change .noteWrap dl dt {
  width: 7em;
}

body.sustainability .climate_change .noteWrap dl dd {
  width: calc(100% - 7em);
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .noteWrap dl dd {
    margin-left: 1.25em;
    text-indent: -1.25em;
    width: calc(100% - 8.25em);
  }
}
body.sustainability .climate_change .noteWrap dl dd small {
  font-size: 0.7em;
}

body.sustainability .climate_change .noteWrap dl dd span {
  margin-left: 1.3em;
}

body.sustainability .climate_change .climate_changeTitle {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .climate_changeTitle {
    font-size: 18px;
    margin-top: 30px;
  }
}
body.sustainability .climate_change .climate_changeTitle:before {
  content: "¡ñ";
  color: #00A332;
  margin-right: 0.2em;
}

body.sustainability .climate_change .zeb-zehImgWrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .zeb-zehImgWrap {
    display: block;
  }
}
body.sustainability .climate_change .zeb-zehImgWrap figure:first-of-type {
  width: 64.1%;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .zeb-zehImgWrap figure:first-of-type {
    width: 100%;
  }
}
body.sustainability .climate_change .zeb-zehImgWrap figure:nth-of-type(2) {
  width: 33.6%;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .zeb-zehImgWrap figure:nth-of-type(2) {
    width: 60%;
    margin: 15px auto 15px;
  }
}
body.sustainability .climate_change .zeb-zehWorks {
  display: flex;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .zeb-zehWorks {
    display: block;
  }
}
body.sustainability .climate_change .zeb-zehWorks li {
  width: 47%;
  margin-right: 5.89%;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .zeb-zehWorks li {
    width: 100%;
    margin-right: 0;
  }
}
body.sustainability .climate_change .zeb-zehWorks li:last-of-type {
  width: 29.2%;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .zeb-zehWorks li:last-of-type {
    width: 54%;
    margin: 15px auto 0;
  }
}
body.sustainability .climate_change .zeb-zehWorks li .worksTitle {
  line-height: 1.7;
  margin-top: 10px;
  font-size: 14px;
}

body.sustainability .climate_change .energy-conservation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .energy-conservation {
    margin-top: 20px;
    display: block;
    padding-bottom: 20px;
  }
}
body.sustainability .climate_change .energy-conservation li {
  width: 47.1%;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .energy-conservation li {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.sustainability .climate_change .energy-conservation li p {
  font-size: 14px;
  margin-top: 15px;
}

body.sustainability .climate_change .celbicImg {
  width: 348px;
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .climate_change .celbicImg {
    width: 70%;
  }
}
body.sustainability .tecBtn {
  margin-top: 30px;
  padding-bottom: 40px;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .tecBtn {
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 0;
  }
  body.sustainability .tecBtn.mb60 {
    margin-bottom: 60px;
  }
}
body.sustainability .tecBtn a {
  font-weight: 500;
  display: inline-block;
  padding: 18px 45px 18px 20px;
  border: 1px solid #00A332;
  border-radius: 30px;
  position: relative;
  transition: all 0.2s linear;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.sustainability .tecBtn a {
    font-size: 15px;
    padding: 14px 45px 14px 20px;
    font-size: 15px;
  }
}
body.sustainability .tecBtn a span {
  color: #00A332;
  margin-right: 1em;
}

body.sustainability .tecBtn a:after {
  width: 8px;
  height: 14px;
  display: block;
  content: "";
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: all 0.2s linear;
}

body.sustainability .tecBtn a:hover {
  color: #FFF;
  background-color: #00A332;
}

body.sustainability .tecBtn a:hover span {
  color: #FFF;
}

body.sustainability .tecBtn a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
  right: 12px;
}

body.sustainability .biodiversity {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity {
    padding: 60px 0;
  }
}
body.sustainability .biodiversity .txt {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity .txt {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .biodiversity h4 {
  font-size: 22px;
  margin-top: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity h4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
body.sustainability .biodiversity h4:before {
  content: "¡ñ";
  color: #00A332;
  margin-right: 0.2em;
}

body.sustainability .biodiversity .in-txt {
  line-height: 1.88;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity .in-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .biodiversity .in-txtNote {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
  margin-left: 1em;
  text-indent: -1em;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity .in-txtNote {
    font-size: 13px;
  }
}
body.sustainability .biodiversity .biodiversityWorks {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity .biodiversityWorks {
    display: block;
    padding-bottom: 10px;
  }
}
body.sustainability .biodiversity .biodiversityWorks li {
  width: 30%;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity .biodiversityWorks li {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.sustainability .biodiversity .biodiversityWorks li p {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 14px;
}

body.sustainability .biodiversity .bioImg {
  display: block;
  margin-top: 30px;
  width: 58.8%;
}

@media screen and (max-width: 767px) {
  body.sustainability .biodiversity .bioImg {
    width: 100%;
  }
}
body.sustainability .soil_contamination {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination {
    padding: 60px 0;
  }
}
body.sustainability .soil_contamination .txt {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .txt {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock {
  padding: 60px 45px;
  background-color: #F8FCF3;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock {
    padding: 30px 20px;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap {
    display: block;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .leftWrap {
  margin-bottom: 20px;
  position: relative;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .leftWrap .left-title {
  font-weight: 700;
  color: #00A332;
  line-height: 1.5;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .leftWrap .left-txt {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.54;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .leftWrap:after {
  content: "";
  width: 90px;
  height: 9px;
  background: url(/images/sustainability/environment/point-arrow.svg) center center/100% 100% no-repeat;
  display: block;
  position: absolute;
  top: 58%;
  right: -114px;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .leftWrap:after {
    display: none;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .rightWrap {
  border: 1px solid #00A332;
  padding: 18px 20px;
  margin-bottom: 30px;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .rightWrap {
    margin-bottom: 46px;
  }
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .rightWrap:after {
    position: absolute;
    bottom: -36px;
    left: calc(50% - 25px);
    content: "";
    background: #7fd198;
    height: 25.9807621135px;
    width: 50px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .rightWrap .right-title {
  font-weight: 700;
  color: #404040;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .sp-wrap .rightWrap .right-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 12px;
  text-align: left;
  margin-bottom: 0;
  color: #404040;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .left {
  width: 32.9%;
  margin-right: 6.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .left {
    width: 43%;
    margin-right: 6.5%;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .left .leftWrap {
  margin-bottom: 62px;
  position: relative;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .left .leftWrap .left-title {
  font-weight: 700;
  color: #00A332;
  line-height: 1.5;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .left .leftWrap .left-txt {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.54;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .left .leftWrap:after {
  content: "";
  width: 90px;
  height: 9px;
  background: url(/images/sustainability/environment/point-arrow.svg) center center/100% 100% no-repeat;
  display: block;
  position: absolute;
  top: 58%;
  right: -114px;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .left .leftWrap:after {
    display: none;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .center {
  width: 17.1%;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .center {
    display: none;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .right {
  width: 39.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .right {
    width: 50.5%;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .right .rightWrap {
  border: 1px solid #00A332;
  padding: 18px 20px;
  margin-bottom: 30px;
  background-color: #FFF;
  border-radius: 10px;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .right .rightWrap .right-title {
  font-weight: 700;
  color: #404040;
}

body.sustainability .soil_contamination .soil-contaminationBlock .soil-contaminationWrap .right .rightWrap .right-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 12px;
  text-align: left;
  margin-bottom: 0;
  color: #404040;
}

body.sustainability .soil_contamination .soil-contaminationBlock .effective-use {
  width: 66%;
  border: 1px solid #00A332;
  background-color: #FFF;
  padding: 20px 35px;
  text-align: center;
  color: #00A332;
  border-radius: 60px;
  margin: 16px auto 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .effective-use {
    width: 100%;
    border-radius: 80px;
    padding: 16px 28px;
    box-sizing: border-box;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .effective-use h5 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil-contaminationBlock .effective-use h5 {
    font-size: 18px;
  }
}
body.sustainability .soil_contamination .soil-contaminationBlock .effective-use .txt {
  margin-top: 15px;
  font-size: 13px;
}

body.sustainability .soil_contamination .soil_contaminationImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil_contaminationImg {
    display: block;
  }
}
body.sustainability .soil_contamination .soil_contaminationImg li {
  width: 47%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .soil_contaminationImg li {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.sustainability .soil_contamination .btnBlock {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .btnBlock {
    margin-top: 20px;
  }
}
body.sustainability .soil_contamination .btnBlock a {
  border: 1px solid #00A332;
  color: #00A332;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 70px 18px 30px;
  position: relative;
  transition: all 0.2s linear;
  display: inline-block;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .soil_contamination .btnBlock a {
    line-height: 1.88;
    padding: 15px 60px 15px 20px;
    font-size: 14px;
  }
}
body.sustainability .soil_contamination .btnBlock a:after {
  width: 16px;
  height: 20px;
  content: "";
  background: url(/images/common/icon-pdf.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
}

body.sustainability .soil_contamination .btnBlock a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

body.sustainability .resource-recycling-initiatives {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives {
    padding: 60px 0;
  }
}
body.sustainability .resource-recycling-initiatives h3:before {
  display: none;
}

body.sustainability .resource-recycling-initiatives h3.green-title {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives h3.green-title {
    font-size: 21px;
  }
}
body.sustainability .resource-recycling-initiatives .txt {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .txt {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recycling-txt {
  margin-top: 35px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recycling-txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock {
  background-color: #F8FCF3;
  padding: 50px 60px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap {
    display: block;
    margin-bottom: 50px;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap:last-of-type {
  margin-bottom: 0;
}

body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce {
  width: 40.8%;
  background: url(/images/sustainability/environment/reduce-arrow.png) center right/78px 78px no-repeat;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 36px;
    background: url(/images/sustainability/environment/drainage-pavement-arrow.png) bottom center/64px auto no-repeat;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce .title {
  width: 180px;
  height: 180px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #00A332;
  border-radius: 90px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce .title {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    padding: 6px;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce .title span {
  width: 100%;
  height: 100%;
  background-color: #00A332;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  font-size: 32px;
  font-weight: 500;
  border-radius: 85px;
  box-sizing: border-box;
  padding-top: 50px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce .title span {
    padding-top: 40px;
    font-size: 22px;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce .title span .jp-txt {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce .title span .jp-txt {
    font-size: 14px;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt {
  width: 54.8%;
  padding: 24px 30px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt {
    width: 100%;
    padding: 18px 20px;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt h4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #00A332;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt h4 {
    font-size: 18px;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt h4:before {
  display: none;
}

body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt h4 small {
  font-size: 0.64em;
  margin-left: 1em;
  color: #404040;
}

body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt ul {
  margin-top: 15px;
}

body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt ul li {
  line-height: 1.88;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txt ul li {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txtWrap {
  width: 54.8%;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txtWrap {
    width: 100%;
  }
}
body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txtWrap .reduce-txt {
  width: 100%;
}

body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txtWrap .reduce-txt:nth-of-type(2) {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .resource-recyclingBlock .reduceWrap .reduce-txtWrap .reduce-txt:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock {
    margin-top: 60px;
    display: block;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt {
  width: 29.4%;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-title.mt {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-title.mt {
    margin-top: 0;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-title span {
  display: block;
  font-size: 22px;
  margin-top: 12px;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-txt {
  font-size: 40px;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-txt {
    width: 50%;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-txt span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .left-txt .recycle-txt span {
    font-size: 16px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .right-area {
  width: 61.2%;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .right-area {
    width: 100%;
    margin-top: 20px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-noteTitle {
  font-weight: 500;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-date {
  font-size: 14px;
  text-align: right;
  margin-top: 4px;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-date {
    font-size: 13px;
    margin-top: 15px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table {
  margin-top: 10px;
  border-top: 1px solid #CCC;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table {
    font-size: 13px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table th {
  background-color: #F5F5F5;
  padding: 13px 20px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: right;
  width: 38.5%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table th {
    padding: 12px 15px;
    text-align: left;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table td {
  padding: 13px 20px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 11.5%;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table td {
    padding: 12px 15px;
    width: 10%;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table td:last-of-type {
  border-right: none;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table tr:last-of-type th:last-of-type {
  border-bottom: none;
  border-right: none;
  background-color: #FFF;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table tr:last-of-type td:last-of-type {
  border-bottom: none;
  border-right: none;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-note {
  font-size: 14px;
  margin-top: 10px;
  color: #404040;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 {
  width: 100%;
  border-top: 1px solid #CCC;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 {
    font-size: 13px;
  }
}
body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 tr:first-of-type th {
  border-right: 0;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 th {
  background-color: #F5F5F5;
  padding: 15px 12px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.6;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 th:first-of-type {
  width: 25%;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 td {
  padding: 15px 12px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  line-height: 1.6;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 td:last-of-type {
  border-right: none;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 td.wid {
  width: 32%;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 td.w20 {
  width: 22%;
}

body.sustainability .resource-recycling-initiatives .recycleBlock .right-area .recycle-table2 tr:last-of-type td {
  border-right: 1px solid #CCC;
}

body.sustainability .resource-recycling-initiatives .uniform-recycleBlock {
  background-color: #F8FCF3;
  padding: 40px;
  margin-bottom: 100px;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .uniform-recycleBlock {
    padding: 20px;
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
body.sustainability .resource-recycling-initiatives .uniform-recycleBlock figure {
  display: block;
  width: 550px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .uniform-recycleBlock figure {
    display: block;
    width: 100%;
    margin: 0 auto 0;
  }
}
body.sustainability .resource-recycling-initiatives h3 {
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 500;
  margin-top: 50px;
}

body.sustainability .resource-recycling-initiatives h3:before {
  content: "¡ñ";
  margin-right: 0.2em;
  color: #00A332;
}

body.sustainability .resource-recycling-initiatives .asconWrap {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .asconWrap {
    display: block;
  }
}
body.sustainability .resource-recycling-initiatives .asconWrap .ascon-left {
  width: 41.2%;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .asconWrap .ascon-left {
    width: 90%;
    margin: 0 auto;
  }
}
body.sustainability .resource-recycling-initiatives .asconWrap .ascon-right {
  width: 51.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .asconWrap .ascon-right {
    width: 100%;
    margin-top: 20px;
  }
}
body.sustainability .resource-recycling-initiatives .asconWrap .ascon-right .ascon-rightTitle {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .asconWrap .ascon-right .ascon-rightTitle {
    font-size: 18px;
  }
}
body.sustainability .resource-recycling-initiatives .asconWrap .ascon-right .ascon-rightTxt {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .asconWrap .ascon-right .ascon-rightTxt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .resource-recycling-initiatives .cycle-title {
  margin-top: 50px;
  letter-spacing: 0.1em;
  color: #00A332;
  font-weight: 500;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .cycle-title {
    margin-top: 40px;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1.6;
  }
}
body.sustainability .resource-recycling-initiatives .block {
  display: block;
  width: 54.6%;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .block {
    width: 100%;
    margin: 25px auto 0;
  }
}
body.sustainability .resource-recycling-initiatives .drainage-pavement {
  margin-top: 40px;
}

body.sustainability .resource-recycling-initiatives .drainage-pavement dt {
  background-color: #ECECEC;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .drainage-pavement dt {
    font-size: 18px;
  }
}
body.sustainability .resource-recycling-initiatives .drainage-pavement dd p {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .drainage-pavement dd p {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .resource-recycling-initiatives .drainage-pavement dd p:nth-of-type(2) {
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .drainage-pavement dd p:nth-of-type(2) {
    font-size: 13px;
    line-height: 1.7;
  }
}
body.sustainability .resource-recycling-initiatives .drainage-pavement dd:after {
  display: block;
  content: "";
  background: url(/images/sustainability/environment/drainage-pavement-arrow.png) top left/100% auto no-repeat;
  width: 76px;
  height: 60px;
  margin: 20px auto 0;
}

body.sustainability .resource-recycling-initiatives .drainage-pavement2 {
  margin-top: 20px;
}

body.sustainability .resource-recycling-initiatives .drainage-pavement2 dt {
  background-color: #EBF8EF;
  text-align: center;
  color: #00A332;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .drainage-pavement2 dt {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 15px 0;
  }
}
body.sustainability .resource-recycling-initiatives .drainage-pavement2 dd p {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .drainage-pavement2 dd p {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .resource-recycling-initiatives .drainage-pavement2 dd p.note {
  font-size: 14px;
  line-height: 1.6;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .drainage-pavement2 dd p.note {
    font-size: 13px;
  }
}
body.sustainability .resource-recycling-initiatives .drainage-pavement2 dd p.green-txt {
  margin-top: 25px;
  color: #00A332;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .drainage-pavement2 dd p.green-txt {
    font-size: 13px;
    line-height: 1.7;
  }
}
body.sustainability .resource-recycling-initiatives .recycling-flow {
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  color: #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .resource-recycling-initiatives .recycling-flow {
    font-size: 16px;
    margin-top: 40px;
  }
}
body.sustainability .resource-recycling-initiatives .recycling-flow-img {
  margin-top: 25px;
}

body.sustainability .Linklist {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .Linklist {
    margin-top: 30px;
  }
}
body.sustainability .Linklist li {
  margin-bottom: 20px;
  color: #00A332;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.sustainability .Linklist li {
    margin-bottom: 10px;
  }
}
body.sustainability .Linklist li a {
  color: #00A332;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.sustainability .Linklist li a {
    font-size: 16px;
    padding-left: 20px;
  }
}
body.sustainability .Linklist li a:after {
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.6em;
  width: 16px;
  display: inline-block;
}

body.sustainability .Linklist li a:hover {
  text-decoration: underline;
}

body.sustainability .Linklist li span {
  display: inline-block;
  font-size: 0.6em;
  letter-spacing: 0;
  margin-left: 1em;
  color: red;
}

body.sustainability .ecoReport {
  padding: 70px 0 60px;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .ecoReport {
    padding: 50px 0;
  }
}
body.sustainability .ecoReport .title-under {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.sustainability .ecoReport .title-under {
    padding: 40px 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .initiative {
  padding: 70px 0 100px;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .initiative {
    padding: 60px 0;
  }
}
body.sustainability .initiative h3 {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 60px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.sustainability .initiative h3 {
    font-size: 18px;
    margin-top: 40px;
  }
}
body.sustainability .initiative h3 span {
  color: #00A332;
  margin-right: 0.3em;
}

body.sustainability .initiative table {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #CCC;
}

body.sustainability .initiative table th {
  background-color: #F5F5F5;
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .initiative table th {
    padding: 12px;
  }
}
body.sustainability .initiative table th:first-of-type {
  border-left: none;
}

body.sustainability .initiative table td {
  padding: 16px;
  line-height: 1.58;
  font-size: 14px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .initiative table td {
    padding: 12px;
    font-size: 13px;
    width: 22%;
  }
}
body.sustainability .initiative table td:first-of-type {
  border-left: none;
}

body.sustainability .initiative table td:nth-of-type(2) {
  width: 53%;
}

@media screen and (max-width: 767px) {
  body.sustainability .initiative table td:nth-of-type(2) {
    width: 34%;
  }
}
body.sustainability .initiative table td:last-of-type {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.sustainability .initiative table td:last-of-type {
    padding: 12px 0 12px 12px;
  }
}
body.sustainability .initiative table td img {
  width: 100%;
}

body.sustainability .initiative table td.logo-w img {
  width: 60%;
}

body.sustainability #sidebar .sideTitle a {
  background-color: #00A332 !important;
}

body.sustainability #sidebar .sideMenu li em {
  color: #00A332 !important;
}

body.sustainability #sidebar .sideMenu li a {
  color: #00A332 !important;
}

body.sustainability #sidebar .sideMenu li a:after {
  background-image: url(/images/common/green-arrow-r.svg) !important;
}

body.sustainability #sidebar .sideMenu li.acc a {
  color: #00A332 !important;
}

body.sustainability #sidebar .sideMenu li.acc a:after {
  top: calc(50% - 3px) !important;
  background-image: url(/images/common/green-arrow-r.svg) !important;
  top: calc(50% - 8px) !important;
}

body.sustainability #sidebar .sideMenu li.acc.active .sub a.active {
  background-color: #ECF8E9 !important;
  font-weight: 700;
}

body.sustainability #sidebar .sideMenu li a:hover {
  background-color: #ECF8E9 !important;
}

body.sustainability #sidebar .sideMenu li.acc .sub a:hover {
  background-color: #ECF8E9 !important;
}

body.sustainability .governanceBlock {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock {
    padding: 60px 0;
  }
}
body.sustainability .governanceBlock h3 {
  margin-top: 70px;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock h3 {
    margin-top: 50px;
    font-size: 21px;
  }
}
body.sustainability .governanceBlock h4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 60px;
  color: #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock h4 {
    font-size: 18px;
    margin-top: 40px;
    letter-spacing: 0.05em;
  }
}
body.sustainability .governanceBlock h4:before {
  display: none;
}

body.sustainability .governanceBlock .contentTxt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .contentTxt {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 30px;
  }
}
body.sustainability .governanceBlock .txt a {
  text-decoration: none;
  color: #00A332;
}

body.sustainability .governanceBlock .organization-chart {
  background-color: #f8fcf3;
  padding: 20px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .organization-chart {
    padding: 15px;
    margin-top: 30px;
  }
}
body.sustainability .governanceBlock .engineering-design {
  margin-top: 35px;
  border-top: 1px solid #ccc;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .engineering-design {
    font-size: 14px;
    margin-top: 30px;
  }
}
body.sustainability .governanceBlock .engineering-design th {
  padding: 26px 40px;
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #CCC;
  line-height: 1.5;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .engineering-design th {
    padding: 16px 20px;
    width: 44%;
  }
}
body.sustainability .governanceBlock .engineering-design td {
  padding: 26px 40px;
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #CCC;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .engineering-design td {
    padding: 16px 20px;
    width: 56%;
  }
}
body.sustainability .governanceBlock .txt {
  line-height: 1.88;
  margin-top: 35px;
  margin-left: 22px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .txt {
    line-height: 1.8;
    margin-top: 25px;
    margin-left: 20px;
    font-size: 14px;
  }
}
body.sustainability .governanceBlock .risk-structure-chart2 {
  background-color: #f8fcf3;
  padding: 50px 100px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .risk-structure-chart2 {
    padding: 30px 25px;
    margin-top: 30px;
  }
}
body.sustainability .governanceBlock .risk-structure-chart2 dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .risk-structure-chart2 dl {
    display: block;
  }
}
body.sustainability .governanceBlock .risk-structure-chart2 dl dt {
  width: 20%;
  color: #00A332;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .risk-structure-chart2 dl dt {
    width: 100%;
  }
}
body.sustainability .governanceBlock .risk-structure-chart2 dl dd {
  width: 80%;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .risk-structure-chart2 dl dd {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .governanceBlock .risk-structure-chart2 .img1 {
  width: 390px;
  margin: 35px auto 70px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .risk-structure-chart2 .img1 {
    width: 100%;
    margin: 30px auto 50px;
  }
}
body.sustainability .governanceBlock .title-txt {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .title-txt {
    font-size: 20px;
    margin-top: 50px;
  }
}
body.sustainability .governanceBlock .basis-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .basis-list {
    display: block;
  }
}
body.sustainability .governanceBlock .basis-list .bl-box {
  width: 48.2%;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .basis-list .bl-box {
    width: 100%;
  }
}
body.sustainability .governanceBlock .basis-list .bl-box .bl-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}

body.sustainability .governanceBlock .basis-list .bl-box .bl-list dt {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  width: 9.8%;
  box-sizing: border-box;
  background-color: #F5F5F5;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .basis-list .bl-box .bl-list dt {
    font-size: 13px;
    width: 13%;
  }
}
body.sustainability .governanceBlock .basis-list .bl-box .bl-list dt.line-top {
  background-color: #E4F5DF;
  font-size: 12px;
}

body.sustainability .governanceBlock .basis-list .bl-box .bl-list dd {
  font-size: 14px;
  padding: 10px;
  width: 90.2%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .basis-list .bl-box .bl-list dd {
    font-size: 13px;
    line-height: 1.6;
    width: 87%;
  }
}
body.sustainability .governanceBlock .basis-list .bl-box .bl-list dd.line-top {
  background-color: #D9F2D3;
  text-align: center;
  border-left: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .basis-list .bl-box:nth-of-type(2) .sub-title {
    margin-top: 30px;
  }
}
body.sustainability .governanceBlock .gl-txt {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .gl-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .governanceBlock .note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .note {
    font-size: 13px;
  }
}
body.sustainability .governanceBlock .lisk-list {
  margin-top: 40px;
  border-top: 1px solid #CCC;
}

body.sustainability .governanceBlock .lisk-list dt {
  padding: 22px 25px;
  font-size: 22px;
  color: #00A332;
  position: relative;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .lisk-list dt {
    padding: 18px 22px;
    font-size: 18px;
  }
}
body.sustainability .governanceBlock .lisk-list dt:after {
  content: "£«";
  font-weight: 300;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  color: #000;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .lisk-list dt:after {
    font-size: 18px;
  }
}
body.sustainability .governanceBlock .lisk-list dt.active {
  background-color: #ECF8E9;
}

body.sustainability .governanceBlock .lisk-list dt.active:after {
  content: "£­";
}

body.sustainability .governanceBlock .lisk-list dd {
  display: none;
}

body.sustainability .governanceBlock .lisk-list dd .lisk {
  margin: 35px 0;
  border-top: 1px solid #CCC;
}

body.sustainability .governanceBlock .lisk-list dd .lisk th {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 12px 0;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .lisk-list dd .lisk th {
    font-size: 13px;
    line-height: 1.4;
  }
}
body.sustainability .governanceBlock .lisk-list dd .lisk th:first-of-type {
  border-left: none;
}

body.sustainability .governanceBlock .lisk-list dd .lisk td {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 16px 15px;
  box-sizing: border-box;
  line-height: 1.88;
  width: 42%;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .lisk-list dd .lisk td {
    font-size: 13px;
    line-height: 1.8;
    width: 40%;
    padding: 15px 12px;
  }
  body.sustainability .governanceBlock .lisk-list dd .lisk td a {
    font-size: 9px;
    color: #00A332;
    text-decoration: none;
    letter-spacing: 0;
  }
}
body.sustainability .governanceBlock .lisk-list dd .lisk td:first-of-type {
  background-color: #F5F5F5;
  font-weight: 500;
  border-left: none;
  width: 16%;
}

@media screen and (max-width: 767px) {
  body.sustainability .governanceBlock .lisk-list dd .lisk td:first-of-type {
    width: 20%;
  }
}
body.sustainability .disclosureBlock {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .disclosureBlock {
    padding: 60px 0;
  }
}
body.sustainability .disclosureBlock .disclosure {
  color: #00A332;
  font-size: 22px;
  font-weight: 500;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.sustainability .disclosureBlock .disclosure {
    font-size: 18px;
    margin-top: 40px;
  }
}
body.sustainability .disclosureBlock h4 {
  font-size: 18px;
  font-weight: 700;
  margin-left: 32px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .disclosureBlock h4 {
    font-size: 16px;
    margin-left: 30px;
  }
}
body.sustainability .disclosureBlock h4:before {
  display: none;
}

body.sustainability .disclosureBlock .dp-txt {
  margin-top: 25px;
  line-height: 1.88;
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  body.sustainability .disclosureBlock .dp-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-left: 30px;
  }
}
body.sustainability .society {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .society {
    padding: 60px 0;
  }
}
body.sustainability .society .society-txt {
  line-height: 1.88;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .society-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .society .societyList {
  margin-top: 30px;
  /* margin-left: 1em;*/
}

@media screen and (max-width: 767px) {
  body.sustainability .society .societyList {
    margin-top: 20px;
  }
}
body.sustainability .society .societyList li {
  line-height: 1.88;
  margin-left: 1.25em;
  text-indent: -1.25em;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .societyList li {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .society .society-table {
  margin-top: 40px;
  border-top: 1px solid #CCC;
  line-height: 1.88;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .society-table {
    line-height: 1.8;
    font-size: 13px;
    width: 100%;
  }
}
body.sustainability .society .society-table tr:first-of-type td:first-of-type {
  width: 10%;
}

body.sustainability .society .society-table th {
  background-color: #F5F5F5;
  padding: 30px 20px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .society-table th {
    padding: 20px 10px;
  }
  body.sustainability .society .society-table th:first-of-type {
    width: 24%;
  }
}
body.sustainability .society .society-table td {
  padding: 30px 40px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .society-table td {
    padding: 20px 12px;
  }
}
body.sustainability .society .qualityImg {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .qualityImg {
    margin: 30px auto 0;
    display: block;
    width: 80%;
  }
}
body.sustainability .society .qualityImg li {
  width: 29.4%;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .qualityImg li {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.sustainability .society .qualityImg li p {
  font-size: 14px;
  margin-top: 15px;
}

body.sustainability .society .safetyBlock {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyBlock {
    display: block;
  }
}
body.sustainability .society .safetyBlock dt {
  width: 59%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyBlock dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body.sustainability .society .safetyBlock dt h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyBlock dt h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-left: 1.25em;
    text-indent: -1.25em;
  }
}
body.sustainability .society .safetyBlock dt h4:before {
  content: "¡ñ";
  margin-right: 0.2em;
  color: #00A332;
}

body.sustainability .society .safetyBlock dt .safety-txt {
  line-height: 1.88;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyBlock dt .safety-txt {
    line-height: 1.8;
    margin-top: 20px;
    font-size: 14px;
  }
}
body.sustainability .society .safetyBlock dt.dtw {
  width: 100%;
}

body.sustainability .society .safetyBlock dd {
  width: 37.5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyBlock dd {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.sustainability .society .safetyBlock .safety-btn2 {
  margin-top: 25px;
}

body.sustainability .society .safetyBlock .safety-btn2 a {
  display: inline-block;
  padding: 18px 100px 18px 20px;
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  background-color: #00A332;
  border: 1px solid #00A332;
  transition: all 0.2s linear;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyBlock .safety-btn2 a {
    padding: 15px 70px 15px 16px;
    font-size: 15px;
  }
}
body.sustainability .society .safetyBlock .safety-btn2 a:after {
  width: 10px;
  height: 18px;
  display: block;
  content: "";
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

body.sustainability .society .safetyBlock .safety-btn2 a:hover {
  background-color: #FFF;
  color: #00A332;
}

body.sustainability .society .safetyBlock .safety-btn2 a:hover:after {
  background-image: url(/images/common/green-arrow-r.svg);
  right: 12px;
}

body.sustainability .society .safety-btn {
  margin-top: 20px;
}

body.sustainability .society .safety-btn:first-of-type {
  margin-top: 40px;
}

body.sustainability .society .safety-btn a {
  padding: 26px 160px 26px 26px;
  display: inline-block;
  border: 1px solid #00A332;
  text-decoration: none;
  color: #00A332;
  position: relative;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safety-btn a {
    padding: 16px 40px 16px 18px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
body.sustainability .society .safety-btn a:after {
  content: "";
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-pdf.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safety-btn a:after {
    right: 18px;
  }
}
body.sustainability .society .safety-btn a:hover {
  background-color: #00A332;
  color: #FFF;
}

body.sustainability .society .recruit-btn {
  margin-top: 30px;
}

body.sustainability .society .recruit-btn a {
  padding: 18px 172px 18px 20px;
  display: inline-block;
  background-color: #00A332;
  border: 1px solid #00A332;
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .recruit-btn a {
    padding: 16px 100px 16px 20px;
    font-size: 15px;
  }
}
body.sustainability .society .recruit-btn a:after {
  width: 18px;
  height: 18px;
  content: "";
  background: url(/images/common/external-link-w.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

body.sustainability .society .recruit-btn a:hover {
  background-color: #FFF;
  color: #00A332;
}

body.sustainability .society .recruit-btn a:hover:after {
  background-image: url(/images/common/external-link-g.svg);
  right: 12px;
}

body.sustainability .society .safetyArea {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea {
    margin-top: 50px;
  }
}
body.sustainability .society .safetyArea h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea h4 {
    font-size: 18px;
  }
}
body.sustainability .society .safetyArea h4:before {
  content: "¡ñ";
  margin-right: 0.2em;
  color: #00A332;
}

body.sustainability .society .safetyArea .safety-txt {
  line-height: 1.88;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea .safety-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .society .safetyArea h5 {
  font-size: 18px;
  font-weight: 700;
  color: #00A332;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea h5 {
    font-size: 16px;
  }
}
body.sustainability .society .safetyArea .safety-txt-indent {
  margin-left: 1em;
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea .safety-txt-indent {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .society .safetyArea .external-authentication {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

body.sustainability .society .safetyArea .external-authentication dt {
  width: 21.2%;
  margin-right: 5.8%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea .external-authentication dt {
    width: 40%;
    margin: 0 auto 20px;
  }
}
body.sustainability .society .safetyArea .external-authentication dd {
  width: 73%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea .external-authentication dd {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.sustainability .society .safetyArea .external-authentication dd h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea .external-authentication dd h5 {
    font-size: 16px;
  }
}
body.sustainability .society .safetyArea .external-authentication dd .date {
  font-size: 12px;
  margin-top: 15px;
}

body.sustainability .society .safetyArea .external-authentication dd .external-txt {
  line-height: 1.88;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.sustainability .society .safetyArea .external-authentication dd .external-txt {
    line-height: 1.8;
    line-height: 1.8;
  }
}
body.sustainability .local_communities {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities {
    padding: 60px 0;
  }
}
body.sustainability .local_communities .local_communities-txt {
  line-height: 1.88;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .local_communities-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .local_communities .local_communitiesArea {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .local_communitiesArea {
    padding-bottom: 30px;
  }
}
body.sustainability .local_communities .local_communitiesArea ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .local_communitiesArea ul {
    display: block;
  }
}
body.sustainability .local_communities .local_communitiesArea ul li {
  width: 40.6%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .local_communitiesArea ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
body.sustainability .local_communities .local_communitiesArea ul li .local_communities-note {
  font-size: 14px;
  margin-top: 15px;
}

body.sustainability .local_communities .local_communitiesArea .three {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .local_communitiesArea .three {
    display: block;
  }
}
body.sustainability .local_communities .local_communitiesArea .three li {
  width: 29.5%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .local_communitiesArea .three li {
    width: 80%;
    margin: 0 auto 20px;
  }
}
body.sustainability .local_communities .local_communitiesArea .three li p {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 15px;
}

body.sustainability .local_communities .local_communitiesArea .ex-link {
  margin-top: 20px;
}

body.sustainability .local_communities .local_communitiesArea .ex-link a {
  display: inline-block;
  color: #00A332;
  text-decoration: none;
  font-weight: 500;
}

body.sustainability .local_communities .local_communitiesArea .ex-link a:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(/images/common/external-link-g.svg) center center/100% 100% no-repeat;
  display: inline-block;
  margin-left: 0.5em;
}

body.sustainability .local_communities h4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities h4 {
    font-size: 18px;
    margin-top: 70px;
    margin-left: 1.25em;
    text-indent: -1.25em;
  }
}
body.sustainability .local_communities h4:before {
  content: "¡ñ";
  color: #00A332;
  margin-right: 0.2em;
}

body.sustainability .local_communities .communityArea {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .communityArea {
    display: block;
    margin-top: 60px;
    display: block;
  }
}
body.sustainability .local_communities .communityArea dt {
  width: 59%;
  margin-right: 3.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .communityArea dt {
    width: 100%;
    margin-right: 0;
  }
}
body.sustainability .local_communities .communityArea dt h4 {
  margin-top: 0;
}

body.sustainability .local_communities .communityArea dt .community-txt {
  line-height: 1.88;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .communityArea dt .community-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .local_communities .communityArea dt.dtw {
  width: 100%;
}

body.sustainability .local_communities .communityArea dd {
  width: 37.5%;
}

@media screen and (max-width: 767px) {
  body.sustainability .local_communities .communityArea dd {
    width: 100%;
    margin-top: 20px;
  }
}
body.sustainability .local_communities .communityArea:nth-of-type(2) dd figure {
  width: 70%;
  margin: 0 auto;
}

body.sustainability .sustainability-MenuArea .susMenu {
  margin-top: 40px;
}

body.sustainability .sustainability-MenuArea .susMenu li {
  width: 29.4%;
}

body.sustainability .sustainability-MenuArea .susMenu li a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #00A332;
  color: #000;
  text-decoration: none;
  position: relative;
}

body.sustainability .sustainability-MenuArea .susMenu li a::after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  transition: all 0.2s linear;
}

body.sustainability .sustainability-MenuArea .susMenu li a:hover {
  color: #00A332;
  text-decoration: underline;
}

body.sustainability .sustainability-MenuArea .susMenu li a:hover::after {
  top: 50%;
}

body.sustainability .subcontractors {
  padding: 100px 0;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors {
    padding: 60px 0;
  }
}
body.sustainability .subcontractors .subcontractors-txt {
  margin-top: 50px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .subcontractors-txt {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .subcontractors .subcontractors-subtxt {
  margin-top: 35px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .subcontractors-subtxt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .subcontractors .partnership-logo {
  width: 47%;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .partnership-logo {
    width: 60%;
    margin: 15px auto 0;
  }
}
body.sustainability .subcontractors .pdfLink {
  margin-top: 30px;
}

body.sustainability .subcontractors .pdfLink a {
  padding: 20px 60px 20px 30px;
  border: 1px solid #00A332;
  text-decoration: none;
  display: inline-block;
  color: #00A332;
  position: relative;
  transition: all 0.2s linear;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .pdfLink a {
    padding: 16px 70px 16px 18px;
    font-size: 15px;
    line-height: 1.6;
  }
}
body.sustainability .subcontractors .pdfLink a:after {
  content: "";
  width: 16px;
  height: 20px;
  transition: all 0.2s linear;
  background: url(/images/common/icon-pdf.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .pdfLink a:after {
    right: 25px;
  }
}
body.sustainability .subcontractors .pdfLink a:hover {
  background-color: #00A332;
  color: #FFF;
}

body.sustainability .subcontractors .txtLink {
  margin-top: 20px;
}

body.sustainability .subcontractors .txtLink a {
  color: #00A332;
  text-decoration: none;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .txtLink a {
    font-size: 15px;
  }
}
body.sustainability .subcontractors .txtLink a:after {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
  content: "";
  margin-left: 0.5em;
}

body.sustainability .subcontractors .txtLink a:hover {
  text-decoration: underline;
}

body.sustainability .subcontractors .subcontractors-subNote {
  margin-top: 20px;
  font-size: 14px;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .subcontractors-subNote {
    font-size: 13px;
    line-height: 1.6;
    text-indent: -1em;
    margin-left: 1em;
  }
}
body.sustainability .subcontractors .subcontractors-img {
  margin-top: 30px;
  width: 58.8%;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .subcontractors-img {
    margin: 30px auto 0;
    width: 80%;
  }
}
body.sustainability .subcontractors .detail-btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .detail-btn {
    text-align: center;
  }
}
body.sustainability .subcontractors .detail-btn a {
  display: inline-block;
  padding: 15px 150px 15px 20px;
  border: 1px solid #00A332;
  background-color: #00A332;
  position: relative;
  color: #FFF;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.sustainability .subcontractors .detail-btn a {
    padding: 15px 100px 15px 20px;
    font-size: 15px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 80%;
  }
}
body.sustainability .subcontractors .detail-btn a:after {
  content: "";
  width: 10px;
  height: 18px;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

body.sustainability .subcontractors .detail-btn a:hover {
  background-color: #FFF;
  color: #00A332;
}

body.sustainability .subcontractors .detail-btn a:hover:after {
  background-image: url(/images/common/green-arrow-r.svg);
  right: 12px;
}

body.sustainability .commendation {
  padding: 100px 0;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .commendation {
    padding: 60px 0;
  }
}
body.sustainability .commendation h3 {
  margin-top: 0;
}

body.sustainability .commendation .commendation-txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .commendation .commendation-txt {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 30px;
  }
}
body.sustainability h4 {
  margin-top: 80px;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.sustainability h4 {
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.6;
    margin-left: 1.25em;
    text-indent: -1.25em;
  }
}
body.sustainability h4:before {
  content: "¡ñ";
  margin-right: 0.2em;
  color: #00A332;
}

body.sustainability .right-date {
  margin-top: 40px;
  font-size: 14px;
  text-align: right;
  color: #404040;
}

body.sustainability .award-winning {
  margin-top: 10px;
  width: 100%;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .award-winning {
    font-size: 14px;
  }
}
body.sustainability .award-winning th {
  padding: 25px 28px;
  background-color: #F5F5F5;
  line-height: 1.88;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .award-winning th {
    line-height: 1.8;
    padding: 16px 18px;
  }
}
body.sustainability .award-winning td {
  line-height: 1.88;
  padding: 25px 40px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .award-winning td {
    line-height: 1.8;
    padding: 16px 0 16px 20px;
  }
}
body.sustainability .award-winning td .tableWrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  body.sustainability .award-winning td .tableWrap {
    display: block;
  }
}
body.sustainability .award-winning td .tableWrap ul {
  width: 50%;
}

@media screen and (max-width: 767px) {
  body.sustainability .award-winning td .tableWrap ul {
    width: 100%;
  }
}
body.sustainability .award-winning td .tableWrap ul li {
  margin-left: 1em;
  text-indent: -1em;
}

body.sustainability .award-winning td .tableWrap ul li:before {
  content: "?";
}

body.sustainability .superiority-complex {
  padding: 100px 0;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.sustainability .superiority-complex {
    padding: 60px 0;
  }
}
body.sustainability .superiority-complex h3 {
  margin-top: 0;
}

body.sustainability .superiority-complex .superiority-complex-txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.sustainability .superiority-complex .superiority-complex-txt {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 30px;
  }
}
body.sustainability .superiority-complex td ul {
  width: 100%;
}

body.sustainability .superiority-complex td ul li {
  margin-left: 1em;
  text-indent: -1em;
}

body.sustainability .superiority-complex td ul li:before {
  content: "?";
}

body.sustainability .meister {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .meister {
    padding: 60px 0;
  }
}
body.sustainability .meister h3 {
  margin-top: 0;
}

body.sustainability .meister .meisterImg {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .meister .meisterImg {
    margin-top: 40px;
  }
}
body.sustainability .meister .meister-txt {
  line-height: 1.88;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .meister .meister-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
body.sustainability .meister .period {
  margin-top: 95px;
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #00A332;
  background-color: #ECF8E9;
  border: 1px solid #00A332;
}

@media screen and (max-width: 767px) {
  body.sustainability .meister .period {
    margin-top: 60px;
    padding: 15px 0;
    font-size: 16px;
  }
}
body.sustainability .meister .meisterList {
  display: flex;
  flex-wrap: wrap;
}

body.sustainability .meister .meisterList li {
  width: 21.2%;
  margin-right: 5.06%;
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  body.sustainability .meister .meisterList li {
    width: 47%;
    margin-right: 6%;
    margin-top: 25px;
  }
}
body.sustainability .meister .meisterList li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .meister .meisterList li:nth-of-type(2n) {
    margin-right: 0;
  }
}
body.sustainability .meister .meisterList li figure {
  aspect-ratio: 6/7;
}

body.sustainability .meister .meisterList li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.sustainability .meister .meisterList li .company {
  font-size: 12px;
  margin-top: 12px;
}

body.sustainability .meister .meisterList li .name {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body.sustainability .meister .meisterList li .name {
    font-size: 14px;
  }
}
body.sustainability .human-rights {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.sustainability .human-rights {
    padding: 60px 0;
  }
}
body.sustainability .human-rights .society-txt {
  line-height: 1.88;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.sustainability .human-rights .society-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.sustainability .human-rights h4 {
  margin-left: 1em;
  margin-top: 40px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  body.sustainability .human-rights h4 {
    margin-left: 2.75em;
    text-indent: -1.75em;
  }
}
body.sustainability .human-rights h4:before {
  display: none;
}

body.sustainability .human-rights .human-rights-txt {
  line-height: 1.88;
  margin-top: 20px;
  margin-left: 3em;
}

@media screen and (max-width: 767px) {
  body.sustainability .human-rights .human-rights-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-left: 3.5em;
  }
}
body.sustainability .human-rights .human-rights-title {
  font-weight: 500;
  margin-top: 40px;
  margin-left: 1em;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  body.sustainability .human-rights .human-rights-title {
    font-size: 16px;
  }
}
body.sustainability .human-rights dl {
  margin-left: 1em;
}

body.sustainability .human-rights dl dt {
  font-weight: 500;
  margin-top: 40px;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  body.sustainability .human-rights dl dt {
    font-size: 14px;
  }
}
body.sustainability .human-rights dl dd {
  margin: 20px 0 0 2em;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.sustainability .human-rights dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .titleArea-history {
  height: 700px;
  margin-top: 80px;
  background: url(/images/pickup/history-mainImg.webp) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .pickup .titleArea-history {
    height: 250px;
    margin-top: 51px;
  }
}
.pickup .titleArea-history .titlewrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pickup .titleArea-history .titlewrap h1 {
    width: 80%;
  }
}
.pickup .titleArea-history .titlewrap img {
  width: 696px;
}

@media screen and (max-width: 767px) {
  .pickup .titleArea-history .titlewrap img {
    width: 100%;
  }
}
.pickup .historyMenu {
  max-width: 1200px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .pickup .historyMenu {
    padding: 0 20px;
  }
}
.pickup .historyMenu .dateLink {
  display: flex;
  border-left: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  .pickup .historyMenu .dateLink {
    flex-wrap: wrap;
    justify-content: center;
    border-left: none;
  }
}
.pickup .historyMenu .dateLink li {
  width: 20%;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  border-right: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  .pickup .historyMenu .dateLink li {
    width: 33%;
    margin-bottom: 20px;
  }
  .pickup .historyMenu .dateLink li:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
  .pickup .historyMenu .dateLink li:first-of-type {
    border-left: 1px solid #CCC;
  }
  .pickup .historyMenu .dateLink li:nth-of-type(4) {
    border-left: 1px solid #CCC;
  }
}
.pickup .historyMenu .dateLink li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: all 0.2s linear;
}

.pickup .historyMenu .dateLink li a .date {
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .pickup .historyMenu .dateLink li a .date {
    font-size: 13px;
  }
}
.pickup .historyMenu .dateLink li a .title {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pickup .historyMenu .dateLink li a .title {
    font-size: 18px;
  }
}
.pickup .historyMenu .dateLink li a figure {
  margin-top: 15px;
}

.pickup .historyMenu .dateLink li a:hover {
  background-color: #EFEFEF;
}

.pickup .brownBlock {
  width: 100%;
  color: #FFF;
  padding: 15px 0;
  background-color: #7C4A38;
}

@media screen and (max-width: 767px) {
  .pickup .brownBlock {
    padding: 15px 20px;
    box-sizing: border-box;
  }
}
.pickup .sticky {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pickup .sticky {
    top: 51px;
  }
}
.pickup #link1 {
  background-image: url(/images/pickup/history/block1Bk.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.pickup #link2 {
  background-image: url(/images/pickup/history/block2Bk.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.pickup #link3 {
  background-image: url(/images/pickup/history/block3Bk.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.pickup #link4 {
  background-image: url(/images/pickup/history/block4Bk.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.pickup #link5 {
  background-image: url(/images/pickup/history/block5Bk.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.pickup .initial-period {
  font-family: "Noto Serif JP", serif;
  background: url(/images/pickup/history/block1Bk.png) left bottom/90% auto no-repeat #FFF6E6;
}

.pickup .initial-period:first-of-type {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period:first-of-type {
    margin-top: 60px;
  }
}
.pickup .initial-period:nth-of-type(2) {
  background: url(/images/pickup/history/block2Bk.png) right bottom/60% auto no-repeat #FFF6E6;
}

.pickup .initial-period:nth-of-type(3) {
  background: url(/images/pickup/history/block3Bk.png) left bottom/54% auto no-repeat #FFF6E6;
}

.pickup .initial-period:nth-of-type(4) {
  background: url(/images/pickup/history/block4Bk.png) right -200px bottom/80% auto no-repeat #FFF6E6;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period:nth-of-type(4) {
    background-position: right -60px bottom;
  }
}
.pickup .initial-period:nth-of-type(5) {
  background: url(/images/pickup/history/block5Bk.png) left -300px bottom/100% auto no-repeat #FFF6E6;
}

.pickup .initial-period .date-detail {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .date-detail {
    font-size: 22px;
    text-align: center;
  }
}
.pickup .initial-period .date-detail span {
  font-size: 20px;
  margin-left: 2em;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .date-detail span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
  }
}
.pickup .initial-period .date-detail span small {
  font-size: 0.8em;
}

.pickup .initial-period .inner {
  margin: 30px auto 80px;
  border-left: 1px solid #7C4A38;
  padding-left: 75px;
  max-width: 1000px;
}

@media screen and (max-width: 1025px) {
  .pickup .initial-period .inner {
    width: calc(100% - 40px);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .pickup .initial-period .inner {
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding-left: 40px;
  }
}
.pickup .initial-period .inner h3 {
  font-family: "Bodoni MT", "Bodoni 72", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 58px;
  margin-top: 100px;
  color: #9B6107;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner h3 {
    font-size: 42px;
    margin-top: 60px;
  }
}
.pickup .initial-period .inner h3:first-of-type {
  margin-top: 30px;
}

.pickup .initial-period .inner h3 span {
  font-style: normal;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  margin-left: 5px;
}

.pickup .initial-period .inner h3 span small {
  color: #000;
  margin-left: 10px;
  font-size: 14px;
}

.pickup .initial-period .inner h3:before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #7C4A38;
  position: absolute;
  top: calc(50% - 1px);
  left: -75px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner h3:before {
    width: 32px;
    left: -40px;
  }
}
.pickup .initial-period .inner h3:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 6px;
  background-color: #7C4A38;
  position: absolute;
  top: calc(50% - 6px);
  left: -81px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner h3:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: -46px;
  }
}
.pickup .initial-period .inner .brown-light-line {
  display: inline-block;
  background-color: #F4E5CB;
  margin-top: 20px;
  padding: 6px 10px;
  font-size: 14px;
  color: #9B6107;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .brown-light-line {
    font-size: 13px;
    line-height: 1.5;
  }
}
.pickup .initial-period .inner h4 {
  font-size: 22px;
  line-height: 1.72;
  color: #7C4A38;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner h4 {
    font-size: 16px;
    line-height: 1.65;
  }
}
.pickup .initial-period .inner h4.mt35 {
  margin-top: 35px;
}

.pickup .initial-period .inner .txt {
  line-height: 2;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .txt {
    font-size: 14px;
    line-height: 1.88;
  }
}
.pickup .initial-period .inner .photoWrap {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap {
    display: block;
  }
}
.pickup .initial-period .inner .photoWrap.end {
  align-items: end;
}

.pickup .initial-period .inner .photoWrap li {
  width: 300px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pickup .initial-period .inner .photoWrap li p {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li p {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
.pickup .initial-period .inner .photoWrap li p span {
  font-size: 12px;
}

.pickup .initial-period .inner .photoWrap li.w150 {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w150 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li.w160 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w160 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li.w180 {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w180 {
    margin: 20px auto 0;
  }
}
.pickup .initial-period .inner .photoWrap li.w190 {
  width: 190px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w190 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li.w200 {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w200 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li.w226 {
  width: 226px;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w226 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li .w254 {
  width: 254px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li .w254 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li .w264 {
  width: 264px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li .w264 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w280 {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w280 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w340 {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w340 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w360 {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w360 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w370 {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w370 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w390 {
  width: 390px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w390 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w446 {
  width: 446px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w446 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w455 {
  width: 455px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w455 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li.w580 {
  width: 580px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li.w580 {
    width: 100%;
  }
}
.pickup .initial-period .inner .photoWrap li figure.w110 {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li figure.w110 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li figure.w160 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li figure.w160 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li figure.w220 {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li figure.w220 {
    margin: 0 auto 20px;
  }
}
.pickup .initial-period .inner .photoWrap li figure.w280 {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .photoWrap li figure.w280 {
    width: 100%;
  }
}
.pickup .initial-period .inner .ideaBlock {
  margin-top: 40px;
  padding: 50px 40px;
  background-color: #F5E9D3;
  text-align: center;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .ideaBlock {
    width: 100%;
    padding: 30px 20x;
    box-sizing: border-box;
  }
}
.pickup .initial-period .inner .ideaBlock h5 {
  font-size: 20px;
  color: #7C4A38;
  letter-spacing: 0.15em;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .ideaBlock h5 {
    font-size: 16px;
  }
}
.pickup .initial-period .inner .ideaBlock h5:first-of-type {
  margin-top: 0;
}

.pickup .initial-period .inner .ideaBlock .title {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 22px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .ideaBlock .title {
    font-size: 18px;
  }
}
.pickup .initial-period .inner .ideaBlock .idea-txt {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .inner .ideaBlock .idea-txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
.pickup .initial-period .slideBox {
  background-color: rgba(124, 79, 38, 0.3);
  padding: 75px 90px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .slideBox {
    padding: 50px 36px;
  }
}
.pickup .initial-period .slideBox ul li {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .slideBox ul li {
    padding: 0 5px;
  }
}
.pickup .initial-period .slideBox ul li p {
  margin-top: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .slideBox ul li p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.pickup .initial-period .slideBox .slick-next {
  position: absolute;
  top: 34%;
  right: -40px;
  width: 12px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .slideBox .slick-next {
    right: -28px;
  }
}
.pickup .initial-period .slideBox .slick-next:before {
  content: "";
  display: block;
  background: url(/images/common/brown-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  width: 12px;
  height: 22px;
  top: 0;
  right: 0;
}

.pickup .initial-period .slideBox .slick-prev {
  position: absolute;
  top: 34%;
  left: -40px;
  width: 12px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .pickup .initial-period .slideBox .slick-prev {
    left: -28px;
  }
}
.pickup .initial-period .slideBox .slick-prev:before {
  content: "";
  display: block;
  background: url(/images/common/brown-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  width: 12px;
  height: 22px;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

.pickup.engineering main {
  border: 10px solid #94d1ed;
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main {
    border: 8px solid #94d1ed;
    margin-top: 51px;
    margin-bottom: 60px;
  }
}
.pickup.engineering main .titleArea-engineering {
  width: 100%;
  height: 870px;
  box-sizing: border-box;
  padding-top: 60px;
  text-align: center;
  background: url(/images/pickup/engineering/engineering-mainimgBk.webp) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .titleArea-engineering {
    height: 420px;
    padding-top: 30px;
  }
}
.pickup.engineering main .titleArea-engineering .titlewrap figure {
  width: 528px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .titleArea-engineering .titlewrap figure {
    width: 60%;
  }
}
.pickup.engineering main .titleArea-engineering .titlewrap h1 {
  font-weight: 500;
  font-size: 95px;
  margin-top: 30px;
  color: #0268B6;
  font-family: "Roboto Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .titleArea-engineering .titlewrap h1 {
    font-size: 50px;
    margin-top: 25px;
  }
}
.pickup.engineering main .titleArea-engineering .titlewrap h1 span {
  font-family: "YakuHanJPs", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 20px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .titleArea-engineering .titlewrap h1 span {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.pickup.engineering main .engineering-description {
  padding: 110px 0 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description {
    padding: 60px 20px;
  }
}
.pickup.engineering main .engineering-description .top-txt {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .top-txt {
    font-size: 15px;
  }
}
.pickup.engineering main .engineering-description h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description h2 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.pickup.engineering main .engineering-description h2 span {
  display: inline-block;
  margin-top: 18px;
}

.pickup.engineering main .engineering-description h2 span:after {
  display: block;
  content: "";
  background-color: #D1EBF7;
  height: 6px;
  margin-top: 5px;
}

.pickup.engineering main .engineering-description .description-txt {
  font-size: 22px;
  line-height: 2.22;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .description-txt {
    font-size: 16px;
    line-height: 2;
    margin-top: 60px;
    letter-spacing: 0.03em;
  }
}
.pickup.engineering main .engineering-description .description-txt span {
  color: #0268B6;
}

.pickup.engineering main .engineering-description .glaf {
  width: 938px;
  margin: 168px auto 0;
  position: relative;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf {
    width: 100%;
    margin: 168px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf {
    width: 100%;
    margin: 100px auto 0;
  }
}
.pickup.engineering main .engineering-description .glaf .w-block1 {
  position: absolute;
  width: 230px;
  height: 230px;
  top: -108px;
  left: 280px;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .w-block1 {
    width: 190px;
    height: 190px;
    top: -90px;
    left: calc(50% - 95px);
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .w-block1 {
    width: 90px;
    height: 90px;
    top: -50px;
    left: calc(50% - 52px);
  }
}
.pickup.engineering main .engineering-description .glaf .w-block2 {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 18px;
  right: -85px;
}

@media screen and (max-width: 1025px) {
  .pickup.engineering main .engineering-description .glaf .w-block2 {
    right: -30px;
  }
}
@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .w-block2 {
    width: 190px;
    height: 190px;
    top: 70px;
    right: -1%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .w-block2 {
    width: 90px;
    height: 90px;
    top: 0;
    right: -5%;
  }
}
.pickup.engineering main .engineering-description .glaf .w-block3 {
  position: absolute;
  width: 230px;
  height: 230px;
  bottom: -95px;
  right: 48px;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .w-block3 {
    width: 190px;
    height: 190px;
    bottom: -90px;
    right: 14%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .w-block3 {
    width: 90px;
    height: 90px;
    bottom: -40px;
    right: 7%;
  }
}
.pickup.engineering main .engineering-description .glaf .w-block4 {
  position: absolute;
  width: 230px;
  height: 230px;
  bottom: -125px;
  left: 176px;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .w-block4 {
    width: 190px;
    height: 190px;
    bottom: -85px;
    left: 13%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .w-block4 {
    width: 90px;
    height: 90px;
    bottom: -40px;
    left: 15%;
  }
}
.pickup.engineering main .engineering-description .glaf .w-block5 {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 133px;
  left: -90px;
}

@media screen and (max-width: 1025px) {
  .pickup.engineering main .engineering-description .glaf .w-block5 {
    left: -30px;
  }
}
@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .w-block5 {
    width: 190px;
    height: 190px;
    top: 70px;
    left: -1%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .w-block5 {
    width: 90px;
    height: 90px;
    top: 25px;
    left: -5%;
  }
}
.pickup.engineering main .engineering-description .glaf .b-block1 {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0px;
  left: 91px;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .b-block1 {
    width: 100px;
    height: 100px;
    top: -15px;
    left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .b-block1 {
    width: 60px;
    height: 60px;
    top: -34px;
    left: 13%;
  }
}
.pickup.engineering main .engineering-description .glaf .b-block2 {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -34px;
  right: 204px;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .b-block2 {
    width: 100px;
    height: 100px;
    top: -20px;
    right: 20%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .b-block2 {
    width: 60px;
    height: 60px;
    top: -40px;
    right: 18%;
  }
}
.pickup.engineering main .engineering-description .glaf .b-block3 {
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 118px;
  right: -56px;
}

@media screen and (max-width: 1025px) {
  .pickup.engineering main .engineering-description .glaf .b-block3 {
    right: -32px;
  }
}
@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .b-block3 {
    width: 100px;
    height: 100px;
    bottom: 60px;
    right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .b-block3 {
    width: 60px;
    height: 60px;
    bottom: 35px;
    right: -5%;
  }
}
.pickup.engineering main .engineering-description .glaf .b-block4 {
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -85px;
  right: 329px;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .b-block4 {
    width: 100px;
    height: 100px;
    bottom: -40px;
    right: 44%;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .b-block4 {
    width: 60px;
    height: 60px;
    bottom: -40px;
    right: 37%;
  }
}
.pickup.engineering main .engineering-description .glaf .b-block5 {
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 23px;
  left: 0;
}

@media screen and (max-width: 850px) {
  .pickup.engineering main .engineering-description .glaf .b-block5 {
    width: 100px;
    height: 100px;
    bottom: 65px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .glaf .b-block5 {
    width: 60px;
    height: 60px;
    bottom: 4px;
    left: -10px;
  }
}
.pickup.engineering main .engineering-description .txt {
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.94;
  font-weight: 500;
  margin: 186px auto 0;
  text-align: left;
}

@media screen and (max-width: 1025px) {
  .pickup.engineering main .engineering-description .txt {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .pickup.engineering main .engineering-description .txt {
    font-size: 16px;
    line-height: 1.8;
    margin: 70px auto 0;
    padding: 0;
  }
}
.pickup .engineering-description2 {
  padding: 80px 2.6%;
  background: url(/images/pickup/engineering/engineeringAreaBk.webp) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-description2 {
    padding: 50px 3.2%;
  }
}
.pickup .engineering-description2 .noList {
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList {
    display: block;
    margin-bottom: 20px;
  }
}
.pickup .engineering-description2 .noList:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.pickup .engineering-description2 .noList:nth-of-type(2n) dt {
  padding: 60px 0 0 58px;
}

@media screen and (max-width: 850px) {
  .pickup .engineering-description2 .noList:nth-of-type(2n) dt {
    padding: 40px 30px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList:nth-of-type(2n) dt {
    padding: 30px 20px;
  }
}
.pickup .engineering-description2 .noList:nth-of-type(2n) dd {
  padding-right: 60px;
  padding-left: calc(50% - 502px);
}

@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList:nth-of-type(2n) dd {
    padding: 30px 20px;
  }
}
.pickup .engineering-description2 .noList dt {
  background-color: #FFF;
  padding: 60px 58px 0 calc(50% - 508px);
  height: 340px;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 850px) {
  .pickup .engineering-description2 .noList dt {
    height: auto;
    padding: 40px 30px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList dt {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}
.pickup .engineering-description2 .noList dt .noWrap {
  display: flex;
}

.pickup .engineering-description2 .noList dt .noWrap .num {
  width: 60px;
  text-align: center;
  font-size: 50px;
  color: #CCCCCC;
  font-weight: 500;
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList dt .noWrap .num {
    padding-top: 0;
    width: 40px;
    font-size: 40px;
  }
}
.pickup .engineering-description2 .noList dt .noWrap .txtBlock {
  width: 390px;
}

@media screen and (max-width: 850px) {
  .pickup .engineering-description2 .noList dt .noWrap .txtBlock {
    width: calc(100% - 44px);
  }
}
@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList dt .noWrap .txtBlock {
    width: calc(100% - 40px);
  }
}
.pickup .engineering-description2 .noList dt .noWrap .txtBlock h2 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList dt .noWrap .txtBlock h2 {
    font-size: 16px;
  }
}
.pickup .engineering-description2 .noList dt .noWrap .txtBlock .txt {
  font-size: 14px;
  line-height: 1.57;
  margin-top: 30px;
}

.pickup .engineering-description2 .noList dt .noWrap .txtBlock .engineeringLink {
  margin-top: 25px;
}

.pickup .engineering-description2 .noList dt .noWrap .txtBlock .engineeringLink a {
  font-weight: 500;
  color: #0268B6;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList dt .noWrap .txtBlock .engineeringLink a {
    font-size: 15px;
  }
}
.pickup .engineering-description2 .noList dt .noWrap .txtBlock .engineeringLink a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList dt .noWrap .txtBlock .engineeringLink a:after {
    position: relative;
    top: 3px;
  }
}
.pickup .engineering-description2 .noList dd {
  width: 50%;
  box-sizing: border-box;
  padding-left: 110px;
  background-color: #EFF6FF;
  height: 340px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 850px) {
  .pickup .engineering-description2 .noList dd {
    padding: 50px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pickup .engineering-description2 .noList dd {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    height: 340px;
  }
}
.pickup .engineering-description2 .noList dd.Block2 {
  background: url(/images/pickup/engineering/block2-Bk.jpg) center center/cover no-repeat;
}

.pickup .engineering-description2 .noList dd.Block3 {
  background: url(/images/pickup/engineering/block3-Bk.jpg) center center/cover no-repeat;
}

.pickup .engineering-description2 .noList dd.Block5 {
  background: url(/images/pickup/engineering/block5-Bk.jpg) center center/cover no-repeat;
}

.pickup .engineering-description2 .noList dd.Block6 {
  background: url(/images/pickup/engineering/block6-Bk.jpg) center center/cover no-repeat;
}

.pickup .engineering-description2 .noList dd.Block7 {
  background: url(/images/pickup/engineering/block7-Bk.jpg) center center/cover no-repeat;
}

.pickup .engineering-description2 .noList dd.Block8 {
  background: url(/images/pickup/engineering/block8-Bk.jpg) center center/cover no-repeat;
}

.pickup .engineering-description2 .noList dd.Block9 {
  background: url(/images/pickup/engineering/block9-Bk.jpg) center center/cover no-repeat;
}

.pickup .engineering-description2 .noList dd .group {
  width: 270px;
}

.pickup .engineering-description2 .noList dd .project-team {
  width: 442px;
}

.pickup .engineering-Menu {
  width: 100px;
  height: 100px;
  background-color: #29A4DB;
  position: fixed;
  right: 0;
  top: 84px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 850px) {
  .pickup .engineering-Menu {
    top: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .pickup .engineering-Menu {
    width: 56px;
    height: 56px;
    top: 51px !important;
  }
}
.pickup .engineering-Menu.page {
  right: 0px;
  top: 80px;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-Menu.page {
    top: 51px;
  }
}
.pickup .engineering-Menu span {
  width: 40px;
  display: inline-block;
  height: 4px;
  background-color: #FFFFFF;
  position: absolute;
  right: 30px;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-Menu span {
    width: 26px;
    right: 14px;
    height: 3px;
  }
}
.pickup .engineering-Menu span:nth-of-type(1) {
  top: 40px;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-Menu span:nth-of-type(1) {
    top: 20px;
  }
}
.pickup .engineering-Menu span:nth-of-type(2) {
  top: 58px;
  width: 28px;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-Menu span:nth-of-type(2) {
    top: 32px;
    width: 20px;
  }
}
.pickup .engineering-Menu span.active:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .pickup .engineering-Menu span.active:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }
}
.pickup .engineering-Menu span.active:nth-of-type(2) {
  transform: translate(0, -7px) rotate(-135deg);
  width: 40px;
}

@media screen and (max-width: 767px) {
  .pickup .engineering-Menu span.active:nth-of-type(2) {
    transform: translate(0, -7px) rotate(-135deg);
    width: 26px;
  }
}
.pickup .slideMenu {
  position: fixed;
  top: 84px;
  right: -340px;
  width: 340px;
  background-color: #29A4DB;
  box-sizing: border-box;
  padding: 80px 26px 10px;
  z-index: 8;
  transition: all 0.3s linear;
}

@media screen and (max-width: 850px) {
  .pickup .slideMenu {
    top: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .pickup .slideMenu {
    padding: 60px 35px 10px;
    top: 51px !important;
    right: -100%;
    width: 100%;
  }
}
.pickup .slideMenu.page {
  top: 80px;
}

@media screen and (max-width: 767px) {
  .pickup .slideMenu.page {
    top: 51px;
  }
}
.pickup .slideMenu.page.active {
  right: 0px;
}

.pickup .slideMenu.active {
  right: 0;
}

.pickup .slideMenu ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 18px;
  display: flex;
}

.pickup .slideMenu ul li a .num {
  color: #73C3E7;
  width: 44px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

.pickup .slideMenu ul li a .txt {
  line-height: 1.6;
  font-size: 14px;
}

.pickup .line-title {
  background-color: #0268B6;
  padding: 5px 0 5px 40px;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pickup .line-title {
    font-size: 18px;
    padding: 5px 0 5px 20px;
  }
}
.pickup .line-title a {
  color: #FFF;
  text-decoration: none;
}

.pickup .line-title a:hover {
  opacity: 0.6;
}

.pickup .engineeringTitle {
  padding: 20px 55px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #29A4DB;
}

@media screen and (max-width: 1025px) {
  .pickup .engineeringTitle {
    padding: 20px 85px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .engineeringTitle {
    padding: 20px 32px 15px;
  }
}
.pickup .engineeringTitle em {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  text-align: center;
  width: 60px;
  color: #CCC;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pickup .engineeringTitle em {
    width: 40px;
    font-size: 38px;
    margin-right: 20px;
  }
}
.pickup .engineeringTitle span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .pickup .engineeringTitle span {
    font-size: 22px;
    line-height: 1.5;
  }
}
.pickup .glayBlock {
  background-color: #F5F5F5;
  padding: 120px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 1025px) {
  .pickup .glayBlock {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .glayBlock {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
.pickup .glayBlock .in-engineeringWrap {
  max-width: 1000px;
  margin: 0 auto;
}

.pickup .glayBlock .in-engineeringWrap h2 {
  font-size: 60px;
  text-align: center;
  color: #0268B6;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .pickup .glayBlock .in-engineeringWrap h2 {
    font-size: 40px;
  }
}
.pickup .glayBlock .in-engineeringWrap .title-under {
  line-height: 1.6;
  font-size: 25px;
  color: #0268B6;
  margin-top: 35px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pickup .glayBlock .in-engineeringWrap .title-under {
    font-size: 18px;
  }
}
.pickup .glayBlock .in-engineeringWrap .engineering-txt {
  line-height: 1.88;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .pickup .glayBlock .in-engineeringWrap .engineering-txt {
    line-height: 1.8;
    margin-top: 60px;
    font-size: 14px;
  }
}
.pickup .glafWrap {
  margin: 100px auto 0;
  max-width: 1000px;
  position: relative;
}

.pickup .glafWrap .btn01 {
  width: 88px;
  position: absolute;
  top: 30px;
  left: calc(50% - 44px);
}

@media screen and (max-width: 767px) {
  .pickup .glafWrap .btn01 {
    width: 74px;
    left: calc(50% - 37px);
    top: 26px;
  }
}
.pickup .glafWrap .btn01:hover {
  opacity: 0.6;
}

.pickup .glafWrap .btn02 {
  width: 108px;
  position: absolute;
  top: 170px;
  left: calc(50% - 54px);
}

@media screen and (max-width: 767px) {
  .pickup .glafWrap .btn02 {
    width: 85px;
    left: calc(50% - 42px);
    top: 150px;
  }
}
.pickup .glafWrap .btn02:hover {
  opacity: 0.6;
}

.pickup .glafWrap .btn03 {
  width: 66px;
  position: absolute;
  top: 310px;
  left: calc(50% - 33px);
}

@media screen and (max-width: 767px) {
  .pickup .glafWrap .btn03 {
    width: 54px;
    left: calc(50% - 27px);
    top: 270px;
  }
}
.pickup .glafWrap .btn03:hover {
  opacity: 0.6;
}

.pickup .glafWrap .glaf {
  width: 466px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pickup .glafWrap .glaf {
    width: 100%;
  }
}
.pickup .glafWrap .group {
  width: 266px;
  border: 1px solid #969696;
  text-align: center;
  position: absolute;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .pickup .glafWrap .group {
    position: static;
    margin-top: 16px;
    width: 100%;
  }
  .pickup .glafWrap .group br.pc {
    margin-right: 1em;
  }
}
.pickup .glafWrap .group h3 {
  font-weight: 500;
  background-color: #EDEDED;
  padding: 10px 0;
  position: relative;
}

.pickup .glafWrap .group h3:after {
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  background: url(/images/common/link-icon.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
}

.pickup .glafWrap .group h3 a {
  text-decoration: none;
  color: #000;
}

.pickup .glafWrap .group h3 a:hover {
  opacity: 0.5;
}

.pickup .glafWrap .group .business {
  padding: 15px;
  font-size: 12px;
  line-height: 1.8;
  background-color: #FFF;
}

.pickup .glafWrap .group.yk {
  top: -20px;
  left: 0;
}

.pickup .glafWrap .group.yk h3 {
  background-color: #0268B6;
  color: #FFF;
}

.pickup .glafWrap .group.yk h3:after {
  width: 6px;
  height: 10px;
  background-image: url(/images/common/white-arrow-r.svg);
}

.pickup .glafWrap .group.yk h3 a {
  text-decoration: none;
  color: #FFF;
}

.pickup .glafWrap .group.yk .icon {
  text-align: center;
  margin: 10px 0 20px;
}

.pickup .glafWrap .group.yk .icon img {
  width: 211px;
}

.pickup .glafWrap .group.hw {
  top: 140px;
  left: 0;
}

.pickup .glafWrap .group.hw .icon {
  text-align: center;
  margin: 10px 0 20px;
}

.pickup .glafWrap .group.hw .icon img {
  width: 136px;
}

.pickup .glafWrap .group.yd {
  top: 264px;
  left: 0;
}

.pickup .glafWrap .group.yd .icon {
  text-align: center;
  margin: 10px 0 20px;
}

.pickup .glafWrap .group.yd .icon img {
  width: 60px;
}

.pickup .glafWrap .group.bl {
  bottom: 0;
  left: 0;
}

.pickup .glafWrap .group.bl .icon {
  text-align: center;
  margin: 10px 0 20px;
}

.pickup .glafWrap .group.bl .icon img {
  width: 293px;
}

.pickup .glafWrap .group.yj {
  right: 0;
  top: -20px;
}

.pickup .glafWrap .group.yj .icon {
  text-align: center;
  margin: 10px 0 20px;
}

.pickup .glafWrap .group.yj .icon img {
  width: 136px;
}

.pickup .glafWrap .group.yr {
  right: 0;
  top: 256px;
}

.pickup .glafWrap .group.yr .icon {
  text-align: center;
  margin: 10px 0 20px;
}

.pickup .glafWrap .group.yr .icon img {
  width: 218px;
}

.pickup .glafWrap .group.nt {
  right: 0;
  top: 390px;
}

.pickup .glafWrap .group.ts {
  right: 0;
  bottom: 0;
}

.pickup .glafWrap .group.ts .icon {
  text-align: center;
  margin: 10px 0 20px;
}

.pickup .glafWrap .group.ts .icon img {
  width: 150px;
}

.pickup .groupBtn {
  text-align: center;
  margin-top: 70px;
}

.pickup .groupBtn a {
  display: inline-block;
  padding: 15px 100px 15px 50px;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s linear;
}

.pickup .groupBtn a:after {
  content: "";
  width: 11px;
  height: 19px;
  background: url(/images/common/white-arrow-r.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 45px;
  top: calc(50% - 9px);
  transition: all 0.3s linear;
}

.pickup .groupBtn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

.pickup .groupBtn a:hover:after {
  right: 35px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% auto no-repeat;
}

.pickup .btnWrap {
  display: flex;
  justify-content: space-between;
  width: 586px;
  margin: 65px auto 0;
}

@media screen and (max-width: 767px) {
  .pickup .btnWrap {
    width: 100%;
    margin: 50px auto 0;
    display: block;
  }
}
.pickup .btnWrap li {
  width: 280px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pickup .btnWrap li {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.pickup .btnWrap li a {
  background-color: #0268B6;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #0268B6;
  display: block;
  padding: 18px 20px;
  position: relative;
  font-weight: 500;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .pickup .btnWrap li a {
    padding: 16px 20px;
    font-size: 15px;
  }
}
.pickup .btnWrap li a:after {
  content: "";
  width: 11px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.3s linear;
}

.pickup .btnWrap li a:hover {
  background-color: #FFF;
  color: #0268B6;
}

.pickup .btnWrap li a:hover:after {
  right: 12px;
  background-image: url(/images/common/blue-arrow-r.svg);
}

.pickup .link-nav {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1025px) {
  .pickup .link-nav {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .link-nav {
    margin: 0 auto 30px;
    justify-content: space-between;
  }
}
.pickup .link-nav .prev {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .pickup .link-nav .prev {
    width: 49%;
  }
}
.pickup .link-nav .prev a {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .pickup .link-nav .prev a {
    font-size: 14px;
    padding-left: 18px;
    line-height: 1.5;
  }
}
.pickup .link-nav .prev a:before {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .pickup .link-nav .prev a:before {
    width: 9px;
    height: 15px;
    top: 3px;
  }
}
.pickup .link-nav .prev a:hover {
  opacity: 0.6;
}

.pickup .link-nav .prev a:hover:before {
  left: -12px;
}

.pickup .link-nav .next {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pickup .link-nav .next {
    width: 49%;
  }
}
.pickup .link-nav .next a {
  display: inline-block;
  padding-right: 35px;
  position: relative;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .pickup .link-nav .next a {
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.5;
  }
}
.pickup .link-nav .next a:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .pickup .link-nav .next a:after {
    width: 9px;
    height: 15px;
    top: 3px;
  }
}
.pickup .link-nav .next a:hover {
  opacity: 0.6;
}

.pickup .link-nav .next a:hover:after {
  right: -12px;
}

.pickup .LinkArea {
  padding: 60px 0 70px;
  background: url(/images/pickup/engineering/linkArea-Bk.webp) center center/cover no-repeat;
}

@media screen and (max-width: 1025px) {
  .pickup .LinkArea {
    padding: 60px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .LinkArea {
    padding: 50px 20px 60px;
  }
}
.pickup .LinkArea .in-linkarea {
  max-width: 1000px;
  margin: 0 auto;
}

.pickup .LinkArea .in-linkarea h3 a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .pickup .LinkArea .in-linkarea h3 a {
    font-size: 16px;
  }
}
.pickup .LinkArea .in-linkarea h3 a:hover {
  opacity: 0.6;
}

.pickup .LinkArea .in-linkarea ul {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pickup .LinkArea .in-linkarea ul {
    display: block;
  }
}
.pickup .LinkArea .in-linkarea ul li {
  width: 32%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pickup .LinkArea .in-linkarea ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pickup .LinkArea .in-linkarea ul li a {
  display: flex;
  align-items: center;
  color: #000;
  padding: 18px 25px 12px 0;
  text-decoration: none;
  background-color: #FFF;
  transition: all 0.2s linear;
  position: relative;
}

.pickup .LinkArea .in-linkarea ul li a:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 8px;
  top: calc(50% - 9px);
  transition: all 0.2s linear;
}

.pickup .LinkArea .in-linkarea ul li a:hover {
  opacity: 0.6;
}

.pickup .LinkArea .in-linkarea ul li a:hover:after {
  right: 3px;
}

.pickup .LinkArea .in-linkarea ul li a .num {
  font-family: "Roboto Condensed", sans-serif;
  width: 60px;
  text-align: center;
  color: #CCCCCC;
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .pickup .LinkArea .in-linkarea ul li a .num {
    width: 44px;
    font-size: 36px;
  }
}
.pickup .LinkArea .in-linkarea ul li a .txt {
  font-size: 16px;
  line-height: 1.63;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pickup .LinkArea .in-linkarea ul li a .txt {
    font-size: 14px;
    width: calc(100% - 44px);
  }
}
.pickup .industriallandImg {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .pickup .industriallandImg {
    padding: 60px 0 0;
  }
}
.pickup .industriallandImg .industrialland-txt {
  margin-top: 30px;
  line-height: 1.88;
}

@media screen and (max-width: 1025px) {
  .pickup .industriallandImg .industrialland-txt {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .industriallandImg .industrialland-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
.pickup .caseArea {
  padding-bottom: 110px;
  background-color: #EFF6FF;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.pickup .caseArea h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 20px 0;
  background-color: #0268B6;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea h2 {
    font-size: 21px;
  }
}
.pickup .caseArea .specific-examples {
  margin: 110px auto 0;
  max-width: 1000px;
}

@media screen and (max-width: 1025px) {
  .pickup .caseArea .specific-examples {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}
.pickup .caseArea .specific-examples h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0268B6;
  padding-bottom: 18px;
  border-bottom: 2px solid #0268B6;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples h3 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.pickup .caseArea .specific-examples .caseWrap {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples .caseWrap {
    display: block;
  }
}
.pickup .caseArea .specific-examples .caseWrap .txtArea {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples .caseWrap .txtArea {
    width: 100%;
  }
}
.pickup .caseArea .specific-examples .caseWrap .txtArea h4 {
  font-size: 25px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples .caseWrap .txtArea h4 {
    font-size: 18px;
  }
}
.pickup .caseArea .specific-examples .caseWrap .txtArea dl {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.pickup .caseArea .specific-examples .caseWrap .txtArea dl dt {
  width: 56px;
  margin-right: 16px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  border: 1px solid #404040;
  margin-bottom: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples .caseWrap .txtArea dl dt {
    width: 30%;
  }
}
.pickup .caseArea .specific-examples .caseWrap .txtArea dl dd {
  width: calc(100% - 72px);
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples .caseWrap .txtArea dl dd {
    width: 64%;
    font-size: 14px;
  }
}
.pickup .caseArea .specific-examples .caseWrap .imgArea {
  width: 52%;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples .caseWrap .imgArea {
    width: 100%;
    margin-top: 20px;
  }
}
.pickup .caseArea .specific-examples .txt {
  margin-top: 25px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .caseArea .specific-examples .txt {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 14px;
  }
}
.pickup .technical-sectionArea {
  padding: 100px 0 170px;
}

@media screen and (max-width: 1025px) {
  .pickup .technical-sectionArea {
    padding: 100px 20px 170px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea {
    padding: 60px 0;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth {
    padding: 0 20px;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap {
    padding-bottom: 40px;
    display: block;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap .img {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0268B6;
  padding-bottom: 18px;
  border-bottom: 2px solid #0268B6;
  margin-top: 90px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth h3 {
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: 0.05em;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth .title-under {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth .title-under {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap2 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap2 {
    margin-top: 40px;
    display: block;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap2 .img {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap2 .img {
    width: 80%;
    margin: 0 auto;
  }
  .pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap2 .img:nth-of-type(2) {
    margin-top: 20px;
  }
}
.pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap2 .img p {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pickup .technical-sectionArea .technical-sectionAreaWidth .imgWrap2 .img p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .management-systemArea {
    margin-top: 60px;
  }
}
.pickup .management-systemArea h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 20px 0;
  background-color: #0268B6;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea h2 {
    font-size: 20px;
  }
}
.pickup .management-systemArea h2:nth-of-type(2) {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea h2:nth-of-type(2) {
    margin-top: 60px;
  }
}
.pickup .management-systemArea .management-systemWrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  .pickup .management-systemArea .management-systemWrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap {
    padding: 0;
  }
}
.pickup .management-systemArea .management-systemWrap .blue-box {
  background-color: #EFF6FF;
  padding: 60px 50px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .blue-box {
    padding: 30px 20px;
    margin-top: 60px;
  }
}
.pickup .management-systemArea .management-systemWrap .blue-box h4 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 25px;
  font-weight: 500;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .blue-box h4 {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .pickup .management-systemArea .management-systemWrap .blue-box h4.pd0 {
    padding: 0;
  }
}
.pickup .management-systemArea .management-systemWrap .blue-box h4:first-of-type {
  margin-top: 0;
}

.pickup .management-systemArea .management-systemWrap .blue-box .txt {
  margin-top: 25px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .blue-box .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .management-systemArea .management-systemWrap .blue-box ul {
  margin-top: 10px;
}

.pickup .management-systemArea .management-systemWrap .blue-box ul li {
  line-height: 1.88;
  margin-left: 2em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .blue-box ul li {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .management-systemArea .management-systemWrap h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0268B6;
  padding-bottom: 18px;
  border-bottom: 2px solid #0268B6;
  margin-top: 90px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap h3 {
    font-size: 20px;
    margin: 60px 20px 0;
    padding-bottom: 15px;
    line-height: 1.5;
  }
}
.pickup .management-systemArea .management-systemWrap .management-system-txt {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .management-system-txt {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .management-systemArea .management-systemWrap .management-img {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .management-img {
    display: block;
    margin-top: 40px;
  }
  .pickup .management-systemArea .management-systemWrap .management-img.pd20 {
    padding: 0 20px;
  }
}
.pickup .management-systemArea .management-systemWrap .management-img li {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .management-img li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pickup .management-systemArea .management-systemWrap .management-img li:last-of-type {
    margin-bottom: 0;
  }
}
.pickup .management-systemArea .management-systemWrap .management-img li p {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .management-img li p {
    font-size: 14px;
  }
}
.pickup .management-systemArea .management-systemWrap .management-table {
  margin-top: 25px;
  line-height: 1.88;
  border-top: 1px solid #CCC;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .management-table {
    line-height: 1.6;
    width: 100%;
    font-size: 13px;
  }
}
.pickup .management-systemArea .management-systemWrap .management-table th {
  background-color: #F5F5F5;
  padding: 20px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .management-table th {
    padding: 15px;
  }
}
.pickup .management-systemArea .management-systemWrap .management-table td {
  padding: 20px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .management-table td {
    padding: 15px;
  }
}
.pickup .management-systemArea .management-systemWrap .security-management {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .security-management {
    padding-bottom: 60px;
    display: block;
    padding: 0 20px;
  }
  .pickup .management-systemArea .management-systemWrap .security-management:last-of-type {
    margin-bottom: 60px;
  }
}
.pickup .management-systemArea .management-systemWrap .security-management dt {
  margin-top: 50px;
  width: 52%;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .security-management dt {
    margin-top: 40px;
    width: 100%;
    margin-right: 0;
  }
}
.pickup .management-systemArea .management-systemWrap .security-management dd {
  margin-top: 50px;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .security-management dd {
    margin-top: 18px;
    width: 100%;
  }
}
.pickup .management-systemArea .management-systemWrap .security-management dd h5 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.67;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .security-management dd h5 {
    font-size: 17px;
  }
}
.pickup .management-systemArea .management-systemWrap .security-management dd .security-managementTxt {
  margin-top: 25px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .management-systemArea .management-systemWrap .security-management dd .security-managementTxt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
.pickup .construct-declaration {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .pickup .construct-declaration {
    padding: 0 0 60px;
  }
}
.pickup .construct-declaration .construct-inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  .pickup .construct-declaration .construct-inner {
    padding: 0 20px;
  }
}
.pickup .construct-declaration .construct-inner h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0268B6;
  padding-bottom: 18px;
  border-bottom: 2px solid #0268B6;
  margin-top: 90px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup .construct-declaration .construct-inner h3 {
    margin-top: 60px;
    font-size: 20px;
    padding-bottom: 16px;
  }
}
.pickup .construct-declaration .construct-inner .construct-txt {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .construct-declaration .construct-inner .construct-txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
.pickup .construct-declaration .construct-inner figure {
  width: 500px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .pickup .construct-declaration .construct-inner figure {
    width: 80%;
  }
}
.pickup .construct-declaration .construct-inner .pdfLink {
  margin-top: 50px;
}

.pickup .construct-declaration .construct-inner .pdfLink a {
  display: block;
  width: 406px;
  margin: 0 auto;
  border: 1px solid #0268B6;
  color: #0268B6;
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
  font-weight: 500;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .pickup .construct-declaration .construct-inner .pdfLink a {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 34px 15px 18px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.pickup .construct-declaration .construct-inner .pdfLink a:after {
  content: "";
  width: 16px;
  height: 20px;
  display: block;
  background: url(/images/common/icon-pdf.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  transition: all 0.2s linear;
}

.pickup .construct-declaration .construct-inner .pdfLink a:hover {
  background-color: #0268B6;
  color: #FFF;
}

.pickup .construct-declaration .construct-inner .txtLink {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pickup .construct-declaration .construct-inner .txtLink {
    font-size: 15px;
  }
}
.pickup .construct-declaration .construct-inner .txtLink a {
  color: #0268B6;
  text-decoration: none;
  font-weight: 500;
}

.pickup .construct-declaration .construct-inner .txtLink a:after {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  content: "";
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}

.pickup .construct-declaration .construct-inner .txtLink a:hover {
  text-decoration: underline;
}

.pickup .partner-companyArea {
  padding: 0 0 100px;
}

@media screen and (max-width: 1025px) {
  .pickup .partner-companyArea {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .partner-companyArea {
    padding: 0 0 60px;
  }
}
.pickup .partner-companyArea .partner-inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pickup .partner-companyArea .partner-inner {
    padding: 0 20px;
  }
}
.pickup .partner-companyArea .partner-inner h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0268B6;
  padding-bottom: 18px;
  border-bottom: 2px solid #0268B6;
  margin-top: 90px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup .partner-companyArea .partner-inner h3 {
    font-size: 20px;
    margin-top: 60px;
  }
}
.pickup .partner-companyArea .partner-inner h3:first-of-type {
  margin-top: 0;
}

.pickup .partner-companyArea .partner-inner .partner-txt {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .partner-companyArea .partner-inner .partner-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .partner-companyArea .partner-inner figure {
  width: 475px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .pickup .partner-companyArea .partner-inner figure {
    width: 100%;
  }
}
.pickup .partner-companyArea .partner-inner .partner-company-btn {
  margin-top: 50px;
}

.pickup .partner-companyArea .partner-inner .partner-company-btn a {
  display: block;
  width: 406px;
  text-align: center;
  margin: 0 auto;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  color: #FFF;
  text-decoration: none;
  padding: 18px 0;
  position: relative;
  font-weight: 500;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .pickup .partner-companyArea .partner-inner .partner-company-btn a {
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
  }
}
.pickup .partner-companyArea .partner-inner .partner-company-btn a:after {
  content: "";
  width: 11px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

.pickup .partner-companyArea .partner-inner .partner-company-btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

.pickup .partner-companyArea .partner-inner .partner-company-btn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

.pickup .research-facilitiesMenu {
  width: 570px;
  margin: -30px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenu {
    display: block;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
}
.pickup .research-facilitiesMenu li {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenu li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.pickup .research-facilitiesMenu li a {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #0268B6;
  position: relative;
  text-decoration: none;
  color: #000;
}

.pickup .research-facilitiesMenu li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 1025px) {
  .pickup .research-facilitiesMenuArea .facilities-inner {
    padding: 0 20px 60px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .note {
  font-size: 14px;
  margin-top: 15px;
  text-align: right;
}

.pickup .research-facilitiesMenuArea .facilities-inner h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #0268B6;
  padding-bottom: 18px;
  border-bottom: 2px solid #0268B6;
  margin-top: 100px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner h3 {
    font-size: 20px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-txt {
  margin-top: 15px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-img {
    display: block;
    margin-top: 0;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-img li {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-img li {
    width: 100%;
    margin-top: 25px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner h4 {
  font-size: 25px;
  text-align: center;
  margin-top: 70px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner h4 {
    font-size: 18px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner h4:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #0268B6;
  margin-right: 16px;
  position: relative;
  bottom: 8px;
}

.pickup .research-facilitiesMenuArea .facilities-inner h4:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #0268B6;
  margin-left: 16px;
  position: relative;
  bottom: 8px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .center-txt {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .center-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox {
  background-color: #EFF6FF;
  padding: 65px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox {
    padding: 30px 20px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox h5 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #0268B6;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox h5 {
    font-size: 18px;
    margin-top: 50px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox h5:first-of-type {
  margin-top: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .facilities-txt {
  margin-top: 25px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .facilities-txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List {
    display: block;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List li {
  width: 48.2%;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List li {
    width: 100%;
    margin-top: 35px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List li .title {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List li .title {
    font-size: 16px;
    margin-top: 15px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List li .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List li .txt-indent {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List li .txt-indent.first {
  margin-top: 10px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List2 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List2 {
    margin-top: 40px;
    display: block;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List2 li {
  width: 32.2%;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List2 li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List2 li .title {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .List2 li .title {
    font-size: 14px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .out-title {
  margin-top: 45px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .out-title {
    margin-top: 40px;
    font-size: 16px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .out-indent {
  line-height: 1.88;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .out-indent {
    line-height: 1.8;
    font-size: 14px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .out-indent.first {
  margin-top: 10px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List {
    display: block;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li {
  margin: 35px 1.7% 0 0;
  color: #0268B6;
  text-align: center;
  width: 32.2%;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li {
    margin: 30px 0 0;
    width: 100%;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li:nth-of-type(3n) {
  margin-right: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li:nth-of-type(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li:nth-of-type(-n+3) {
    margin-top: 30px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li:last-of-type {
  margin-right: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a {
  text-decoration: none;
  color: #000;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a figure {
  overflow: hidden;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a figure img {
  transition: all 0.3s linear;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a .sub {
  font-size: 14px;
  margin-top: 15px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a .technology {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a .technology {
    font-size: 16px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a:hover {
  opacity: 0.7;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List li a:hover img {
  transform: scale(1.1);
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 {
    display: block;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li {
  width: 46%;
  margin-right: 8%;
  text-align: center;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li:nth-of-type(2n) {
  margin-right: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li:nth-of-type(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li:nth-of-type(-n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li:first-of-type {
    margin-top: 0;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li .listWrap {
  display: flex;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li .listWrap .img {
  width: 50%;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li .listWrap .img .construction {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li .listWrap .img .construction {
    font-size: 14px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li .listWrap .img:nth-of-type(2) {
  color: #0268B6;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li .noteTxt {
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .facilities-blueBox .dis-technology-List2 li .noteTxt {
    font-size: 14px;
    line-height: 1.4;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .technology-note {
  font-size: 14px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .technology-note {
    font-size: 13px;
    margin-top: 30px;
    line-height: 1.6;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .summary-table {
  width: 100%;
  border-top: 1px solid #CCC;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .summary-table {
    margin-top: 25px;
    font-size: 13px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .summary-table th {
  line-height: 1.88;
  background-color: #F5F5F5;
  box-sizing: border-box;
  width: 20%;
  padding: 25px 20px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .summary-table th {
    line-height: 1.6;
    padding: 15px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .summary-table td {
  line-height: 1.88;
  padding: 25px 50px;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .summary-table td {
    line-height: 1.6;
    padding: 15px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .summary-table td span a {
  display: inline-block;
  border: 1px solid #0268B6;
  font-size: 14px;
  margin-left: 1.3em;
  padding: 5px 20px 3px;
  color: #0268B6;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .summary-table td span a {
    font-size: 13px;
    margin-top: 15px;
    margin-left: 10px;
    padding: 5px 12px 3px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .summary-table td span a:hover {
  background-color: #0268B6;
  color: #FFF;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facility-intro dt {
  margin-top: 70px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facility-intro dt h4.r-title {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: left;
  color: #000;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facility-intro dt h4.r-title:after {
  display: none;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facility-intro dt h4.r-title:before {
  display: none;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facility-intro dd {
  margin-top: 25px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .facility-intro dd p {
  line-height: 1.88;
}

.pickup .research-facilitiesMenuArea .facilities-inner .movie {
  margin: 25px auto 0;
  max-width: 85%;
}

.pickup .research-facilitiesMenuArea .facilities-inner .movie video {
  width: 100%;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc {
  margin-top: 50px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dt {
  font-size: 18px;
  background-color: #0268B6;
  color: #FFF;
  cursor: pointer;
  padding: 20px 25px;
  position: relative;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dt:after {
  content: "£«";
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  right: 18px;
  top: calc(50% - 10px);
  color: #FFF;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dt.active {
  background-color: #EFF6FF;
  color: #000;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dt.active:after {
  content: "£­";
  color: #000;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dt span {
  font-size: 0.8em;
  margin-left: 1em;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd {
  padding-top: 50px;
  display: none;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTitle {
  text-align: left;
  font-weight: 700;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTitle:before {
  display: none;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTitle:after {
  display: none;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTitle:first-of-type {
  margin-top: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTxt {
  margin-top: 15px;
  font-size: 18px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTable {
  width: 100%;
  border-top: 1px solid #CCC;
  margin-top: 20px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTable th {
  line-height: 1.88;
  background-color: #F5F5F5;
  box-sizing: border-box;
  width: 20%;
  padding: 25px 20px;
  border-bottom: 1px solid #CCC;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTable td {
  line-height: 1.88;
  padding: 25px 50px;
  border-bottom: 1px solid #CCC;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTable td span a {
  display: inline-block;
  border: 1px solid #0268B6;
  font-size: 14px;
  margin-left: 1.3em;
  padding: 5px 20px 3px;
  color: #0268B6;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s linear;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTable td span a:hover {
  background-color: #0268B6;
  color: #FFF;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingNote {
  margin-top: 20px;
  font-size: 14px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd h5 {
  font-size: 25px;
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingTxt {
  font-size: 18px;
  margin-top: 20px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingBox {
  background-color: #EFF6FF;
  padding: 50px 60px;
  margin-top: 25px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingBox .BoxTitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 45px;
  color: #0268B6;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingBox .BoxTitle:first-of-type {
  margin-top: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingBox .BoxNote {
  margin: 25px 0 0 1.8em;
  line-height: 1.88;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingBox .BoxNote a {
  display: inline-block;
  font-weight: 500;
  padding: 25px 55px 25px 25px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #000;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingBox .BoxNote a:hover {
  text-decoration: underline;
}

.pickup .research-facilitiesMenuArea .facilities-inner .detail-acc dd .trainingBox .BoxNote a:after {
  content: "";
  width: 16px;
  height: 20px;
  display: block;
  background: url(/images/common/icon-doc.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .small-note {
  font-size: 14px;
  margin-top: 0;
}

.pickup .research-facilitiesMenuArea .facilities-inner .track-record {
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .track-record {
    margin-top: 40px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .track-record .subTitle {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .track-record .subTitle {
    font-size: 18px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.075em;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 .big {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 .big {
    font-size: 40px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 .middle {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 .middle {
    font-size: 34px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 em {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 em {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -18px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 small {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .track-record h5 small {
    font-size: 24px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .track-record h5:after {
  background-color: #F7EF24;
  content: "";
  width: 100%;
  height: 10px;
  display: block;
}

.pickup .research-facilitiesMenuArea .facilities-inner .rightTxt {
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .rightTxt {
    font-size: 13px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .technology-txt {
  line-height: 1.88;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .technology-txt {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 14px;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .technology-btn {
  margin-top: 20px;
}

.pickup .research-facilitiesMenuArea .facilities-inner .technology-btn a {
  padding: 20px 45px 20px 25px;
  border: 1px solid #0268B6;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #0268B6;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .pickup .research-facilitiesMenuArea .facilities-inner .technology-btn a {
    padding: 15px 42px 15px 22px;
    margin: 0 auto;
  }
}
.pickup .research-facilitiesMenuArea .facilities-inner .technology-btn a:after {
  content: "";
  width: 8px;
  height: 14px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: all 0.2s linear;
}

.pickup .research-facilitiesMenuArea .facilities-inner .technology-btn a:hover {
  background-color: #0268B6;
  color: #FFF;
}

.pickup .research-facilitiesMenuArea .facilities-inner .technology-btn a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
  right: 12px;
}

/*/////////////// ¤¹¤°¤ï¤«¤ëYAHAGI ///////////////////////*/
body.quickly-understand .titleArea {
  height: 700px !important;
  margin-top: 80px;
  background-image: url(/images/pickup/quickly-understand/top-main-illust.svg), url(/images/pickup/quickly-understand/main-lineBk.png);
  background-position: center center, top left;
  background-color: #68BFE5;
  background-repeat: no-repeat, repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea {
    background-size: 110% auto, cover;
    background-position: center center, center center;
    height: 440px !important;
    margin-top: 51px;
  }
}
body.quickly-understand .titleArea .titlewrap {
  position: absolute;
  width: 876px;
  top: 0;
  left: calc(50% - 438px);
  padding-top: 130px;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .titleArea .titlewrap {
    width: 90%;
    left: 5%;
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap {
    width: 90%;
    left: 5%;
    padding-top: 10px;
  }
}
body.quickly-understand .titleArea .titlewrap h1 {
  width: 552px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap h1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap h1 figure {
    width: 90%;
    margin: 0 auto;
  }
}
body.quickly-understand .titleArea .titlewrap .title-txt-top {
  font-size: 25px;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap .title-txt-top {
    font-size: 18px;
    margin-top: 20px;
  }
}
body.quickly-understand .titleArea .titlewrap .top-linkMenu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap .top-linkMenu {
    margin-top: 25px;
  }
}
body.quickly-understand .titleArea .titlewrap .top-linkMenu li {
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: #FFF;
  width: 218px;
  box-sizing: border-box;
  padding-right: 15px;
}

@media screen and (max-width: 1025px) {
  body.quickly-understand .titleArea .titlewrap .top-linkMenu li {
    width: 25%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap .top-linkMenu li {
    width: 49%;
  }
}
body.quickly-understand .titleArea .titlewrap .top-linkMenu li a {
  display: block;
  padding: 10px 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap .top-linkMenu li a {
    padding: 6px 0;
  }
}
body.quickly-understand .titleArea .titlewrap .top-linkMenu li a .num {
  width: 72px;
  text-align: center;
  color: #bee4f4;
  font-size: 40px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap .top-linkMenu li a .num {
    width: 32%;
    font-size: 24px;
  }
}
body.quickly-understand .titleArea .titlewrap .top-linkMenu li a .MenuTitle {
  text-align: center;
  width: calc(100% - 72px);
  color: #29A4DB;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap .top-linkMenu li a .MenuTitle {
    width: 68%;
    font-size: 15px;
  }
}
body.quickly-understand .titleArea .titlewrap .top-linkMenu li a .MenuTitle span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .titleArea .titlewrap .top-linkMenu li a .MenuTitle span {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
body.quickly-understand .titleArea .titlewrap .top-linkMenu li a:hover {
  opacity: 0.5;
}

body.quickly-understand h2 {
  text-align: center;
  font-size: 60px;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #29A4DB;
  padding-bottom: 10px;
  border-bottom: 1px solid #29A4DB;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand h2 {
    font-size: 32px;
    margin-top: 60px;
    letter-spacing: 0.05em;
  }
}
body.quickly-understand h2 small {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand h2 small {
    font-size: 20px;
  }
}
body.quickly-understand h2 span {
  display: block;
  color: #bee4f4;
  font-size: 70px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand h2 span {
    font-size: 50px;
  }
}
body.quickly-understand .forteArea {
  padding: 10px 0 125px;
  background-color: #EFF6FF;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  body.quickly-understand .forteArea {
    padding: 10px 20px 125px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .forteArea {
    padding: 10px 0 60px;
  }
}
body.quickly-understand .forteArea .understand-inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .forteArea .understand-inner {
    padding: 0 20px;
  }
}
body.quickly-understand .forteArea .understand-inner .forteMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .forteArea .understand-inner .forteMenu {
    display: block;
  }
}
body.quickly-understand .forteArea .understand-inner .forteMenu li {
  width: 45.8%;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 10px;
  margin-top: 70px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .forteArea .understand-inner .forteMenu li {
    padding: 25px;
    width: 100%;
    margin-top: 40px;
  }
}
body.quickly-understand .forteArea .understand-inner .forteMenu li figure {
  padding: 0 15px;
}

body.quickly-understand .forteArea .understand-inner .forteMenu li h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .forteArea .understand-inner .forteMenu li h3 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
  }
}
body.quickly-understand .forteArea .understand-inner .forteMenu li .txt {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .forteArea .understand-inner .forteMenu li .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    text-align: left;
  }
}
body.quickly-understand .ideaArea {
  text-align: center;
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea {
    padding: 10px 20px 60px;
  }
}
body.quickly-understand .ideaArea .logo {
  width: 142px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea .logo {
    margin: 60px auto 0;
  }
}
body.quickly-understand .ideaArea .logo img {
  width: 100%;
  height: auto;
}

body.quickly-understand .ideaArea h3 {
  font-size: 32px;
  line-height: 0.1em;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea h3 {
    font-size: 24px;
  }
}
body.quickly-understand .ideaArea h3 span {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}

body.quickly-understand .ideaArea h4 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  letter-spacing: 0.1em;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea h4 {
    font-size: 28px;
  }
}
body.quickly-understand .ideaArea .idea-txt {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea .idea-txt {
    font-size: 18px;
    line-height: 1.6;
  }
}
body.quickly-understand .ideaArea .blue-txt {
  font-size: 32px;
  line-height: 1.72;
  font-weight: 700;
  color: #0268B6;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea .blue-txt {
    font-size: 22px;
    line-height: 1.6;
  }
}
body.quickly-understand .ideaArea .idea-btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea .idea-btn {
    margin-top: 50px;
  }
}
body.quickly-understand .ideaArea .idea-btn a {
  padding: 18px 0;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .ideaArea .idea-btn a {
    width: 80%;
    padding: 16px 0;
  }
}
body.quickly-understand .ideaArea .idea-btn a:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.2s linear;
}

body.quickly-understand .ideaArea .idea-btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.quickly-understand .ideaArea .idea-btn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

body.quickly-understand .figureArea {
  padding: 0 0 120px;
  background-color: #EFF6FF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea {
    padding: 0 20px 60px;
  }
}
body.quickly-understand .figureArea h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 25px 0;
  margin-top: 100px;
  background-color: #0268B6;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea h3 {
    padding: 20px 0;
    margin-top: 60px;
    font-size: 20px;
  }
}
body.quickly-understand .figureArea .figureBlock {
  padding: 70px 0;
  background-color: #FFF;
  margin: 50px auto 0;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock {
    padding: 40px 20px;
    margin: 40px auto 0;
  }
}
body.quickly-understand .figureArea .figureBlock .date {
  font-size: 80px;
  color: #0268B6;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .date {
    font-size: 44px;
  }
}
body.quickly-understand .figureArea .figureBlock .date small {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .date small {
    font-size: 20px;
  }
}
body.quickly-understand .figureArea .figureBlock .smallnote {
  font-size: 12px;
  margin-top: 15px;
  text-align: left;
}

body.quickly-understand .figureArea .figureBlock .h-figure {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  width: 304px;
  clear: both;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .h-figure {
    width: 100%;
    font-size: 15px;
  }
}
body.quickly-understand .figureArea .figureBlock .h-figure em.no1 {
  color: #25B68F;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .h-figure em.no1 {
    font-size: 14px;
  }
}
body.quickly-understand .figureArea .figureBlock .h-figure em.no2 {
  color: #6890CB;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .h-figure em.no2 {
    font-size: 14px;
  }
}
body.quickly-understand .figureArea .figureBlock .h-figure em.no3 {
  color: #F5C72F;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .h-figure em.no3 {
    font-size: 14px;
  }
}
body.quickly-understand .figureArea .figureBlock .h-figure span {
  font-size: 28px;
  font-weight: 700;
  color: #0268B6;
  float: right;
  display: inline-block;
  position: relative;
  bottom: 5px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .h-figure span {
    font-size: 22px;
  }
}
body.quickly-understand .figureArea .figureBlock .h-figure small {
  font-size: 18px;
  font-weight: 700;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .h-figure small {
    font-size: 16px;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap {
    /* display: block;*/
  }
  body.quickly-understand .figureArea .figureBlock .figureWrap.special {
    display: block;
  }
  body.quickly-understand .figureArea .figureBlock .figureWrap.special .figureBox {
    width: 100%;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox {
  width: 270px;
  margin-right: 65px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox {
    width: 58%;
    margin-right: 4%;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date-title {
  background-color: #0268B6;
  padding: 8px 12px;
  font-size: 22px;
  text-align: left;
  color: #FFF;
  background-image: url(/images/pickup/quickly-understand/title-linBk.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date-title {
    font-size: 16px;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date-title em {
  font-size: 0.5em;
  position: relative;
  top: -10px;
}

body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date-title span {
  font-size: 16px;
}

body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date {
  font-size: 80px;
  color: #0268B6;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date {
    font-size: 62px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date {
    font-size: 44px;
    margin-top: 15px;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date small {
  font-size: 37px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .date small {
    font-size: 20px;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox .smallnote {
  font-size: 12px;
  margin-top: 15px;
  text-align: left;
}

body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox.wdh {
  width: 450px;
  margin-right: 53px;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox.wdh {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .figureBox.wdh {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap .hanrei {
    margin-top: 20px;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap figure {
  width: 238px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap figure {
    width: 38%;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap.row {
  flex-direction: row-reverse;
}

body.quickly-understand .figureArea .figureBlock .figureWrap.row .figureBox {
  margin-right: 65px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap.row .figureBox {
    margin-right: 0;
  }
}
body.quickly-understand .figureArea .figureBlock .figureWrap.row .figure02 {
  margin-right: 65px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .figureWrap.row .figure02 {
    margin-right: 4%;
    width: 32%;
  }
}
body.quickly-understand .figureArea .figureBlock:first-of-type {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock:first-of-type {
    margin-top: 60px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales {
  text-align: left;
  position: relative;
  margin: 70px auto 50px;
  width: 850px;
  background: url(/images/ir/ir-glaf-line2.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales {
    width: 100%;
    background-size: 100% 251px;
    background-position: -30px 30px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales {
    margin: 60px 0 0 0;
    background: url(/images/ir/ir-glaf-line2.svg) 26px 30px/auto 251px no-repeat;
    width: 100%;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap {
    width: 48px;
    left: 12%;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf03 {
  width: 30px;
  background-color: #29B58E;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf03 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf02 {
  width: 30px;
  background-color: #668DC9;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf02 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #F4C633;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf01 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf03 {
  width: 30px;
  background-color: #29B58E;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf03 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf02 {
  width: 30px;
  background-color: #668DC9;
  height: 0;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf02 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf01 {
  width: 30px;
  background-color: #F4C633;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf01 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .end-of-term .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .fiscal-year {
    bottom: -34px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .fiscal-year ul li {
    font-size: 9px;
  }
}
body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .glafLineBlock.total-sales .glafWrap .fiscal-year .year {
    font-size: 10px;
    margin-top: 10px;
  }
}
body.quickly-understand .figureArea .figureBlock .note {
  position: absolute;
  top: 30px;
  right: 0;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .note {
    display: none;
  }
}
body.quickly-understand .figureArea .figureBlock .note span {
  color: #F4C633;
}

body.quickly-understand .figureArea .figureBlock .note span:nth-of-type(2) {
  color: #668DC9;
}

body.quickly-understand .figureArea .figureBlock .note span:nth-of-type(3) {
  color: #29B58E;
}

body.quickly-understand .figureArea .figureBlock .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .indicator {
    width: 52px;
    margin-left: -30px;
  }
}
body.quickly-understand .figureArea .figureBlock .indicator li {
  font-size: 10px;
  margin-bottom: 17.6px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .figureBlock .indicator li {
    font-size: 9px;
  }
}
body.quickly-understand .figureArea .figureBlock .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.quickly-understand .figureArea .glafLineBlock.ordinary-income {
  position: relative;
  margin: 70px auto 50px;
  width: 850px;
  background: url(/images/ir/ir-glaf-line3.svg) 65px 30px/auto 251px no-repeat;
  height: 286px;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income {
    width: 100%;
    background-size: 100% 251px;
    background-position: -30px 30px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income {
    margin: 60px 0 0 0;
    background: url(/images/ir/ir-glaf-line3.svg) 26px 30px/auto 251px no-repeat;
    width: 100%;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap {
  width: 70px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 4px;
  left: 11%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap {
    width: 48px;
    left: 12%;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .interim {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .interim {
    width: 21px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .interim .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .interim .glaf01 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .interim .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .interim .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .end-of-term {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .end-of-term {
    width: 21px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .end-of-term .glaf01 {
  width: 30px;
  background-color: #19A09C;
  height: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .end-of-term .glaf01 {
    width: 21px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .end-of-term .glaf01 .sum {
  width: 44px;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  margin-left: -0.5em;
  position: absolute;
  top: -20px;
  left: -3px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .end-of-term .glaf01 .sum {
    font-size: 9px;
    left: -6px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(2) {
  left: 26%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(2) {
    left: 30%;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(3) {
  left: 41%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(3) {
    left: 48%;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(4) {
  left: 56%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(4) {
    left: 66%;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(5) {
  left: 71%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap:nth-of-type(5) {
    left: 84%;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .fiscal-year {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .fiscal-year {
    bottom: -34px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .fiscal-year ul {
  display: flex;
  justify-content: space-between;
}

body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .fiscal-year ul li {
  font-size: 14px;
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .fiscal-year ul li {
    font-size: 9px;
  }
}
body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .fiscal-year .year {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .glafLineBlock.ordinary-income .glafWrap .fiscal-year .year {
    font-size: 9px;
    margin-top: 10px;
  }
}
body.quickly-understand .figureArea .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .indicator {
    width: 52px;
    margin-left: -22px;
  }
}
body.quickly-understand .figureArea .indicator li {
  font-size: 10px;
  margin-bottom: 31px;
  text-align: right;
}

body.quickly-understand .figureArea .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.quickly-understand .figureArea .flex-center {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .flex-center {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  body.quickly-understand .figureArea .flex-center:last-of-type {
    margin-top: 0;
  }
}
body.quickly-understand .figureArea .flex-center:first-of-type {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .flex-center:first-of-type {
    margin-top: 40px;
  }
}
body.quickly-understand .figureArea .flex-center p {
  display: inline-block;
  padding: 0 27px;
  font-size: 45px;
  color: #0268B6;
  font-weight: 700;
  margin: 0 0.3em;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .flex-center p {
    padding: 0;
    font-size: 32px;
    width: 50%;
    box-sizing: border-box;
    margin: 15px 0 0;
  }
}
body.quickly-understand .figureArea .flex-center p span {
  font-size: 18px;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .flex-center p span {
    font-size: 16px;
  }
}
body.quickly-understand .figureArea .flex-center p small {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .flex-center p small {
    font-size: 16px;
  }
}
body.quickly-understand .figureArea .graceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .figureArea .graceList {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList {
    display: block;
    padding: 0;
  }
}
body.quickly-understand .figureArea .graceList li {
  width: 48%;
  background-color: #FFF;
  padding: 45px 30px;
  box-sizing: border-box;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList li {
    width: 100%;
    padding: 25px 20px;
  }
}
body.quickly-understand .figureArea .graceList li .grace-title {
  background-color: #0268B6;
  padding: 8px 12px;
  font-size: 22px;
  text-align: left;
  width: 270px;
  margin: 0 auto;
  color: #FFF;
  background-image: url(/images/pickup/quickly-understand/title-linBk.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList li .grace-title {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    box-sizing: border-box;
  }
}
body.quickly-understand .figureArea .graceList li .grace-title em {
  font-size: 0.5em;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList li .grace-title em {
    font-size: 0.7em;
  }
}
body.quickly-understand .figureArea .graceList li .grace-title .date {
  font-size: 16px;
  margin-left: 0.5em;
}

body.quickly-understand .figureArea .graceList li .grace-value {
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
  color: #0268B6;
  margin-left: 20%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList li .grace-value {
    font-size: 22px;
    margin-left: 0;
    text-align: center;
  }
}
body.quickly-understand .figureArea .graceList li .grace-value span {
  font-size: 80px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList li .grace-value span {
    font-size: 44px;
  }
}
body.quickly-understand .figureArea .graceList li .grace-value small {
  font-size: 18px;
  margin-left: 0.3em;
  color: #000;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList li .grace-value small {
    font-size: 15px;
    margin-left: 0;
  }
}
body.quickly-understand .figureArea .graceList li .small-title {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .graceList li .small-title {
    line-height: 1.6;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }
}
body.quickly-understand .figureArea .grace-btn {
  width: 614px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .grace-btn {
    width: 80%;
    margin: 50px auto 0;
    display: block;
  }
}
body.quickly-understand .figureArea .grace-btn li {
  width: 280px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .grace-btn li {
    width: 100%;
    margin-bottom: 20px;
  }
  body.quickly-understand .figureArea .grace-btn li:last-of-type {
    margin-bottom: 0;
  }
}
body.quickly-understand .figureArea .grace-btn li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  border: 1px solid #0268B6;
  background-color: #0268B6;
  transition: all 0.2s linear;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .figureArea .grace-btn li a {
    padding: 15px 0;
    font-size: 15px;
  }
}
body.quickly-understand .figureArea .grace-btn li a:after {
  content: "";
  width: 11px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  transition: all 0.2s linear;
}

body.quickly-understand .figureArea .grace-btn li a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.quickly-understand .figureArea .grace-btn li a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

body.quickly-understand .aimingArea {
  padding: 0 0 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .aimingArea {
    padding: 0 20px 60px;
  }
}
body.quickly-understand .aimingArea h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 100px;
  color: #0268B6;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .aimingArea h3 {
    font-size: 22px;
    margin-top: 60px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
body.quickly-understand .aimingArea .aiming-txt {
  line-height: 1.94;
  font-size: 18px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .aimingArea .aiming-txt {
    line-height: 1.88;
    font-size: 16px;
    margin-top: 40px;
    text-align: left;
  }
}
body.quickly-understand .aimingArea .glaf {
  width: 824px;
  margin: 100px auto 0;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .aimingArea .glaf {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .aimingArea .glaf {
    width: 100%;
    margin: 40px auto 0;
  }
}
body.quickly-understand .business {
  padding: 0 0 120px;
  background-color: #EFF6FF;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business {
    padding: 0 0 60px;
  }
}
body.quickly-understand .business .businessBlocK {
  margin: 100px auto 0;
  background-color: #FFF;
  padding: 70px 100px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  max-width: 1200px;
  box-sizing: border-box;
}

@media screen and (max-width: 850px) {
  body.quickly-understand .business .businessBlocK {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .business .businessBlocK {
    margin: 60px auto 0;
    background-color: #FFF;
    padding: 30px 20px;
    display: block;
  }
}
body.quickly-understand .business .businessBlocK:nth-of-type(2n) {
  flex-direction: row-reverse;
}

body.quickly-understand .business .businessBlocK .business-txtBlock {
  width: 44.1%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business .businessBlocK .business-txtBlock {
    width: 100%;
  }
}
body.quickly-understand .business .businessBlocK .business-txtBlock h3 {
  display: flex;
  align-items: end;
}

body.quickly-understand .business .businessBlocK .business-txtBlock h3 .title {
  padding-bottom: 10px;
  margin-left: 40px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business .businessBlocK .business-txtBlock h3 .title {
    padding-bottom: 10px;
    margin-left: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .business .businessBlocK .business-txtBlock h3 .icon {
    width: 80px;
  }
}
body.quickly-understand .business .businessBlocK .business-txtBlock .txt {
  line-height: 1.88;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business .businessBlocK .business-txtBlock .txt {
    line-height: 1.8;
    margin-top: 30px;
    font-size: 14px;
  }
}
body.quickly-understand .business .businessBlocK .business-txtBlock .businessBtn {
  margin-top: 40px;
  width: 280px;
}

body.quickly-understand .business .businessBlocK .business-txtBlock .businessBtn a {
  display: block;
  background-color: #29A4DB;
  border: 1px solid #29A4DB;
  padding: 18px 20px;
  position: relative;
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business .businessBlocK .business-txtBlock .businessBtn a {
    padding: 15px 20px;
    font-size: 15px;
  }
}
body.quickly-understand .business .businessBlocK .business-txtBlock .businessBtn a:after {
  content: "";
  width: 11px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  transition: all 0.2s linear;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
}

body.quickly-understand .business .businessBlocK .business-txtBlock .businessBtn a:hover {
  color: #0268B6;
  background-color: #FFF;
}

body.quickly-understand .business .businessBlocK .business-txtBlock .businessBtn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

body.quickly-understand .business .businessBlocK .business-imgBlock {
  width: 50%;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business .businessBlocK .business-imgBlock {
    width: 100%;
    margin-top: 30px;
  }
}
body.quickly-understand .business .business-btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business .business-btn {
    margin-top: 60px;
  }
}
body.quickly-understand .business .business-btn a {
  padding: 18px 0;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .business .business-btn a {
    padding: 15px 0;
    font-size: 15px;
  }
}
body.quickly-understand .business .business-btn a:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.2s linear;
}

body.quickly-understand .business .business-btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.quickly-understand .business .business-btn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

body.quickly-understand .construction-results {
  padding: 0 0 120px;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  body.quickly-understand .construction-results {
    padding: 0 20px 120px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results {
    padding: 0 0 60px;
  }
}
body.quickly-understand .construction-results .inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner {
    padding: 0 20px;
  }
}
body.quickly-understand .construction-results .inner h3 {
  margin-top: 110px;
  font-size: 40px;
  color: #0268B6;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 10px solid #CCE0F0;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner h3 {
    margin-top: 60px;
    font-size: 28px;
    border-bottom: 6px solid #CCE0F0;
  }
}
body.quickly-understand .construction-results .inner h3:first-of-type {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner h3:first-of-type {
    margin-top: 60px;
  }
}
body.quickly-understand .construction-results .inner .resultsList {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner .resultsList {
    display: block;
  }
}
body.quickly-understand .construction-results .inner .resultsList li {
  width: 32.5%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner .resultsList li {
    width: 100%;
    margin-bottom: 40px;
  }
  body.quickly-understand .construction-results .inner .resultsList li:last-of-type {
    margin-bottom: 0;
  }
}
body.quickly-understand .construction-results .inner .resultsList li h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner .resultsList li h4 {
    margin-top: 15px;
  }
}
body.quickly-understand .construction-results .inner .resultsList li .results-txt {
  font-size: 14px;
  margin-top: 10px;
}

body.quickly-understand .construction-results .inner .resultsList li .results-txt span {
  font-size: 12px;
  margin-right: 1.2em;
  font-weight: 500;
  color: #909090;
}

body.quickly-understand .construction-results .inner .resultsList li .results-txt:first-of-type {
  margin-top: 15px;
}

body.quickly-understand .construction-results .inner .results-btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner .results-btn {
    margin-top: 60px;
  }
}
body.quickly-understand .construction-results .inner .results-btn a {
  padding: 18px 0;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  background-color: #0268B6;
  border: 1px solid #0268B6;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .construction-results .inner .results-btn a {
    width: 80%;
    padding: 15px 0;
    font-size: 15px;
  }
}
body.quickly-understand .construction-results .inner .results-btn a:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.2s linear;
}

body.quickly-understand .construction-results .inner .results-btn a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.quickly-understand .construction-results .inner .results-btn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

body.quickly-understand .combined-ability {
  padding: 0 0 120px;
  text-align: center;
  background-color: #F5F5F5;
}

@media screen and (max-width: 1025px) {
  body.quickly-understand .combined-ability {
    padding: 0 20px 120px;
  }
}
@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability {
    padding: 0 20px 60px;
  }
}
body.quickly-understand .combined-ability .combinedWrap {
  max-width: 1000px;
  margin: 0 auto;
}

body.quickly-understand .combined-ability .combinedWrap h3 {
  font-size: 60px;
  text-align: center;
  color: #0268B6;
  font-weight: 700;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap h3 {
    font-size: 40px;
    margin-top: 60px;
    line-height: 1.4;
  }
}
body.quickly-understand .combined-ability .combinedWrap .title-under {
  line-height: 1.6;
  font-size: 25px;
  color: #0268B6;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .title-under {
    font-size: 16px;
    text-align: left;
  }
}
body.quickly-understand .combined-ability .combinedWrap .engineering-txt {
  line-height: 1.88;
  margin-top: 70px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .engineering-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 50px;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap {
  margin: 100px auto 0;
  max-width: 1000px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .glafWrap {
    margin: 60px auto 0;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap .glaf {
  width: 466px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .glafWrap .glaf {
    width: 100%;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn01 {
  width: 88px;
  position: absolute;
  top: 30px;
  left: calc(50% - 44px);
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn01 {
    width: 74px;
    left: calc(50% - 37px);
    top: 1%;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn01:hover {
  opacity: 0.6;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn02 {
  width: 108px;
  position: absolute;
  top: 170px;
  left: calc(50% - 54px);
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn02 {
    width: 85px;
    left: calc(50% - 42px);
    top: 5.8%;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn02:hover {
  opacity: 0.6;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn03 {
  width: 66px;
  position: absolute;
  top: 310px;
  left: calc(50% - 33px);
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn03 {
    width: 54px;
    left: calc(50% - 27px);
    top: 10.5%;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap .btn03:hover {
  opacity: 0.6;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group {
  width: 266px;
  border: 1px solid #969696;
  text-align: center;
  position: absolute;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .glafWrap .group {
    position: static;
    width: 100%;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap .group h4 {
  font-weight: 500;
  background-color: #EDEDED;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0em;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group h4 a {
  color: #000;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group h4 a:after {
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  background: url(/images/common/link-icon.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .combinedWrap .glafWrap .group h4 a:after {
    right: 20px;
  }
}
body.quickly-understand .combined-ability .combinedWrap .glafWrap .group h4 a:hover {
  opacity: 0.6;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group.yk {
  top: -20px;
  left: 0;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group.yk h4 {
  background-color: #0268B6;
  color: #FFF;
  padding: 10px 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group.yk a {
  color: #FFF;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group.yk a:after {
  width: 6px;
  height: 10px;
  background-image: url(/images/common/white-arrow-r.svg);
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group.yk .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap .group.yk .icon img {
  width: 211px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.hw {
  top: 120px;
  left: 0;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.hw .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.hw .icon img {
  width: 136px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yd {
  top: 236px;
  left: 0;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yd .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yd .icon img {
  width: 60px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.bl {
  bottom: 30px;
  left: 0;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.bl .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.bl .icon img {
  width: 293px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yj {
  right: 0;
  top: -20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yj .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yj .icon img {
  width: 136px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yr {
  right: 0;
  top: 216px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yr .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.yr .icon img {
  width: 218px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.nt {
  right: 0;
  top: 350px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.ts {
  right: 0;
  bottom: 30px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.ts .icon {
  text-align: center;
  margin: 10px 0 20px;
}

body.quickly-understand .combined-ability .combinedWrap .glafWrap.ts .icon img {
  width: 150px;
}

body.quickly-understand .combined-ability .btnWrap {
  display: flex;
  justify-content: space-between;
  width: 586px;
  margin: 65px auto 0;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .btnWrap {
    width: 100%;
    margin: 50px auto 0;
    display: block;
  }
}
body.quickly-understand .combined-ability .btnWrap li {
  width: 280px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .btnWrap li {
    width: 80%;
    margin: 0 auto 20px;
  }
}
body.quickly-understand .combined-ability .btnWrap li a {
  background-color: #FFF;
  color: #0268B6;
  text-decoration: none;
  border: 1px solid #0268B6;
  display: block;
  padding: 18px 20px;
  position: relative;
  font-weight: 500;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .btnWrap li a {
    padding: 16px 20px;
    font-size: 15px;
  }
}
body.quickly-understand .combined-ability .btnWrap li a:after {
  content: "";
  width: 11px;
  height: 18px;
  display: block;
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.3s linear;
}

body.quickly-understand .combined-ability .btnWrap li a:hover {
  background-color: #0268B6;
  color: #FFF;
}

body.quickly-understand .combined-ability .btnWrap li a:hover:after {
  right: 12px;
  background-image: url(/images/common/white-arrow-r.svg);
}

body.quickly-understand .combined-ability .to-engineering {
  margin: 70px auto 0;
  width: 450px;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .to-engineering {
    margin: 50px auto 0;
    width: 100%;
  }
}
body.quickly-understand .combined-ability .to-engineering a {
  padding: 22px 40px;
  border: 1px solid #0268B6;
  background-color: #0268B6;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s linear;
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .to-engineering a {
    font-size: 17px;
    padding: 16px 10px;
    text-align: left;
  }
}
body.quickly-understand .combined-ability .to-engineering a:after {
  content: "";
  width: 11px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.quickly-understand .combined-ability .to-engineering a:after {
    right: 16px;
  }
}
body.quickly-understand .combined-ability .to-engineering a:hover {
  background-color: #FFF;
  color: #0268B6;
}

body.quickly-understand .combined-ability .to-engineering a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
  right: 12px;
}

.sdgsArea {
  padding: 0 0 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sdgsArea {
    padding: 0 0 60px;
  }
}
.sdgsArea .sdgs-inner {
  max-width: 1000px;
  margin: 100px auto 0;
}

@media screen and (max-width: 1025px) {
  .sdgsArea .sdgs-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sdgsArea .sdgs-inner {
    padding: 0 20px;
    margin: 60px auto 0;
  }
}
.sdgsArea .sdgs-inner figure {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sdgsArea .sdgs-inner figure {
    width: 60%;
  }
}
.sdgsArea .sdgs-inner h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0268B6;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sdgsArea .sdgs-inner h3 {
    font-size: 26px;
    line-height: 1.6;
    margin-top: 50px;
  }
}
.sdgsArea .sdgs-inner .sdgs-txt {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sdgsArea .sdgs-inner .sdgs-txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
.sdgsArea .SdgsBlock {
  margin: 75px auto 0;
  max-width: 1200px;
  padding: 60px 100px;
  box-sizing: border-box;
  background-color: #E5F6EB;
}

@media screen and (max-width: 850px) {
  .sdgsArea .SdgsBlock {
    padding: 60px 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock {
    margin: 60px auto 0;
    max-width: 1200px;
    padding: 30px 20px;
  }
}
.sdgsArea .SdgsBlock h4 {
  font-size: 40px;
  letter-spacing: 0.1em;
  padding-bottom: 13px;
  border-bottom: 5px solid #B5E5C8;
  color: #00A842;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock h4 {
    font-size: 26px;
    border-bottom: 4px solid #B5E5C8;
  }
}
.sdgsArea .SdgsBlock h4 span {
  font-weight: 500;
  font-size: 25px;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock h4 span {
    font-size: 18px;
  }
}
.sdgsArea .SdgsBlock.social {
  background-color: #E9F4FB;
}

.sdgsArea .SdgsBlock.social h4 {
  color: #2D93D5;
  border-bottom: 5px solid #C2DFF3;
}

.sdgsArea .SdgsBlock.governance {
  background-color: #FEF3EA;
}

.sdgsArea .SdgsBlock.governance h4 {
  color: #F08D34;
  border-bottom: 5px solid #FBDDC4;
}

.sdgsArea .SdgsBlock table {
  margin-top: 25px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 100%;
}

.sdgsArea .SdgsBlock table th {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 50%;
  box-sizing: border-box;
  background-color: #00A842;
  color: #FFF;
  font-weight: 700;
  padding: 13px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table th {
    font-size: 14px;
    font-weight: 500;
  }
  .sdgsArea .SdgsBlock table th:first-of-type {
    width: 46%;
  }
}
.sdgsArea .SdgsBlock table td {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 45px 30px;
  box-sizing: border-box;
  font-weight: 500;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td {
    padding: 30px 12px;
  }
  .sdgsArea .SdgsBlock table td:first-of-type {
    width: 46%;
  }
  .sdgsArea .SdgsBlock table td.big img {
    width: 48%;
  }
}
.sdgsArea .SdgsBlock table td img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td .title {
    margin-left: 1.25em;
    text-indent: -1.25em;
  }
}
.sdgsArea .SdgsBlock table td .title a {
  font-size: 22px;
  color: #00A332;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td .title a {
    font-size: 16px;
  }
}
.sdgsArea .SdgsBlock table td .title a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td .title {
    font-size: 14px;
    line-height: 1.4;
  }
}
.sdgsArea .SdgsBlock table td .title:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
  position: relative;
  top: 0px;
  margin-right: 10px;
}

.sdgsArea .SdgsBlock table td .sub {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td .sub {
    margin-left: 1em;
    margin-top: 10px;
  }
}
.sdgsArea .SdgsBlock table td .sub a {
  color: #404040;
  font-size: 19px;
  margin-left: 36px;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td .sub a {
    font-size: 14px;
    margin-left: 1.25em;
    text-indent: -1.25em;
    display: inline-block;
  }
}
.sdgsArea .SdgsBlock table td .sub a:hover {
  opacity: 0.5;
}

.sdgsArea .SdgsBlock table td .sub a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
  position: relative;
  top: 0;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td .sub {
    font-size: 13px;
    line-height: 1.5;
    margin-left: 0.6em;
  }
}
.sdgsArea .SdgsBlock table td:last-of-type {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sdgsArea .SdgsBlock table td img {
    width: 90%;
    margin: 0 auto;
  }
}
.sdgsArea .SdgsBlock table.soc th {
  background-color: #2D93D5;
}

.sdgsArea .SdgsBlock table.soc td .title a {
  color: #2D93D5;
  text-decoration: none;
  transition: all 0.2s linear;
}

.sdgsArea .SdgsBlock table.soc td .title a:hover {
  opacity: 0.5;
}

.sdgsArea .SdgsBlock table.soc td .title a:before {
  background-image: url(/images/common/blue-arrow-r.svg);
}

.sdgsArea .SdgsBlock table.soc td .sub a {
  color: #404040;
  text-decoration: none;
  transition: all 0.2s linear;
}

.sdgsArea .SdgsBlock table.soc td .sub a:hover {
  opacity: 0.5;
}

.sdgsArea .SdgsBlock table.soc td .sub a:before {
  background-image: url(/images/common/blue-arrow-r.svg);
}

.sdgsArea .SdgsBlock table.gov th {
  background-color: #F08D34;
}

.sdgsArea .SdgsBlock table.gov td .title a {
  color: #F08D34;
  text-decoration: none;
  transition: all 0.2s linear;
}

.sdgsArea .SdgsBlock table.gov td .title a:hover {
  opacity: 0.5;
}

.sdgsArea .SdgsBlock table.gov td .title a:before {
  background-image: url(/images/common/orange-arrow-r.svg);
}

.sdgsArea .SdgsBlock table.gov td .sub a {
  color: #404040;
  text-decoration: none;
  transition: all 0.2s linear;
}

.sdgsArea .SdgsBlock table.gov td .sub a:hover {
  opacity: 0.5;
}

.sdgsArea .SdgsBlock table.gov td .sub a:before {
  background-image: url(/images/common/orange-arrow-r.svg);
}

.zoom-fade {
  overflow: hidden;
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

.zoom-fade__item {
  object-fit: cover;
}

.add-animation {
  animation: zoom-fade 8s both;
}

@keyframes zoom-fade {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pickup.quickly-understand i.count {
  margin: 0 0.1em;
}

.pickup.quickly-understand .glafLineBlock.ordinary-income .indicator {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .pickup.quickly-understand .glafLineBlock.ordinary-income .indicator {
    width: 52px;
    margin-left: -30px;
  }
}
.pickup.quickly-understand .glafLineBlock.ordinary-income .indicator li {
  font-size: 10px;
  margin-bottom: 11px;
  text-align: right;
}

.pickup.quickly-understand .glafLineBlock.ordinary-income .indicator li span {
  display: block;
  margin-bottom: 15px;
}

body.sustainability #wrap #sidebar .sideMenu li a.active {
  background-color: #ECF8E9;
}

/*////////////////////////////// Ó¢ÕZ¥µ¥¤¥È ///////////////////////////////////////////////////*/
body.eng #header .navBlock .subNavi {
  width: 100%;
  display: flex;
  justify-content: end;
}

body.eng #header .navBlock .gsub .subwrap .detail {
  width: 33.33333% !important;
}

body.eng #header .navBlock .gnav li:last-of-type:after {
  content: url(/images/common/link-u_arrow.svg) !important;
}

body.eng #header .navBlock .gnav li .gsub {
  transition: all 0.3s linear;
}

body.eng #header .navBlock .gnav li:hover .gsub {
  height: auto !important;
}

body.eng #footer .footerMenu {
  justify-content: initial !important;
}

body.eng #footer .footerMenu ul {
  width: 23% !important;
  margin-right: 4%;
}

body.eng #footer .footerMenu ul:nth-of-type(3) {
  margin-right: 0;
}

body.eng #footer .footerMenu ul:nth-of-type(4) {
  margin-right: 0;
  margin-top: 28px;
  border-top: 1px solid #CCC;
}

body.eng .general-meeting:last-of-type {
  margin-bottom: 100px;
}

body.eng .general-meeting h2 {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  body.eng .general-meeting h2 {
    font-size: 21px;
  }
}
body.index.eng .informationBlock .informationwrap .ir-news dl dd a.pdflink:after {
  content: url(/images/common/icon-pdf.svg);
  display: inline-block;
  width: 16px;
  margin-left: 0.5em;
}

body.index.eng .en-inwrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.index.eng .en-inwrap {
    padding: 0 20px;
  }
}
body.index.eng .MainImg {
  width: 100%;
  height: 640px;
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.index.eng .MainImg {
    height: 300px;
  }
}
body.index.eng .MainImg .slide-en {
  width: 100%;
  height: 700px;
  /*overflow: hidden;*/
}

@media screen and (max-width: 767px) {
  body.index.eng .MainImg .slide-en {
    height: 300px;
  }
}
body.index.eng .MainImg .slide-en p {
  background-image: url(/images/index/slide-img01.webp);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 767px) {
  body.index.eng .MainImg .slide-en p {
    background-image: url(/images/index/slide-img01-sp.webp);
    height: 300px;
  }
}
body.index.eng .MainImg .slide-en p span.slide01 {
  position: absolute;
  left: 10%;
  top: calc(50% - 82px);
  width: 570px;
}

@media screen and (max-width: 767px) {
  body.index.eng .MainImg .slide-en p span.slide01 {
    display: none;
  }
}
body.index.eng .informationBlock .informationwrap {
  display: block;
  position: relative;
}

body.index.eng .informationBlock .informationwrap h2 {
  font-weight: 700;
  font-size: 25px;
}

body.index.eng .informationBlock .informationwrap dl {
  border-top: 1px solid #CCCCCC;
  margin-top: 25px;
}

body.index.eng .informationBlock .informationwrap dl dt {
  font-size: 14px;
  color: #909090;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  body.index.eng .informationBlock .informationwrap dl dt {
    font-size: 13px;
  }
}
body.index.eng .informationBlock .informationwrap dl dt span {
  padding: 8px 0;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  width: 120px;
  background-color: #DDF2FD;
  color: #29A4DB;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  body.index.eng .informationBlock .informationwrap dl dt span {
    font-size: 12px;
  }
}
body.index.eng .informationBlock .informationwrap dl dd {
  font-size: 16px;
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  body.index.eng .informationBlock .informationwrap dl dd {
    font-size: 14px;
  }
}
body.index.eng .informationBlock .informationwrap dl dd a {
  color: #000;
  text-decoration: none;
}

body.index.eng .informationBlock .informationwrap dl dd a:hover {
  text-decoration: underline;
  color: #29A4DB;
}

body.index.eng .informationBlock .informationwrap .list a {
  position: absolute;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  right: 0;
  top: 0;
  border: 1px solid #0268B6;
  color: #0268B6;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 767px) {
  body.index.eng .informationBlock .informationwrap .list a {
    font-size: 14px;
    padding: 10px 25px;
  }
}
body.index.eng .informationBlock .informationwrap .list a:after {
  position: absolute;
  width: 8px;
  height: 14px;
  display: block;
  content: url(/images/common/blue-arrow-r.svg);
  top: calc(50% - 7px);
  right: 10px;
}

body.index.eng .informationBlock .informationwrap .list a:hover {
  color: #FFF;
  background-color: #0268B6;
}

body.index.eng .informationBlock .informationwrap .list a:hover:after {
  content: url(/images/common/white-arrow-r.svg);
}

body.index.eng .eng-topMenu {
  background-color: #EFF6FF;
  padding: 70px 0;
}

@media screen and (max-width: 1025px) {
  body.index.eng .eng-topMenu {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.index.eng .eng-topMenu {
    padding: 40px 0;
  }
}
body.index.eng .eng-topMenu ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body.index.eng .eng-topMenu ul {
    display: block;
  }
}
body.index.eng .eng-topMenu ul li {
  width: 45.8%;
  background-color: #FFF;
  padding: 55px 0 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.index.eng .eng-topMenu ul li {
    width: 100%;
    background-color: #FFF;
    padding: 30px 0;
    margin-bottom: 20px;
  }
}
body.index.eng .eng-topMenu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

body.index.eng .eng-topMenu ul li a img {
  width: 120px;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.index.eng .eng-topMenu ul li a img {
    width: 100px;
  }
}
body.index.eng .eng-topMenu ul li a:nth-of-type(2) img {
  width: 108px;
}

@media screen and (max-width: 767px) {
  body.index.eng .eng-topMenu ul li a:nth-of-type(2) img {
    width: 92px;
  }
}
body.index.eng .eng-topMenu ul li a .en-btn {
  font-size: 22px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.index.eng .eng-topMenu ul li a .en-btn {
    font-size: 18px;
  }
}
body.index.eng .eng-topMenu ul li a .en-btn:after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  width: 6px;
  height: 12px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  transition: all 0.2s linear;
}

body.index.eng .eng-topMenu ul li a:first-of-type .en-btn {
  margin-top: 36px;
}

body.index.eng .eng-topMenu ul li a:hover {
  color: #0268B6;
}

body.index.eng .eng-topMenu ul li a:hover img {
  transform: scale(1.08);
}

body.index.eng .eng-topMenu ul li a:hover .en-btn:after {
  margin-left: 1em;
}

body.company.eng .companyMenu-en {
  margin-top: 32px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1025px) {
  body.company.eng .companyMenu-en {
    margin-top: 32px;
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  body.company.eng .companyMenu-en {
    margin-top: 32px;
    padding: 0 20px 60px;
  }
}
body.company.eng .companyMenu-en .companyMenuBlock {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.company.eng .companyMenu-en .companyMenuBlock {
    display: block;
  }
}
body.company.eng .companyMenu-en .companyMenuBlock li {
  width: 31.8%;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.company.eng .companyMenu-en .companyMenuBlock li {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.company.eng .companyMenu-en .companyMenuBlock li a {
  text-decoration: none;
  color: #0268B6;
}

body.company.eng .companyMenu-en .companyMenuBlock li a figure {
  overflow: hidden;
}

body.company.eng .companyMenu-en .companyMenuBlock li a figure img {
  transition: all 0.2s linear;
}

body.company.eng .companyMenu-en .companyMenuBlock li a h3 {
  padding: 25px 27px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 767px) {
  body.company.eng .companyMenu-en .companyMenuBlock li a h3 {
    padding: 20px 25px;
    font-size: 16px;
  }
}
body.company.eng .companyMenu-en .companyMenuBlock li a h3:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: 27px;
  transition: all 0.2s linear;
}

body.company.eng .companyMenu-en .companyMenuBlock li a:hover {
  opacity: 0.8;
}

body.company.eng .companyMenu-en .companyMenuBlock li a:hover img {
  transform: scale(1.1);
}

body.company.eng .companyMenu-en .companyMenuBlock li a:hover h3:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  body.company.eng .outline .outlinewrap {
    display: block;
  }
  body.company.eng .outline .outlinewrap .head-office-building {
    width: 50%;
    margin: 0 auto 20px;
  }
  body.company.eng .outline .outlinewrap .top-dl {
    width: 100%;
  }
}
body.company.eng .outline .top-dl dt {
  width: 30%;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  body.company.eng .outline .top-dl dt {
    width: 100%;
  }
}
body.company.eng .outline .top-dl dd {
  width: 70%;
}

@media screen and (max-width: 767px) {
  body.company.eng .outline .top-dl dd {
    width: 100%;
  }
}
body.company.eng .outline .bottom-dl dd .enBtn {
  margin-top: 12px;
}

body.company.eng .outline .bottom-dl dd .enBtn a {
  text-decoration: none;
  color: #0268B6;
  display: inline-block;
}

body.company.eng .outline .bottom-dl dd .enBtn a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.5em;
  background: url(/images/common/icon-externallinks.svg) center center/100% 100% no-repeat;
}

body.company.eng .company-list {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.company.eng .company-list {
    margin-top: 40px;
  }
}
body.company.eng .company-list li {
  margin-top: 35px;
  line-height: 1.88;
  text-indent: -1.25em;
  margin-left: 1.25em;
}

@media screen and (max-width: 767px) {
  body.company.eng .company-list li {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 14px;
  }
}
body.company.eng .officer .officer-table th {
  width: 30%;
  line-height: 1.4;
}

body.company.eng .officer .officer-table td {
  width: 70%;
  line-height: 1.4;
}

body.company.eng .officer .officer-table td .name {
  width: 11em;
}

body.works.eng .in-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  body.works.eng .in-wrap {
    padding: 0 20px;
  }
}
body.works.eng .in-wrap .works-txt {
  font-size: 18px;
  line-height: 1.94;
  color: #0268B6;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  body.works.eng .in-wrap .works-txt {
    font-size: 16px;
    line-height: 1.88;
  }
}
body.works.eng .worksProjects {
  padding: 50px 0 100px;
  margin-bottom: 100px;
  background-color: #EFF6FF;
  margin-top: 50px;
}

body.works.eng .worksProjects .list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  body.works.eng .worksProjects .list {
    display: block;
  }
}
body.works.eng .worksProjects .list li {
  width: 32.5%;
  margin-right: 1.25%;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.works.eng .worksProjects .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
}
body.works.eng .worksProjects .list li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.works.eng .worksProjects .list li:first-of-type {
    margin-top: 0;
  }
}
body.works.eng .worksProjects .list li a {
  text-decoration: none;
  color: #000;
}

body.works.eng .worksProjects .list li a figure {
  aspect-ratio: 78/53;
  width: 100%;
  overflow: hidden;
}

body.works.eng .worksProjects .list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}

body.works.eng .worksProjects .list li a .projectTitle {
  font-weight: 700;
  margin-top: 16px;
}

body.works.eng .worksProjects .list li a:hover {
  opacity: 0.8;
}

body.works.eng .worksProjects .list li a:hover img {
  transform: scale(1.1);
}

body.ir.eng .irTopBox1 .TopBox1 .right h2:last-of-type:before {
  background: url(/images/ir/icon-ir-materials.svg) center center/100% 100% no-repeat;
}

body.ir.eng .irTopBox1 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  body.ir.eng .irTopBox1 {
    margin-bottom: 60px;
  }
}
body.ir.eng .irTopBox1 .left dl dd {
  margin-top: 18px;
}

body.ir.eng .irTopBox1 .right {
  height: 276px;
}

@media screen and (max-width: 767px) {
  body.ir.eng .irTopBox1 .right {
    height: auto;
    padding-bottom: 10px;
  }
}
body.ir.eng .irTopBox3 .ir-MainMenu h3 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  body.ir.eng .irTopBox3 .ir-MainMenu h3 {
    font-size: 17px;
    line-height: 1.4;
  }
}
body.ir.eng .irTopBox3 .ir-MainMenu h3 figure {
  display: block;
  text-align: center;
  width: 82px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  body.ir.eng .irTopBox3 .ir-MainMenu h3 figure {
    width: 76px;
    margin-right: 25px;
  }
}
body.ir.eng .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu {
  width: 100%;
}

body.ir.eng .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu.half {
  width: 50%;
}

@media screen and (max-width: 767px) {
  body.ir.eng .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu.half {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.ir.eng .irTopBox3 .ir-MainMenu li .MenuWrap .subMenu a {
    margin-left: 0.75em;
    text-indent: -0.75em;
  }
}
body.ir.eng .valueTable th {
  width: 22%;
}

@media screen and (max-width: 767px) {
  body.ir.eng .valueTable th {
    width: 30%;
  }
}
body.ir.eng .orders-received .glafLineBlock .glafWrap .fiscal-year {
  bottom: -64px;
}

@media screen and (max-width: 767px) {
  body.ir.eng .orders-received .glafLineBlock .glafWrap .fiscal-year {
    bottom: -42px;
  }
}
body.ir.eng .orders-received .note {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  body.ir.eng .orders-received .note {
    bottom: -42px;
    top: -90px;
    font-size: 0.9em;
  }
}
body.ir.eng .orders-received .note span {
  margin-left: 0;
}

body.ir.eng .total-sales .note {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  body.ir.eng .total-sales .note {
    top: -160px;
  }
}
body.ir.eng .total-sales .note span {
  margin-left: 0;
}

body.ir.eng .orders-received .indicator {
  margin-top: -10px;
}

body.ir.eng .orders-received .indicator li {
  margin-bottom: 21px;
}

body.ir.eng .orders-received .glafLineBlock .glafWrap .fiscal-year ul li {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  body.ir.eng .orders-received .glafLineBlock .glafWrap .fiscal-year ul li {
    font-size: 9px;
  }
}
body.ir.eng .orders-received .glafLineBlock .glafWrap .fiscal-year .year {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body.ir.eng .orders-received .glafLineBlock .glafWrap .fiscal-year .year {
    font-size: 9px;
  }
}
body.ir.eng .orders-received .indicator li span {
  white-space: nowrap;
}

body.ir.eng .total-sales .indicator li span {
  white-space: nowrap;
}

body.ir.eng .ordinary-income .indicator li span {
  white-space: nowrap;
}

body.ir.eng .ordinary-income .indicator li span {
  white-space: nowrap;
}

body.ir.eng .net-income .indicator li span {
  white-space: nowrap;
}

body.ir.eng .glafLineBlock .glafWrap .fiscal-year {
  bottom: -64px;
}

@media screen and (max-width: 767px) {
  body.ir.eng .glafLineBlock .glafWrap .fiscal-year {
    bottom: -42px;
  }
}
body.ir.eng .glafLineBlock .glafWrap .fiscal-year.fs {
  bottom: -28px;
}

body.ir.eng .cash-flow .cash-flowBlock dd {
  display: flex;
  align-items: center;
  justify-content: end;
}

body.ir.eng .cash-flow .cash-flowBlock dd.glafTitle {
  display: block;
}

body.ir.eng .assets .indicator li span {
  white-space: nowrap;
}

body.ir.eng .irListTxt {
  line-height: 1.5;
}

body.ir.eng h3 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.eng #wrap .subtitleArea h1 {
    line-height: 1.4;
  }
}
/*/////////////////////// YAHAGI SDGs ////////////////////////////*/
body.yahagi-sdgs .titleArea {
  width: 100%;
  height: 795px !important;
  background-image: url(/images/pickup/sdgs/yahagi-sdgsBK.svg);
  animation: bg-ani 3s infinite linear;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  margin-top: 80px;
  background-size: 1500px auto;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .titleArea {
    height: 306px !important;
    background-size: 120% auto;
    margin-top: 0;
  }
}
body.yahagi-sdgs .titleArea h1 {
  margin: 20px auto 0;
  width: 780px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .titleArea h1 {
    width: 78%;
    margin: 40px auto 0;
  }
}
@keyframes bg-ani {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 50% 65%;
  }
  100% {
    background-position: 50% 50%;
  }
}
body.yahagi-sdgs .sdgs-txtArea {
  height: 600px;
  background: url(/images/pickup/sdgs/txtArea-BK.svg) center center/auto 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 246px;
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  body.yahagi-sdgs .sdgs-txtArea {
    padding: 246px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .sdgs-txtArea {
    height: 390px;
    padding: 80px 20px 0;
    background: url(/images/pickup/sdgs/txtArea-spBK.svg) top center/100% auto no-repeat;
  }
}
body.yahagi-sdgs .sdgs-txtArea h1 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .sdgs-txtArea h1 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
body.yahagi-sdgs .sdgs-txtArea .sdgs-txt {
  line-height: 1.88;
  margin-top: 40px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .sdgs-txtArea .sdgs-txt {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    margin-top: 35px;
  }
}
body.yahagi-sdgs .SDGsArea {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea {
    padding: 60px 0;
  }
}
body.yahagi-sdgs .SDGsArea .logocolor {
  width: 200px;
  margin: 0 auto;
}

body.yahagi-sdgs .SDGsArea h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea h2 {
    font-size: 25px;
    line-height: 1.7;
    padding: 0;
  }
}
body.yahagi-sdgs .SDGsArea h2 span {
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea h2 span {
    margin-left: 0;
    display: block;
  }
}
body.yahagi-sdgs .SDGsArea .title-under-txt {
  text-align: center;
  margin-top: 35px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs .SDGsArea .title-under-txt {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .title-under-txt {
    margin: 35px 20px 0;
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
}
body.yahagi-sdgs .SDGsArea h3 {
  margin-top: 140px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #909090;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea h3 {
    margin-top: 95px;
    font-size: 28px;
  }
}
body.yahagi-sdgs .SDGsArea .sdgs-note {
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .sdgs-note {
    margin: 30px 20px 0 32px;
    font-size: 12px;
    text-indent: -12px;
    text-align: left;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap {
    display: block;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl {
  width: 50%;
  box-sizing: border-box;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
}

body.yahagi-sdgs .SDGsArea .SDGs-wrap dl:nth-of-type(odd) {
  border-right: 1px solid #CCC;
  display: block;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl {
    width: 100%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    box-sizing: border-box;
  }
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl:nth-of-type(2n) {
    border-top: none;
    border-bottom: 1px solid #CCC;
  }
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl:nth-of-type(2n) dt {
    padding: 0 18px;
    text-align: left;
    height: 32px;
  }
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl:nth-of-type(2n) dd {
    padding-top: 0;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  padding: 16px 0;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
}

body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd {
  padding: 45px 30px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd {
    padding: 20px 16px;
    align-items: left;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgsLink a {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgsLink a {
    font-size: 18px;
    margin-left: 19px;
    text-indent: -19px;
    line-height: 1.6;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgsLink a:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  transform: rotate(45deg);
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  margin-right: 12px;
  position: relative;
  top: -3px;
}

body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgsLink a:hover {
  opacity: 0.6;
}

body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sub-sdgsLink a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-left: 45px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s linear;
  color: #404040;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sub-sdgsLink a {
    font-size: 16px;
    margin-left: 40px;
    text-indent: -20px;
    line-height: 1.6;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sub-sdgsLink a:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  transform: rotate(45deg);
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  margin-right: 12px;
  position: relative;
  top: -3px;
}

body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sub-sdgsLink a:hover {
  opacity: 0.6;
}

body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock {
  width: 307px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock {
    width: 100%;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock.oneBlock {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock.oneBlock {
    justify-content: start;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock li {
  width: 55px;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock li {
    width: 18.4%;
    margin-right: 2%;
  }
  body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock li img {
    width: 100%;
  }
}
body.yahagi-sdgs .SDGsArea .SDGs-wrap dl dd .sdgs-iconBlock li:nth-of-type(5n) {
  margin-right: 0;
}

body.yahagi-sdgs .SDGsArea .SDGs-wrap dl:nth-of-type(2n) dd {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.yahagi-sdgs .SDGsArea .EnvironmentBlock {
  max-width: 1200px;
  margin: 25px auto 0;
  background-color: #E5F6EB;
  padding: 50px 8.3% 60px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .EnvironmentBlock {
    padding: 30px 20px 40px;
  }
}
body.yahagi-sdgs .SDGsArea .EnvironmentBlock h4 {
  text-align: center;
  border-bottom: 5px solid #B5E5C8;
  padding-bottom: 15px;
  color: #00A842;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .EnvironmentBlock h4 {
    font-size: 38px;
    text-align: center;
  }
}
body.yahagi-sdgs .SDGsArea .EnvironmentBlock h4 span {
  font-size: 25px;
  font-weight: 500;
  margin-right: 15px;
  display: inline-block;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .EnvironmentBlock h4 span {
    font-size: 23px;
    margin: 0 0 15px 0;
    display: block;
  }
}
body.yahagi-sdgs .SDGsArea .EnvironmentBlock .SDGs-wrap dt {
  background-color: #00A842;
}

body.yahagi-sdgs .SDGsArea .EnvironmentBlock .SDGs-wrap dd .sdgsLink a {
  color: #00A842;
}

body.yahagi-sdgs .SDGsArea .EnvironmentBlock .SDGs-wrap dd .sdgsLink a:before {
  border-right: 2px solid #00A842;
  border-top: 2px solid #00A842;
}

body.yahagi-sdgs .SDGsArea .EnvironmentBlock .SDGs-wrap dd .sub-sdgsLink a {
  color: #404040;
}

body.yahagi-sdgs .SDGsArea .EnvironmentBlock .SDGs-wrap dd .sub-sdgsLink a:before {
  border-right: 2px solid #00A842;
  border-top: 2px solid #00A842;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .EnvironmentBlock .SDGs-wrap dl:nth-of-type(2n) dt {
    background-color: #FFF;
    color: #00A842;
  }
}
body.yahagi-sdgs .SDGsArea .SocialBlock {
  max-width: 1200px;
  margin: 25px auto 0;
  background-color: #E9F4FB;
  padding: 50px 8.3% 60px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SocialBlock {
    padding: 30px 20px 40px;
  }
}
body.yahagi-sdgs .SDGsArea .SocialBlock h4 {
  text-align: center;
  border-bottom: 5px solid #C2DFF3;
  padding-bottom: 15px;
  color: #2D93D5;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

body.yahagi-sdgs .SDGsArea .SocialBlock h4 span {
  font-size: 25px;
  font-weight: 500;
  margin-right: 15px;
  display: inline-block;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SocialBlock h4 span {
    font-size: 23px;
    margin: 0 0 15px 0;
    display: block;
  }
}
body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dt {
  background-color: #2D93D5;
}

body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dd .sdgsLink a {
  color: #2D93D5;
}

body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dd .sdgsLink a:before {
  border-right: 2px solid #2D93D5;
  border-top: 2px solid #2D93D5;
}

body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dd .sub-sdgsLink a {
  color: #404040;
}

body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dd .sub-sdgsLink a:before {
  border-right: 2px solid #2D93D5;
  border-top: 2px solid #2D93D5;
}

body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dl:nth-of-type(n+3) {
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dl:nth-of-type(n+3) {
    border-top: none;
  }
}
body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dl:nth-of-type(n+3) dt {
  display: none;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dl:nth-of-type(n+3) dt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dl:nth-of-type(3), body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dl:nth-of-type(5) {
    margin-top: 20px;
  }
  body.yahagi-sdgs .SDGsArea .SocialBlock .SDGs-wrap dl:nth-of-type(2n) dt {
    background-color: #FFF;
    color: #2D93D5;
    text-align: left;
  }
}
body.yahagi-sdgs .SDGsArea .GovernanceBlock {
  max-width: 1200px;
  margin: 25px auto 0;
  background-color: #FEF3EA;
  padding: 50px 8.3% 60px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .GovernanceBlock {
    padding: 30px 20px 40px;
  }
}
body.yahagi-sdgs .SDGsArea .GovernanceBlock h4 {
  text-align: center;
  border-bottom: 5px solid #FBDDC4;
  padding-bottom: 15px;
  color: #F08D34;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

body.yahagi-sdgs .SDGsArea .GovernanceBlock h4 span {
  font-size: 25px;
  font-weight: 500;
  margin-right: 15px;
  display: inline-block;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .GovernanceBlock h4 span {
    font-size: 23px;
    margin: 0 0 15px 0;
    display: block;
  }
}
body.yahagi-sdgs .SDGsArea .GovernanceBlock .SDGs-wrap dl {
  align-items: start;
}

body.yahagi-sdgs .SDGsArea .GovernanceBlock .SDGs-wrap dt {
  background-color: #F08D34;
}

body.yahagi-sdgs .SDGsArea .GovernanceBlock .SDGs-wrap dd .sdgsLink a {
  color: #F08D34;
}

body.yahagi-sdgs .SDGsArea .GovernanceBlock .SDGs-wrap dd .sdgsLink a:before {
  border-right: 2px solid #F08D34;
  border-top: 2px solid #F08D34;
}

body.yahagi-sdgs .SDGsArea .GovernanceBlock .SDGs-wrap dd .sub-sdgsLink a {
  color: #404040;
}

body.yahagi-sdgs .SDGsArea .GovernanceBlock .SDGs-wrap dd .sub-sdgsLink a:before {
  border-right: 2px solid #F08D34;
  border-top: 2px solid #F08D34;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .GovernanceBlock .SDGs-wrap dl:nth-of-type(2n) dt {
    background-color: #FFF;
    color: #F08D34;
    text-align: left;
  }
}
body.yahagi-sdgs .SDGsArea .leafletLink {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .leafletLink {
    padding: 0 20px;
  }
}
body.yahagi-sdgs .SDGsArea .leafletLink a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 34px;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  transition: all 0.2s linear;
}

body.yahagi-sdgs .SDGsArea .leafletLink a:after {
  display: inline-block;
  width: 16px;
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .leafletLink a:after {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
  }
}
body.yahagi-sdgs .SDGsArea .leafletLink a:hover {
  background-color: #E8E8E8;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGsArea .leafletLink a {
    font-size: 16px;
    padding: 16px 40px 16px 24px;
    line-height: 1.8;
    text-align: left;
    position: relative;
  }
}
body.yahagi-sdgs .whats-SDGs {
  padding: 75px 0 146px;
  margin-bottom: 115px;
  background-image: url(/images/pickup/sdgs/SDGs-BottomBk.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #7CA3BA;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .whats-SDGs {
    padding: 50px 20px 80px;
    margin-bottom: 60px;
    background-size: 260%;
    background-position: right 30% bottom;
  }
}
body.yahagi-sdgs .whats-SDGs .whatsBlock {
  max-width: 1026px;
  background-color: #FFF;
  border-radius: 50px;
  padding: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs .whats-SDGs .whatsBlock {
    width: calc(100% - 40px);
    padding: 60px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .whats-SDGs .whatsBlock {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
  }
}
body.yahagi-sdgs .whats-SDGs .whatsBlock h2 {
  color: #404040;
  font-size: 38px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .whats-SDGs .whatsBlock h2 {
    font-size: 30px;
  }
}
body.yahagi-sdgs .whats-SDGs .whatsBlock .whats-txt {
  line-height: 1.88;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .whats-SDGs .whatsBlock .whats-txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}
body.yahagi-sdgs .whats-SDGs .whatsBlock .SDGs-group {
  margin: 80px auto 0;
  max-width: 732px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .whats-SDGs .whatsBlock .SDGs-group {
    margin: 50px auto 0;
    width: 100%;
  }
}
body.yahagi-sdgs .titleArea-sdgs {
  height: 150px;
  padding-top: 7px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .titleArea-sdgs {
    margin-top: 20px;
    padding-left: 0;
    padding-top: 35px;
  }
}
body.yahagi-sdgs .titleArea-sdgs h1 {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .titleArea-sdgs h1 {
    display: block;
    text-align: center;
  }
}
body.yahagi-sdgs .titleArea-sdgs h1 span {
  font-size: 25px;
  font-weight: 500;
  margin: 0 20px 0 25px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .titleArea-sdgs h1 span {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .titleArea-sdgs h1 figure {
    display: none;
  }
}
body.yahagi-sdgs h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  padding: 28px 0;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs h2 {
    font-size: 22px;
    line-height: 1.6;
    padding: 18px 0;
  }
}
body.yahagi-sdgs .in_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

body.yahagi-sdgs .in_wrap h3 {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  padding: 18px 0;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap h3 {
    font-size: 18px;
    line-height: 1.4;
    padding: 16px 18px;
  }
}
body.yahagi-sdgs .in_wrap h3.line-two {
  line-height: 1.5;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs .in_wrap h3.line-two {
    padding: 18px 40px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap h3.line-two {
    padding: 18px 15px;
    border-radius: 30px;
  }
}
body.yahagi-sdgs .in_wrap .h3_titleUnder {
  text-align: center;
  line-height: 1.94;
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap .h3_titleUnder {
    line-height: 1.78;
    font-size: 14px;
    text-align: left;
    margin-top: 30px;
  }
}
body.yahagi-sdgs .in_wrap h4 {
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-top: 100px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap h4 {
    font-size: 18px;
    margin-top: 75px;
  }
}
body.yahagi-sdgs .in_wrap .title-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap .title-icon {
    margin-top: 30px;
    display: block;
  }
}
body.yahagi-sdgs .in_wrap .title-icon h5 {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap .title-icon h5 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
}
body.yahagi-sdgs .in_wrap .title-icon figure {
  width: 250px;
}

body.yahagi-sdgs .in_wrap .title-icon figure.two {
  width: 170px;
}

body.yahagi-sdgs .in_wrap .title-icon figure.one-icon {
  width: 90px;
}

body.yahagi-sdgs .in_wrap .sdgsTxt {
  margin-top: 20px;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap .sdgsTxt {
    font-size: 14px;
    line-height: 1.65;
  }
}
body.yahagi-sdgs .in_wrap .sdgs-imgList {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

body.yahagi-sdgs .in_wrap .sdgs-imgList.sbclear {
  justify-content: start;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap .sdgs-imgList {
    margin-top: 30px;
    display: block;
  }
}
body.yahagi-sdgs .in_wrap .sdgs-imgList li {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap .sdgs-imgList li {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.yahagi-sdgs .in_wrap .sdgs-imgList li .txt {
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .in_wrap .sdgs-imgList li .txt {
    text-align: left;
  }
}
body.yahagi-sdgs .in_wrap .sdgs-imgList li .txt span {
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

body.yahagi-sdgs .in_wrap .sdgs-imgList li.centerImg {
  width: 312px;
  margin-right: 50px;
}

body.yahagi-sdgs .sdgs-Btn {
  margin-top: 35px;
}

body.yahagi-sdgs .sdgs-Btn a {
  display: inline-block;
  font-weight: 500;
  padding: 16px 40px 16px 20px;
  position: relative;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.2s linear;
}

body.yahagi-sdgs .sdgs-Btn a:after {
  display: block;
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transition: all 0.2s linear;
}

body.yahagi-sdgs .sdgs-Btn a:hover {
  color: #FFF;
}

body.yahagi-sdgs .sdgs-Btn a:hover:after {
  right: 12px;
}

body.yahagi-sdgs .sdgs-Btn a:hover span {
  color: #FFF;
}

body.yahagi-sdgs.environment .titleArea-sdgs {
  background: linear-gradient(90deg, rgb(229, 246, 236) 0%, rgb(255, 255, 255) 100%);
}

body.yahagi-sdgs.environment .titleArea-sdgs h1 {
  color: #00A842;
}

body.yahagi-sdgs.environment h2 {
  background-color: #3AB45F;
}

body.yahagi-sdgs.environment h3 {
  color: #00A842;
  border: 3px solid #00A842;
  background-color: #F3FBF6;
}

body.yahagi-sdgs.environment .town-planning {
  padding-top: 120px;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.environment .town-planning {
    padding: 120px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.environment .town-planning {
    padding: 60px 20px 0;
  }
}
body.yahagi-sdgs.environment .title-icon h5 {
  color: #00A842;
}

body.yahagi-sdgs.environment .sdgs-Btn a {
  color: #000;
  border: 1px solid #00A842;
}

body.yahagi-sdgs.environment .sdgs-Btn a span {
  color: #00A842;
  margin-right: 0.5em;
}

body.yahagi-sdgs.environment .sdgs-Btn a:after {
  background: url(/images/common/green-arrow-r.svg) center center/100% 100% no-repeat;
}

body.yahagi-sdgs.environment .sdgs-Btn a:hover {
  background-color: #00A842;
  color: #FFF;
}

body.yahagi-sdgs.environment .sdgs-Btn a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
}

body.yahagi-sdgs.environment .sdgs-Btn a:hover span {
  color: #FFF;
}

body.yahagi-sdgs.environment .activities {
  padding: 150px 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.environment .activities {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.environment .activities {
    padding: 60px 20px 0;
  }
}
body.yahagi-sdgs .SDGs-pageLink {
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-pageLink {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
body.yahagi-sdgs .SDGs-pageLink ul {
  display: flex;
  flex-wrap: wrap;
}

body.yahagi-sdgs .SDGs-pageLink ul li {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-pageLink ul li {
    width: 50%;
  }
}
body.yahagi-sdgs .SDGs-pageLink ul li.prev a {
  padding-right: 50px;
  text-align: right;
  text-decoration: none;
  color: #000;
  display: block;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-pageLink ul li.prev a {
    font-size: 13px;
    padding-right: 15px;
    text-align: left;
  }
}
body.yahagi-sdgs .SDGs-pageLink ul li.prev a:before {
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  transform: rotate(180deg);
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

body.yahagi-sdgs .SDGs-pageLink ul li.next a {
  padding-left: 50px;
  text-decoration: none;
  color: #000;
  display: block;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-pageLink ul li.next a {
    font-size: 13px;
    padding-left: 15px;
    text-align: right;
  }
}
body.yahagi-sdgs .SDGs-pageLink ul li.next a:after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(/images/common/glay-arrow-r.svg) center center/100% 100% no-repeat;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

body.yahagi-sdgs .SDGs-pageLink ul li a {
  transition: all 0.2s linear;
}

body.yahagi-sdgs .SDGs-pageLink ul li a:hover {
  opacity: 0.5;
}

body.yahagi-sdgs .sdgs-TopBtn {
  margin-top: 35px;
  text-align: center;
  padding-bottom: 100px;
}

body.yahagi-sdgs .sdgs-TopBtn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFF;
  text-decoration: 0;
  background-color: #00A842;
  padding: 24px 60px 24px 30px;
  border: 1px solid #00A842;
  position: relative;
  transition: all 0.2s linear;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .sdgs-TopBtn a {
    padding: 20px 50px 20px 25px;
    font-size: 16px;
  }
}
body.yahagi-sdgs .sdgs-TopBtn a:after {
  content: "";
  width: 10px;
  height: 18px;
  display: block;
  background: url(/images/common/white-arrow-r.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 25px;
  transition: all 0.2s linear;
}

body.yahagi-sdgs .sdgs-TopBtn a:hover {
  color: #00A842;
  background-color: #FFF;
}

body.yahagi-sdgs .sdgs-TopBtn a:hover:after {
  right: 18px;
  background-image: url(/images/common/green-arrow-r.svg);
}

body.yahagi-sdgs .yahagiSDGs-Menu {
  width: 120px;
  height: 120px;
  position: fixed;
  right: 0;
  top: 80px;
  background-color: #FFF;
  cursor: pointer;
  z-index: 5;
  border-radius: 0 0 0 40px;
}

@media screen and (max-width: 840px) {
  body.yahagi-sdgs .yahagiSDGs-Menu {
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .yahagiSDGs-Menu {
    top: 51px;
    width: 60px;
    height: 60px;
  }
}
body.yahagi-sdgs .yahagiSDGs-Menu.active {
  background-color: rgba(255, 255, 255, 0);
}

body.yahagi-sdgs .yahagiSDGs-Menu span {
  position: absolute;
  display: block;
  background-color: #404040;
  width: 66px;
  height: 5px;
  border-radius: 3px;
  right: 27px;
  top: 44px;
  transition: all 0.2s linear;
}

body.yahagi-sdgs .yahagiSDGs-Menu span.active {
  background-color: #FFF;
  transform: translateY(11px) rotate(-45deg);
}

body.yahagi-sdgs .yahagiSDGs-Menu span:nth-of-type(2) {
  width: 36px;
  top: 74px;
}

body.yahagi-sdgs .yahagiSDGs-Menu span:nth-of-type(2).active {
  width: 66px;
  transform: translate(0, -16px) rotate(-135deg);
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .yahagiSDGs-Menu span {
    width: 30px;
    height: 4px;
    top: 20px;
    right: 13px;
  }
  body.yahagi-sdgs .yahagiSDGs-Menu span.active {
    background-color: #FFF;
    transform: translateY(0) rotate(-45deg);
    width: 30px;
  }
  body.yahagi-sdgs .yahagiSDGs-Menu span:nth-of-type(2) {
    width: 16px;
    top: 30px;
  }
  body.yahagi-sdgs .yahagiSDGs-Menu span:nth-of-type(2).active {
    width: 30px;
    transform: translate(0, -10px) rotate(-135deg);
  }
}
body.yahagi-sdgs .SDGs-Menu {
  background-color: #7BC520;
  width: 0;
  overflow: hidden;
  box-sizing: border-box;
  height: calc(100vh - 80px);
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 4;
  padding: 150px 0;
  transition: all 0.2s linear;
}

@media screen and (max-width: 840px) {
  body.yahagi-sdgs .SDGs-Menu {
    top: 120px;
    height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-Menu {
    top: 51px;
    height: calc(100vh - 51px);
  }
}
body.yahagi-sdgs .SDGs-Menu.active {
  width: 400px;
  padding: 150px 50px;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-Menu.active {
    width: 100%;
    padding: 150px 15%;
  }
}
body.yahagi-sdgs .SDGs-Menu .menu-topLink a {
  text-decoration: none;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-Menu .menu-topLink a {
    font-size: 22px;
  }
}
body.yahagi-sdgs .SDGs-Menu .menu-sdgsLink {
  margin-top: 35px;
}

body.yahagi-sdgs .SDGs-Menu .menu-sdgsLink a {
  text-decoration: none;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-Menu .menu-sdgsLink a {
    font-size: 22px;
  }
}
body.yahagi-sdgs .SDGs-Menu .menu-sdgsLink a span {
  width: 124px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.yahagi-sdgs .SDGs-Menu .menu-sdgsLink a span {
    font-size: 15px;
  }
}
body.yahagi-sdgs.social .titleArea-sdgs {
  background: linear-gradient(90deg, rgb(231, 240, 249) 0%, rgb(255, 255, 255) 100%);
}

body.yahagi-sdgs.social .titleArea-sdgs h1 {
  color: #2D93D5;
}

body.yahagi-sdgs.social h2 {
  background-color: #2D93D5;
}

body.yahagi-sdgs.social h3 {
  color: #2D93D5;
  border: 3px solid #2D93D5;
  background-color: #F5FAFD;
}

body.yahagi-sdgs.social .town-planning {
  padding-top: 120px;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .town-planning {
    padding: 120px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.social .town-planning {
    padding: 60px 20px 0;
  }
}
body.yahagi-sdgs.social .title-icon h5 {
  color: #2D93D5;
}

body.yahagi-sdgs.social .sdgs-Btn a {
  color: #000;
  border: 1px solid #2D93D5;
}

body.yahagi-sdgs.social .sdgs-Btn a span {
  color: #2D93D5;
  margin-right: 0.5em;
}

body.yahagi-sdgs.social .sdgs-Btn a:after {
  background: url(/images/common/blue-arrow-r.svg) center center/100% 100% no-repeat;
}

body.yahagi-sdgs.social .sdgs-Btn a:hover {
  background-color: #2D93D5;
  color: #FFF;
}

body.yahagi-sdgs.social .sdgs-Btn a:hover span {
  color: #FFF;
}

body.yahagi-sdgs.social .sdgs-Btn a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
}

body.yahagi-sdgs.social .comfortable-town {
  padding: 120px 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .comfortable-town {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.social .comfortable-town {
    padding: 60px 20px;
  }
}
body.yahagi-sdgs.social .two_linetxt {
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .development {
    padding: 0 20px;
  }
}
body.yahagi-sdgs.social .production-base {
  padding: 120px 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .production-base {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.social .production-base {
    padding: 60px 20px 0;
  }
}
body.yahagi-sdgs.social .process {
  padding: 120px 0 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .process {
    padding: 120px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.social .process {
    padding: 60px 20px 0;
  }
}
body.yahagi-sdgs.social .worth-working {
  padding: 120px 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .worth-working {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.social .worth-working {
    padding: 60px 20px;
  }
}
body.yahagi-sdgs.social .local-community {
  padding: 120px 0 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .local-community {
    padding: 120px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.social .local-community {
    padding: 60px 20px 0;
  }
}
body.yahagi-sdgs.social .partnership {
  padding: 120px 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.social .partnership {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.social .partnership {
    padding: 60px 20px;
  }
}
body.yahagi-sdgs.social .sdgs-TopBtn a {
  background-color: #2D93D5;
  border: 1px solid #2D93D5;
}

body.yahagi-sdgs.social .sdgs-TopBtn a:hover {
  background-color: #FFF;
  color: #2D93D5;
}

body.yahagi-sdgs.social .sdgs-TopBtn a:hover:after {
  background-image: url(/images/common/blue-arrow-r.svg);
}

body.yahagi-sdgs.governance .titleArea-sdgs {
  background: linear-gradient(90deg, rgb(253, 243, 234) 0%, rgb(255, 255, 255) 100%);
}

body.yahagi-sdgs.governance .titleArea-sdgs h1 {
  color: #F08D34;
}

body.yahagi-sdgs.governance h2 {
  background-color: #F08D34;
}

body.yahagi-sdgs.governance h3 {
  color: #F08D34;
  border: 3px solid #F08D34;
  background-color: #FFFAF5;
}

body.yahagi-sdgs.governance .GovernanceBlock {
  padding: 120px 0;
}

@media screen and (max-width: 1240px) {
  body.yahagi-sdgs.governance .GovernanceBlock {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.yahagi-sdgs.governance .GovernanceBlock {
    padding: 60px 20px 0;
  }
}
body.yahagi-sdgs.governance .title-icon h5 {
  color: #F08D34;
}

body.yahagi-sdgs.governance .sdgs-Btn a {
  color: #000;
  border: 1px solid #F08D34;
}

body.yahagi-sdgs.governance .sdgs-Btn a span {
  color: #F08D34;
  margin-right: 0.5em;
}

body.yahagi-sdgs.governance .sdgs-Btn a:after {
  background: url(/images/common/orange-arrow-r.svg) center center/100% 100% no-repeat;
}

body.yahagi-sdgs.governance .sdgs-Btn a:hover {
  background-color: #F08D34;
  color: #FFF;
}

body.yahagi-sdgs.governance .sdgs-Btn a:hover span {
  color: #FFF;
}

body.yahagi-sdgs.governance .sdgs-Btn a:hover:after {
  background-image: url(/images/common/white-arrow-r.svg);
}

body.yahagi-sdgs.governance .sdgs-TopBtn a {
  background-color: #F08D34;
  border: 1px solid #F08D34;
}

body.yahagi-sdgs.governance .sdgs-TopBtn a:hover {
  background-color: #FFF;
  color: #F08D34;
}

body.yahagi-sdgs.governance .sdgs-TopBtn a:hover:after {
  background-image: url(/images/common/orange-arrow-r.svg);
}

/*/////////////////////////// ×·¼Ó /////////////////////////*/
body.sustainability .multistakeholder-btn {
  margin-top: 20px;
  margin-left: 22px;
}

body.sustainability .multistakeholder-btn a {
  padding: 26px 160px 26px 26px;
  display: inline-block;
  border: 1px solid #00A332;
  text-decoration: none;
  color: #00A332;
  position: relative;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  body.sustainability .multistakeholder-btn a {
    padding: 15px 70px 15px 16px;
    font-size: 15px;
  }
}
body.sustainability .multistakeholder-btn a:after {
  content: "";
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-pdf.svg) center center/100% 100% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 50px;
}

@media screen and (max-width: 767px) {
  body.sustainability .multistakeholder-btn a:after {
    right: 18px;
  }
}
body.sustainability .multistakeholder-btn a:hover {
  background-color: #00A332;
  color: #FFF;
}

/*/////////////////// …fÁ¦»áÉç¤Î½Ô˜”¤Ø /////////////////////////*/
.cooperation_company_Menu {
  width: 100%;
  background-color: #eff6ff;
  padding: 60px 0;
  margin-top: 60px;
}
.cooperation_company_Menu .in_wrap_Menu {
  max-width: 1000px;
  margin: 0 auto;
}
.cooperation_company_Menu .in_wrap_Menu .Menu {
  display: flex;
  flex-wrap: wrap;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a {
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 6.5%;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 30px 25px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.1s linear;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a li figure {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a li figure img {
  margin: 0 auto;
  transition: all 0.1s linear;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a li h2 {
  border: none;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 35px;
  letter-spacing: 0;
  color: #000;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a li p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a:nth-of-type(3n) {
  margin-right: 0;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a:hover {
  opacity: 0.6;
}
.cooperation_company_Menu .in_wrap_Menu .Menu a:hover img {
  transform: scale(1.1, 1.1);
}

.our-Partner-companies {
  margin-top: 100px;
}
.our-Partner-companies h2.second {
  margin-top: 80px;
}
.our-Partner-companies .in_contents {
  max-width: 850px;
  margin: 0 auto;
}
.our-Partner-companies .in_contents .Code-Registration {
  margin-top: 10px;
}
.our-Partner-companies .in_contents .Code-Registration li {
  margin-left: 1em;
  line-height: 2;
}
.our-Partner-companies .in_contents .Code-Registration li:before {
  content: "¡ñ";
  font-size: 0.85em;
  color: #999;
  margin-right: 0.5em;
}
.our-Partner-companies .in_contents .titleCopy {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
.our-Partner-companies .in_contents .txtCopy {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
.our-Partner-companies .in_contents .policy_guidelines {
  margin-top: 0;
}
.our-Partner-companies .in_contents .policy_guidelines li {
  margin-top: 30px;
}
.our-Partner-companies .in_contents .policy_guidelines li h3 {
  margin-top: 0;
}
.our-Partner-companies .in_contents .policy_guidelines li p {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  margin-left: 30px;
}
.our-Partner-companies .in_contents .policy_guidelines li span {
  display: block;
  font-size: 16px;
  margin-left: 6em;
  text-indent: -2.7em;
  line-height: 2;
}
.our-Partner-companies .policy_guidelinesBT {
  margin: 60px auto 40px;
  text-align: center;
  display: block;
}
.our-Partner-companies .policy_guidelinesBT li {
  display: inline-block;
}
.our-Partner-companies .policy_guidelinesBT li a {
  padding: 15px 60px 15px 35px;
  border: 1px solid #0268B6;
  border-radius: 10px;
  position: relative;
  color: #0268B6;
  text-decoration: none;
  transition: all 0.1s linear;
}
.our-Partner-companies .policy_guidelinesBT li a small {
  font-size: 0.9em;
}
.our-Partner-companies .policy_guidelinesBT li a.link_icon:after {
  content: "";
  display: block;
  background: url(/images/common/link-blue-icon.svg) center center/100% auto no-repeat;
  width: 17px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}
.our-Partner-companies .policy_guidelinesBT li a.xls_dl:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-xls.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}
.our-Partner-companies .policy_guidelinesBT li a.doc_dl:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(/images/common/icon-doc.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
}
.our-Partner-companies .policy_guidelinesBT li a.pdf_dl:after {
  position: absolute;
  content: url(/images/common/icon-pdf.svg);
  margin-left: 0.5em;
  width: 16px;
  display: inline-block;
  right: 20px;
  top: calc(50% - 11px);
}
.our-Partner-companies .policy_guidelinesBT li a:hover {
  opacity: 0.6;
}
.our-Partner-companies .policy_guidelinesBT li:nth-of-type(2) {
  margin-left: 30px;
}
.our-Partner-companies .txtList {
  margin-top: 15px;
}
.our-Partner-companies .txtList li {
  line-height: 2;
  list-style-type: disc;
  margin-left: 1em;
  font-size: 16px;
}
.our-Partner-companies .documentsTitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 35px;
}
.our-Partner-companies p.update-date {
  margin-left: 1.5em;
}
.our-Partner-companies .logo {
  margin: 45px auto 0;
  width: 400px;
  display: block;
}
.our-Partner-companies .retirement_pay {
  margin-top: 60px;
}
.our-Partner-companies .retirement_pay li {
  font-size: 16px;
  line-height: 2;
}
.our-Partner-companies .retirement_pay li:before {
  content: "¡ñ";
  color: #999;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.our-Partner-companies .retirement_pay li .note {
  font-size: 0.85em;
  margin-left: 1.5em;
}
.our-Partner-companies .hotLine {
  padding: 25px;
  border: 1px solid #0268B6;
  border-radius: 20px;
  margin-top: 30px;
}
.our-Partner-companies .hotLine h4 {
  font-weight: 500;
  font-size: 20px;
}
.our-Partner-companies .hotLine dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 2;
}
.our-Partner-companies .hotLine dl dt {
  width: 6em;
}
.our-Partner-companies .hotLine dl dd {
  width: calc(100% - 6em);
}
.our-Partner-companies .hotLine dl dd small {
  display: block;
  font-size: 0.9em;
}

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