@charset "UTF-8";
@keyframes menu-bar-1 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  to {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  to {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  to {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  to {
    width: 0.4em;
    height: 0.7em;
    border-color: #fff;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/css/fonts/icomoon.eot?edzq41);
  src: url(/assets/css/fonts/icomoon.eot?edzq41#iefix) format("embedded-opentype"), url(/assets/css/fonts/icomoon.ttf?edzq41) format("truetype"), url(/assets/css/fonts/icomoon.woff?edzq41) format("woff"), url(/assets/css/fonts/icomoon.svg?edzq41#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.body--fixed {
  position: fixed;
}

.l-wrap {
  width: 100%;
}

body {
  width: 100%;
}

html {
  width: 100%;
}

.l-contents {
  width: 100%;
  padding: 120px 0;
}

.l-section {
  margin-bottom: 120px;
}
.l-section:last-of-type {
  margin-bottom: 0;
}

.scInr {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.scInr--w {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1500px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  height: 150px;
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), transparent); */
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.header__logo {
  margin: 1em 20px;
  line-height: 0;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__logo a {
  display: block;
  height: 100%;
}
.header__logo img {
  height: 100%;
  transition: all 0.3s;
}

.header__wrap {
  flex: 1;
  transition: all 0.3s;
}

.hamb__btn {
  display: none;
}

.hamb__menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.gnav {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 2em;
}

.gnav__main {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 4rem - 72px);
  border-top: 1px solid #D6D6D6;
  height: 100%;
}
.gnav__main > li {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  flex: 1;
  transition: all 0.3s;
}
.gnav__main > li:last-of-type {
  margin-right: 0;
}
.gnav__main > li a {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 0.875rem;
  position: relative;
  font-weight: 700;
  gap: 0.5em;
  width: 100%;
  height: 100%;
}
.gnav__main > li a::after {
  content: "";
  width: 10px;
  height: 5px;
  background: url(/wp2024/wp-content/themes/the-thor-child/assets/img/arr-btm_bl.svg) no-repeat center center/contain;
}
.gnav__main > li > .gnav__sub > li a::after,
.gnav__main > li > .gnav__sub--s > li a::after {
  background: url(/wp2024/wp-content/themes/the-thor-child/assets/img/arr-btm.svg) no-repeat center center/contain;
}
.gnav__main > li a::before {
  content: "";
  height: 50%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #D6D6D6;
  transition: all 0.3s;
}
.gnav__main > li span {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.875rem;
  position: relative;
  font-weight: 700;
  gap: 0.5em;
  width: 100%;
  height: 100%;
}
.gnav__main > li span::after {
  content: "";
  width: 10px;
  height: 5px;
  background: url(/wp2024/wp-content/themes/the-thor-child/assets/img/arr-btm_bl.svg) no-repeat center center/contain;
}
.gnav__main > li span::before {
  content: "";
  height: 50%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #D6D6D6;
  transition: all 0.3s;
}
.gnav__main > li span.none::after {
  content: unset;
}
.gnav__main > li span.none > a {
  padding: 0;
}
.gnav__main > li:hover {
  color: #fff;
  background-color: #4b4b4b;
}
.gnav__main > li:hover a {
  opacity: 1;
}
.gnav__main > li:hover a::before {
  background-color: #4b4b4b;
}
.gnav__main > li:hover a,
.gnav__main > li:hover span {
  color: #fff;
}
.gnav__main > li:hover > .gnav__sub {
  display: flex;
  opacity: 1;
}
.gnav__main > li:hover > .gnav__sub--s {
  display: flex;
  opacity: 1;
}
.gnav__main > li.sub-s {
  position: relative;
}

.gnav__sub {
  top: 100%;
  left: 1em;
  padding: 2em 3em 3em;
  position: absolute;
  width: calc(100% - 4rem - 72px - 1em);
  background-color: #4b4b4b;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.gnav__sub li {
  width: calc(25% - 2em);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gnav__sub li a {
  justify-content: space-between;
  padding: 1.5em 0;
  color: #fff;
}
.gnav__sub li a::before {
  display: none;
}
.gnav__sub li a::after {
  transform: rotate(-90deg);
}
.gnav__sub li a:hover {
  background-color: #fff;
  color: #4b4b4b;
  padding-left: 1em;
}

.gnav__sub--s {
  position: absolute;
  width: calc(100% - 4rem - 72px - 1em);
  background-color: #4b4b4b;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
  display: none;
  opacity: 0;
  transition: all 0.3s;
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 120%;
  padding: 1em 1em 2em;
}
.gnav__sub--s li {
  width: calc(25% - 2em);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gnav__sub--s li a {
  justify-content: space-between;
  padding: 1.5em 0;
  color: #fff;
}
.gnav__sub--s li a::before {
  display: none;
}
.gnav__sub--s li a::after {
  transform: rotate(-90deg);
}
.gnav__sub--s li a:hover {
  background-color: #fff;
  color: #4b4b4b;
  padding-left: 1em;
}
.gnav__sub--s > li {
  width: 100%;
}

.group__company {
  margin-top: 45px;
}
.group__company .company__list {
  display: flex;
  gap: 1em;
}
.group__company .company__list .logo {
  width: 100%;
}
.group__company .company__list a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #4b4b4b;
  height: 100%;
}
.group__company .company__list .company__name {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.group__company .company__list > li {
  flex: 1;
}
.group__company .company__list .category {
  color: #fff;
  background-color: #005BAC;
  font-size: 0.5rem;
}
.group__company .company__list .category.ogawa {
  background-color: #008544;
}
.group__company .company__list .category.core {
  background-color: #114826;
}
.group__company .company__list .category.agec {
  background-color: #0068a3;
}
.group__company .company__list .category.sofc {
  background-color: #1f2b61;
}
.group__company .company__list .category.ushio {
  background-color: #1c0c81;
}
.group__company .company__list .category.mori {
  background-color: #6fa62c;
}
.group__company .company__list .category.sankyo {
  background-color: #0087c9;
}
.group__company .ttl__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.group__company .ttl__box::after {
  content: "";
  height: 2px;
  background: #005BAC;
  display: inline-block;
  flex: 1;
}
.group__company .ttl__box::before {
  content: "";
  height: 2px;
  background: #005BAC;
  display: inline-block;
  flex: 1;
}

.gnav__cv {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: calc(4rem + 72px);
  display: flex;
  gap: 0.3em;
}
.gnav__cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  background-color: #005BAC;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.gnav__cv a:hover {
  color: #005BAC;
  background-color: #fff;
  opacity: 1;
}

.group__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 90px;
  padding: 3px;
  position: absolute;
  right: 2rem;
  bottom: 2em;
  background: #4B4B4B;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.group__logo svg {
  fill: #fff;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.group__logo:hover {
  background: #005BAC;
}
.group__logo:hover svg {
  fill: #fff;
}

.group__logo.active {
  background: #005BAC;
}
.group__logo.active svg {
  fill: #fff;
}

.group {
  display: none;
  position: absolute;
  width: calc(100% - 4em);
  top: 100%;
  left: 2em;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #005BAC;
  padding: 50px 0 70px;
  z-index: 5;
}
.group .closeBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  cursor: pointer;
}
.group .closeBtn::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #4b4b4b;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.group .closeBtn::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #4b4b4b;
}

.group__ttl {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}
.group__ttl span {
  color: #005BAC;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  letter-spacing: 0.15em;
}

.group__copy > li {
  display: flex;
  flex-direction: column;
}

.group__box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 600;
  letter-spacing: 0.075em;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #005BAC 20px, transparent 20px, transparent calc(100% - 20px), #005BAC calc(100% - 20px)) 1;
  border-image: linear-gradient(to right, #005BAC 20px, transparent 20px, transparent calc(100% - 20px), #005BAC calc(100% - 20px)) 1;
  position: relative;
  padding: 15px 20px;
}
.group__box::before {
  content: "";
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  -o-border-image: linear-gradient(to bottom, #005BAC 20px, transparent 20px, transparent calc(100% - 20px), #005BAC calc(100% - 20px)) 1;
  border-image: linear-gradient(to bottom, #005BAC 20px, transparent 20px, transparent calc(100% - 20px), #005BAC calc(100% - 20px)) 1;
}

.group__box.group__philosophy img {
  max-height: 120px;
}

.group__box.group__vision {
  font-size: 1.5rem;
}

.group__box.group__strategy {
  font-size: 1.25rem;
}

.contact {
  padding: 100px 0;
  background-color: #4b4b4b;
  color: #fff;
  border-bottom: 6px solid #fff;
}
.contact .head1--center::before {
  color: #fff;
}
.contact .btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  height: 60px;
  color: #4b4b4b;
  font-weight: 700;
  letter-spacing: 0.15em;
  width: 100%;
  max-width: 540px;
}
.contact .btn--contact span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.contact .btn--contact span::before {
  content: "";
  width: 36px;
  height: 24px;
  background: url(/wp2024/wp-content/themes/the-thor-child/assets/img/icon-mail.svg) no-repeat center center/contain;
  margin-right: 1em;
}
.contact .btn--contact::after {
  content: "";
  width: 30px;
  height: 5px;
  background: url(/wp2024/wp-content/themes/the-thor-child/assets/img/arr.svg) no-repeat center center/contain;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  justify-content: space-between;
  padding: 100px 0 0;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
}
.footer .footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer .footer__nav .footer__box {
  margin-bottom: 1em;
}
.footer .footer__nav .footer__box a {
  color: #fff;
}
.footer .footer__nav .footer__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.footer .footer__nav .footer__ttl::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background-color: #fff;
  display: inline-block;
}
.footer .footer__nav .footer__links > li a {
  padding-left: 1.3em;
}
.footer .scInr {
  justify-content: space-between;
  gap: 40px;
  display: flex;
}
.footer .company {
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
}
.footer .company:last-child {
  margin-bottom: 0;
}
.footer .company__img {
  width: 72px;
  height: 90px;
}
/* .footer .company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
} */
.footer .company__info {
  flex: 1;
}
.footer .company__name {
  font-size: 1.3125rem;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
.footer .footer__btm {
  padding: 2.3em 0;
  margin-top: 70px;
  background-color: #292929;
}
.footer .footer__btm .scInr--w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer__btm .footer__linkList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2em;
  margin-left: 5em;
}
.footer .footer__btm .footer__linkList a {
  color: #fff;
  font-size: 0.75rem;
}
.footer .footer__btm .copyright {
  text-align: right;
  font-family: "Roboto", sans-serif;
}

.contact__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5em;
}

.head1--center {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.head1--center:before {
  content: attr(data-text);
  color: #1c0c81;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 400%;
  display: block;
  line-height: 1.16;
}

.l-gridwrap--g3 {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  justify-content: flex-start;
}
.l-gridwrap--g3 > li {
  flex: 1;
  padding: 20px;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}

.icon__link a:after {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(/wp2024/wp-content/themes/the-thor-child/assets/img/icon-link.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 3px;
}

@media (max-width: 768px) {
  .l-contents {
    padding: 80px 0;
  }
  .l-section {
    margin-bottom: 80px;
  }
  .header {
    z-index: 301;
    height: 60px;
  }
  .header__logo {
    position: relative;
    z-index: 303;
    height: 40px;
    margin: .5em 10px;
  }
  .hamb__btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 303;
  }
  .hamb__btn .hamb__bar {
    width: 100%;
    height: 2px;
    margin: auto;
    background: #707070;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s;
  }
  .hamb__btn .hamb__bar:after {
    width: 100%;
    height: 2px;
    margin: auto;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s;
    content: "";
    background: #707070 !important;
    position: absolute;
    top: 8px;
    animation: menu-bar-2 0.75s forwards;
    animation-fill-mode: both;
  }
  .hamb__btn .hamb__bar:before {
    width: 100%;
    height: 2px;
    margin: auto;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s;
    content: "";
    background: #707070 !important;
    position: absolute;
    bottom: 8px;
    animation: menu-bar-1 0.75s forwards;
    animation-fill-mode: both;
  }
  .hamb__btnInr {
    height: 100%;
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hamb__menu {
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 80px 20px 0;
    background: #fff;
    display: flex;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 302;
    overflow-y: scroll;
    transition: all 0.3s;
    transform: translate(0, -100%);
  }
  .js-hamb__menu--active .hamb__menu {
    pointer-events: all;
    transform: translate(0, 0);
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar {
    background: 0 0;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:after {
    background: 0 0;
    animation: active-menu-bar-2 0.75s forwards;
    animation-fill-mode: both;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:before {
    background: 0 0;
    bottom: 11px;
    animation: active-menu-bar-1 0.75s forwards;
    animation-fill-mode: both;
  }
  .gnav {
    width: 100%;
    height: 100%;
    max-height: calc(100dvh - 80px);
    align-items: flex-start;
    overflow-y: scroll;
    transition: all 0.3s;
  }
  .gnav__main {
    display: block;
    width: 100%;
    border: 0;
  }
  .gnav__main > li {
    width: 100%;
    height: auto;
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.5em;
    border-right: none;
    border-left: 3px solid #005BAC;
    padding-left: 1em;
  }
  .gnav__main > li a {
    display: block;
    width: 100%;
    color: #000;
  }
  .gnav__main > li a::before {
    display: none;
  }
  .gnav__main > li span {
    display: flex;
    justify-content: space-between;
  }
  .gnav__main > li span::after {
    width: 1em;
    height: 1em;
    transition: all 0.3s;
  }
  .gnav__main > li span::before {
    display: none;
  }
  .gnav__main > li span.open::after {
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .gnav__main > li:hover {
    color: #000;
    background-color: transparent;
  }
  .gnav__main > li:hover a,
  .gnav__main > li:hover span {
    color: #000;
  }
  .gnav__sub {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    top: inherit;
    left: inherit;
    background-color: transparent;
    padding: 0;
  }
  .gnav__sub li {
    width: 100%;
  }
  .gnav__sub li a {
    padding: 0.7em 20px;
  }
  .gnav__sub--s {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    top: inherit;
    left: inherit;
    background-color: transparent;
    padding: 0;
    padding: 0;
    width: 100%;
  }
  .gnav__sub--s li {
    width: 100%;
  }
  .gnav__sub--s li a {
    padding: 0.7em 20px;
  }
  .group__logo {
    width: 60px;
    right: 20px;
    bottom: 20px;
  }
  .gnav__cv {
    position: relative;
    right: inherit;
    top: inherit;
    flex-direction: column;
    padding-bottom: 3em;
  }
  .gnav__cv a {
    width: 100%;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    font-size: 1rem;
  }
  .group {
    background: rgba(255, 255, 255, 0.95);
    top: 80px;
    width: 100%;
    left: 0;
    height: 80dvh;
    overflow-y: scroll;
  }
  .group .closeBtn {
    position: fixed;
    top: 80px;
  }
  .group__company .company__list > li {
    width: 45%;
  }
  .contact {
    padding: 40px 0;
  }
  .contact .btn--contact {
    justify-content: flex-start;
    padding: 0 20px;
  }
  .contact .btn--contact::after {
    right: 20px;
  }
  .contact .btn--contact span {
    font-size: 1.3125rem;
  }
  .contact .btn--contact span::before {
    width: 30px;
    margin-right: 0.5em;
  }
  .contact__box {
    flex-direction: column;
  }
  .footer {
    padding: 40px 0 0;
  }
  .footer .scInr {
    flex-direction: column-reverse;
  }
  .footer .company__img {
    width: 60px;
    height: 60px;
  }
  .footer .company__name {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .footer .footer__nav {
    flex-direction: column;
    gap: 0;
  }
  .footer .footer__btm {
    margin-top: 40px;
  }
  .footer .footer__btm .scInr--w {
    flex-direction: column;
  }
  .footer .footer__btm .footer__linkList {
    width: 100%;
    gap: 1em;
    justify-content: flex-start;
    margin-bottom: 0.5em;
  }
  .footer .footer__btm .footer__linkList li {
    width: 100%;
    text-align: center;
  }
  .footer .footer__btm .copyright {
    text-align: center;
  }
  .head1--center {
    font-size: 1rem;
  }
  .head1--center:before {
    font-size: 2.625rem;
  }
  .l-gridwrap--g3 {
    margin: -6px;
  }
  .l-gridwrap--g3 > li {
    padding: 6px;
  }
  .sp1.l-gridwrap--g3 > li {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .group__box.group__vision {
    font-size: 1.3125rem;
  }
  .group__box.group__strategy {
    font-size: 1rem;
  }
  .group__company .company__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .group__company .company__list > li {
    width: 20%;
    flex: inherit;
  }
  .footer .footer__btm .footer__linkList {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .header.scrolled {
    background: #fff;
    height: 100px;
  }
  .header.scrolled .header__logo {
    height: 35px;
    margin: 5px 20px;
  }
  .header.scrolled .gnav__cv {
    right: 92px;
  }
  .header.scrolled .gnav__cv a {
    height: 40px;
    background-color: #005BAC;
    color: #fff;
  }
  .header.scrolled .gnav__cv a:hover {
    background-color: #e5e5e5;
  }
  .header.scrolled .group__logo {
    bottom: 5px;
    right: 10px;
  }
  .header.scrolled .gnav__main {
    border-color: #D6D6D6;
    width: calc(100% - 20px - 72px);
  }
  .header.scrolled .gnav__main > li > a,
  .header.scrolled .gnav__main > li span {
    color: #4b4b4b;
  }
  .header.scrolled .gnav__main > li > a::before,
  .header.scrolled .gnav__main > li span::before {
    background-color: #4b4b4b;
  }
  .header.scrolled .gnav__main > li > a::after,
  .header.scrolled .gnav__main > li span::after {
    background-image: url(/wp2024/wp-content/themes/the-thor-child/assets/img/arr-btm_bl.svg);
  }
  .header.scrolled .gnav__main > li > a:hover,
  .header.scrolled .gnav__main > li span:hover {
    color: #fff;
  }
  .header.scrolled .gnav__main > li > a:hover::after,
  .header.scrolled .gnav__main > li span:hover::after {
    background-image: url(/wp2024/wp-content/themes/the-thor-child/assets/img/arr-btm.svg);
  }
  .header.scrolled .gnav__main > li:hover span {
    color: #fff;
  }
}
