@charset "UTF-8";
html {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

* {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #111;
  font-size: 1.4rem;
  line-height: 0;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: 'kern', 'liga', 'clig', 'calt';
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@font-face {
  font-weight: 100;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/NotoSansJP-Thin.otf") format("opentype");
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/NotoSansJP-Light.otf") format("opentype");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: 'Noto Sans JP';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/NotoSansJP-Black.otf") format("opentype");
}

@font-face {
  font-weight: 100;
  font-style: normal;
  font-family: 'Roboto';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/Roboto-Thin.ttf") format("truetype");
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: 'Roboto';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Roboto';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: 'Roboto';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'Roboto';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: 'Roboto';
  src: url("/wp-content/themes/hyron-jp_2024/fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Material Icons';
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/wp-content/themes/hyron-jp_2024/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/wp-content/themes/hyron-jp_2024/fonts/MaterialIcons-Regular.woff") format("woff"), url("/wp-content/themes/hyron-jp_2024/fonts/MaterialIcons-Regular.ttf") format("truetype");
}

.container {
  position: relative;
  display: block;
  width: 100%;
  min-width: 375px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.container header {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  z-index: 100;
}

.container header .globalNav-wrap {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  min-width: 375px;
  height: 75px;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.container header .globalNav-wrap .globalNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  height: 74px;
  margin: 0 auto;
}

.container header .globalNav-wrap .globalNav #siteTitle {
  line-height: 0;
  width: 180px;
  margin: 0;
  padding: 15px 15px 9px 15px;
}

.container header .globalNav-wrap .globalNav #siteTitle #companyLogo {
  display: block;
  width: 150px;
  height: 32px;
}

.container header .globalNav-wrap .globalNav #siteTitle #companyLogo img {
  width: 15rem;
}

.container header .globalNav-wrap .globalNav #siteTitle #companyName {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
  text-indent: -0.2rem;
  letter-spacing: 0.7rem;
  color: #111;
}

.container header .globalNav-wrap .globalNav #siteTitle a:hover, .container header .globalNav-wrap .globalNav #siteTitle a:focus {
  text-decoration: none;
}

.container header .globalNav-wrap .globalNav-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 70px 0 0;
  padding: 0;
  list-style-type: none;
  background: none;
}

.container header .globalNav-wrap .globalNav-list li {
  line-height: 3rem;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  padding: 0;
  transition: 0.2s;
  text-align: center;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.container header .globalNav-wrap .globalNav-list li:last-child {
  margin-right: 0;
}

.container header .globalNav-wrap .globalNav-list li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.container header .globalNav-wrap .globalNav-list li a strong {
  font-weight: 500;
  position: relative;
  display: inline-flex;
}

.container header .globalNav-wrap .globalNav-list li a strong:after {
  font-family: 'Material Icons';
  font-size: 2.6rem;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  content: 'keyboard_arrow_down';
  transition: 0.2s;
  transition-delay: 0.1s;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  direction: ltr;
}

.container header .globalNav-wrap .globalNav-list li:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  content: '';
  transition: 0.3s;
  background: #000;
}

.container header .globalNav-wrap .globalNav-list li:hover {
  cursor: pointer;
}

.container header .globalNav-wrap .globalNav-list li:hover:after {
  left: 0;
  width: 100%;
}

.container header .globalNav-wrap .globalNav-list li:hover a strong:after {
  transform: rotate(-90deg);
}

.container header .switchingMenu {
  position: fixed;
  z-index: 300;
  top: 0;
  right: 0;
  display: block;
  width: calc((100% - 1600px) / 2);
  min-width: 75px;
  height: 75px;
  opacity: 1;
}

.container header .switchingMenu .menuWrap {
  display: block;
  position: absolute;
  right: 0;
  width: 75px;
  height: 75px;
}

.container header .switchingMenu .menuWrap svg {
  position: absolute;
  cursor: pointer;
}

.container header .switchingMenu .menuWrap svg.x {
  transition: transform 400ms;
  transform: scale(0);
}

.container header .switchingMenu .menuWrap svg.x .line {
  stroke-width: 5.5px;
}

.container header .switchingMenu .menuWrap svg .line {
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
  transition: transform 400ms;
  transform-origin: 50%;
  animation: burgerAnimeClose 0.2s linear;
  fill: none;
  stroke: #000;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation-fill-mode: forwards;
}

.container header .switchingMenu .menuWrap .x {
  transition: transform 400ms;
}

.container header .switchingMenu .menuWrap .line {
  transition: transform 400ms 100ms;
  transform-origin: 50%;
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .line {
  transition: transform 400ms;
  animation: burgerAnimeOpen 0.2s linear;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation-fill-mode: forwards;
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .line1 {
  transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .line2 {
  transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .line3 {
  transform: translateY(0px) rotate(45deg) scale(0.7);
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .line4 {
  transform: translateY(0px) rotate(-45deg) scale(0.7);
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .line5 {
  transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .line6 {
  transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}

.container header .switchingMenu .menuWrap.is-open.menuWrap .x {
  transition: transform 400ms 100ms;
  transform: scale(1);
}

.container header .sideNav-wrap {
  position: fixed;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  animation: sideMenuClose 0.5s linear;
  animation: sideMenuClose 0.5s linear;
  background-color: rgba(0, 0, 0, 0.5);
}

.container header .sideNav-wrap.is-open {
  display: block;
  animation: sideMenuOpen 0.2s linear;
}

.container header .sideNav-wrap .SideNav {
  position: fixed;
  z-index: 200;
  right: 0;
  overflow: auto;
  width: 375px;
  height: 100vh;
  background-color: #171670;
}

.container header .sideNav-wrap .SideNav > ul {
  margin: 7.5rem 0 0 0;
  list-style-type: none;
  padding-inline-start: 0;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav {
  line-height: 1;
  position: relative;
  width: 100%;
  height: 133px;
  margin-bottom: 0.5rem;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav a {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav a .wrap {
  display: inline-block;
  width: inherit;
  height: inherit;
  animation: graphicalMenu 0.2s linear;
  animation-fill-mode: forwards;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav a .wrap:hover {
  animation: graphicalMenuHover 0.2s linear;
  animation-fill-mode: forwards;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav a .wrap .headline3,
.container header .sideNav-wrap .SideNav > ul .graphicalNav a .wrap .headline4 {
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav a .wrap .headline3 {
  font-family: 'Noto Sans JP';
  font-size: 2rem;
  font-weight: 500;
  margin-top: 6rem;
  text-indent: 1rem;
  letter-spacing: 1rem;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav a .wrap .headline4 {
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0.5rem;
  text-indent: 0.5rem;
  letter-spacing: 0.5rem;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav:nth-child(1) {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/businessFields_MV.png) center no-repeat;
  background-size: cover;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav:nth-child(2) {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/caseStudy_MV.png) center no-repeat;
  background-size: cover;
}

.container header .sideNav-wrap .SideNav > ul .graphicalNav:nth-child(3) {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/recruit_MV.png) center no-repeat;
  background-size: cover;
}

.container header .sideNav-wrap .SideNav > ul .single {
  border-bottom: 1px solid #080828;
}

.container header .sideNav-wrap .SideNav > ul .single .text-box:after {
  content: 'keyboard_arrow_down';
  transform: rotate(-90deg);
}

.container header .sideNav-wrap .SideNav > ul .single .text-box:hover::after {
  right: 10px;
}

.container header .sideNav-wrap .SideNav > ul .double {
  border-top: 1px solid #080828;
  border-bottom: 1px solid #080828;
}

.container header .sideNav-wrap .SideNav > ul .double .text-box:after {
  content: 'add';
}

.container header .sideNav-wrap .SideNav > ul .double .text-box.is-open:after {
  content: 'remove';
}

.container header .sideNav-wrap .SideNav > ul .double .text-box.is-open + ul {
  display: block;
  animation: openSubMenu 0.15s linear;
  animation-fill-mode: forwards;
}

.container header .sideNav-wrap .SideNav > ul .double .text-box.is-close + ul {
  display: block;
  animation: closeSubMenu 0.15s linear;
  animation-fill-mode: forwards;
}

.container header .sideNav-wrap .SideNav > ul .double ul {
  display: none;
  margin: 0;
  list-style-type: none;
  padding-inline-start: 0;
}

.container header .sideNav-wrap .SideNav > ul .double ul li {
  border-top: 1px solid #080828;
  background-color: #0041b8;
}

.container header .sideNav-wrap .SideNav > ul .double ul li .text-box:after {
  content: 'keyboard_arrow_down';
  transform: rotate(-90deg);
}

.container header .sideNav-wrap .SideNav > ul .double ul li .text-box:hover::after {
  right: 10px;
}

.container header .sideNav-wrap .SideNav > ul .single .text-box,
.container header .sideNav-wrap .SideNav > ul .double .text-box {
  font-family: 'Noto Sans JP';
  font-size: 2rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2rem;
  color: #fff;
}

.container header .sideNav-wrap .SideNav > ul .single .text-box::after,
.container header .sideNav-wrap .SideNav > ul .double .text-box::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  position: absolute;
  right: 20px;
  display: inline-block;
  transition: 0.2s;
  transition-delay: 0.1s;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  direction: ltr;
}

.container header .sideNav-wrap .SideNav > ul .single .text-box:hover,
.container header .sideNav-wrap .SideNav > ul .double .text-box:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

.container header .sideNav-wrap .SideNav > ul .single .text-box:active,
.container header .sideNav-wrap .SideNav > ul .double .text-box:active {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

.container header .sideNav-wrap .SideNav > ul li:nth-child(4), .container header .sideNav-wrap .SideNav > ul li:nth-child(5), .container header .sideNav-wrap .SideNav > ul li:nth-child(6), .container header .sideNav-wrap .SideNav > ul li:nth-child(7) {
  display: none;
}

.container main {
  width: 100%;
}

.container main .breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.container main .breadcrumb ol {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: auto;
  line-height: 1.4;
  list-style-type: none;
}

.container main .breadcrumb ol li {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 0 1rem;
  font-size: 1.6rem;
}

.container main .breadcrumb ol li::after {
  content: '>';
}

.container main .breadcrumb ol li:last-child::after {
  content: unset;
}

.container main .breadcrumb ol li a {
  margin: 0 1rem 0 0;
}

.container main .archive_header {
  display: block;
  width: 100%;
}

.container main .main-inner {
  width: auto;
  max-width: 900px;
  line-height: 0;
}

.container main.businessField .archive_header, .container main.company .archive_header, .container main.caseStudy .archive_header, .container main.news .archive_header, .container main.recruit .archive_header, .container main.blog .archive_header {
  height: 300px;
}

.container main.businessField .archive_header h2, .container main.company .archive_header h2, .container main.caseStudy .archive_header h2, .container main.news .archive_header h2, .container main.recruit .archive_header h2, .container main.blog .archive_header h2 {
  display: block;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  width: 100%;
  margin: 0;
  padding: 0;
  text-indent: 2rem;
  letter-spacing: 2rem;
  text-align: center;
  position: absolute;
  text-shadow: 0px 1px 5px #000;
  top: calc((100% / 2) - 32px);
}

.container main.businessField .archive_header h3, .container main.company .archive_header h3, .container main.caseStudy .archive_header h3, .container main.news .archive_header h3, .container main.recruit .archive_header h3, .container main.blog .archive_header h3 {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  text-indent: 0.7rem;
  letter-spacing: 0.7rem;
  text-align: center;
  position: absolute;
  text-shadow: 0px 1px 5px #000;
  top: 100px;
}

.container main.businessField .archive_header {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/businessFields_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main.company .archive_header {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/companyInfo_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main.caseStudy .archive_header {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/caseStudy_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main.news .archive_header {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/news_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main.recruit .archive_header {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/recruit_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container main.blog .archive_header {
  background: url(/wp-content/themes/hyron-jp_2024/img/top/blog_MV.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.container footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  line-height: 2;
  background-color: #111;
}

.container footer #sitemap {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  margin: 0;
  padding: 4rem 0 3rem 0;
  transition: 0.2s;
  text-align: center;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.container footer #sitemap .sitemapInner {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  color: #000;
  padding-inline-start: 0;
}

.container footer #sitemap .sitemapInner .topCategory {
  font-weight: 300;
  display: inline-flex;
  margin-right: 1rem;
}

.container footer #sitemap .sitemapInner .topCategory:last-child {
  margin-right: 0;
}

.container footer #sitemap .sitemapInner .topCategory a {
  text-decoration: none;
  color: #fff;
}

.container footer #sitemap .sitemapInner .topCategory a:hover {
  color: #aaa;
}

.container footer #sitemap .sitemapInner .topCategory::before {
  font-family: 'Material Icons';
  font-size: 2.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 3.6rem;
  display: inline-block;
  margin-right: 0.3rem;
  content: 'keyboard_arrow_down';
  transition: 0.2s;
  transition-delay: 0.1s;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  color: #ccc;
  direction: ltr;
}

.container footer #sitemap .sitemapInner .topCategory:hover {
  cursor: pointer;
}

.container footer #sitemap .sitemapInner .topCategory:hover::before {
  color: #aaa;
  transform: rotate(-90deg);
}

.container footer #copyright {
  font-family: 'Roboto Condensed';
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 0 2rem 0;
  text-align: center;
}

/* header menu button close anime */
@keyframes burgerAnimeClose {
  0% {
    stroke-dashoffset: 600;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #000;
  }
}

/* header menu button open anime */
@keyframes burgerAnimeOpen {
  0% {
    stroke-dashoffset: 600;
    stroke: #000;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #fff;
  }
}

/* side menu open anime */
@keyframes sideMenuOpen {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* side menu close anime */
@keyframes sideMenuClose {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

/* sub menu open anime */
@keyframes openSubMenu {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 366px;
    opacity: 1;
  }
}

/* sub menu close anime */
@keyframes closeSubMenu {
  0% {
    max-height: 366px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}

/* graphical menu hover anime */
@keyframes graphicalMenuHover {
  0% {
    background-color: rgba(23, 22, 112, 0.7);
  }
  100% {
    background-color: rgba(23, 22, 112, 0.4);
  }
}

/* graphical menu anime */
@keyframes graphicalMenu {
  0% {
    background-color: rgba(23, 22, 112, 0.4);
  }
  100% {
    background-color: rgba(23, 22, 112, 0.7);
  }
}

@keyframes expanding-animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}

@keyframes fadein-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1020px) and (max-width: 1599px) {
  body {
    background-color: #fff;
  }
  .container header .sideNav-wrap .SideNav ul li:nth-child(4), .container header .sideNav-wrap .SideNav ul li:nth-child(5), .container header .sideNav-wrap .SideNav ul li:nth-child(6), .container header .sideNav-wrap .SideNav ul li:nth-child(7) {
    display: none;
  }
  .container main .main-inner {
    margin: 0 2rem;
  }
  .container main.businessField .archive_header, .container main.company .archive_header, .container main.caseStudy .archive_header, .container main.news .archive_header, .container main.recruit .archive_header, .container main.blog .archive_header {
    height: 275px;
  }
  .container main.businessField .archive_header h2, .container main.company .archive_header h2, .container main.caseStudy .archive_header h2, .container main.news .archive_header h2, .container main.recruit .archive_header h2, .container main.blog .archive_header h2 {
    font-size: 3.8rem;
  }
  .container main.businessField .archive_header h3, .container main.company .archive_header h3, .container main.caseStudy .archive_header h3, .container main.news .archive_header h3, .container main.recruit .archive_header h3, .container main.blog .archive_header h3 {
    font-size: 1.8rem;
    top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1019px) {
  body {
    background-color: #fff;
  }
  .container header .globalNav-wrap .globalNav-list {
    display: none;
  }
  .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(4), .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(5), .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(6), .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(7) {
    display: block;
  }
  .container main .main-inner {
    margin: 0 2rem;
  }
  .container main.businessField .archive_header, .container main.company .archive_header, .container main.caseStudy .archive_header, .container main.news .archive_header, .container main.recruit .archive_header, .container main.blog .archive_header {
    height: 250px;
  }
  .container main.businessField .archive_header h2, .container main.company .archive_header h2, .container main.caseStudy .archive_header h2, .container main.news .archive_header h2, .container main.recruit .archive_header h2, .container main.blog .archive_header h2 {
    font-size: 3.5rem;
  }
  .container main.businessField .archive_header h3, .container main.company .archive_header h3, .container main.caseStudy .archive_header h3, .container main.news .archive_header h3, .container main.recruit .archive_header h3, .container main.blog .archive_header h3 {
    font-size: 1.6rem;
    top: 80px;
  }
  .container footer #sitemap {
    padding: 2rem 0 1rem 0;
  }
}

@media (max-width: 767px) {
  body {
    background-color: #fff;
  }
  .container header .globalNav-wrap .globalNav-list {
    display: none;
  }
  .container header .sideNav-wrap .SideNav {
    width: 100%;
  }
  .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(4), .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(5), .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(6), .container header .sideNav-wrap.is-open .SideNav > ul li:nth-child(7) {
    display: block;
  }
  .container header .switchingMenu {
    width: calc(100% - 180px);
  }
  .container header .switchingMenu.is-open {
    background-color: #171670;
  }
  .container main .main-inner {
    margin: 0 2rem;
  }
  .container main.businessField .archive_header, .container main.company .archive_header, .container main.caseStudy .archive_header, .container main.news .archive_header, .container main.recruit .archive_header, .container main.blog .archive_header {
    height: 200px;
  }
  .container main.businessField .archive_header h2, .container main.company .archive_header h2, .container main.caseStudy .archive_header h2, .container main.news .archive_header h2, .container main.recruit .archive_header h2, .container main.blog .archive_header h2 {
    font-size: 3.2rem;
  }
  .container main.businessField .archive_header h3, .container main.company .archive_header h3, .container main.caseStudy .archive_header h3, .container main.news .archive_header h3, .container main.recruit .archive_header h3, .container main.blog .archive_header h3 {
    font-size: 1.5rem;
    top: 55px;
  }
  .container footer #sitemap {
    text-align: unset;
    padding: 2rem;
  }
  .container footer #sitemap .topCategory {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #aaa;
  }
}
