/*=============================================
=            PAGE HEAD            =
=============================================*/
#content {
  background-color: rgb(237.15, 247.3, 247.02);
}

#pageHead.icHead {
  position: relative;
  height: 65vw;
  max-height: 670px;
  background-color: #129ed8;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
@media only screen and (min-width: 768px) {
  #pageHead.icHead {
    height: 60vw;
  }
}
#pageHead.icHead .headTitleWrapper {
  content: "";
  position: absolute;
  top: 60%;
  left: 30%;
  width: 49%;
  max-width: 515px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #pageHead.icHead .headTitleWrapper {
    top: 50%;
  }
}
#pageHead.icHead .peopleWrapper {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0%;
  width: 100%;
  -webkit-transform: translate(8%, 5px);
          transform: translate(8%, 5px);
  z-index: 1;
  max-width: 1249px;
  text-align: right;
  pointer-events: none;
}
@media only screen and (min-width: 1400px) {
  #pageHead.icHead .peopleWrapper {
    bottom: -10px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
#pageHead.icHead .bgWrapper {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  max-width: 1500px;
  background-image: url(../img/icBg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=====  End of PAGE HEAD  ======*/
/*=============================================
=            COMMON            =
=============================================*/
#icList {
  padding: 60px 5px;
  margin: 60px auto 0 auto;
  background-image: url(../img/icBodyBg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icWrapper {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .icWrapper {
    margin-bottom: 70px;
  }
}
.icWrapper .logo {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fdfdfd;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 20px 20px;
}
.icWrapper .icName {
  font-weight: bold;
  font-size: 1.8rem;
  color: #fdfdfd;
  background-color: #3b455b;
  text-align: center;
  margin-bottom: 0;
  color: #fdfdfd;
  padding: 10px 5px;
  border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .icWrapper .icName {
    font-size: 2.2rem;
  }
}

.icContainer {
  margin-bottom: 70px;
}

.largeBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fdfdfd;
  height: 60px;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 15px auto;
  border-radius: 100px;
  font-size: 2rem;
  background-color: #111;
}
@media only screen and (min-width: 768px) {
  .largeBtn {
    font-size: 2.4rem;
    height: 100px;
  }
}
.largeBtn .arrow {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .largeBtn .arrow {
    right: 40px;
  }
}
.largeBtn:hover .arrow {
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .largeBtn:hover .arrow {
    right: 30px;
  }
}
.largeBtn.backBtn {
  background-color: #111;
  font-weight: bold;
  color: #fdfdfd;
}

/*=============================================
=            IC INFO            =
=============================================*/
.icArticle {
  margin: 60px auto 0 auto;
  background-image: url(../img/icBodyBg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

#icInfo {
  padding-top: 60px;
  padding-bottom: 60px;
}
#icInfo .icWrapper {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#icInfo .icWrapper .logo {
  border-radius: 20px;
  margin-bottom: 10px;
}
#icInfo .icWrapper .icName {
  color: #111;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  #icInfo .icWrapper .icName {
    font-size: 2.2rem;
  }
}
#icInfo .mainTitleWrapper {
  position: relative;
  z-index: 1;
  font-weight: bold;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #icInfo .mainTitleWrapper {
    padding: 20px 40px;
  }
}
#icInfo .mainTitleWrapper:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 0;
  border-left: 5px solid #111;
  border-top: 5px solid #111;
}
#icInfo .mainTitleWrapper:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 0;
  border-right: 5px solid #111;
  border-bottom: 5px solid #111;
}
#icInfo .mainTitleWrapper .mainTitle {
  line-height: 1.45;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media only screen and (min-width: 768px) {
  #icInfo .mainTitleWrapper .mainTitle {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  #icInfo .mainTitleWrapper .mainTitle {
    font-size: 4rem;
  }
}

/*=====  End of IC INFO  ======*/
/*=============================================
=            IC CONTENT            =
=============================================*/
#icContent .icContentWrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdfdfd;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#icContent .icContentWrapper > .icContentInner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#icContent .imgWrapper + .dscBox {
  margin-top: 10px;
  line-height: 1.5;
}
#icContent .solidTitleWrapper {
  color: #fdfdfd;
  background-color: #3b455b;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 768px) {
  #icContent .solidTitleWrapper {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
#icContent .solidTitleWrapper .solidTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #icContent .solidTitleWrapper .solidTitle {
    font-size: 2.6rem;
  }
}
#icContent .solidTitleWrapper .solidTitle small {
  font-weight: bold;
}
#icContent .roundTitleWrapper {
  color: #fdfdfd;
  background-color: #000;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #icContent .roundTitleWrapper {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
#icContent .roundTitleWrapper .roundTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #icContent .roundTitleWrapper .roundTitle {
    font-size: 2.4rem;
  }
}
#icContent .roundTitleWrapper .roundTitle small {
  font-weight: bold;
}
#icContent .barTitle {
  color: #3b455b;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 4px solid #3b455b;
  padding: 8px 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #icContent .barTitle {
    font-size: 2.4rem;
  }
}
#icContent .barTitle + small {
  font-size: 1.4rem;
  color: #3b455b;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -12px;
  display: block;
  line-height: 1.5;
}
#icContent .smallTitle {
  color: #3b455b;
  font-size: 1.6rem;
  margin: 30px 0;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #icContent .smallTitle {
    font-size: 2.1rem;
  }
}
#icContent .smallTitle-bule {
  color: #129ed8;
}
#icContent ul {
  padding-left: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #3b455b;
  list-style-type: none;
}
#icContent ul > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
  line-height: 1.5;
}
#icContent .youtubeOuter {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#icContent .youtubeOuter .doubleBoxBg {
  background-color: #129ed8;
}
#icContent .videoWrapper .solidTitleWrapper {
  background-color: #3b455b;
}
#icContent .videoWrapper .barTitle {
  color: #3b455b;
  border-color: #3b455b;
}
#icContent .videoTabWrapper {
  position: relative;
}
#icContent .videoTabWrapper .youtubeWrapper {
  display: none;
}
#icContent .videoTabWrapper .youtubeWrapper.show {
  display: block;
}
#icContent .videoTabWrapper .videoTabList,
#icContent .videoTabWrapper .videoTabList02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
#icContent .videoTabWrapper .videoTabList li,
#icContent .videoTabWrapper .videoTabList02 li {
  min-width: 160px;
  text-align: center;
  color: #fdfdfd;
  background-color: #129ed8;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1.35;
  margin: 5px;
  border: 2px solid #111;
  text-indent: 0;
  cursor: pointer;
  border-radius: 8px;
  font-size: 1.6rem;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #icContent .videoTabWrapper .videoTabList li,
  #icContent .videoTabWrapper .videoTabList02 li {
    font-size: 2rem;
    min-width: 200px;
    width: 22%;
    min-height: 75px;
    margin: 15px;
  }
}
#icContent .videoTabWrapper .videoTabList li.active,
#icContent .videoTabWrapper .videoTabList02 li.active {
  color: #129ed8;
  text-align: center;
  background-color: #fdfdfd;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #icContent .dscBox {
    font-size: 1.8rem;
  }
}
#icContent .dscBox a {
  color: #129ed8;
  word-break: break-all;
}

/*=============================================
=            kiai         =
=============================================*/
#kiai #icContent .videoTabList li {
  min-width: 230px;
}
@media only screen and (min-width: 768px) {
  #kiai #icContent .videoTabList li {
    width: 30%;
  }
}

/*=====  End of  kiai  ======*/
/*=============================================
=            nhk         =
=============================================*/
.one_img_center {
  max-width: 438px;
  margin: 0 auto;
}

/*=====  End of nhk  ======*/
/*=============================================
=            IC COMPANY            =
=============================================*/
#icCompany {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #icCompany {
    padding-bottom: 50px;
  }
}
#icCompany .icCompanyWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  background-color: #fdfdfd;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #icCompany .icCompanyWrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#icCompany .companyBaseInfoWrapper {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#icCompany .companyBaseInfoWrapper .baseTitle {
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #129ed8;
  color: #fdfdfd;
  padding: 5px 25px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
#icCompany .companyBaseInfoWrapper .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#icCompany .companyBaseInfoWrapper .inner .companyName {
  font-size: 2rem;
  font-weight: bold;
  color: #129ed8;
  margin-bottom: 10px;
}
#icCompany .icBtn {
  background-color: #129ed8;
  color: #fdfdfd;
  font-weight: bold;
}
#icCompany .icBtn:hover {
  color: #fdfdfd;
}
#icCompany .icBtnWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  gap: 0px 10px;
}
#icCompany .icBtnWrapper .largeBtn {
  max-width: 450px;
}

/*=====  End of IC COMPANY  ======*//*# sourceMappingURL=custom.css.map */