@charset "UTF-8";
/* =========================================================
 About
========================================================= */
/* ---------------------------------------------------------
 var
--------------------------------------------------------- */
/* =========================================================
 Colors
========================================================= */
/* =========================================================
 Media Queries
========================================================= */
/* ---------------------------------------------------------
 mixin
--------------------------------------------------------- */
/* =========================================================
 Block
========================================================= */
.about #fcbg_layer03 {display: none;}

body.about .maininner {
  padding-bottom: 0;
}
.about main h2 em::after {
  background: #05dffd;
}

.about main h3 {
  position: relative;
  padding: 80px 30px 0 21px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .about main h3 {
    padding: 44px 40px 0 30px;
    margin-bottom: 48px;
    font-size: 32px;
    height: 133px;
  }
}
.about main h3::after {
  content: "";
  position: absolute;
  top: 85px;
  left: 0;
  width: 4px;
  height: 24px;
  background: #0ad9aa;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .about main h3::after {
    top: 50px;
    left: 0;
    width: 6px;
    height: 42px;
    border-radius: 3px;
  }
}

.about main h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin: 50px 0 44px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .about main h4 {
    font-size: 32px;
    margin: 50px 0 60px;
  }
}
.about main p {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .about main p {
    margin-top: 48px;
  }
}
.about main p strong {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .about main p strong {
    font-size: 28px;
  }
}

#about_contents {
  position: relative;
  margin: 0;
  padding: 150px 0 50px;
}
@media only screen and (max-width: 768px) {
  #about_contents {
    padding: 278px 0 62px;
  }
}
#about_contents .inner {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #about_contents .inner {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #about_contents .inner h2 {
    margin-bottom: 105px;
  }
}

#about_contents .nav_terms {
  display: flex;
  justify-content: space-between;
  width: 918px;
  height: 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #about_contents .nav_terms {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  #about_contents .nav_terms {
    width: 708px;
    margin-bottom: 72px;
    height: 132px;
  }
}
#about_contents .nav_terms > li {
  width: 100%;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  background-color: #141414;
/*  border: #eaeaea 1px solid;*/
  border: #ffffff 1px solid;
  margin-left: -1px;
}
@media only screen and (max-width: 768px) {
  #about_contents .nav_terms > li {
    width: 100%;
    font-size: 24px;
    line-height: 1.6;
    border-width: 2px;
    letter-spacing: 0.05em;
    margin-left: -2px;
  }
}
#about_contents .nav_terms > li:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  margin-left: 0;
}
#about_contents .nav_terms > li:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
#about_contents .nav_terms > li:first-child a:hover {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  margin-left: 0;
}
#about_contents .nav_terms > li:last-child a:hover {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

#about_contents .nav_terms > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 18px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #about_contents .nav_terms > li a {
    padding-right: 0;
    padding-bottom: 40px;
    text-align: center;
  }
}
/*#about_contents .nav_terms > li a:hover {color: #0ad9aa;}*/
#about_contents .nav_terms > li a:hover {color: #ffffff;background-color: #666666;}

#about_contents .nav_terms > li a::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 16px;
  height: 10px;
  margin-top: -3px;
  background-image: url("../../about/img/anker2.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #about_contents .nav_terms > li a::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 18px;
    width: 20px;
    height: 12px;
    margin-top: 0;
    margin-left: -10px;
  }
}
#about_contents .nav_terms > li br {display: none;}
@media only screen and (max-width: 768px) {
  #about_contents .nav_terms > li br {display: inline;}
}

@media only screen and (max-width: 768px) {
  #about_contents .inner .inner_contents {
    width: 708px;
    margin: 0 auto;
  }
}
#about_contents .inner .inner_contents .about_img {
  width: 820px;
  margin: 40px auto 0;
}
#about_contents .inner .inner_contents .about_img a.link_youtube {
  position: relative;
  display: inline-block;
}
#about_contents .inner .inner_contents .about_img a.link_youtube:before {
  position: absolute;
  content: "▲";
  display: block;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  width: 50px;
  background: #999;
  background: rgba(33,33,33,.5);
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 4;
  text-align: center;
}
#about_contents .inner .inner_contents .youtube_box {
  position: relative;
  display: inline-block;
}
#about_contents .inner .inner_contents .youtube_box:before {
  position: absolute;
  content: "▲";
  display: block;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
  width: 50px;
  background: #999;
  background: rgba(33,33,33,.5);
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  line-height: 4;
  text-align: center;
}
#about_contents .inner .inner_contents .js-open{
  cursor: pointer;
}
#about_contents .inner .inner_contents .js-close{
  position: absolute;
  font-size: 18px;
  z-index: 2100;
  background: #fff;
}
#about_contents .inner .inner_contents .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2000;
}
#about_contents .inner .inner_contents .modal-window {
  display: none;
  position: fixed;
  top: calc(50% + 55px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  z-index: 2100;
}
#about_contents .inner .inner_contents .modal-window iframe {
  width: 100%;
  height: 100%;
}
#about_contents .inner .inner_contents .about_img p {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #about_contents .inner .inner_contents .about_img {
/*    width: 744px;
    margin: 60px -16px 0;*/
    width: 100%;
    margin-top: 60px;
  }
  #about_contents .inner .inner_contents .modal-window {
    width: 90%;
  }
}

#bg_layer_about {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#bg_layer_about svg {vertical-align: bottom;}

#bg_layer_about_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#bg_layer_about_sp svg {vertical-align: bottom;}

#about_tender {
  position: relative;
  padding-bottom: 30px;
}
#about_tender .inner {margin: 0 auto;}
@media only screen and (min-width: 769px) {
  #about_tender .inner {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #about_tender .inner {width: 708px;}
}

#about_tender h3 {padding: 55px 30px 0 21px;}
@media only screen and (max-width: 768px) {
  #about_tender h3 {padding: 35px 30px 0 21px;}
}
#about_tender h3::after {top: 58px;}
@media only screen and (max-width: 768px) {
  #about_tender h3::after {top: 42px;}
}

#about_tender h4 {
  margin-top: 60px;
  position: relative;
  line-height: 1.6;
  padding-left: 78px;
}
@media only screen and (max-width: 768px) {
  #about_tender h4 {
    margin-top: 70px;
    line-height: 1.6;
    padding-left: 120px;
  }
}
#about_tender h4 span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #0ad9aa;
  border: 2px solid #0ad9aa;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  transform: translate(0,-13%);
}
@media only screen and (max-width: 768px) {
  #about_tender h4 span {
    width: 90px;
    height: 90px;
    border-width: 4px;
    line-height: 82px;
    font-size: 30px;
  }
}

#about_tender h5 {
  background: #0ad9aa;
  color: #ffffff;
  line-height: 28px;
  margin: 35px 0 23px;
  padding: 0 25px;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  #about_tender h5 {
    line-height: 60px;
    border-radius: 30px;
    margin: 55px 0 50px;
    padding: 0 40px;
  }
}

#about_tender .twoColumn {display: flex;}
#about_tender .twoColumn.type01 {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn {display: block;}
}

#about_tender .twoColumn > div:first-of-type {
  width: 550px;
  margin-right: 50px;
}
#about_tender .twoColumn.type01 > div:first-of-type {
  width: calc( 100% - 550px );
  margin-right: 0;
}
#about_tender .twoColumn.type01 > div:first-of-type + * {width: 500px;}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  #about_tender .twoColumn.type01 > div:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  #about_tender .twoColumn.type01 > div:first-of-type + * {width: 100%;}
}
#about_tender .twoColumn > div:first-of-type p:first-of-type {
  margin-top: 0px;
}
#about_tender .twoColumn p {line-height: 2;}
#about_tender .twoColumn > div:first-of-type ul {margin-bottom: 45px;}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:first-of-type ul {margin-bottom: 63px;}
}
#about_tender .twoColumn > div:first-of-type ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:first-of-type ul li {margin-bottom: 40px;}
}
#about_tender .twoColumn > div:first-of-type ul li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  margin-top: -7px;
  width: 9px;
  height: 9px;
  background: #0ad9aa;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:first-of-type ul li::before {
    top: 24px;
    left: -1px;
    width: 12px;
    height: 12px;
  }
}

#about_tender .twoColumn > div:last-of-type {width: 500px;}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type {width: 100%;}
}

#about_tender .twoColumn > div:last-of-type ul {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
}
#about_tender .twoColumn > div:last-of-type ul li {
  width: 50%;
  font-weight: 700;
  height: 175px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type ul li {
    height: 250px;
    border-width: 2px !important;
  }
}
#about_tender .twoColumn > div:last-of-type ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 39px;
  height: 76px;
}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type ul li span {
    margin-top: 41px;
    height: 118px;
  }
}
#about_tender .twoColumn > div:last-of-type ul li p {
  width: 100%;
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type ul li p {font-size: 24px;}
}

#about_tender .twoColumn > div:last-of-type ul li.lack {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
#about_tender .twoColumn > div:last-of-type ul li.lack span img {width: 62px;}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type ul li.lack span img {width: 102px;}
}

#about_tender .twoColumn > div:last-of-type ul li.gpu {border-bottom: 1px solid #eaeaea;}
#about_tender .twoColumn > div:last-of-type ul li.gpu span img {width: 76px;}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type ul li.gpu span img {width: 120px;}
}

#about_tender .twoColumn > div:last-of-type ul li.storage {border-right: 1px solid #eaeaea;}
#about_tender .twoColumn > div:last-of-type ul li.storage span img {width: 60px;}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type ul li.storage span img {width: 93px;}
}

#about_tender .twoColumn > div:last-of-type ul li.network span img {width: 72px;}
@media only screen and (max-width: 768px) {
  #about_tender .twoColumn > div:last-of-type ul li.network span img {width: 111px;}
}

@media only screen and (min-width: 769px) {
  #about_tender .inner .about_img2 {margin-top: -25px;}
}
@media only screen and (max-width: 768px) {
  #about_tender .inner .about_img2 {margin: 72px 0 95px;}
}

#about_tender::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 13vw);
  background: #fff;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #about_tender::after {height: calc(100% - 285px);}
}

#bg_layer_tender {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#bg_layer_tender svg {vertical-align: bottom;}

#bg_layer_tender_sp {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#bg_layer_tender_sp svg {vertical-align: bottom;}

#about_partner {
  position: relative;
  z-index: 5;
}
#about_partner .inner {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #about_partner .inner {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #about_partner .inner {
    width: 708px;
  }
}

ul.about_partner {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  ul.about_partner {
    display: block;
  }
}
ul.about_partner > li {
  width: 50%;
  margin-bottom: 40px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  ul.about_partner > li {
    width: 100%;
    margin-bottom: 57px;
  }
}
ul.about_partner > li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-right: 30px;
  background-image: url("../../about/img/circle.svg");
}
@media only screen and (max-width: 768px) {
  ul.about_partner > li span {
    background-image: url("../../about/img/circle_sp.svg");
    width: 190px;
    height: 190px;
    margin-right: 30px;
  }
}

ul.about_partner > li p {
  display: inline-block;
  display: flex;
  align-items: center;
  width: calc(100% - 180px);
  height: 100%;
  margin-top: 0;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  ul.about_partner > li p {
    width: calc(100% - 220px);
    font-size: 30px;
    height: 190px;
    padding-right: 0;
  }
}

ul.about_partner > li.forCompany span img {width: 82px;}
@media only screen and (max-width: 768px) {
  ul.about_partner > li.forCompany span img {width: 106px;}
}

ul.about_partner > li.forDeveloper span img {width: 82px;}
@media only screen and (max-width: 768px) {
  ul.about_partner > li.forDeveloper span img {width: 106px;}
}

ul.about_partner > li.forResearch span img {width: 73px;}
@media only screen and (max-width: 768px) {
  ul.about_partner > li.forResearch span img {width: 95px;}
}

ul.about_partner > li.forCooperate span img {
  margin-top: 5px;
  width: 85px;
}
@media only screen and (max-width: 768px) {
  ul.about_partner > li.forCooperate span img {width: 94px;}
}

#about_partner::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #about_partner::after {height: 350px;}
}

#bg_layer_partnerbtm {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#bg_layer_partnerbtm svg {vertical-align: bottom;}

#bg_layer_partnerbtm_sp {
  position: absolute;
  bottom: 350px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#bg_layer_partnerbtm_sp svg {vertical-align: bottom;}

body.about #footer_contents {
  position: relative;
  z-index: 1;
  margin-top: -356px;
  padding-top: 440px;
  padding-bottom: 215px;
}
@media only screen and (max-width: 768px) {
  body.about #footer_contents {
    margin-top: -160px;
    padding: 244px 0 225px 0;
  }
}

#about_member {
  padding: 60px 0 290px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #about_member {padding: 100px 0 190px;}
}

#about_member .inner {margin: 0 auto;}
@media only screen and (min-width: 769px) {
  #about_member .inner {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #about_member .inner {width: 708px;}
}

#about_member h3 + p {margin-top: 58px;}

@media only screen and (min-width: 769px) {
  #about_member .member_list {
    width: 1210px !important;
    max-width: 1210px !important;
    margin: 58px -22px 0;
  }
}
@media only screen and (min-width: 769px) {
  #about_member .member_list li {margin: 0 22px 36px;}
}

#about_member .member_list > li > a {box-shadow: 0 8px 30px rgba(134,134,134,0.25);}
#about_member .member_list > li > a:hover {box-shadow: 0 28px 40px rgba(134,134,134,0.15);}

#about_member .btnLargeP {margin-bottom: 38px;}
@media only screen and (max-width: 768px) {
  #about_member .btnLargeP {margin-bottom: 73px;}
}

#about_member .member_list {
  width: 1020px !important;
  max-width: 1020px !important;
  margin: 50px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #about_member .member_list {
    width: 656px !important;
    max-width: 656px !important;
    margin: 46px -14px 0;
  }
}
#about_member .member_list > li {
  position: relative;
  width: 184px;
  margin: 0 10px 36px;
}
@media only screen and (max-width: 768px) {
  #about_member .member_list > li {
    width: 300px;
    margin: 0 14px 67px;
  }
}
#about_member .member_list > li > a {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #ffffff;
  color: #141414;
  overflow: hidden;
  height: 100%;
}
#about_member .member_list > li > a .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
#about_member .member_list > li > a .thumb img {width: 100%;}
#about_member .member_list > li > a h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px 15px 0 15px;
  margin-top: auto;
  margin-bottom: 18px;
  height: calc(100% - 184px);
  font-weight: 400;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #about_member .member_list > li > a h5 {
    font-size: 28px;
    padding: 19px;
    margin-bottom: 30px;
  }
}
#about_member .member_list > li > a::before {
  transition: 0.2s all ease;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 26px;
  height: 26px;
  margin-left: -15px;
  background: #ffffff;
  border: 2px solid #0ad9aa;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #about_member .member_list > li > a::before {
    bottom: -30px;
    width: 52px;
    height: 52px;
    margin-left: -30px;
    border-width: 4px;
  }
}
#about_member .member_list > li > a::after {
  transition: 0.2s all ease;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-image: url("../../partners/img/plus_g.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #about_member .member_list > li > a::after {
    bottom: -10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 769px) {
  #about_member .member_list > li > a:hover::before {background: #0ad9aa;}
  #about_member .member_list > li > a:hover::after {background-image: url("../../partners/img/plus_w.svg");}
}
#about_member .member_list > li > a:focus {outline: none;}
@media only screen and (max-width: 768px) {
  #about_member .member_list {
    width: auto !important;
    max-width: inherit !important;
    margin: 90px -20px 0;
  }
  #about_member .member_list > li {
    width: 334px;
    margin: 0 20px 67px;
  }
}

.openBox {
  padding-top: 17px;
  text-align: center;
  transition: 0.2s all ease;
}
@media only screen and (max-width: 768px) {
  .openBox {
    position: absolute;
    bottom: 68px;
    padding-top: 0;
    width: 628px;
  }
}
.openBox span {
  position: relative;
  padding-left: 31px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0ad9aa;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.openBox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("../../about/img/plus.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.openBox span::after {content: "READ MORE";}
@media only screen and (max-width: 768px) {
  .openBox span {
    font-size: 32px;
    padding-left: 46px;
  }
  .openBox span::before {
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -14px;
  }
}
.active .openBox span::before {
  transition: 0.2s all ease;
  background-image: url("../../about/img/minus.svg");
}
.active .openBox span::after {content: "CLOSE";}

.GrayBox {
  width: 1100px;
  margin: 64px auto 0;
  padding: 40px 30px 37px;
  background-color: #eaeaea;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .GrayBox {
    width: 708px;
    margin: 77px auto 40px;
    padding: 60px 40px 54px;
  }
}
.GrayBox h4 {
  position: relative;
  margin: 0 !important;
  padding: 0 30px 0 21px !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .GrayBox h4 {
    padding: 0 40px 0 35px !important;
    font-size: 32px !important;
  }
}
.GrayBox h4::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: 24px;
  background: #bdbdbd;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .GrayBox h4::after {
    top: 5px;
    left: 0;
    width: 6px;
    height: 42px;
    border-radius: 3px;
  }
}
.GrayBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 13px -11px 0;
}
.GrayBox ul li {
  width: calc(33% - 19px);
  margin: 0 11px;
}
.GrayBox ul.col2 li {
  width: calc(50% - 23px);
  margin: 0 11px;
}
@media only screen and (max-width: 768px) {
  .GrayBox ul.col2 li,
  .GrayBox ul li {width: 100%;}
}

@media only screen and (min-width: 769px) {
  .GrayBox ul li.txtBtm {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .GrayBox ul li.txtBtm p {margin-top: 28px;}
}
.GrayBox h5 {
  background: #141414 !important;
  margin: 28px 0 15px !important;
}
@media only screen and (max-width: 768px) {
  .GrayBox h5 {margin: 38px 0 28px !important;}
}
.GrayBox h5 + p {margin-top: 15px !important;}
@media only screen and (max-width: 768px) {
  .GrayBox h5 + p {margin-bottom: 15px !important;}
}
.GrayBox .small {font-size: 13px;}
@media only screen and (max-width: 768px) {
  .GrayBox .small {font-size: 24px;}
}


.BnrBox > .image,
#about_tender .BnrBox > .image {
  background: transparent !important;
  line-height: inherit;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
}
.BnrBox > .image img {
  max-width: 620px;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  * + .BnrBox {margin-top: 28px;}
  .BnrBox {
    display: flex;
    flex-direction: row;
/*    flex-wrap: nowrap; 202206更新 */
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
/* 202206更新
  .BnrBox > .image {
    width: 64.8%;
  }
  .BnrBox > .text {
    width: 35.2%;
    padding-bottom: 15px
  }*/
  .BnrBox > .image {
    width: calc(50% - 11px);
  }
  #about_tender .BnrBox > .image:nth-child(2) {
    margin-left: 22px !important;
  }
}
@media only screen and (max-width: 768px) {
  * + .BnrBox {margin-top: 15px;}
  .BnrBox > .image {}
  .BnrBox > * + * {margin-top: 15px;}
/* 202206更新 */
  #about_tender .BnrBox > .image:nth-child(2) {
    margin-top: 15px !important;
  }
}

.ShadowBox {
  position: relative;
  width: 1100px;
  margin: 22px auto 0;
  padding: 40px 30px 33px;
  box-shadow: 0px 8px 30px rgba(134, 134, 134, 0.25);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .ShadowBox {
    width: 708px;
    margin: 100px auto 0;
    padding: 70px 40px 373px;
  }
}
.ShadowBox h4 {margin: 0 0 20px !important;}
.ShadowBox .comment {
  display: none;
  width: calc(100% - 295px);
}
@media only screen and (max-width: 768px) {
  .ShadowBox .comment {width: 100%;}
  .ShadowBox .comment p:last-of-type {margin-bottom: 40px;}
}
.ShadowBox::after {
  transition: 0.2s all ease;
  content: "";
  position: absolute;
  right: 90px;
  top: 50%;
  width: 170px;
  height: 244px;
  margin-top: -65px;
  background-image: url("../../about/img/cat.png");
  background-size: 170px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .ShadowBox::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 182px;
    margin-top: auto;
    margin-left: -90px;
    width: 180px;
    height: 176px;
    background-size: 180px auto;
    background-position: top center;
  }
}
.ShadowBox.active::after {margin-top: -35px;}
