@charset "UTF-8";
/* -----------------------------------------------------------------
	common css
----------------------------------------------------------------- */
html[lang^=zh] {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

html[lang=de], html[lang=es], html[lang=fr], html[lang=it], html[lang=pt], html[lang=ko] {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#contents *, #contents *:before, #contents *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#contents ol, #contents ul, #contents li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* clearfix */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

/* link */
#contents a:link {
  color: #1780c4;
  text-decoration: none;
}

#contents a:visited {
  color: #1780c4;
  text-decoration: none;
}

#contents a:hover {
  color: #1780c4;
  text-decoration: underline;
}

#contents {
  line-height: 1.5;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
html[lang^=zh] #contents {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

@media screen and (max-width: 1023px) {
  #contents {
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
  }
  #contents img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #contents {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) {
  .st-Title {
    margin-top: 27px;
  }
}
.st-Header_Inner {
  position: relative;
}

.tool-langSelector {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media screen and (max-width: 767.98px) {
  .tool-langSelector {
    bottom: -15px;
  }
}
@media screen and (min-width: 768px) {
  .tool-langSelector {
    bottom: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .tool-langSelector {
    bottom: -5px;
  }
}

.tool-langSelector_button {
  position: relative;
  width: 118px;
  height: 43px;
  padding: 0 0 0 15px;
  border: 1px solid #f0f0f0;
  background: none;
  font-size: 16px;
  text-align: left;
}
.tool-langSelector_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.tool-langSelector_button.is-open::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.tool-langSelector_list {
  display: none;
  position: absolute;
  top: 43px;
  right: 0;
  width: 140px;
  padding-top: 20px;
  z-index: 10;
}
.tool-langSelector_list .wovn-languages {
  padding: 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: bold;
}
.tool-langSelector_list .wovn-switch {
  display: block;
  padding: 7px 10px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.tool-langSelector_list .wovn-switch.selected {
  color: #2a96e1;
  border-color: #2a96e1;
}

#contents .tool-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

@media screen and (min-width: 768px) {
  #contents .tool-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-inner {
    max-width: 1190px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contents .js-animateY {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

#contents .js-animateY.js-move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ページタイトル */
#contents .tool-title {
  padding-top: 25px;
  padding-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #contents .tool-title {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-title {
    padding-top: 48px;
    padding-bottom: 43px;
  }
}
#contents .tool-title_main {
  line-height: 1.375;
  padding: 0 !important;
  color: #333 !important;
  font-size: 24px !important;
  font-weight: normal !important;
}

@media screen and (min-width: 1024px) {
  #contents .tool-title_main {
    line-height: 1.42;
    font-size: 32px !important;
  }
}
/* Heroエリア */
#contents .tool-hero {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #contents .tool-hero img {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
  }
  #contents .tool-hero picture {
    display: block;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-hero {
    max-width: 1190px;
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contents .tool-hero_caption {
  margin-top: 15px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #contents .tool-hero_caption {
    padding-left: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-hero_caption {
    font-size: 14px;
    text-align: right;
  }
}
/* イントロ */
#contents .tool-intro {
  margin-bottom: 35px;
  background-repeat: no-repeat;
  background-position: top left;
}

@media screen and (min-width: 1024px) {
  #contents .tool-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#contents .tool-intro_title {
  line-height: 1.4;
  margin-bottom: 27px;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .tool-intro_title {
    line-height: 1.4;
    width: 46.6386%;
    margin-bottom: 0;
    font-size: 38px;
  }
  #contents .tool-intro-aboutus .tool-intro_title {
    width: calc(38.74% - 30px);
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-intro_text {
    width: 51.4285%;
  }
  #contents .tool-intro-aboutus .tool-intro_text {
    width: 61.26%;
  }
}
/* ローカルナビ */
#contents .tool-localNav {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #contents .tool-localNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-localNav {
    margin-top: 75px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 100px;
  }
}

#contents .tool-localNav_item {
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 768px) {
  #contents .tool-localNav_item {
    width: calc(50% - 14px);
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-localNav_item {
    width: 180px;
    margin: 0 10px;
  }
}
#contents .tool-localNav_item a {
  position: relative;
  line-height: 1.4;
  display: block;
  padding: 18px 40px 17px 0;
  color: #333 !important;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #contents .tool-localNav_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 33px);
    padding-left: 10px;
    padding-right: 32px;
    padding-bottom: 15px;
  }
}
#contents .tool-localNav_item a::before {
  position: absolute;
  bottom: 0;
  left: -1px;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #2a96e1;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
#contents .tool-localNav_item a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  background-size: 20px;
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  height: 1em;
  width: 20px;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
#contents .tool-localNav_item a:hover {
  text-decoration: none !important;
}
#contents .tool-localNav_item a:hover::after {
  right: 6px;
}
#contents .tool-localNav_item a:hover::before {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #contents .tool-localNav_item-anchor a {
    padding-right: 0;
  }
}
#contents .tool-localNav_item-anchor a::after {
  background: none;
  content: "";
  right: 15px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -0.3em;
  border-bottom: 1px solid #2a96e1;
  border-right: 1px solid #2a96e1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  #contents .tool-localNav_item-anchor a::after {
    right: 0px;
  }
}
#contents .tool-localNav_item-anchor a:hover::after {
  right: 15px;
}
@media screen and (min-width: 1024px) {
  #contents .tool-localNav_item-anchor a:hover::after {
    right: 0px;
  }
}

/* セクション */
#contents .tool-section {
  margin-bottom: 100px;
}
#contents .tool-section:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #contents .tool-section {
    margin-bottom: 140px;
  }
}
#contents .tool-section_parts {
  margin-bottom: 60px;
}

#contents .tool-section_parts:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #contents .tool-section_parts {
    margin-bottom: 100px;
  }
}
#contents .tool-section_titleArea {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #contents .tool-section_titleArea {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-section_titleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
#contents .tool-section_title {
  line-height: 1.4;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 3px solid #2a96e1;
  font-size: 24px;
  font-weight: bold;
}

#contents .tool-section_titleArea .tool-section_title {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  #contents .tool-section_title {
    line-height: 1.4;
    margin-bottom: 45px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }
  #contents .tool-section_titleArea .tool-section_title {
    width: 40.336%;
    margin-bottom: 0;
  }
}
#contents .tool-section_title span {
  display: inline-block;
}

#contents .tool-section_text {
  line-height: 1.75;
  margin-bottom: 1.5em;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

#contents .tool-section_text:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #contents .tool-section_text {
    line-height: 2;
    margin-bottom: 2em;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-section_titleArea .tool-section_text {
    width: 52.9411%;
  }
}
/* ギャラリー */
@media screen and (max-width: 767px) {
  #contents .tool-gallery {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #contents .tool-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -45px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-gallery {
    margin-bottom: -60px;
  }
}
#contents .tool-gallery_item {
  margin-bottom: 45px;
}

#contents .tool-gallery-col4 .tool-gallery_item {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #contents .tool-gallery_item {
    width: 48.033708%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-gallery_item {
    width: 31.506849%;
    margin-bottom: 60px;
    overflow: hidden;
  }
  #contents .tool-gallery-col4 .tool-gallery_item {
    width: 22.945205%;
  }
}
#contents .tool-gallery_item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  #contents .tool-gallery_item img {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
#contents .tool-gallery_item figcaption {
  line-height: 1.4;
  margin-top: 13px;
}

#contents .tool-gallery-col4 .tool-gallery_item figcaption {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  #contents .tool-gallery_item figcaption {
    line-height: 1.77 !important;
    margin-top: 13px;
    font-size: 14px;
  }
}
/* ========================================
  Display
======================================== */
.u-hiddenSP {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .u-hiddenSP {
    display: block !important;
  }
}

.u-hiddenPC {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .u-hiddenPC {
    display: none !important;
  }
}

html:not([lang=ja]) .u-visibleJA {
  display: none;
}

html[lang=ja] .u-visibleJA {
  display: block;
}

/* トップ */
@media screen and (min-width: 1024px) {
  #contents .top-section_title {
    margin-bottom: 80px;
  }
}

#contents .top-intro {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1023.98px) {
  #contents .top-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #contents .top-intro {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-intro {
    margin-top: 65px;
  }
}
@media print, screen and (max-width: 1023.98px) {
  #contents .top-intro .tool-hero {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #contents .top-intro .tool-hero {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-intro .tool-hero {
    margin-bottom: 55px;
  }
}

#contents .top-intro_title {
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 28px;
}
@media print, screen and (max-width: 1023.98px) {
  #contents .top-intro_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  #contents .top-intro_title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-intro_title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 42px;
  }
}

#contents .top-intro_text {
  line-height: 1.75;
  color: #666;
  font-weight: bold;
}
@media print, screen and (max-width: 1023.98px) {
  #contents .top-intro_text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-intro_text {
    max-width: 989px;
    font-size: 18px;
    text-align: center;
  }
}

.top-gallery_item {
  position: relative;
}
.top-gallery_item img {
  width: 100%;
  height: auto;
}
.top-gallery_item span {
  position: absolute;
  bottom: 7px;
  left: 15px;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .top-gallery_item span {
    bottom: 17px;
    left: 25px;
    width: calc(100% - 50px);
    font-size: 20px;
  }
}
.top-gallery_item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.72%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.8;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #contents .top-developmentList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -50px !important;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-developmentList {
    margin-top: -10px;
  }
}

#contents .top-developmentList_item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #contents .top-developmentList_item {
    width: 48.0225988701%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-developmentList_item {
    width: 31.4285714286%;
  }
}
@media screen and (max-width: 767.98px) {
  #contents .top-developmentList_item:last-child {
    margin-bottom: 0;
  }
}

#contents .top-developmentList_image {
  margin-bottom: 22px;
}
#contents .top-developmentList_image img {
  width: 100%;
}

#contents .top-developmentList_textArea {
  padding: 0 14px;
}
@media screen and (min-width: 1024px) {
  #contents .top-developmentList_textArea {
    padding: 0 18px;
  }
}

#contents .top-developmentList_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  #contents .top-developmentList_title {
    font-size: 28px;
  }
}
#contents .top-developmentList_title > span {
  margin-right: 8px;
  margin-top: -10px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 60px;
  letter-spacing: -0.025em;
  -webkit-text-stroke: 1px #2a96e1;
}
@media screen and (min-width: 1024px) {
  #contents .top-developmentList_title > span {
    font-size: 60px;
  }
}

#contents .top-developmentList_subTitle {
  line-height: 1.4;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #contents .top-developmentList_subTitle {
    margin-bottom: 11px;
    font-size: 20px;
  }
}

#contents .top-developmentList_text {
  line-height: 1.8;
  font-size: 12px;
  color: #666;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #contents .top-developmentList_text {
    line-height: 1.7;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #contents .top-solutionList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    margin-bottom: -50px !important;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-solutionList {
    margin-bottom: -80px !important;
  }
}

#contents .top-solutionList_item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #contents .top-solutionList_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-solutionList_item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  #contents .top-solutionList_item:last-child {
    margin-bottom: 0;
  }
}

#contents .top-solutionList_title {
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

#contents .top-solutionList_image {
  margin-bottom: 27px;
}
#contents .top-solutionList_image img {
  width: 100%;
}

#contents .top-solutionList_text {
  line-height: 1.7;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #contents .top-solutionList_text {
    padding: 0 15px;
  }
}

#contents .top-network_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #contents .top-network_buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 70px;
  }
}

#contents .top-network_button {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #contents .top-network_button {
    margin-right: 0;
    width: 19.3277310924%;
    text-align: center;
  }
}
#contents .top-network_button a {
  display: block;
  padding: 8px 29px;
  color: #333;
  border-radius: 100px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 1024px) {
  #contents .top-network_button a {
    padding: 13px 0;
  }
}
#contents .top-network_button a:hover {
  text-decoration: none;
  border-color: #0e7dcb;
}
#contents .top-network_button.is-active a {
  color: #fff;
  background-color: #0e7dcb;
  border-color: #0e7dcb;
}

#contents .top-network_content {
  display: none;
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 767.98px) {
  #contents .top-network_content {
    margin-right: -28px;
    margin-left: -28px;
  }
}
@media screen and (min-width: 768px) {
  #contents .top-network_content {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-network_content {
    margin-right: auto;
    margin-left: auto;
  }
}

#contents .top-network_itemInner {
  position: relative;
  display: block;
  padding: 30px 28px;
  color: inherit !important;
  border-bottom: 1px solid #f0f0f0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 1024px) {
  #contents .top-network_itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
  }
}
#contents .top-network_itemInner:hover {
  text-decoration: none;
}
#contents .top-network_itemInner::before {
  position: absolute;
  bottom: 0;
  left: -1px;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #2a96e1;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

#contents a.top-network_itemInner:hover::before {
  width: 100%;
}
#contents a.top-network_itemInner:hover .top-network_more {
  color: #fff !important;
  background-color: #0e7dcb !important;
}

#contents .top-network_country {
  width: calc(100% - 60px);
  color: #0061a5;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #contents .top-network_country {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-network_country {
    width: 102px;
    margin-right: 60px;
  }
}

@media screen and (min-width: 1024px) {
  #contents .top-network_textArea {
    width: calc(100% - 262px);
  }
}

#contents .top-network_name {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
}
#contents .top-network_name:first-child {
  margin-top: 0;
}

#contents .top-network_text {
  line-height: 1.6;
  color: #999;
  font-weight: bold;
  font-size: 15px;
}

#contents .top-network_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -15px;
  margin-bottom: 10px;
}
#contents .top-network_tag:last-child {
  margin-bottom: -10px;
}
#contents .top-network_tag li {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #0061a5;
  background-color: #daedfb;
  font-weight: bold;
  font-size: 13px;
}

#contents .top-network_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.05);
  color: #0e7dcb;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media print, screen and (max-width: 1023.98px) {
  #contents .top-network_more {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-network_more {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  #contents .top-serviceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -40px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList {
    margin-bottom: -50px;
  }
}

#contents .top-serviceList_item {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #contents .top-serviceList_item {
    width: 48.0225988701%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_item {
    width: 48.5714285714%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  #contents .top-serviceList_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_item:nth-child(1), #contents .top-serviceList_item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_item:nth-child(1) .top-serviceList_title, #contents .top-serviceList_item:nth-child(2) .top-serviceList_title {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  #contents .top-serviceList_item:nth-child(1) .top-serviceList_imageArea, #contents .top-serviceList_item:nth-child(2) .top-serviceList_imageArea {
    height: 64vw;
    overflow: hidden;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_item:nth-child(1) .top-serviceList_imageArea, #contents .top-serviceList_item:nth-child(2) .top-serviceList_imageArea {
    padding-top: 25.2100840336%;
  }
}
@media screen and (max-width: 767.98px) {
  #contents .top-serviceList_item:nth-child(1) .top-serviceList_imageArea img, #contents .top-serviceList_item:nth-child(2) .top-serviceList_imageArea img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    max-width: none;
    height: 100%;
  }
}
#contents .top-serviceList_item a:hover {
  text-decoration: none;
}

.top-serviceList_imageArea {
  position: relative;
  display: block;
  color: #fff;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
  padding-top: 50%;
  overflow: hidden;
}
.top-serviceList_imageArea img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top-serviceList_item a:hover .top-serviceList_imageArea img {
  -webkit-transform: translateX(-50%) scale(1.08, 1.08);
  transform: translateX(-50%) scale(1.08, 1.08);
}
.top-serviceList_imageArea:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.72%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.8;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  #contents .top-serviceList_textArea {
    position: absolute;
    top: 63px;
    left: 50px;
    width: 44.3697478992%;
    color: #fff;
    font-weight: bold;
    z-index: 1;
  }
}

#contents .top-serviceList_title {
  position: absolute;
  bottom: 22px;
  left: 20px;
  line-height: 1.4;
  width: calc(100% - 92px);
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_title {
    line-height: 1.6;
    bottom: 23px;
    left: 30px;
    width: calc(100% - 112px);
    font-size: 22px;
  }
}

#contents .top-serviceList_more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_more {
    bottom: 20px;
    right: 20px;
  }
}

#contents .top-serviceList_more span::before {
  font-size: 1.4em;
}

#contents .top-serviceList_item a:hover .top-serviceList_more {
  background-color: #0e7dcb;
  border-color: #0e7dcb;
}

#contents .top-serviceList_text {
  line-height: 1.7;
  margin-top: 25px;
  padding: 0 10px 10px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_text {
    margin-top: 20px;
    padding: 0;
    color: #fff;
  }
}

#contents .top-serviceList_copy {
  display: none;
}
@media screen and (min-width: 1024px) {
  #contents .top-serviceList_copy {
    display: block;
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  #contents .top-pickupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -50px !important;
  }
}

#contents .top-pickupList_item {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #contents .top-pickupList_item {
    width: 48.0225988701%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .top-pickupList_item {
    width: 31.4285714286%;
  }
}
@media screen and (max-width: 767.98px) {
  #contents .top-pickupList_item:last-child {
    margin-bottom: 0;
  }
}

#contents .top-pickupList_image {
  margin-bottom: 27px;
}
#contents .top-pickupList_image img {
  width: 100%;
}

#contents .top-pickupList_textArea {
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  #contents .top-pickupList_textArea {
    padding: 0 10px;
  }
}

.top-pickupList_category {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .top-pickupList_category {
    margin-bottom: 5px;
  }
}

#contents .top-pickupList_title {
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}

#contents .top-pickupList_text {
  line-height: 1.6;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

#contents .top-pickupList_list > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1em;
}
#contents .top-pickupList_list > li:last-child {
  margin-bottom: 0;
}
#contents .top-pickupList_list > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #2a96e1;
  border-radius: 100%;
}

/* 事業方針 */
#contents .aboutus-global {
  width: 100%;
  margin-bottom: 80px;
  padding: 50px 0;
  background-image: url(../images/about_us/global_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-global {
    margin-bottom: 100px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  #contents .aboutus-global .tool-inner {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#contents .aboutus-global_textArea {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #contents .aboutus-global_textArea {
    display: inline-block;
    margin-bottom: 0;
  }
}
#contents .aboutus-global_textShoulder {
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 17px;
  background-color: #fff;
  color: #2188d0;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-global_textShoulder {
    margin-bottom: 30px;
    padding: 5px 15px;
    font-size: 28px;
  }
}
#contents .aboutus-global_textMain {
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
#contents .aboutus-global_textMain > span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 68px;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-global_textMain {
    font-size: 42px;
  }
  #contents .aboutus-global_textMain > span {
    font-size: 100px;
  }
}
#contents .aboutus-global_textNote {
  margin-top: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#contents .aboutus-global_image img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-global_textNote {
    margin-top: 0;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  #contents .aboutus-global_image {
    width: 47.60479%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-global_image {
    width: 55.88235%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  #contents .aboutus-business_item {
    margin-bottom: 80px;
  }
  #contents .aboutus-business:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-business_item {
    width: 46.2184%;
  }
  #contents .aboutus-business_item:last-child {
    margin-top: 70px;
  }
}
#contents .aboutus-business_image {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  #contents .aboutus-business_image {
    margin-left: -28px;
    margin-right: -28px;
  }
  #contents .aboutus-business_slider > div {
    overflow: hidden;
  }
  #contents .aboutus-business_slider > div img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-business_image {
    margin-bottom: 50px;
  }
}
#contents .aboutus-business_pagination {
  position: absolute;
  bottom: 20px;
  right: 15px;
  line-height: 1;
  display: inline-block;
  z-index: 100;
}

#contents .aboutus-business_item .aboutus-business_pagination > div {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#contents .aboutus-business_item .aboutus-business_pagination > div > a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  z-index: 200;
}

#contents .aboutus-business_item .aboutus-business_pagination > div > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #2a96e1;
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 300;
}

#contents .aboutus-business_item .aboutus-business_pagination > div > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f0f0f0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#contents .aboutus-business_item .aboutus-business_pagination > div .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
}

#contents .aboutus-business_item .circle1 {
  stroke-dasharray: 88px;
  stroke-dashoffset: 88px;
}

#contents .aboutus-business_item .circle2 {
  opacity: 0;
  stroke: #f0f0f0;
}

#contents .aboutus-business_item .aboutus-business_pagination > div .active .circle {
  -webkit-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
}

#contents .aboutus-business_item .aboutus-business_pagination > div .active .circle1 {
  -webkit-animation: stroke-dashoffset 5s linear forwards;
  animation: stroke-dashoffset 5s linear forwards;
}

@-webkit-keyframes stroke-dashoffset {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke-dashoffset {
  100% {
    stroke-dashoffset: 0;
  }
}
#contents .aboutus-business_item .aboutus-business_pagination > div {
  cursor: pointer;
}

#contents .aboutus-business_item .aboutus-business_pagination > div .active,
#contents .aboutus-business_item .aboutus-business_pagination > div .active .circle2,
#contents .aboutus-business_item .aboutus-business_pagination > div a:hover::before {
  opacity: 1;
}

#contents .aboutus-business_item .aboutus-business_pagination > div > a.active::after,
#contents .aboutus-business_item .aboutus-business_pagination > div a:hover::after {
  background: #2a96e1;
}

#contents .aboutus-business_title {
  display: inline-block;
  position: relative;
  margin-bottom: 23px;
  padding-right: 57px;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-business_title {
    margin-bottom: 25px;
    font-size: 38px;
  }
}
#contents .aboutus-business_title a {
  color: #333;
}

#contents .aboutus-business_title a:hover {
  text-decoration: none;
}

#contents .aboutus-business_button {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
  margin-top: -23px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

#contents .aboutus-business_title a:hover .aboutus-business_button {
  background-color: #2a96e1;
}

#contents .aboutus-business_button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -8px;
  background-size: 16px;
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  height: 1em;
  width: 16px;
}

#contents .aboutus-business_title a:hover .aboutus-business_button::after {
  background-image: url(../images/common/arrow_on.svg);
}

#contents .aboutus-index_policy {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-index_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) {
  #contents .aboutus-index_policyTitle {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-index_policyTitle {
    width: 580px;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  #contents .aboutus-index_policyImage {
    margin-left: -28px;
    margin-right: -28px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-index_policyImage {
    width: calc(100% - 504px);
    margin-left: -76px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-index_policyText {
    width: 40.068493%;
  }
}
#contents .aboutus-localNavi {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #contents .aboutus-localNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-localNavi {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents .aboutus-localNavi_item {
    margin-bottom: 50px;
  }
  #contents .aboutus-localNavi_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #contents .aboutus-localNavi_item {
    width: 48.033708%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-localNavi_item {
    width: 48.630137%;
    margin-bottom: 60px;
  }
}
#contents .aboutus-localNavi_item a {
  display: block;
  color: #333;
}

#contents .aboutus-localNavi_item a:hover {
  text-decoration: none;
}

#contents .aboutus-localNavi_image {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-localNavi_image {
    margin-bottom: 20px;
    overflow: hidden;
  }
  #contents .aboutus-localNavi_image img {
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-localNavi_item a:hover .aboutus-localNavi_image img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.08, 1.08);
  }
}
#contents .aboutus-localNavi_text {
  font-weight: bold;
  font-size: 18px;
}

#contents .aboutus-localNavi_text::after {
  background-size: 20px;
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  height: 1em;
  width: 20px;
  padding-left: 10px;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}

#contents .aboutus-localNavi_item a:hover .aboutus-localNavi_text::after {
  padding-left: 14px;
}

@media screen and (min-width: 768px) {
  #contents .aboutus-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#contents .aboutus-button_item {
  border: 1px solid #f0f0f0;
}
#contents .aboutus-button_item a {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  padding: 20px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #contents .aboutus-button_item {
    width: 48.033708%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .aboutus-button_item {
    width: 48.630137%;
  }
  #contents .aboutus-button_item a {
    width: calc(100% - 60px);
    padding: 25px 30px;
    font-size: 18px;
  }
}
#contents .aboutus-button_item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  background-size: 20px;
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  height: 1em;
  width: 20px;
  margin-top: -0.5em;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

#contents .aboutus-button_item a:hover {
  text-decoration: none;
}
#contents .aboutus-button_item a:hover::after {
  right: 16px;
}

@media screen and (min-width: 1024px) {
  #contents .aboutus-button_item a::after {
    right: 34px;
  }
  #contents .aboutus-button_item a:hover::after {
    right: 30px;
  }
}
/* 機械工具の歩み */
#contents .history-beginning {
  margin-bottom: 55px;
}

@media screen and (min-width: 1024px) {
  #contents .history-beginning {
    margin-bottom: 80px;
  }
  #contents .history-beginning_title {
    float: left;
    width: calc(100% - 640px);
  }
}
@media screen and (max-width: 1023px) {
  #contents .history-beginning_image {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .history-beginning_image {
    float: right;
    width: 578px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .history-beginning_text {
    float: left;
    width: calc(100% - 640px);
  }
}
#contents .history-globalText {
  margin-bottom: 50px;
  padding: 50px 0;
  color: #fff;
  background-image: url(../images/history/global_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#contents .history-globalText .tool-section_title {
  border-color: #61ade1;
}
#contents .history-globalText .tool-section_text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  #contents .history-globalText {
    margin-bottom: 80px;
    background-image: url(../images/history/global_bg_pc.jpg);
  }
  #contents .history-globalText .tool-section_text {
    max-width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .history-globalText {
    padding: 60px 0 90px;
    margin-bottom: 55px;
  }
  #contents .history-globalText .tool-section_text {
    max-width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .history-globalList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -60px !important;
  }
}
#contents .history-globalList_item {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #contents .history-globalList_item {
    width: 48.033708%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .history-globalList_item {
    width: 22.945205%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .history-globalList_item:nth-child(2).js-animateY {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #contents .history-globalList_item:nth-child(3).js-animateY {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  #contents .history-globalList_item:nth-child(4).js-animateY {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
#contents .history-globalList_textArea {
  padding: 0 5px;
}

@media screen and (min-width: 1024px) {
  #contents .history-globalList_textArea {
    padding: 0 10px;
  }
}
#contents .history-globalList_year {
  line-height: 1;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: bold;
  letter-spacing: -0.025em;
  -webkit-text-stroke: 1px #2a96e1;
}

@media screen and (min-width: 1024px) {
  #contents .history-globalList_year {
    font-size: 60px;
  }
}
#contents .history-globalList_image {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #contents .history-globalList_image {
    margin-bottom: 17px;
  }
}
#contents .history-globalList_category {
  margin-bottom: 2px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .history-globalList_category {
    margin-bottom: 8px;
  }
}
#contents .history-globalList_title {
  line-height: 1.4;
  margin-bottom: 15px;
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  #contents .history-globalList_title {
    margin-bottom: 11px;
    font-size: 18px;
  }
}
#contents .history-globalList_text {
  line-height: 1.75;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .history-globalList_text {
    font-size: 14px;
  }
}
#contents .history-timeline_item {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  background-image: url(../images/history/timeline_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  overflow-x: scroll;
}

#contents .history-timeline_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #contents .history-timeline_item {
    width: 100%;
    margin-bottom: 160px;
    background-size: cover;
  }
  #contents .history-timeline_item:last-child {
    margin-bottom: 0;
  }
}
#contents .history-timeline_title {
  margin-bottom: 25px;
  font-size: 22px;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  #contents .history-timeline_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 28px;
  }
}
#contents .timeline-content01 {
  width: 2020px;
}

#contents .timeline-content02 {
  width: 1235px;
}

@media screen and (min-width: 1024px) {
  #contents .timeline-content01 {
    width: 2426px;
  }
  #contents .timeline-content02 {
    width: 1920px;
  }
}
#contents .history-timeline_list {
  position: relative;
  height: 618px;
  background-repeat: no-repeat;
  background-position: top 273px left;
  background-size: auto 12px;
}

#contents .timeline-content01 .history-timeline_list {
  width: 2020px;
  background-image: url(../images/history/timeline_line01.png);
}

#contents .timeline-content02 .history-timeline_list {
  width: 1265px;
  background-image: url(../images/history/timeline_line02.png);
}

@media screen and (max-width: 1023px) {
  #contents .timeline-content02 .history-timeline_list {
    background-position: top 273px left -154px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .history-timeline_list {
    background-size: auto auto;
    background-position: top 277px left;
  }
  #contents .timeline-content01 .history-timeline_list {
    width: 2426px;
    background-image: url(../images/history/timeline_line01_pc.png);
  }
  #contents .timeline-content02 .history-timeline_list {
    width: 1920px;
    background-image: url(../images/history/timeline_line02_pc.png);
  }
}
#contents .history-timeline_list > li {
  position: absolute;
  width: 200px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

#contents .history-timeline_list > li.js-move {
  opacity: 1;
}

#contents .history-timeline_list > li:nth-child(odd) {
  bottom: calc(50% + 35px);
  left: 0;
}

#contents .history-timeline_list > li:nth-child(even) {
  top: calc(50% - 25px);
  left: 0;
}

@media screen and (min-width: 1024px) {
  #contents .history-timeline_list > li:nth-child(odd) {
    bottom: calc(50% + 32px);
  }
  #contents .history-timeline_list > li:nth-child(even) {
    top: calc(50% - 18px);
  }
}
#contents .history-timeline_list > li a.js-modalButton {
  position: absolute;
  top: 120px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

#contents .history-timeline_list > li:nth-child(even) a.js-modalButton {
  top: 180px;
}

@media screen and (min-width: 1024px) {
  #contents .history-timeline_list > li a.js-modalButton {
    top: 120px;
    width: 50px;
    height: 50px;
  }
}
#contents .history-timeline_list > li a.js-modalButton::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: url(../images/history/icon_glass.svg) no-repeat center center;
}

#contents .history-timeline_list > li a.js-modalButton:hover {
  background: #2a96e1;
}

#contents .history-timeline_list > li a.js-modalButton:hover::before {
  background: url(../images/history/icon_glass_on.svg) no-repeat center center;
}

#contents .history-timeline_list > li.history-timeline_list01-01 {
  left: 48px;
}

#contents .history-timeline_list > li.history-timeline_list01-02 {
  left: 100px;
}

#contents .history-timeline_list > li.history-timeline_list01-03 {
  left: 464px;
}

#contents .history-timeline_list > li.history-timeline_list01-04 {
  left: 784px;
}

#contents .history-timeline_list > li.history-timeline_list01-05 {
  left: 880px;
}

#contents .history-timeline_list > li.history-timeline_list01-06 {
  left: 1067px;
}

#contents .history-timeline_list > li.history-timeline_list01-07 {
  left: 1328px;
}

#contents .history-timeline_list > li.history-timeline_list01-08 {
  left: 1298px;
}

#contents .history-timeline_list > li.history-timeline_list01-09 {
  left: 1541px;
}

#contents .history-timeline_list > li.history-timeline_list01-10 {
  left: 1604px;
}

#contents .history-timeline_list > li.history-timeline_list01-11 {
  left: 1796px;
}

#contents .history-timeline_list > li.history-timeline_list02-01 {
  left: 46px;
}

#contents .history-timeline_list > li.history-timeline_list02-02 {
  left: 557px;
}

#contents .history-timeline_list > li.history-timeline_list02-03 {
  left: 780px;
}

#contents .history-timeline_list > li.history-timeline_list02-04 {
  left: 1042px;
}

#contents .history-timeline_list > li.history-timeline_list02-05 {
  left: 1002px;
}

@media screen and (min-width: 1024px) {
  #contents .history-timeline_list > li.history-timeline_list01-01 {
    left: 60px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-02 {
    left: 126px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-03 {
    left: 480px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-04 {
    left: 880px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-05 {
    left: 1000px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-06 {
    left: 1283px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-07 {
    left: 1560px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-08 {
    left: 1618px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-09 {
    left: 1826px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-10 {
    left: 1906px;
  }
  #contents .history-timeline_list > li.history-timeline_list01-11 {
    left: 2145px;
  }
  #contents .history-timeline_list > li.history-timeline_list02-01 {
    left: 150px;
  }
  #contents .history-timeline_list > li.history-timeline_list02-02 {
    left: 690px;
  }
  #contents .history-timeline_list > li.history-timeline_list02-03 {
    left: 968px;
  }
  #contents .history-timeline_list > li.history-timeline_list02-04 {
    left: 1295px;
  }
  #contents .history-timeline_list > li.history-timeline_list02-05 {
    left: 1246px;
  }
}
/* モーダル */
@media screen and (max-width: 1023px) {
  body.js-toolFixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
#contents .history-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  #contents .history-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#contents .history-modal.js-open {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s ease-out, visibility 0s ease-out;
  transition: opacity 0.3s ease-out, visibility 0s ease-out;
}

#contents .history-modal_inner {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #contents .history-modal_inner {
    padding-top: 80px;
    padding-bottom: 50px;
    overflow-y: scroll;
  }
}
#contents .history-modal_contents {
  position: relative;
  width: calc(100% - 60px);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 35px;
  background-color: #479cd8;
  border-radius: 10px;
  color: #fff;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  #contents .history-modal_contents {
    padding: 50px;
  }
}
#contents .history-modal_image {
  position: relative;
  width: 68.8vw;
  max-width: 320px;
  height: 53.6vw;
  max-height: 251px;
  margin-bottom: 25px;
  overflow: hidden;
}

#contents .history-modal_image img {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1024px) {
  #contents .history-modal_image {
    width: 320px;
    height: 251px;
  }
}
#contents .history-modal_year {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  font-family: Roboto;
  font-size: 40px;
  font-weight: bold;
}

#contents .history-modal_title {
  line-height: 1.45;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 1024px) {
  #contents .history-modal_title {
    line-height: 1.4;
    margin-bottom: 18px;
    font-size: 26px;
  }
}
#contents .history-modal_text {
  line-height: 1.75;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  #contents .history-modal_text {
    line-height: 1.875;
  }
}
#contents .history-modal_cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#contents .history-modal_close {
  position: absolute;
  top: -38px;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  #contents .history-modal_close {
    top: 0;
    right: -39px;
  }
}
#contents .history-modal_close:before,
#contents .history-modal_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: -3px;
  width: 35px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contents .history-modal_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#contents .js-modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.1s ease-out, visibility 0.2s ease-out;
}

/* summary */
#contents .tool-summary_item {
  margin-bottom: 60px;
}

#contents .tool-summary_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #contents .tool-summary_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  #contents .tool-summary_image {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-summary_image {
    width: 57.19178%;
    overflow: hidden;
  }
  #contents .tool-summary_item:nth-child(even) .tool-summary_image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #contents .tool-summary_image img {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  #contents .tool-summary_textArea {
    width: 40.068493%;
  }
  #contents .tool-summary_item:nth-child(even) .tool-summary_textArea {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#contents .tool-summary_title {
  line-height: 1.5;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .tool-summary_title {
    line-height: 1.42;
    margin-bottom: 28px;
    font-size: 28px;
  }
}
/* 空圧・電動工具事業 */
#contents .power-flow {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #contents .power-flow {
    width: 65.7142%;
    margin-left: auto;
    margin-right: auto;
  }
  #contents .power-flow img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  #contents .power-world {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#contents .power-world_image {
  margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
  #contents .power-world_image {
    margin-left: -28px;
    margin-right: -28px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .power-world_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 45px;
  }
  #contents .power-world_image > div {
    width: calc(50% - 1px);
    overflow: hidden;
  }
  #contents .power-world_image > div img {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  #contents .power-world_textArea {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .power-world_textArea {
    width: calc(50% - 15px);
    padding-right: 15px;
  }
}
#contents .power-world_title {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .power-world_title {
    font-size: 28px;
  }
}
#contents .power-world_title a {
  position: relative;
  color: #333;
  text-decoration: underline;
}

#contents .power-world_title a:hover {
  text-decoration: none;
}

#contents .power-world_title a::before {
  position: absolute;
  bottom: 0;
  right: -30px;
  font-size: 1em;
}

@media screen and (min-width: 1024px) {
  #contents .power-world_title a::before {
    font-size: 0.8em;
  }
}
#contents .power-world_note {
  margin-top: -8px;
  margin-bottom: 21px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .power-world_note {
    margin-top: -11px;
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .power-world_text {
    line-height: 2;
    font-size: 16px !important;
    max-width: 730px;
  }
}
#contents .power-world_outline {
  width: 100%;
  margin-top: -22px;
  font-size: 14px;
}

#contents .power-world_outline table {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #contents .power-world_outline {
    display: block;
    width: calc(50% - 20px);
    margin-left: 20px;
    font-size: 16px;
  }
}
#contents .power-world_outline th {
  width: 110px;
  padding-top: 22px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e3e3e3;
  color: #666;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  #contents .power-world_outline th {
    width: 132px;
  }
}
#contents .power-world_outline td {
  padding-top: 22px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  vertical-align: top;
}

/* サステナビリティ */
#contents .sustainability-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #contents .sustainability-figure {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-figure {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 140px;
  }
}
#contents .sustainability-figure_image {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  #contents .sustainability-figure_textArea {
    margin-bottom: 45px;
  }
  #contents .sustainability-figure_image {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
  }
  #contents .sustainability-figure-image .sustainability-figure_image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 24px;
  }
  #contents .sustainability-figure-image .sustainability-figure_textArea {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-figure_textArea,
  #contents .sustainability-figure_image {
    width: 48.630137%;
  }
}
#contents .sustainability-figure_image img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #f0f0f0;
}

#contents .sustainability-figure_caption {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  #contents .sustainability-figure_caption {
    font-size: 14px;
  }
}
#contents .sustainability-figure_title {
  line-height: 1.5;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #contents .sustainability-figure_title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
#contents .sustainability-tools {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  #contents .sustainability-tools {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-tools_title {
    width: 476px;
    z-index: 1;
  }
}
#contents .sustainability-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
  margin-left: -8px;
  margin-right: -8px;
}

@media screen and (min-width: 768px) {
  #contents .sustainability-about {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 434px);
    margin-top: 0;
    margin-left: -42px;
    margin-right: auto;
  }
}
#contents .sustainability-about_mainTitle {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents .sustainability-about_mainTitle:lang(en), #contents .sustainability-about_mainTitle:lang(de), #contents .sustainability-about_mainTitle:lang(es), #contents .sustainability-about_mainTitle:lang(fr), #contents .sustainability-about_mainTitle:lang(it), #contents .sustainability-about_mainTitle:lang(pt) {
    position: relative;
    top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #contents .sustainability-about_mainTitle {
    top: 37px;
    width: 96.610169%;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about_mainTitle {
    top: 45px;
    width: 90.079365%;
    font-size: 28px;
  }
}
#contents .sustainability-about_image {
  width: 95.209581%;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #contents .sustainability-about_image:lang(en), #contents .sustainability-about_image:lang(de), #contents .sustainability-about_image:lang(es), #contents .sustainability-about_image:lang(fr), #contents .sustainability-about_image:lang(it), #contents .sustainability-about_image:lang(pt) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  #contents .sustainability-about_image {
    width: 96.610169%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about_image {
    width: 90.079365%;
  }
  #contents .sustainability-about_image img {
    width: 100%;
  }
}
#contents .sustainability-about_textArea-01 {
  position: absolute;
  top: 47px;
  right: -2px;
  width: 31.661442%;
}

@media screen and (max-width: 767px) {
  #contents .sustainability-about_textArea-01:lang(en), #contents .sustainability-about_textArea-01:lang(de), #contents .sustainability-about_textArea-01:lang(es), #contents .sustainability-about_textArea-01:lang(fr), #contents .sustainability-about_textArea-01:lang(it), #contents .sustainability-about_textArea-01:lang(pt) {
    position: relative;
    top: 0;
    right: 0;
    left: 50%;
    width: auto;
    margin-top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  #contents .sustainability-about_textArea-01 {
    top: 190px;
    width: 28.95148%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about_textArea-01 {
    top: 220px;
    right: 0;
    width: 27.6455%;
  }
  #contents .sustainability-about_textArea-01:lang(en), #contents .sustainability-about_textArea-01:lang(de), #contents .sustainability-about_textArea-01:lang(es), #contents .sustainability-about_textArea-01:lang(fr), #contents .sustainability-about_textArea-01:lang(it), #contents .sustainability-about_textArea-01:lang(pt) {
    top: 12%;
  }
}
#contents .sustainability-about_textArea-02 {
  width: 38.323353%;
  margin-right: 14.071856%;
}

@media screen and (max-width: 767px) {
  #contents .sustainability-about_textArea-02:lang(en), #contents .sustainability-about_textArea-02:lang(de), #contents .sustainability-about_textArea-02:lang(es), #contents .sustainability-about_textArea-02:lang(fr), #contents .sustainability-about_textArea-02:lang(it), #contents .sustainability-about_textArea-02:lang(pt) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  #contents .sustainability-about_textArea-02 {
    width: 42.37288%;
    margin-left: 2.118644%;
    margin-right: 11.44%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about_textArea-02 {
    width: 44.70894%;
    margin-left: 0;
    margin-right: 0;
  }
}
#contents .sustainability-about_textArea-03 {
  width: 41.916168%;
}

@media screen and (max-width: 767px) {
  #contents .sustainability-about_textArea-03:lang(en), #contents .sustainability-about_textArea-03:lang(de), #contents .sustainability-about_textArea-03:lang(es), #contents .sustainability-about_textArea-03:lang(fr), #contents .sustainability-about_textArea-03:lang(it), #contents .sustainability-about_textArea-03:lang(pt) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  #contents .sustainability-about_textArea-03 {
    width: 44.067796%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about_textArea-03 {
    width: 44.70894%;
    margin-right: 3.96825%;
  }
}
#contents .sustainability-about_title {
  line-height: 1.36;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #contents .sustainability-about_title {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about_title {
    line-height: 1.38;
    font-size: 18px;
  }
}
#contents .sustainability-about_list > li {
  position: relative;
  line-height: 1.4;
  margin-bottom: 6px;
  padding-left: 1em;
  color: #666;
  font-size: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #contents .sustainability-about_list > li {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-about_list > li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
#contents .sustainability-about_list > li:last-child {
  margin-bottom: 0;
}

#contents .sustainability-about_list > li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #2a96e1;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  #contents .sustainability-linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -40px;
  }
}

#contents .sustainability-linkList_item {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #contents .sustainability-linkList_item {
    width: 48.0225988701%;
  }
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-linkList_item {
    width: 48.5714285714%;
  }
}
@media screen and (max-width: 767.98px) {
  #contents .sustainability-linkList_item:last-child {
    margin-bottom: 0;
  }
}

#contents .sustainability-linkList_item a {
  position: relative;
  display: block;
  color: #fff;
  -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
  padding-top: 50%;
  overflow: hidden;
}
#contents .sustainability-linkList_item a img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#contents .sustainability-linkList_item a:hover img {
  -webkit-transform: translateX(-50%) scale(1.08, 1.08);
  transform: translateX(-50%) scale(1.08, 1.08);
}

#contents .sustainability-linkList_item a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.72%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.8;
  z-index: 1;
}

#contents .sustainability-linkList_title {
  position: absolute;
  bottom: 22px;
  left: 20px;
  line-height: 1.4;
  width: calc(100% - 92px);
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-linkList_title {
    line-height: 1.6;
    bottom: 23px;
    left: 30px;
    width: calc(100% - 112px);
    font-size: 22px;
  }
}

#contents .sustainability-linkList_more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-linkList_more {
    bottom: 20px;
    right: 20px;
  }
}

#contents .sustainability-linkList_more span::before {
  font-size: 1.4em;
}

#contents .sustainability-linkList_text {
  line-height: 1.7;
  margin-top: 25px;
  padding: 0 10px 10px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #contents .sustainability-linkList_text {
    padding: 0 15px 10px;
  }
}