@charset "UTF-8";
/*===================================
 * カラー
===================================*/
/* カラー */
/*--------------------------------
Footer
---------------------------------*/
.icc-footer {
  background: #5D5755;
  color: #fff;
}
.icc-footer-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 90px 120px 40px;
}
@media screen and (max-width: 1300px) {
  .icc-footer-inner {
    padding: 90px 120px 40px;
  }
}
@media screen and (max-width: 768px) {
  .icc-footer-inner {
    padding: 60px 20px 108px;
  }
}
.icc-footer-list__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 1050px) {
  .icc-footer-list__up {
    margin-bottom: 40px;
  }
}
.icc-footer-list__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.icc-footer-address__img {
  margin-bottom: 24px;
}
.icc-footer-address__text {
  line-height: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .icc-footer-address {
    width: 100%;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .icc-footer-address {
    margin-bottom: 40px;
  }
}
.icc-footer-sol__item, .icc-footer-about__item, .icc-footer-achieve__item {
  margin-bottom: 12px;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.icc-footer-sol__item:first-child, .icc-footer-about__item:first-child, .icc-footer-achieve__item:first-child {
  margin-bottom: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .icc-footer-sol__item:first-child, .icc-footer-about__item:first-child, .icc-footer-achieve__item:first-child {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .icc-footer-sol {
    width: 50%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .icc-footer-sol {
    width: 100%;
  }
}
.icc-footer-achieve__item:first-child {
  margin-bottom: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .icc-footer-achieve__item:first-child {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .icc-footer-achieve {
    width: 50%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .icc-footer-achieve {
    width: 100%;
  }
}
.icc-footer-about__item:first-child {
  margin-bottom: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .icc-footer-about__item:first-child {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .icc-footer-about {
    width: 50%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .icc-footer-about {
    width: 100%;
  }
}
.icc-footer-rec__item {
  margin-bottom: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .icc-footer-rec__item {
    margin-bottom: 12px;
  }
}
.icc-footer-rec__item small {
  font-size: 80%;
}
@media screen and (max-width: 1050px) {
  .icc-footer-rec {
    width: 50%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .icc-footer-rec {
    width: 100%;
  }
}
.icc-footer-protect {
  font-size: 0.9rem;
  font-weight: 400;
}
.icc-footer-protect__item:first-child {
  margin-right: 64px;
}
.icc-footer-sns {
  text-align: right;
}
.icc-footer-sns__img {
  margin-bottom: 44px;
}
.icc-footer-sns p {
  letter-spacing: 0.05rem;
  font-size: 0.8rem;
}

/*--------------------------------
コンタクト　
---------------------------------*/
.icc-corporate-contact {
  position: relative;
  background: #F0F0F0;
  z-index: 0;
}
.icc-corporate-contact::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -200px;
  width: 490px;
  height: 600px;
  background: url("../images/dist/corporate/corLower_bk_hexagaon.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -2;
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  .icc-corporate-contact::before {
    top: -115%;
    left: -260px;
  }
}
@media screen and (max-width: 768px) {
  .icc-corporate-contact::before {
    top: -75%;
    left: -280px;
  }
}
.icc-corporate-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  opacity: 0.2;
}

.corporate-contact-inner {
  position: relative;
  max-width: 1300px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .corporate-contact-inner {
    width: 60%;
  }
}
@media screen and (max-width: 1300px) {
  .corporate-contact-inner {
    width: 90%;
  }
}
.corporate-contact-title {
  margin: 8px 0 32px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .corporate-contact-title {
    font-size: 1.75rem;
    text-align: left;
    text-indent: 0;
  }
}
.corporate-contact-title__english {
  position: relative;
  color: #E60012;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .corporate-contact-title__english {
    font-size: 1.25rem;
    text-align: left;
  }
}
.corporate-contact-title__english::before {
  content: "";
  position: absolute;
  top: -8px;
  width: 16px;
  height: 4px;
  z-index: 10;
  background: url("../images/dist/corporate/corLower_title_line.svg");
  background-repeat: no-repeat;
}
.corporate-contact-text {
  margin-bottom: 64px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .corporate-contact-text {
    margin-bottom: 40px;
    text-align: left;
  }
}
.corporate-contact-btn {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .corporate-contact-btn {
    display: block;
  }
}
.corporate-contact-btn__estimate {
  position: relative;
  display: inline-block;
  width: 380px;
  padding: 18px 0;
  background: #E60012;
  border-radius: 30px;
  margin: 0 32px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.corporate-contact-btn__estimate::after {
  position: absolute;
  right: 24px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/dist/icon/icon_accounting-white.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1050px) {
  .corporate-contact-btn__estimate {
    width: 300px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .corporate-contact-btn__estimate {
    width: 100%;
    margin-right: 0;
  }
}
.corporate-contact-btn__contact {
  position: relative;
  display: inline-block;
  width: 380px;
  padding: 18px 0;
  background: #fff;
  border: 1px solid #E60012;
  border-radius: 30px;
  margin: 0 32px;
  color: #E60012;
  font-size: 1rem;
  font-weight: bold;
}
.corporate-contact-btn__contact::after {
  position: absolute;
  right: 24px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/dist/icon/icon_contact-information-red.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1050px) {
  .corporate-contact-btn__contact {
    width: 300px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .corporate-contact-btn__contact {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}

/*--------------------------------
サイドバー
---------------------------------*/
.icc-sidebar {
  position: fixed;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .icc-sidebar {
    width: 100%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .icc-sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.icc-sidebar-list + .icc-sidebar-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .icc-sidebar-list + .icc-sidebar-list {
    margin-top: 0;
  }
}
.icc-sidebar-item {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .icc-sidebar-item {
    width: 50%;
  }
  .icc-sidebar-item:only-of-type {
    width: 100%;
  }
}
.icc-sidebar-btn, .icc-sidebar-btn--bottom, .icc-sidebar-btn--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0;
  width: 80px;
  min-height: 160px;
  background-color: #E60012;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .icc-sidebar-btn, .icc-sidebar-btn--bottom, .icc-sidebar-btn--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 34px;
    width: 100%;
    height: 48px;
    min-height: auto;
    font-size: 0.875rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.icc-sidebar-btn::before, .icc-sidebar-btn--bottom::before, .icc-sidebar-btn--top::before {
  display: block;
  content: "";
  margin-bottom: 10px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .icc-sidebar-btn::before, .icc-sidebar-btn--bottom::before, .icc-sidebar-btn--top::before {
    margin: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.icc-sidebar-btn--top {
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .icc-sidebar-btn--top {
    border-radius: 0;
  }
}
.icc-sidebar-btn--bottom {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .icc-sidebar-btn--bottom {
    border-radius: 0;
  }
}
.icc-sidebar-btn.bg-red, .bg-red.icc-sidebar-btn--top, .bg-red.icc-sidebar-btn--bottom {
  background-color: #E60012;
  color: #fff;
}
.icc-sidebar-btn.bg-white, .bg-white.icc-sidebar-btn--top, .bg-white.icc-sidebar-btn--bottom {
  background-color: #fff;
  color: #E60012;
}
.icc-sidebar-btn.icon-estimate::before, .icon-estimate.icc-sidebar-btn--top::before, .icon-estimate.icc-sidebar-btn--bottom::before {
  background-image: url("../images/dist/icon/icon_accounting-white.png");
}
.icc-sidebar-btn.icon-contact::before, .icon-contact.icc-sidebar-btn--top::before, .icon-contact.icc-sidebar-btn--bottom::before {
  background-image: url("../images/dist/icon/icon_contact-information-red.png");
}
.icc-sidebar-btn.icon-kame::before, .icon-kame.icc-sidebar-btn--top::before, .icon-kame.icc-sidebar-btn--bottom::before {
  background-image: url("../images/dist/icon/icon_kame.svg");
}
/*--------------------------------
イベント（会社説明会・インターン）
---------------------------------*/
.icc-event {
  width: 90%;
  max-width: 800px;
  position: fixed;
  z-index: 200;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .icc-event {
    width: 50%;
    bottom: 48px;
    left: auto;
  }
}
.icc-event ~ .icc-footer {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .icc-event ~ .icc-footer {
    padding-bottom: 140px;
  }
}
.icc-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 30px 30px 30px 30px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .icc-event-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px 10px 0 0;
  }
}
.icc-event-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.icc-event-item + .icc-event-item {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .icc-event-item + .icc-event-item {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.icc-event-item:first-of-type {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .icc-event-item:first-of-type {
    border-radius: 0;
  }
}
.icc-event-item:first-of-type > * {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .icc-event-item:first-of-type > * {
    border-radius: 10px 10px 0 0;
  }
}
.icc-event-item:last-of-type {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .icc-event-item:last-of-type {
    border-radius: 0;
  }
}
.icc-event-item:last-of-type > * {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .icc-event-item:last-of-type > * {
    border-radius: 0;
  }
}
.icc-event-btn {
  display: block;
  padding: 10px 20px 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .icc-event-btn {
    font-size: 0.625rem;
    border: none;
  }
}
.icc-event-btn[target=_blank] {
  padding: 10px 40px 10px 20px;
}
@media screen and (max-width: 768px) {
  .icc-event-btn[target=_blank] {
    padding: 10px 20px 10px 5px;
  }
}
.icc-event-btn[target=_blank]::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/dist/recruit_separateTab_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .icc-event-btn[target=_blank]::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
.icc-event-btn:hover {
  background: #fff;
  color: #E60012;
}
.icc-event-btn:hover::after {
  background-image: url("../images/dist/recruit_separateTab_red.png");
}

.grecaptcha-badge {
  visibility: hidden;
}

/*--------------------------------
ICC120
---------------------------------*/
.icc-120th, .icc-120th--banner {
  width: 100%;
  color: #fff;
  background-image: url("/images/icc120/banner_bg-icc-120th.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.icc-120th--banner {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .icc-120th--banner {
    padding: 0.5rem;
  }
}
.icc-120th--banner::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1rem solid rgba(255, 255, 255, 0.5);
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .icc-120th--banner::after {
    border-width: 0.5rem;
  }
}

.icc-120th-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 4.375rem 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .icc-120th-inner {
    padding: 3.125rem 0;
  }
}

.icc-120th-lead {
  margin-bottom: 1.25rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .icc-120th-lead {
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 0.625rem;
    font-size: 1.375rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

.icc-120th-text {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  .icc-120th-text {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
}

.icc-120th-banner {
  display: block;
  width: 100%;
  max-width: 630px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.icc-120th-banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.icc-120th-banner:hover {
  opacity: 0.8;
}