@charset "UTF-8";
/* ページ内リンクの位置調整 */
section {
  margin-top: -90px;
  padding-top: 85px;
}
#accordion01, #accordion02, #accordion03, #accordion04 {
  margin-top: -60px;
  padding-top: 60px;
}
.nav-link {
  padding: 0.4rem 0.6rem;
}
main {
  padding-top: 50px;
}
#logo {
  padding-top: 130px;
}
.label_title01 {
  background-color: #00cc26;
  border-radius: 8px 8px 0 0;
}
.label_title02 {
  background-color: #8f5bba;
  border-radius: 8px 8px 0 0;
}
.label_title03 {
  background-color: #e0bb3c;
  border-radius: 8px 8px 0 0;
}
/*アコーディオン*/
.accordion .card-header a[data-toggle="collapse"].collapsed::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";/* chevron-down */
  float: right;
  color: #ffffff;
  -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 0.3s;
}
.accordion .card-header a[data-toggle="collapse"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";/* chevron-up */
  float: right;
  color: #ffffff;
  -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-duration: 0.3s;
}
@media (min-width: 320px) {
  .top_body {
    background: url("../img/bg_object_mobile.svg") no-repeat 0% 0%;
    /*background-size: 576px 697.26px;*/
    background-position: 50% 0.33%;
  }
}
@media (min-width: 375px) {
  .top_body {
    background: url("../img/bg_object_mobile.svg") no-repeat 0% 0%;
    /*background-size: 576px 697.26px;*/
    background-position: 50% 0.12%;
  }
}
@media (min-width: 400px) {
  .top_body {
    background: url("../img/bg_object_mobile.svg") no-repeat 0% 0%;
    /*background-size: 576px 697.26px;*/
    background-position: 50% 0px;
  }
}
@media (min-width: 424px) {
  .top_body {
    background: url("../img/bg_object_pc.svg") no-repeat 0% 0%;
    /*background-size: 992px 992px;*/
    background-position: 50% 1.1%;
  }
}
@media (min-width: 576px) {
  .top_body {
    background: url("../img/bg_object_pc.svg") no-repeat 0% 0%;
    /*background-size: 992px 992px;*/
    background-position: 50% 0.85%;
  }
}
@media (min-width: 768px) {
  .top_body {
    background: url("../img/bg_object_pc.svg") no-repeat 0% 0%;
    /*background-size: 992px 992px;*/
    background-position: 50% 0.8%;
  }
}
@media (min-width: 992px) {
  .top_body {
    background: url("../img/bg_object_pc.svg") no-repeat 0% 0%;
    background-size: 1200px 1200px;
    background-position: 50% 14px;
  }
}
@media (min-width: 1200px) {
  .top_body {
    background: url("../img/bg_object_pc.svg") no-repeat 0% 0%;
    background-size: 1800px 1800px;
    background-position: 50% -10px;
  }
}
.h1, h1 {
  font-size: 1.25rem;
  margin: 0px;
}
#CGI_logo {
  position: relative;
  top: -10px;
}
.overlap_01 {
  position: relative;
  top: -14px;
}
.drop_shadow {
  filter: drop-shadow(3px 3px 3px rgba(50, 50, 50, 0.5));
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 720px;
  }
}



.company_name {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bg_darkBlue01 {
  background-color: rgb(25, 27, 78);
}
.ft_darkBlue02 {
  background-color: rgb(32, 39, 112);
}
.bg_liteBlue01 {
  background-color: rgb(38, 130, 240);
}
.bg_liteBlue02 {
  background-color: rgb(232, 243, 255);
}
.bg_Blue01 {
  background-color: rgb(0, 66, 170);
}
.bg_Blue02 {
  background-color: rgb(4, 56, 154);
}
.bg_Blue03 {
  background-color: rgb(39, 99, 210);
}
.bg_liteGreen01 {
  background-color: rgb(125, 181, 62);
}
.ft_Green01 {
  background-color: rgb(0, 104, 55);
}
.bg_Yellow01, .ft_Yellow01 {
  background-color: rgb(242, 203, 26);
}
/*@media (max-width:670px){
table.mobile-block td,table.mobile-block th{display:block}
}
@media (min-width:671px){
table.mobile-block td,table.mobile-block th{display:table-cell}
}*/
.fixed-side-nav {
  position: fixed;
  right: -100%;
  top: 50%;
  transition: 1s;
}
.fixed-side-nav.fixed {
  right: 0;
}
.fixed-side-nav__menu {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translate(0, -50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.fixed-side-nav__menu .menu-item a {
  display: block;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
.fixed-side-nav__menu .menu-item a:hover, .fixed-side-nav__menu .current-menu-item a {
  background: #333;
  color: #fff;
}