@charset "UTF-8";
/*---メディアクエリ設定---*/
/*---フォント設定---*/
/*---フォントサイズ設定---*/
/*---カラー設定---*/
/* bootstrap primary color書き換え　*/
.text-primary {
  color: #0066A8 !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #0066A8;
  border-color: #0066A8;
  border: none;
}

/*---シャドウ設定---*/
/*---角丸設定---*/
/* bootstrap primary color書き換えここまで　*/
/*------------------------- 独自css -------------------------*/
/*-------- 共通 --------*/
* {
  box-sizing: 0;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  color: #292930;
  text-decoration: underline;
}

a:hover, button:hover {
  opacity: 0.5;
  transition: 0.5s;
}

button:active, button:hover, button:focus {
  border: none;
  background: none;
}

button:focus {
  outline: 0;
}

.primary_btn {
  background: #FFF462;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  border: none;
  padding: 1.8rem;
  max-width: 460px;
  display: block;
  text-decoration: none;
}

.w-80 {
  width: 80%;
}

.pc_none { /*PCの時改行無し*/
  display: none;
}

@media (max-width: 576px) { /*SPの時改行無し*/
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  /*PC基本フォントサイズ16px*/
  color: #292930;
  /*基本テキストカラー#292930*/
  /* line-height: $default-line-height;詰まって見えるのでコメントアウト0426*/
  /*  ================= 各見出し　フォントサイズ調整用 ================= */
  /* h2 */
  /* h2 */
  /* h3 */
  /* h3 */
  /*  ================= 各見出し　フォントサイズ調整用 ================= */
  /*  ================= header ================= */
  /*  ================= header ================= */
  /*  ================= footer ================= */
  /*  ================= footer ================= */
  /*  ================= kv ================= */
  /*  ================= kv ================= */
  /* cookie */
  /* cookie */
}
@media (max-width: 576px) {
  body {
    font-size: 0.875rem;
    line-height: 1.65;
    /* 詰まって見えるのでSPのみ追加0426*/
    /*SP基本フォントサイズ14px*/
  }
}
body h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.2rem;
}
body h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #0066A8;
  height: 5px;
  width: 34px;
}
body h2.text-white::after {
  background-color: white;
}
@media (max-width: 768px) {
  body h2 {
    font-size: 1.25rem;
  }
  body h2::after {
    bottom: -15px;
    height: 4px;
  }
}
@media (max-width: 576px) {
  body h2 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
  body h2::after {
    bottom: -12px;
    height: 3px;
  }
}
body .h2_sub_text {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 170%;
}
@media (max-width: 768px) {
  body .h2_sub_text {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  body .h2_sub_text {
    font-size: 0.9375rem;
  }
}
body h3 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1120px) {
  body h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 992px) {
  body h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  body h3 {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  body h3 {
    font-size: 0.9375rem;
  }
}
body .font-small {
  font-size: 1.125rem;
}
@media (max-width: 1120px) {
  body .font-small {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body .font-small {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  body .font-small {
    font-size: 0.75rem;
  }
}
body .font-medium {
  font-size: 1.625rem;
}
@media (max-width: 1120px) {
  body .font-medium {
    font-size: 1.375rem;
  }
}
@media (max-width: 992px) {
  body .font-medium {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  body .font-medium {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body .font-medium {
    font-size: 0.875rem;
  }
}
body header {
  max-width: 1120px !important;
}
body header a {
  text-decoration: none;
  font-size: 1rem !important;
}
@media (max-width: 992px) {
  body header a {
    width: 100%;
    /*SPメニューのタップ領域確保*/
  }
}
body header .container-md {
  padding: 0;
}
body header .offcanvas.show {
  width: 85% !important;
}
body header .sp_header_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}
body header .sp_header_wrap .d-flex {
  width: auto;
  padding: 0 !important;
}
body header .logo_wrap {
  max-width: 82%;
  padding: 0;
}
@media (max-width: 576px) {
  body header .logo_wrap {
    max-width: 80%;
  }
  body header .logo_wrap img {
    max-width: 75%;
  }
}
body header .logo_wrap a {
  margin-right: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 1120px) {
  body header .logo_wrap a {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  body header .logo_wrap a {
    margin-right: 0.8rem;
  }
  body header .logo_wrap a img {
    width: 3rem;
  }
}
body header .PCmenu a {
  position: relative;
  display: inline-block;
  /*font-weight: bold;normalとします*/
  padding: 0.4rem 0.5rem;
  margin: 0;
  color: #292930;
}
@media (max-width: 1120px) {
  body header .PCmenu a {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  body header .PCmenu a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 50%;
    height: 2px;
    background: #0066A8;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  body header .PCmenu a:hover::after, body header .PCmenu a.current::after {
    transform: scale(1, 1);
  }
}
@media (max-width: 992px) {
  body header .offcanvasRight {
    position: relative;
  }
  body header .spMenu {
    /*SPのみ適用*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
  }
  body header .spMenu .list-group-item {
    border-color: #EFF2F4;
  }
  body header .spMenu .list-group-item:last-child {
    border-bottom: none;
  }
  body header .spMenu hr {
    border: 3px solid #EFF2F4;
  }
  body header .spMenu .sub-menu {
    padding-left: 1rem;
  }
  body header .spMenu .sub-menu li {
    list-style: none;
  }
}
body footer {
  background-color: #EFF2F4;
}
body footer .navbar a {
  font-weight: 700;
  font-size: 1rem;
  color: #292930;
}
body footer .navbar-brand {
  font-size: 0.875rem;
}
body footer .copyright {
  font-size: 0.875rem;
  color: #333;
}
@media (max-width: 992px) {
  body footer .navbar a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  body footer .navbar .container {
    justify-content: inherit;
  }
  body footer .navbar a {
    font-size: 1rem;
    text-align: center;
    flex: 0 46%;
    text-align: left;
    margin-right: 0;
  }
  body footer .navbar-brand {
    font-size: 0.875rem;
    color: #555555;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  body footer .navbar {
    margin-top: 1rem;
  }
  body footer .navbar a:nth-child(odd) {
    margin-left: 1.1rem;
  }
  body footer .navbar a {
    font-size: 0.875rem;
    flex: 0 40%;
  }
  body footer .navbar-brand {
    font-size: 0.8125rem;
  }
}
body .section_key_visual {
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
  max-width: 100vw;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  body .section_key_visual {
    height: 25vh;
  }
}
body .section_key_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #292930;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body .section_key_visual .kv_text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
body .section_key_visual .kv_text {
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  body .section_key_visual .kv_text {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  body .section_key_visual .kv_text {
    font-size: 1.25rem;
  }
}
body .section_key_visual .kv_sub_text {
  font-size: 1.875rem;
  font-weight: normal;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
body .section_key_visual .kv_sub_text::after {
  display: none;
}
@media (max-width: 768px) {
  body .section_key_visual .kv_sub_text {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  body .section_key_visual .kv_sub_text {
    font-size: 1rem;
  }
}
body .cookie-consent {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #333333;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #707070;
  padding: 60px 40px 30px 35px;
  box-sizing: border-box;
  width: 450px;
  z-index: 10000000000000000000;
  visibility: hidden;
}
body .cookie-consent.no-active {
  visibility: hidden;
}
body .cookie-consent .box .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
body .cookie-consent.is-show {
  visibility: visible;
}
body .cookie-consent .poricy {
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  /*color: #00BAF0 !important;*/
  position: relative;
}
body .cookie-consent .poricy::before {
  content: "";
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-top: 4px solid #707070;
  border-right: 4px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotateZ(45deg);
}
body .cookie-agree {
  color: #707070;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
}
body .agree {
  display: inline-block;
  color: white;
  text-align: center;
  border-radius: 0.5rem;
  border: none;
  padding: 0.6rem;
  font-size: 1.125rem;
  background-color: #0066A8;
  text-decoration: none;
  width: 50%;
  margin: 1.5rem auto auto 1rem;
}
body .agree:hover {
  cursor: pointer;
}
body .cookie-agree:hover {
  cursor: pointer;
}
body .cc-hide1 {
  display: none;
}
body .cc-hide2 {
  animation: hide 0.3s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 600px) {
  body .cookie-consent {
    flex-direction: column;
  }
  body .cookie-text {
    margin-bottom: 1em;
  }
}
@media (max-width: 576px) {
  body .cookie-consent {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    /*color: #fff;
    background: rgba(000, 000, 000, 0.8);*/
    padding: 40px 25px 30px;
    box-sizing: border-box;
    z-index: 100000000000000;
    visibility: hidden;
  }
  body .cookie-consent.no-active {
    visibility: hidden;
  }
  body .cookie-consent .box .text {
    line-height: 2;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
  }
  body .cookie-consent.is-show {
    visibility: visible;
  }
  body .cookie-consent .poricy {
    margin-top: 20px;
    display: inline-block;
    /*color: #00BAF0 !important;*/
    font-weight: 400;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
  }
  body .cookie-consent .poricy::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 4px solid #707070;
    border-right: 4px solid #707070;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotateZ(45deg);
  }
  body .cookie-agree {
    color: #707070;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body .agree {
    display: block;
    /*color: white;
       text-align: center;
       border-radius: 0.5rem;
       border: none;
       padding: 1.5rem;
       font-size: 1.125rem;
       background-color: #0066A8;
       text-decoration: none;*/
    width: 80%;
    margin: 1.4rem auto 0;
  }
  body .cookie-agree:hover {
    cursor: pointer;
  }
  body .cc-hide1 {
    display: none;
  }
  body .cc-hide2 {
    animation: hide 0.3s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
}
@media screen and (max-width: 576px) and (max-width: 600px) {
  body .cookie-consent {
    flex-direction: column;
  }
  body .cookie-text {
    margin-bottom: 1em;
  }
}
body section {
  padding: 6% 0;
  /* ソリューション・トップ共通用(パートナーシップセクション) */
  /* ソリューション・トップ共通用(パートナーシップセクション)ここまで */
}
body section .section_top_content {
  background-image: url("assets/img/solution_list/top_bg.png");
  background-repeat: no-repeat;
  background-position: 80% 0%;
}
@media (max-width: 768px) {
  body section {
    padding: 12% 0;
  }
}
@media (min-width: 1120px) {
  body section .container {
    max-width: 1120px;
  }
}
body section .container .card {
  position: relative;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0;
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
}
body section .container .card .card_number {
  position: absolute;
  top: -20px;
  margin-left: 5%;
  background-color: #0066A8;
}
body section .container .card .card_number h4 {
  font-size: 1.375rem;
  padding: 0.25%;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 576px) {
  body section .container .card .card_number h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  body section .container .card .card_number {
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    width: 65% !important;
  }
}
body section .card-title {
  font-size: 1.375rem;
}
body section .card-text {
  font-size: 1rem;
  color: #292930;
}
body section .btn_container button, body section .btn_container a {
  color: white;
  text-align: center;
  border-radius: 0.5rem;
  border-top-right-radius: 1.85rem;
  border: none;
  padding: 1.5rem;
  font-size: 1.125rem;
  background-color: #0066A8;
  text-decoration: none;
  width: 18.75rem;
  display: block;
}
@media (max-width: 768px) {
  body section .btn_container button, body section .btn_container a {
    font-size: 1rem;
  }
}
body section .link_btn_wrap .link_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  background-color: #EFF2F4;
  width: 80%;
  text-decoration: none;
  color: #0066A8;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  body section .link_btn_wrap .link_btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body section .link_btn_wrap .link_btn {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body section .link_btn_wrap .link_btn {
    font-size: 0.875rem;
  }
}
body section .link_btn_wrap .link_btn a {
  color: inherit;
}
body section .section_partnership {
  background-color: #D6E7F2;
  background-image: url("assets/img/solution_list/partnership_bg.png");
  background-repeat: no-repeat;
}

/* パンくずリスト */
.l-breadcrumb {
  width: 100%;
  background: #e8f1f9;
}

.l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px;
}

.l-breadcrumb__item {
  position: relative;
  list-style-type: none;
  font-size: 14px;
}

.l-breadcrumb__item:not(:first-child) {
  margin-left: 18px;
  padding-left: 20px;
}

.l-breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 8px;
  left: -4px;
  width: 6px;
  height: 6px;
  border-right: 0.5px solid #a6a8b9;
  border-bottom: 0.5px solid #a6a8b9;
  transform: rotate(-45deg);
  content: "";
}

@media (max-width: 767px) {
  .l-breadcrumb {
    overflow-x: auto;
  }
  .l-breadcrumb__list {
    flex-wrap: nowrap;
    padding: 8px;
    white-space: nowrap;
  }
}
/*-------- 共通ここまで　--------*/
/*-------- トップ　--------*/
#home #carouselExampleIndicators {
  z-index: -1;
}
#home h2 {
  color: #292930 !important;
}
#home h2::after {
  display: none;
}
#home main {
  line-height: 1.625rem;
}
#home main img {
  width: 100%;
}
#home main .section_key_visual {
  height: 500px;
}
#home main .section_key_visual .carousel-indicators {
  display: none;
}
#home main .section_key_visual .carousel-control-next, #home main .section_key_visual .carousel-control-prev {
  width: 5%;
}
@media (max-width: 576px) {
  #home main .section_key_visual {
    height: 35vh;
  }
  #home main .section_key_visual .carousel-control-next, #home main .section_key_visual .carousel-control-prev {
    width: auto;
  }
}
#home main .section_key_visual .top_text_wrap {
  position: absolute;
  z-index: 1;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  left: 8%;
  color: #333;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (max-width: 576px) {
  #home main .section_key_visual .top_text_wrap {
    padding: 15px;
    width: 84%;
  }
}
#home main .section_key_visual .top_text_wrap .top_main_text {
  font-size: 2.8125rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  color: #0066A8;
}
@media (max-width: 768px) {
  #home main .section_key_visual .top_text_wrap .top_main_text {
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  #home main .section_key_visual .top_text_wrap .top_main_text {
    font-size: 1.375rem;
    letter-spacing: 0.2rem;
  }
}
#home main .section_key_visual .top_text_wrap .top_sub_text {
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  #home main .section_key_visual .top_text_wrap .top_sub_text {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #home main .section_key_visual .top_text_wrap .top_sub_text {
    font-size: 0.75rem;
  }
}
#home main .section_key_visual .carousel .carousel-indicators .active {
  background-color: #0066A8 !important;
}
#home main .section_key_visual .carousel .carousel-indicators button {
  opacity: 1 !important;
}
#home main .section_key_visual .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
#home main .section_key_visual .carousel .carousel-inner .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#home main .section_key_visual .carousel .carousel-inner .slider_01 {
  background-image: url("assets/img/top/slider_01.jpg");
}
#home main .section_key_visual .carousel .carousel-inner .slider_02 {
  background-image: url("assets/img/top/slider_02.jpg");
  background-position: 80% center;
}
#home main .section_key_visual .carousel .carousel-inner .slider_03 {
  background-image: url("assets/img/top/slider_03.jpg");
  background-position: 80% center;
}
#home main .section_key_visual .carousel .carousel-inner .slider_04 {
  background-image: url("assets/img/top/slider_04.jpg");
}
#home main .section_newsRelease .font-medium {
  font-size: 1rem;
}
#home main .section_newsRelease .carousel-control-prev, #home main .section_newsRelease .carousel-control-next, #home main .section_newsRelease .carousel-control-next:focus, #home main .section_newsRelease .carousel-control-next:hover, #home main .section_newsRelease .carousel-control-prev:focus, #home main .section_newsRelease .carousel-control-prev:hover {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #0066A8;
  border-radius: 8rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: -2rem;
  left: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#home main .section_newsRelease .carousel-control-prev, #home main .section_newsRelease .carousel-control-prev:focus, #home main .section_newsRelease .carousel-control-prev:hover {
  right: auto;
  left: 0.5rem;
}
@media (max-width: 576px) {
  #home main .section_newsRelease .card {
    min-height: 352px;
  }
}
@media (max-width: 375px) {
  #home main .section_newsRelease .card {
    height: 352px;
  }
}
#home main .section_newsRelease .container a {
  color: #0066A8;
}
#home main .section_newsRelease .container a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  #home main .section_newsRelease .container a {
    color: #555555;
    text-decoration: none;
  }
}
#home main .section_philosophy {
  background-color: #0066A8;
  background-image: url("assets/img/top/bg_logo_01.png");
  background-repeat: no-repeat;
  background-position: 20% 10%;
}
#home main .section_philosophy h3 {
  margin: 0;
}
@media (max-width: 768px) {
  #home main .section_philosophy {
    padding-top: 3rem;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 15% 2%;
  }
  #home main .section_philosophy h3 {
    margin-bottom: 2rem;
  }
  #home main .section_philosophy .row {
    display: block;
  }
  #home main .section_philosophy .col-5, #home main .section_philosophy .col-7 {
    width: 100%;
  }
  #home main .section_philosophy .mb-5 {
    margin-bottom: 0 !important;
  }
  #home main .section_philosophy .img_wrap {
    text-align: center !important;
  }
  #home main .section_philosophy .img_wrap img {
    width: 95%;
    margin: auto;
    margin-top: 3rem;
  }
}
#home main .section_philosophy .img_wrap img {
  box-shadow: 15px 10px 0 #ffffff;
}
#home main .section_philosophy .container h2 {
  color: #ffffff !important;
}
#home main .section_company_info {
  padding-top: 3rem;
  background-color: #EFF2F4;
  background-image: url("assets/img/top/bg_logo_02.png");
  background-repeat: no-repeat;
  background-position: 80% 10%;
}
#home main .section_company_info h2 {
  color: #0066A8 !important;
  text-align: right;
}
@media (max-width: 768px) {
  #home main .section_company_info h2 {
    text-align: center;
  }
}
#home main .section_company_info h4 {
  font-size: 1.75rem;
  font-weight: bold;
}
#home main .section_company_info .img_wrap img {
  box-shadow: 15px 10px 0 #ffffff;
}
@media (max-width: 768px) {
  #home main .section_company_info {
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: right top 5%;
  }
  #home main .section_company_info h2 + p {
    text-align: left;
  }
  #home main .section_company_info .row {
    display: flex;
    flex-direction: column-reverse;
  }
  #home main .section_company_info .col-7, #home main .section_company_info .col-5 {
    width: 100%;
  }
  #home main .section_company_info .btn_container {
    margin-top: 0 !important;
    margin-bottom: 3rem;
  }
  #home main .section_company_info .btn_container a {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 1.85rem;
  }
}
#home main .section_solution {
  background-color: #D6E7F2;
  background-image: url("assets/img/top/bg_img_01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
#home main .section_solution .col {
  flex: 1 0 33%;
  max-width: 33%;
  margin-top: 2rem;
}
#home main .section_solution .col a {
  text-decoration: none;
}
#home main .section_solution .card-text {
  font-weight: bold;
  color: #0066A8;
  padding: 1.5rem 1rem;
}
@media (max-width: 768px) {
  #home main .section_solution {
    background-position: bottom;
  }
  #home main .section_solution .row {
    display: block;
  }
  #home main .section_solution .col {
    max-width: 100%;
  }
}
#home main .section_sustainability {
  background-color: #FFF1C0;
  background-image: url("assets/img/top/bg_img_02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  #home main .section_sustainability .carousel-item {
    height: 270px;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
  }
  #home main .section_sustainability img {
    margin-right: 1rem;
    box-shadow: 0px 4px 18px -1px rgba(0, 0, 0, 0.14);
  }
}
@media (max-width: 576px) {
  #home main .section_sustainability .carousel-item {
    height: 200px;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
  }
}
#home main .section_sustainability .carousel-control-prev, #home main .section_sustainability .carousel-control-next, #home main .section_sustainability .carousel-control-next:focus, #home main .section_sustainability .carousel-control-next:hover, #home main .section_sustainability .carousel-control-prev:focus, #home main .section_sustainability .carousel-control-prev:hover {
  width: 2rem;
  height: 2rem;
  background-color: #0066A8;
  border-radius: 8rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  left: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#home main .section_sustainability .carousel-control-prev, #home main .section_sustainability .carousel-control-prev:focus, #home main .section_sustainability .carousel-control-prev:hover {
  right: auto;
  left: 0.5rem;
}
#home main .section_recruitInfo {
  background-color: #0066A8;
}
#home main .section_recruitInfo h2 {
  color: #fff !important;
}
@media (max-width: 768px) {
  #home main .section_recruitInfo h2 {
    text-align: center;
  }
  #home main .section_recruitInfo .flex-row, #home main .section_recruitInfo .d-flex {
    flex-direction: column !important;
  }
  #home main .section_recruitInfo .col-3, #home main .section_recruitInfo .col-9 {
    width: 100%;
  }
  #home main .section_recruitInfo .me-3 {
    margin-right: 0 !important;
  }
  #home main .section_recruitInfo .d-flex a {
    margin-bottom: 1rem;
  }
  #home main .section_recruitInfo .align-self-center.p-3 {
    padding: 0 !important;
  }
}

/*-------- トップここまで　--------*/
/*-------- 会社情報 --------*/
@media (max-width: 576px) {
  #company main td, #company main th {
    display: block;
  }
  #company main th {
    margin: 1rem 0;
  }
  #company main [class*=col-] {
    width: 100%;
  }
}
#company main .section_key_visual {
  background-image: url("assets/img/company/kv.jpg");
}
#company main .section_companyData .container div a {
  text-decoration: none;
}
@media (max-width: 768px) {
  #company main .section_companyData .container div.d-flex > div {
    max-height: 320px;
    margin-top: 1rem;
  }
}
#company main .section_companyData .container div .img_wrap img {
  box-shadow: 15px 10px 0 #0066A8;
  max-width: 300px;
}
@media (max-width: 768px) {
  #company main .section_companyData .container div .img_wrap {
    overflow: hidden;
    height: 65%;
    box-shadow: 10px 7px 0 #0066A8;
  }
  #company main .section_companyData .container div .img_wrap img {
    width: 100%;
    height: 100%;
    box-shadow: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#company main .container .card table {
  width: 85%;
  margin: auto;
}
#company main .section_companyInfo {
  background-color: #EFF2F4;
}
#company main .section_history {
  background-color: #D6E7F2;
}
#company main .section_group {
  font-weight: bold;
  color: #292930;
}
#company main .section_group h4 {
  color: #797979;
  font-weight: bold;
}
#company main .section_group li {
  margin-bottom: 6px;
}
#company main .section_group a {
  color: #292930;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #company main table {
    width: 100% !important;
  }
}

/*-------- 会社情報ここまで  --------*/
/*-------- 企業理念--------*/
#philosophy main {
  /*-------- 企業理念 --------*/
  /*-------- 企業理念 ---------*/
  /*-------- 代表あいさつ ---------*/
  /*-------- ビジョン ---------*/
  /*-------- ビジョン ---------*/
  /*-------- ロゴマーク ---------*/
  /*-------- ロゴマーク ---------*/
  /*-------- 社員行動指針 ---------*/
  /*-------- 社員行動指針 ---------*/
  /*-------- グローバル・ビジネス・コンダクト---------*/
  /*-------- グローバル・ビジネス・コンダクト---------*/
  /*-------- コンプライアンス---------*/
  /*-------- コンプライアンス---------*/
}
#philosophy main .section_key_visual {
  background-image: url("assets/img/philosophy/kv.jpg");
}
#philosophy main .section_philosophy .container::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  background-image: url("assets/img/philosophy/philosophy_bg.svg");
  background-size: 100% 100%;
  width: 50%;
  aspect-ratio: 2.5;
  z-index: 0;
}
@media (max-width: 768px) {
  #philosophy main .section_philosophy .container::before {
    top: -20px;
  }
}
#philosophy main .section_philosophy .philosophy-wrapper {
  background-image: url("assets/img/philosophy/philosophy_card.svg");
  background-size: 100% 100%;
}
#philosophy main .section_philosophy .philosophy-body {
  background-color: white;
  border-radius: 1.125rem;
  font-weight: 700;
  flex: 1 0 auto;
}
#philosophy main .section_philosophy .philosophy-wrapper h5 {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #philosophy main .section_philosophy .philosophy-wrapper h5 {
    padding-top: 1rem;
  }
}
#philosophy main .section_representative_greetings {
  background-color: #F6F6F6;
  padding: 6% 0 0;
}
@media (max-width: 768px) {
  #philosophy main .section_representative_greetings {
    padding-bottom: 0;
  }
}
#philosophy main .section_representative_greetings .name_l {
  padding-bottom: 7rem; /*写真の位置調整と関連*/
}
@media (max-width: 768px) {
  #philosophy main .section_representative_greetings .name_l {
    padding-bottom: 0rem;
  }
}
#philosophy main .section_representative_greetings .representative-top {
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  #philosophy main .section_representative_greetings .representative-top {
    top: 0;
  }
}
#philosophy main .section_representative_greetings .representative-bottom {
  position: absolute;
  width: 500px;
  right: 3rem;
  bottom: 0;
}
@media (max-width: 768px) {
  #philosophy main .section_representative_greetings .representative-bottom {
    width: 100%;
    right: 0;
    position: relative;
  }
}
#philosophy main .section_representative_greetings .representative-top, #philosophy main .section_vision .vision-bottom {
  background-image: url("assets/img/common/polygon.svg");
  background-size: 100% 100%;
  width: 440px;
  aspect-ratio: 11/10;
}
@media (max-width: 992px) {
  #philosophy main .section_representative_greetings .representative-top, #philosophy main .section_vision .vision-bottom {
    width: 330px;
  }
}
@media (max-width: 768px) {
  #philosophy main .section_representative_greetings .representative-top, #philosophy main .section_vision .vision-bottom {
    width: 250px;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_representative_greetings .representative-top, #philosophy main .section_vision .vision-bottom {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #philosophy main .section_vision .top_text_title {
    margin-bottom: 2rem;
  }
}
#philosophy main .section_vision .vision-bottom {
  right: 0;
  bottom: -100px;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  #philosophy main .section_vision .vision-bottom {
    bottom: 0;
  }
}
#philosophy main .section_vision .first-paragraph::after, #philosophy main .section_vision .last-paragraph::after {
  content: "";
  position: absolute;
  background-image: url("assets/img/common/square_blue.svg");
  background-size: 100% 100%;
  width: 44px;
  height: 40px;
}
@media (max-width: 992px) {
  #philosophy main .section_vision .first-paragraph::after, #philosophy main .section_vision .last-paragraph::after {
    width: 22px;
    height: 20px;
  }
}
#philosophy main .section_vision .first-paragraph::before, #philosophy main .section_vision .second-paragraph::before, #philosophy main .section_vision .third-paragraph::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/common/triangle_yellow.svg");
  background-size: 100% 100%;
  width: 70px;
  height: 57px;
}
@media (max-width: 992px) {
  #philosophy main .section_vision .first-paragraph::before, #philosophy main .section_vision .second-paragraph::before, #philosophy main .section_vision .third-paragraph::before {
    width: 35px;
    height: 28px;
  }
}
#philosophy main .section_vision .first-paragraph:before {
  left: -70px;
  top: -45px;
}
@media (max-width: 992px) {
  #philosophy main .section_vision .first-paragraph:before {
    left: -35px;
    top: -10px;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_vision .first-paragraph:before {
    left: -3rem;
    top: -2rem;
  }
}
#philosophy main .section_vision .first-paragraph:after {
  left: -150px;
  bottom: 10px;
}
@media (max-width: 992px) {
  #philosophy main .section_vision .first-paragraph:after {
    left: -70px;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_vision .first-paragraph:after {
    left: -5rem;
  }
}
#philosophy main .section_vision .second-paragraph::before {
  transform: rotateY(180deg);
  bottom: 10px;
  right: -150px;
}
@media (max-width: 992px) {
  #philosophy main .section_vision .second-paragraph::before {
    bottom: -40px;
    right: -20px;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_vision .second-paragraph::before {
    bottom: -10px;
    right: -40px;
  }
}
#philosophy main .section_vision .third-paragraph::before {
  bottom: 10px;
  right: -250px;
}
@media (max-width: 992px) {
  #philosophy main .section_vision .third-paragraph::before {
    right: -150px;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_vision .third-paragraph::before {
    right: -5px;
    bottom: 0;
    z-index: -10;
  }
}
#philosophy main .section_vision .last-paragraph::after {
  transform: rotateY(180deg);
  bottom: -5px;
  left: -300px;
}
@media (max-width: 992px) {
  #philosophy main .section_vision .last-paragraph::after {
    top: -10px;
    left: -100px;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_vision .last-paragraph::after {
    top: -10px;
    left: -50px;
  }
}
#philosophy main .section_logo_mark {
  background-color: #F6F6F6;
}
#philosophy main .section_logo_mark figure {
  border-radius: 1.25rem;
}
#philosophy main .section_employee_conduct {
  background-color: #D6E7F2;
}
#philosophy main .section_employee_conduct .card {
  border-radius: 1.25rem;
  position: relative;
}
#philosophy main .section_employee_conduct .card-header {
  border: none;
  color: white;
  top: -35px;
  left: 2rem;
  padding-left: 1.5rem;
  padding-top: 0.75rem;
  position: absolute;
  background-image: url("assets/img/philosophy/card_title.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 285px;
  height: 75px;
}
@media (max-width: 768px) {
  #philosophy main .section_employee_conduct .card-header {
    font-size: 1.125rem;
    padding-left: 0.6rem;
    left: 1.2rem;
    width: 200px;
    height: 48px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_employee_conduct .card-header {
    left: 0.75rem;
    width: 170px;
  }
}
#philosophy main .section_employee_conduct .card-title {
  font-size: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  #philosophy main .section_employee_conduct .card-title {
    padding-top: 1rem;
    font-size: 1rem;
    /*o_更新*/
  }
}
#philosophy main .section_employee_conduct .card-content {
  font-size: 1.25rem;
  /* @media (max-width: $mobile-width) {
                font-size: $font_size_12;
            }/*o_更新*/
}
@media (max-width: 768px) {
  #philosophy main .section_employee_conduct .card-content {
    font-size: 0.875rem;
  }
}
#philosophy main .section_employee_conduct .card h5 {
  font-weight: bold;
}
#philosophy main .section_business_conduct {
  background: linear-gradient(90deg, #080F2D 1.18%, #0C194B 98.29%);
}
#philosophy main .section_business_conduct .lang-select {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-color: white;
  padding: 0.25rem;
  color: #AEAEAE;
  cursor: pointer;
}
#philosophy main .section_business_conduct .lang-select .check-wrapper {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B1B1B1;
  background-image: url("assets/img/philosophy/check_unselected.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media (max-width: 992px) {
  #philosophy main .section_business_conduct .lang-select .check-wrapper {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  #philosophy main .section_business_conduct .lang-select .check-wrapper {
    width: 20px;
    height: 20px;
  }
}
#philosophy main .section_business_conduct .lang-select span {
  padding: 0 0.75rem;
}
@media (max-width: 992px) {
  #philosophy main .section_business_conduct .lang-select span {
    padding: 0 0.5rem;
  }
}
#philosophy main .section_business_conduct .lang-select.active {
  color: #292930;
}
#philosophy main .section_business_conduct .lang-select.active .check-wrapper {
  background-color: #FFF462;
  background-image: url("assets/img/philosophy/check_selected.svg");
  background-size: 16px;
}
#philosophy main .section_business_conduct .tab-content-wrapper {
  background: white;
  border-radius: 20px;
  padding: 2rem 3rem;
  margin-bottom: 1rem;
  counter-reset: section;
}
@media (max-width: 768px) {
  #philosophy main .section_business_conduct .tab-content-wrapper {
    padding: 1.5rem;
  }
}
#philosophy main .section_business_conduct .tab-content-wrapper .number-paragraph {
  color: #0066A8;
  font-weight: bold;
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}
#philosophy main .section_business_conduct .tab-content-wrapper .number-paragraph:before {
  counter-increment: section;
  content: counter(section) ". ";
}
@media (max-width: 768px) {
  #philosophy main .section_business_conduct .tab-content-wrapper .number-paragraph {
    text-indent: -16px;
    padding-left: 16px;
  }
}
#philosophy main .section_business_conduct .text-custom-black {
  color: #292930;
}
#philosophy main .section_business_conduct .text-justify {
  text-align: justify;
}
#philosophy main .section_compliance h3 {
  position: relative;
  padding-bottom: 3rem;
}
#philosophy main .section_compliance h3:after, #philosophy main .section_compliance h3:before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 0;
}
#philosophy main .section_compliance h3:after {
  background-color: #0066A8;
  height: 5px;
  width: 34px;
}
#philosophy main .section_compliance h3:before {
  background-color: #DEDEDE;
  height: 2px;
  width: 100%;
}
@media (max-width: 768px) {
  #philosophy main .section_compliance h3 {
    padding-bottom: 2rem;
  }
  #philosophy main .section_compliance h3:after, #philosophy main .section_compliance h3:before {
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 0;
  }
}
#philosophy main .section_compliance h4 {
  font-size: 1.25rem;
}
#philosophy main .section_compliance figure {
  overflow: hidden;
  border-radius: 20px;
  width: 300px;
  height: 320px;
}
#philosophy main .section_compliance figure.compliance-header {
  width: 100%;
  aspect-ratio: 1.7;
  height: unset;
}
#philosophy main .section_compliance .compliance_img_trim {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 17%;
     object-position: 0% 17%;
  height: 100%;
  width: 100%;
}

/*-------- 企業理念ここまで --------*/
/*-------- ソリューション --------*/
/* ソリューション一覧ページ */
#solution_list main {
  /* 私たちの強み */
  /* ソリューションサービス */
  /* パートナーシップについて */
}
#solution_list main .section_key_visual {
  background-image: url("assets/img/solution_list/kv.jpg");
}
#solution_list main .section_strength, #solution_list main .section_process {
  background-color: #EFF2F4;
}
@media (max-width: 768px) {
  #solution_list main .section_strength .card img {
    width: 100%;
    margin: 2rem auto;
  }
}
@media (max-width: 992px) {
  #solution_list main .section_strength .card .card-body {
    margin-top: 0 !important;
  }
  #solution_list main .section_strength .card .card-body img {
    margin: 1rem auto;
    text-align: center;
    display: block;
  }
  #solution_list main .section_strength .card .card-body h3 {
    text-align: center;
    margin-bottom: 0.5rem !important;
  }
}
@media (max-width: 768px) {
  #solution_list main .section_strength .card .card_number {
    width: 8rem !important;
    padding: 0.4rem 0;
  }
}
@media (max-width: 576px) {
  #solution_list main .section_strength .card .card_number {
    width: 8rem !important;
    padding: 0;
  }
}
#solution_list main .section_strength .card .card_number .lbl {
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 5%;
  width: 8rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #solution_list main .section_strength .card .card_number .lbl {
    font-size: 1rem;
  }
}
#solution_list main .section_solution_service .solution_service_card_wrap .card {
  width: 48%;
}
@media (max-width: 768px) {
  #solution_list main .section_solution_service .solution_service_card_wrap .card {
    width: 100%;
  }
}
#solution_list main .section_solution_service .solution_service_card_wrap .card a {
  text-decoration: none;
}
@media (max-width: 768px) {
  #solution_list main .section_partnership a {
    margin-bottom: 3rem;
  }
}

/* ソリューション一覧ページここまで　*/
/* ソリューション詳細ページ　*/
@media (max-width: 768px) {
  #solution_detail main .col-md-6, #solution_detail main .col-md-3 {
    width: 100%;
    aspect-ratio: 1.9;
    height: unset;
  }
}
@media (min-width: 1120px) {
  #solution_detail main img {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #solution_detail main img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 40%;
       object-position: 0% 40%;
    height: 100%;
    width: 100%;
  }
  #solution_detail main img.img_trim01 {
    -o-object-position: 0% 75%;
       object-position: 0% 75%;
  }
  #solution_detail main img.img_trim02 {
    -o-object-position: 0% 0%;
       object-position: 0% 0%;
  }
}
#solution_detail main .section_key_visual {
  background-image: url("assets/img/solution_detail/kv.png");
}
#solution_detail main .section_agile, #solution_detail main .section_dataPlatform {
  background-color: #EFF2F4;
}
#solution_detail main .card-body img {
  width: 100%;
  margin-bottom: 1rem;
}
#solution_detail main .section_partnership img {
  margin-top: 2rem;
}

/* ソリューション詳細ページここまで　*/
/*-------- ソリューションここまで --------*/
/*-------- パートナーシップ --------*/
#partnership main .section_key_visual {
  background-image: url("assets/img/partnership/kv.jpg");
}
#partnership main .section_cooporation {
  background-color: #EFF2F4;
}
#partnership main .section_cooporation .container div .card {
  aspect-ratio: 1/1;
}
#partnership main .section_cooporation .container div .card img {
  max-width: 58%;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  #partnership main .section_cooporation .container h4 {
    margin-bottom: 0 !important;
  }
  #partnership main .section_cooporation .container .card {
    margin: 0 0.5rem 1rem !important;
  }
}
@media (max-width: 1120px) {
  #partnership main .section_cooporation .container .card {
    padding: 2.5rem;
    width: 100%;
    margin: 2rem 0 !important;
  }
}
#partnership main .section_job_variation {
  background-color: #D6E7F2;
}

/*-------- パートナーシップここまで --------*/
/*-------- サスティナビリティ --------*/
#sustainability main .section_key_visual {
  background-image: url("assets/img/sustainability/kv.jpg");
}
#sustainability main .section_vision .vision-bottom {
  background-image: url("assets/img/common/polygon.svg");
  background-size: 100% 100%;
  width: 440px;
  aspect-ratio: 11/10;
  right: 0;
  bottom: -100px;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  #sustainability main .section_vision .vision-bottom {
    width: 330px;
  }
}
@media (max-width: 768px) {
  #sustainability main .section_vision .vision-bottom {
    width: 250px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_vision .vision-bottom {
    width: 200px;
  }
}
@media (max-width: 992px) {
  #sustainability main .section_vision .vision-bottom {
    bottom: 0;
  }
}
#sustainability main .section_vision .first-paragraph::after, #sustainability main .section_vision .last-paragraph::after {
  content: "";
  position: absolute;
  background-image: url("assets/img/common/square_blue.svg");
  background-size: 100% 100%;
  width: 44px;
  height: 40px;
}
@media (max-width: 992px) {
  #sustainability main .section_vision .first-paragraph::after, #sustainability main .section_vision .last-paragraph::after {
    width: 22px;
    height: 20px;
  }
}
#sustainability main .section_vision .first-paragraph::before, #sustainability main .section_vision .second-paragraph::before, #sustainability main .section_vision .third-paragraph::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/common/triangle_yellow.svg");
  background-size: 100% 100%;
  width: 70px;
  height: 57px;
  z-index: -100;
}
@media (max-width: 992px) {
  #sustainability main .section_vision .first-paragraph::before, #sustainability main .section_vision .second-paragraph::before, #sustainability main .section_vision .third-paragraph::before {
    width: 35px;
    height: 28px;
  }
}
#sustainability main .section_vision .first-paragraph:before {
  left: -7.5rem;
  top: -7.5rem;
}
@media (max-width: 992px) {
  #sustainability main .section_vision .first-paragraph:before {
    left: -35px;
    top: -10px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_vision .first-paragraph:before {
    left: -5px;
    top: -40px;
  }
}
#sustainability main .section_vision .first-paragraph:after {
  left: -10rem;
  bottom: 4rem;
}
@media (max-width: 992px) {
  #sustainability main .section_vision .first-paragraph:after {
    left: -70px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_vision .first-paragraph:after {
    left: -30px;
    bottom: 25px;
  }
}
#sustainability main .section_vision .second-paragraph::before {
  transform: rotateY(180deg);
  bottom: 4rem;
  right: -10rem;
}
@media (max-width: 992px) {
  #sustainability main .section_vision .second-paragraph::before {
    bottom: -40px;
    right: -20px;
  }
}
#sustainability main .section_vision .third-paragraph::before {
  bottom: 2rem;
  right: 0;
}
@media (max-width: 992px) {
  #sustainability main .section_vision .third-paragraph::before {
    right: -150px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_vision .third-paragraph::before {
    right: -40px;
    bottom: -20px;
  }
}
#sustainability main .section_vision .last-paragraph::after {
  transform: rotateY(180deg);
  bottom: 1.5rem;
  left: -20rem;
}
@media (max-width: 992px) {
  #sustainability main .section_vision .last-paragraph::after {
    top: -10px;
    left: -100px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_vision .last-paragraph::after {
    top: 40px;
    left: -50px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_diversity img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#sustainability main .section_education {
  background-color: #EFF2F4;
}
#sustainability main .section_education table tr th {
  background: #0066A8;
  color: #ffffff;
  font-weight: 500;
  padding: 1rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  /*@media (max-width: $tablet-width) {
                  font-size: 0.75rem;
              }*/
  /*o_更新*/
}
#sustainability main .section_education table tr th.category {
  background-color: #ffffff;
  --bs-table-accent-bg: #ffffff;
  color: #292930;
}
#sustainability main .section_education table tr td {
  /*font-weight: 400;*/
  padding: 1rem;
  background-color: #ffffff;
  vertical-align: middle;
}
@media (max-width: 576px) {
  #sustainability main .section_education img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#sustainability main .section_education .education .index-1 {
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}
#sustainability main .section_education .education .step-01 figure, #sustainability main .section_education .education .step-02 figure, #sustainability main .section_education .education .step-03 figure {
  margin-bottom: 0.2rem;
}
#sustainability main .section_education .education .step-01 figure img, #sustainability main .section_education .education .step-02 figure img, #sustainability main .section_education .education .step-03 figure img {
  width: 65px;
  height: unset;
}
#sustainability main .section_education .education .step-01 figure img.w-40px, #sustainability main .section_education .education .step-02 figure img.w-40px, #sustainability main .section_education .education .step-03 figure img.w-40px {
  width: 40px;
}
@media (max-width: 992px) {
  #sustainability main .section_education .education .step-01 figure img.w-40px, #sustainability main .section_education .education .step-02 figure img.w-40px, #sustainability main .section_education .education .step-03 figure img.w-40px {
    width: 24px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_education .education .step-01 figure img.w-40px, #sustainability main .section_education .education .step-02 figure img.w-40px, #sustainability main .section_education .education .step-03 figure img.w-40px {
    width: 12px;
  }
}
@media (max-width: 992px) {
  #sustainability main .section_education .education .step-01 figure img, #sustainability main .section_education .education .step-02 figure img, #sustainability main .section_education .education .step-03 figure img {
    width: 40px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_education .education .step-01 figure img, #sustainability main .section_education .education .step-02 figure img, #sustainability main .section_education .education .step-03 figure img {
    width: 20px;
  }
}
#sustainability main .section_education .education .step-01 .step-header, #sustainability main .section_education .education .step-02 .step-header, #sustainability main .section_education .education .step-03 .step-header {
  color: white;
}
#sustainability main .section_education .education .step-01 .step-header .step-caption, #sustainability main .section_education .education .step-02 .step-header .step-caption, #sustainability main .section_education .education .step-03 .step-header .step-caption {
  font-family: HGGothicE;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.725rem;
  vertical-align: middle;
}
@media (max-width: 576px) {
  #sustainability main .section_education .education .step-01 .step-header .step-caption, #sustainability main .section_education .education .step-02 .step-header .step-caption, #sustainability main .section_education .education .step-03 .step-header .step-caption {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}
#sustainability main .section_education .education .step-01 .step-header .step-caption span, #sustainability main .section_education .education .step-02 .step-header .step-caption span, #sustainability main .section_education .education .step-03 .step-header .step-caption span {
  font-size: 3.375rem;
  line-height: 4.725rem;
}
@media (max-width: 576px) {
  #sustainability main .section_education .education .step-01 .step-header .step-caption span, #sustainability main .section_education .education .step-02 .step-header .step-caption span, #sustainability main .section_education .education .step-03 .step-header .step-caption span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#sustainability main .section_education .education .step-01 .step-body, #sustainability main .section_education .education .step-02 .step-body, #sustainability main .section_education .education .step-03 .step-body {
  height: 10rem;
  border-style: solid;
  border-width: 5px;
  color: #292930 !important;
}
@media (max-width: 576px) {
  #sustainability main .section_education .education .step-01 .step-body, #sustainability main .section_education .education .step-02 .step-body, #sustainability main .section_education .education .step-03 .step-body {
    height: 8rem;
    border-width: 3px;
    font-size: 0.75rem;
    /*o_更新*/
    line-height: 1.4;
    /*o_更新*/
  }
}
#sustainability main .section_education .education .step-01 .step-header {
  background: #4A9CD1;
}
#sustainability main .section_education .education .step-01 .step-body {
  border-color: #4A9CD1;
}
#sustainability main .section_education .education .step-02 figure img {
  width: 54px;
}
@media (max-width: 992px) {
  #sustainability main .section_education .education .step-02 figure img {
    width: 33px;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_education .education .step-02 figure img {
    width: 17px;
  }
}
#sustainability main .section_education .education .step-02 .step-header {
  background: #2486C6;
}
#sustainability main .section_education .education .step-02 .step-body {
  border-color: #2486C6;
}
#sustainability main .section_education .education .step-03 .step-header {
  background: #0066A8;
}
#sustainability main .section_education .education .step-03 .step-body {
  border-color: #0066A8;
}
#sustainability main .section_education .education .desc-black {
  background: #292930;
}
#sustainability main .section_education .education .desc-black div {
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
#sustainability main .section_education .education .desc-white {
  background: #ffffff;
  border: solid 5px #292930;
}
#sustainability main .section_education .education .desc-white div {
  color: #292930;
  width: -moz-fit-content;
  width: fit-content;
}
#sustainability main .section_environment h4 {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  #sustainability main .section_environment img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#sustainability main .section_sdgs {
  background-color: #EFF2F4;
}
#sustainability main .section_sdgs .sdg-box {
  /* color_white */
  background: #ffffff;
  /* Light Dropshadow */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#sustainability main .section_sdgs .sdg-box .top_text {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #sustainability main .section_sdgs .sdg-box .top_text {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  #sustainability main .section_sdgs .sdg-box .top_text {
    font-size: 1rem;
  }
}
#sustainability main .section_sdgs .sdg-box figure img {
  max-width: 95px;
}
@media (max-width: 576px) {
  #sustainability main .section_activity img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
#sustainability main figure {
  overflow: hidden;
  border-radius: 0;
}
#sustainability main .body-text {
  color: #292930;
}
#sustainability .section_welfare h2 {
  color: #0066A8 !important;
}
#sustainability .section_welfare .card_date {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00B9EF;
}
#sustainability .section_welfare .card-title {
  font-weight: bold;
}
#sustainability .section_welfare small {
  font-size: 1rem;
}
#sustainability .section_welfare h3 {
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  #sustainability .section_welfare h3 {
    font-size: 1rem;
  }
}
#sustainability .section_welfare table tr {
  height: 80px;
}
#sustainability .section_welfare table tr th {
  width: 150px;
  font-weight: 500;
  padding: 0.6rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: #0066A8;
}
@media (max-width: 576px) {
  #sustainability .section_welfare table tr th {
    width: 120px;
    max-width: 120px;
    white-space: normal;
  }
}
#sustainability .section_welfare table tr td {
  font-weight: 400;
  padding: 0.6rem;
  background-color: #ffffff;
  vertical-align: middle;
}
@media (max-width: 576px) {
  #sustainability .section_welfare table tr td {
    padding: 0.8rem;
  }
}
@media (max-width: 768px) {
  #sustainability .section_welfare table.table-bordered.left-side tr:last-child {
    border-bottom-width: 0;
  }
}
@media (max-width: 576px) {
  #sustainability .section_welfare img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*-------- サスティナビリティここまで --------*/
/*-------- 採用情報 --------*/
#recruit main {
  /*-------- 採用情報 --------*/
  /*-------- 採用情報 ---------*/
  /*-------- 募集職種 ---------*/
  /*-------- 募集職種 ---------*/
  /*-------- 新卒採用 ---------*/
  /*-------- 新卒採用 ---------*/
  /*-------- 障がい者採用 ---------*/
  /*-------- 障がい者採用 ---------*/
}
#recruit main svg.bi-caret-down-fill {
  transform: scaleX(1.5);
}
#recruit main svg.bi-caret-left-fill, #recruit main svg.bi-caret-right-fill {
  transform: scaleY(1.5);
}
#recruit main .col-4 a {
  text-decoration: none;
}
#recruit main .section_key_visual {
  background-image: url("assets/img/recruitment/kv.jpg");
}
#recruit main .section_recruit .container::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  background-image: url("assets/img/recruitment/recruit_bg.svg");
  background-size: 100% 100%;
  width: 50%;
  aspect-ratio: 2.5;
  z-index: -1;
}
@media (max-width: 768px) {
  #recruit main .section_recruit .container::before {
    top: -20px;
  }
}
#recruit main .section_recruit_type {
  background-color: #D6E7F2;
}
#recruit main .section_recruit_type .img_wrap img {
  box-shadow: 15px 10px 0 #0066A8;
}
@media (max-width: 768px) {
  #recruit main .section_recruit_type .img_wrap {
    overflow: hidden;
    box-shadow: 10px 7px 0 #0066A8;
  }
  #recruit main .section_recruit_type .img_wrap img {
    width: 100%;
    height: 100%;
    box-shadow: none;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 195px;
  }
}
@media (max-width: 576px) {
  #recruit main .section_recruit_type .d-flex {
    display: block !important;
  }
  #recruit main .section_recruit_type .col-4 {
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#recruit main .section_new_recruit {
  background-color: #EFF2F4;
}
#recruit main .section_disability {
  background-color: #D6E7F2;
}

/*-------- NS中部を知る ---------*/
.section_introduce .container .carousel button {
  background-color: #0066A8;
  width: 36px;
  height: 36px;
  top: 50%;
}
.section_introduce .container .carousel button.carousel-control-prev {
  transform: translate(-40%, -50%);
}
.section_introduce .container .carousel button.carousel-control-next {
  transform: translate(40%, -50%);
}
.section_introduce .container a {
  text-decoration: none;
}

/*-------- NS中部を知る ---------*/
/*-------- 採用情報ここまで --------*/
/*-------- 採用情報（キャリア） --------*/
#recruit_career main, #recruit_disability main {
  /*-------- Message --------*/
  /*-------- Message ---------*/
  /*-------- Message ---------*/
  /*-------- Message ---------*/
}
#recruit_career main .section_key_visual, #recruit_disability main .section_key_visual {
  background-image: url("assets/img/recruit_career/kv.jpg");
}
#recruit_career main .section_message .container::before, #recruit_disability main .section_message .container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("assets/img/recruit_career/map.svg");
  background-size: 100% 100%;
  width: 50%;
  aspect-ratio: 1.2;
  z-index: -1;
}
#recruit_career main .second-paragraph, #recruit_disability main .second-paragraph {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  #recruit_career main .second-paragraph, #recruit_disability main .second-paragraph {
    font-size: 0.875rem;
    font-weight: normal;
  }
}
#recruit_career main .section_culture, #recruit_disability main .section_culture {
  background-image: url(assets/img/recruit_career/cycle-bg01.png), url(assets/img/recruit_career/cycle-bg02.png), url(assets/img/recruit_career/cycle-bg03.png), url(assets/img/recruit_career/cycle-bg04.png);
  background-color: #FFF462;
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: left 10% top 3rem, left 10% bottom 15rem, right 10% top 15em, bottom 8rem right 10%;
}
@media (max-width: 1120px) {
  #recruit_career main .section_culture, #recruit_disability main .section_culture {
    background-size: 23% auto;
  }
}
@media (max-width: 768px) {
  #recruit_career main .section_culture, #recruit_disability main .section_culture {
    background-position: left 0.4rem top 0.4rem, left 6% bottom 15rem, right 6% top 12rem, bottom 8rem right 6%;
    background-size: 24% auto;
  }
}
@media (max-width: 576px) {
  #recruit_career main .section_culture, #recruit_disability main .section_culture {
    background-size: 28% auto;
    background-position: left 0% top 0.5rem, left -17% bottom 6rem, right -6% top 11em, bottom 0rem right -3%;
  }
}
#recruit_career main .section_culture .culture_body, #recruit_disability main .section_culture .culture_body {
  width: 80%;
  filter: url(#round);
}
#recruit_career main .section_culture .culture_body .culture_text, #recruit_disability main .section_culture .culture_body .culture_text {
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
  background-color: #D6E7F2;
}
#recruit_career main .section_culture .culture_body .culture_text .text, #recruit_disability main .section_culture .culture_body .culture_text .text {
  font-size: 2.1875rem;
}
@media (max-width: 1120px) {
  #recruit_career main .section_culture .culture_body .culture_text .text, #recruit_disability main .section_culture .culture_body .culture_text .text {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  #recruit_career main .section_culture .culture_body .culture_text .text, #recruit_disability main .section_culture .culture_body .culture_text .text {
    font-size: 1.375rem;
  }
}
@media (max-width: 576px) {
  #recruit_career main .section_culture .culture_body .culture_text .text, #recruit_disability main .section_culture .culture_body .culture_text .text {
    font-size: 0.875rem;
  }
}
#recruit_career main .section_culture .culture_body .culture_text .paragraph::before, #recruit_disability main .section_culture .culture_body .culture_text .paragraph::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 1.5rem;
  background-color: #FFF462;
  z-index: -1;
}
@media (max-width: 768px) {
  #recruit_career main .section_culture .culture_body .culture_text .paragraph::before, #recruit_disability main .section_culture .culture_body .culture_text .paragraph::before {
    height: 0.5rem;
    bottom: -0.5rem;
  }
}
@media (max-width: 576px) {
  #recruit_career main .section_culture .culture_body .culture_text .paragraph::before, #recruit_disability main .section_culture .culture_body .culture_text .paragraph::before {
    height: 0.3rem;
    bottom: -0.3rem;
  }
}
@media (max-width: 576px) {
  #recruit_career main .section_culture .culture_body .culture_text h5, #recruit_disability main .section_culture .culture_body .culture_text h5 {
    font-size: 0.9375rem;
  }
}
#recruit_career main .section_culture .img_wraper img, #recruit_disability main .section_culture .img_wraper img {
  width: 100%;
}
@media (max-width: 768px) {
  #recruit_career main .section_culture .img_wraper img, #recruit_disability main .section_culture .img_wraper img {
    width: 50%;
  }
}
#recruit_career main .section_welfare_banner, #recruit_disability main .section_welfare_banner {
  color: #fff;
  background-image: url(assets/img/recruit_career/section_welfare_banner_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
#recruit_career main .section_welfare_banner .kv_text, #recruit_disability main .section_welfare_banner .kv_text {
  margin-bottom: 2rem;
}
#recruit_career main .section_welfare_banner .kv_sub_text, #recruit_disability main .section_welfare_banner .kv_sub_text {
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #recruit_career main .section_welfare_banner .kv_sub_text, #recruit_disability main .section_welfare_banner .kv_sub_text {
    font-size: 0.875rem;
    font-weight: normal;
  }
}
#recruit_career main .section_introduce, #recruit_disability main .section_introduce {
  background-color: #EFF2F4;
}
#recruit_career main .section_welfare, #recruit_disability main .section_welfare {
  background-image: url(assets/img/recruit_career/section_welfare_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  /*small {
    font-size: $font_size_16;
  }*/
}
#recruit_career main .section_welfare .card, #recruit_disability main .section_welfare .card {
  padding: 1rem !important;
}
#recruit_career main .section_welfare .card_date, #recruit_disability main .section_welfare .card_date {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00B9EF;
}
@media (max-width: 576px) {
  #recruit_career main .section_welfare .card_date, #recruit_disability main .section_welfare .card_date {
    font-size: 1.75rem;
  }
}
#recruit_career main .section_welfare .card-title, #recruit_disability main .section_welfare .card-title {
  font-weight: bold;
}
@media (max-width: 576px) {
  #recruit_career main .section_welfare .card-title, #recruit_disability main .section_welfare .card-title {
    font-size: 1.125rem;
    margin-bottom: 1rem !important;
  }
}
#recruit_career main .section_welfare sup, #recruit_career main .section_welfare small, #recruit_disability main .section_welfare sup, #recruit_disability main .section_welfare small {
  /*color: $color_primary_01 !important;*/
  font-weight: normal;
  font-size: 0.875rem;
}
#recruit_career main .section_welfare table tr, #recruit_disability main .section_welfare table tr {
  height: 80px;
}
#recruit_career main .section_welfare table tr th, #recruit_disability main .section_welfare table tr th {
  width: 140px;
  font-weight: 500;
  padding: 0.6rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: #0066A8;
}
@media (max-width: 768px) {
  #recruit_career main .section_welfare table tr th, #recruit_disability main .section_welfare table tr th {
    /*width: 115px;
    font-size: 0.75rem;/*o_更新*/
  }
}
@media (max-width: 576px) {
  #recruit_career main .section_welfare table tr th, #recruit_disability main .section_welfare table tr th {
    /*font-size: 0.625rem;/*o_更新*/
  }
}
#recruit_career main .section_welfare table tr td, #recruit_disability main .section_welfare table tr td {
  font-weight: 400;
  padding: 0.6rem;
  background-color: #ffffff;
  vertical-align: middle;
}
@media (max-width: 576px) {
  #recruit_career main .section_welfare table tr td, #recruit_disability main .section_welfare table tr td {
    /*font-size: 0.625rem;*/
    padding: 0.8rem;
  }
}
@media (max-width: 768px) {
  #recruit_career main .section_welfare table.table-bordered.left-side tr:last-child, #recruit_disability main .section_welfare table.table-bordered.left-side tr:last-child {
    border-bottom-width: 0;
  }
}
@media (max-width: 576px) {
  #recruit_career main .section_welfare img, #recruit_disability main .section_welfare img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#recruit_career main .section_positions, #recruit_disability main .section_positions {
  background-color: #D6E7F2;
  background-image: url(assets/img/recruit_career/section_welfare_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#recruit_career main .section_positions .card, #recruit_disability main .section_positions .card {
  text-decoration: none;
}
#recruit_career main .section_positions .card-title, #recruit_disability main .section_positions .card-title {
  font-size: 1.375rem;
}
@media (max-width: 576px) {
  #recruit_career main .section_positions .card-title, #recruit_disability main .section_positions .card-title {
    font-size: 1.125rem;
  }
}
#recruit_career main .section_positions .card-text, #recruit_disability main .section_positions .card-text {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #recruit_career main .section_positions .card-text, #recruit_disability main .section_positions .card-text {
    font-size: 1rem;
  }
}
#recruit_career main .section_positions .triangle, #recruit_disability main .section_positions .triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
  border-left: 2rem solid transparent;
  border-bottom: 2rem solid #0066A8;
  border-radius: 0.5rem;
}

/*-------- 採用情報（障がい者） --------*/
#recruit_disability main {
  /*-------- Message --------*/
  /*-------- Message --------*/
}
#recruit_disability main .section_key_visual {
  background-image: url("assets/img/recruit_disability/kv.jpg");
}
#recruit_disability main .section_message {
  background-image: url(assets/img/recruit_disability/message_bg_left.png), url(assets/img/recruit_disability/message_bg_right.png);
  background-color: #eff2f4;
  background-size: contain;
  background-position: left, right;
  width: 100%;
  aspect-ratio: auto;
  background-repeat: no-repeat;
}
@media (max-width: 1120px) {
  #recruit_disability main .section_message {
    background-size: 30% auto;
  }
}
@media (max-width: 768px) {
  #recruit_disability main .section_message {
    background-position: left 0.4rem top 0.4rem, right 0.4rem top 0;
    background-size: 25% auto;
  }
}
@media (max-width: 576px) {
  #recruit_disability main .section_message {
    background-size: 28% auto;
    background-position: left 0% top 1rem, right -16% bottom 6rem;
  }
}
#recruit_disability main .section_message .container::before {
  display: none;
}
#recruit_disability main .section_message02 {
  padding-top: 0;
  background: #D6E7F2;
}
#recruit_disability main .section_message02 img {
  margin-bottom: 3rem;
}
#recruit_disability main .section_contact .card {
  width: 100% !important;
}
#recruit_disability main .section_contact .card.p-5 {
  padding: 1.5rem !important;
}
#recruit_disability main .section_contact .font {
  font-size: 1.125rem !important;
}

/*-------- 採用情報ここまで --------*/
/*-------- 採用情報（詳細） --------*/
#recruit_detail main .section_key_visual {
  background-image: url("assets/img/recruit_detail/kv.jpg");
}
#recruit_detail main .section_requirements {
  padding-top: 0;
}
#recruit_detail main .section_requirements .link_btn_wrap {
  max-width: 550px;
  margin: auto;
}
#recruit_detail main .section_requirements table {
  width: 100%;
}
#recruit_detail main .section_requirements table p {
  margin: 0;
}
#recruit_detail main .section_requirements table td, #recruit_detail main .section_requirements table th {
  border: 1px solid #b3b3b3;
}
#recruit_detail main .section_requirements table th {
  background-color: #0066A8;
  width: 20%;
  text-align: center;
  color: #ffffff;
}
#recruit_detail main .section_requirements table td {
  width: 80%;
  padding: 1.5%;
}
#recruit_detail main .section_requirements table ul, #recruit_detail main .section_requirements table li {
  padding: 0;
}
#recruit_detail main .section_requirements table li {
  list-style: none;
  text-indent: -3.2rem;
  padding-left: 3.2rem;
}
#recruit_detail main .section_requirements table li.must::before {
  content: "【必須】";
}
#recruit_detail main .section_requirements table li.welcome::before {
  content: "【歓迎】";
}
@media only screen and (max-width: 991px) {
  #recruit_detail main .section_requirements th, #recruit_detail main .section_requirements td {
    display: block;
    width: 100% !important;
    padding: 1rem;
  }
}
#recruit_detail main .section_requirements .link_btn_wrap .link_btn {
  font-size: 1rem;
  background: #0066A8;
  color: #ffffff;
  padding: 0.6rem;
  border-radius: 5rem;
  font-weight: bold;
  box-shadow: 0 0.125rem 0.3rem #555;
  border: none;
  line-height: 2rem;
  text-align: center;
}
@media (max-width: 576px) {
  #recruit_detail main .section_requirements .link_btn_wrap .link_btn {
    font-size: 0.9375rem;
  }
}
#recruit_detail main h2 {
  font-size: 1.625rem;
  line-height: 140%;
}
#recruit_detail main h3 {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.25rem;
  color: #797979;
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
}
#recruit_detail main h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.625rem 1.25rem 0 0;
  border-color: #0066A8 transparent transparent transparent;
}

/*-------- 採用情報（詳細）ここまで --------*/
/*-------- お問合せ　--------*/
#contact main .section_key_visual {
  background-image: url("assets/img/contact/kv.jpg");
}
#contact main .policy_box {
  background-color: #FFF462;
}
#contact main .tel_txt {
  padding: 1.3rem;
}
#contact main a.banner_access {
  display: block;
  position: relative;
  text-decoration: none;
}
#contact main a.banner_access img {
  border-radius: 0.5rem;
  position: relative;
}
#contact main a.banner_access .txt {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 576px) {
  #contact main a.banner_access .txt {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  #contact main .row {
    display: block;
    padding: 0.5rem !important;
  }
  #contact main .col-6 {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  #contact main .section_top_content .p-5 {
    padding: 0 !important;
  }
  #contact main .section_top_content .col-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #contact main .section_top_content .primary_btn {
    padding: 1.8rem 0.8rem;
  }
}
@media (max-width: 576px) {
  #contact main .section_top_content .mb-5 {
    margin-bottom: 1rem !important;
  }
  #contact main .section_top_content .tel_txt {
    padding: 0.5rem;
  }
}

/*-------- お問合せここまで --------*/
/* cautionとプライバシーポリシー共通(タイトル部分)*/
.sec_title .rectangle {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 22px 13px 0 0;
  border-color: #0066A8 transparent transparent transparent;
}

/* cautionとプライバシーポリシー共通(タイトル部分)ここまで　*/
/*-------- caution --------*/
#caution main h3 {
  padding-top: 8px;
  color: #797979;
  font-size: 1.375rem;
}
#caution main .section_key_visual {
  background-image: url("assets/img/caution/kv.jpg");
}
#caution main .section_agile, #caution main .section_dataPlatform {
  background-color: #EFF2F4;
}

/*-------- cautionここまで --------*/
/*-------- プライバシーポリシー --------*/
#privacyPolicy main h3 {
  padding-top: 8px;
  color: #797979;
  font-size: 1.375rem;
}
#privacyPolicy main .section_key_visual {
  background-image: url("assets/img/privacyPolicy/kv.jpg");
}
#privacyPolicy main .section_agile, #privacyPolicy main .section_dataPlatform {
  background-color: #EFF2F4;
}
@media (max-width: 576px) {
  #privacyPolicy main .primary_btn {
    width: 100% !important;
  }
}

/*-------- プライバシーポリシーここまで --------*/
.cookie {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 475px;
  height: 345px;
}
@media (max-width: 576px) {
  .cookie {
    width: 350px;
    height: 420px;
    top: 50vh;
    left: 50vw;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

/*#cookie-body .cookie-consent {
  background-color: rgba(0, 0, 0, 0.8);
}*/
/*------------------------- 独自cssここまで -------------------------*//*# sourceMappingURL=style.css.map */