@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjavanese.css);
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .header-inner {
    height: 80px;
    background-color: #fff;
    padding-left: 1vw;
  }
  .header-inner .sitetitle {
    margin-left: 0;
  }
  .header .sitetitle-link {
    width: 17vw;
    height: auto;
  }
  .header .global-nav {
    flex-direction: row-reverse;
    align-items: center;
  }
  .header .global-nav__main {
    margin-top: 10px;
  }
  .header .global-nav__main .gnavlist-row-link {
    font-size: min(1.25vw, 18px);
    padding: 35px 1vw;
  }
  .header .global-nav__main .gnavlist-row-link.noticon {
    padding: 35px 2.34vw 35px 0.5vw;
  }
  .header .global-nav__main .gnavlist-row-link-inner::after {
    color: #004898;
  }
  .header .global-nav .gnav__contact .gnavlist-row-link-inner-text {
    font-size: min(1.25vw, 18px);
    /*font-weight: bold;*/
  }
  .header .global-nav .gnav__contact .gnavlist-row-link__mail {
    width: inherit;
    height: inherit;
    padding: 15px 28px;
  }
  .header .global-nav .gnav__contact .gnavlist-row-search-icon {
    transform: scale(-1, 1);
  }
  .header .global-nav .gnav__contact .gnavlist-row-search-form-btn-inner {
    transform: scale(-1, 1);
    z-index: 101;
  }
  .header .global-nav .gnav__contact .gnavlist-row-search-form-keyword {
    z-index: 100;
    position: relative;
  }
  .header .global-nav .subnav {
    background: #004898;
    border: none;
    top: 80px;
  }
  .header .global-nav .subnav-title {
    width: 18.75%;
  }
  .header .global-nav .subnav-title-link {
    color: #fff;
    background-color: #004898;
  }
  .header .global-nav .subnav-title-link-inner-ja {
    font-size: min(2.08vw, 32px);
  }
  .header .global-nav .subnav-title-link-inner-en {
    font-size: 1.25vw;
  }
  .header .global-nav .subnav-children {
    color: #004898;
    background-color: #004898;
    font-weight: bold;
    padding: 3.125vw 0 3.125vw 0;
  }
  .header .global-nav .subnav-children .childnavlist {
    display: flex;
  }
  .header .global-nav .subnav-children .childnavlist-row {
    width: 25vw;
    margin-right: 1.5625vw;
  }
  .header .global-nav .subnav-children .childnavlist-row-link {
    border-radius: 1.04vw;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-left: 0;
  }
  .header .global-nav .subnav-children .childnavlist-row-link::before {
    display: none;
  }
  .header .global-nav .subnav-children .childnavlist-row-link::after {
    content: "";
    display: inline-block;
    width: 3.125vw;
    height: 3.125vw;
    background-image: url("/img/common/parts/gnav_arr.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 1.5625vw;
  }
  .header .global-nav .subnav-children .childnavlist-row-link:hover::after {
    content: "";
    display: inline-block;
    width: 3.125vw;
    height: 3.125vw;
    background-image: url("/img/common/parts/gnav_arr.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 1.5625vw;
    background-color: initial;
    bottom: initial;
    margin-left: 0;
  }
  .header .global-nav .subnav-children .childnavlist-row-link img {
    border-radius: 1.04vw 0 0 1.04vw;
    width: 33.3%;
    max-width: 100px;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .header .global-nav .subnav-children .childnavlist-row-link span {
    font-size: min(1.25vw, 18px);
    color: #004898;
    margin-left: 1.5625vw;
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 80px;
    height: 80px;
  }
  .header .header-inner .sitetitle-link {
    width: 45.6vw;
    height: auto;
  }
  .header .gnav__main .subnav-title {
    border: none;
  }
  .header .gnav__main .subnav {
    margin: 4vw 0;
  }
  .header .gnav__main .subnav-title-link {
    background-color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    padding: 2vw 12.6vw;
  }
  .header .gnav__main .subnav-title-link::before {
    display: none;
  }
  .header .gnav__main .subnav-title-link::after {
    content: "";
    display: inline-block;
    width: 5.07vw;
    height: 5.07vw;
    background-image: url("/img/common/parts/gnav_arr.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 5.33vw;
  }
  .header .gnav__main .subnav-children .childnavlist-row {
    border: none;
  }
  .header .gnav__main .subnav-children .childnavlist-row-link {
    background-color: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    padding: 2vw 12.6vw;
  }
  .header .gnav__main .subnav-children .childnavlist-row-link::before {
    display: none;
  }
  .header .gnav__main .subnav-children .childnavlist-row-link::after {
    content: "";
    display: inline-block;
    width: 5.07vw;
    height: 5.07vw;
    background-image: url("/img/common/parts/gnav_arr.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 5.33vw;
  }
  .header .gnav__main .subnav-children .childnavlist-row-link img {
    display: none;
  }
  .header .gnav__main .gnavlist-row-link {
    background-color: #004898;
    color: #fff;
    font-size: 5.33vw;
  }
  .header .gnav__main .gnavlist-row-link::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 2.5vw;
    height: 2.5vw;
  }
  .header .gnav__contact .gnavlist-row__mail {
    padding: 5.6vw 5.6vw 0;
    font-size: min(1.25vw, 18px);
  }
  .header .gnav__contact .gnavlist-row__mail .gnavlist-row-link-inner-text {
    font-size: 4.22vw;
  }
  .header .gnav__contact .gnavlist-row__search {
    padding: 4.5vw 5.6vw 5.86vw;
    border-bottom: 3px solid #004898;
  }
  .header .gnav {
    height: calc(100vh - 80px);
  }
  .header .hamburger {
    height: 70px;
  }
  .header .hamburger.open + .gnav {
    top: 80px;
  }
}

.article {
  padding-top: 80px;
}

#index .mainvisual {
  position: relative;
  max-height: 924px;
  margin-top: 80px;
  background: #004898;
}
#index .mainvisual .mvtext_slideColor {
  color: transparent;
  background-image: linear-gradient(100deg, #ffffff, #ffffff 50%, rgba(67, 67, 66, 0.3137254902) 50%, rgba(67, 67, 66, 0.3137254902));
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 170%;
  transition: background-position 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
#index .mainvisual .mvtext_slideColor.scrollin {
  background-position: 0 0;
}
#index .mainvisual__slick .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh; /* ここで画像の高さを指定 */
  overflow: hidden; /* 画像の一部がはみ出すのを隠す */
}
@media only screen and (max-width: 767px) {
  #index .mainvisual__slick .slick-slide {
    height: 46vw;
  }
}
#index .mainvisual__slick .slick-slide img {
  width: auto;
  max-width: inherit;
}
@media only screen and (max-width: 767px) {
  #index .mainvisual {
    margin-top: 80px;
  }
  #index .mainvisual .mainvisual__slick {
    height: 46.67vw;
    display: flex;
    justify-content: center;
  }
  #index .mainvisual .mainvisual__slick img {
    width: auto;
    height: 100%;
    max-width: initial;
  }
}
#index .mainvisual__headline h1 {
  font-size: 80px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-62%);
  width: inherit;
  color: #fff;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  line-height: 1.14;
}
@media only screen and (max-width: 767px) {
  #index .mainvisual__headline h1 {
    font-size: min(9.33vw, 70px);
    top: 12vw;
    transform: translateX(-50%);
    line-height: 1.14;
  }
}
#index .topContBlock {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  #index .topContBlock {
    margin-top: 0 !important;
    padding-top: 35px;
  }
}
#index .top__philosophy {
  text-align: center;
  padding-bottom: 0;
}
#index .top__philosophy .philosophy__text {
  text-align: center;
  font-size: 18px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #index .top__philosophy .philosophy__text {
    font-size: max(2.75vw, 18px);
    line-height: 1.71;
  }
}
#index .top__philosophy .philosophy__link {
  font-size: 60px;
  font-family: "Noto Sans Javanese", sans-serif;
  color: #004898;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #index .top__philosophy .philosophy__link {
    font-size: max(10vw, 28px);
  }
}
#index .top__philosophy .philosophy__link:hover {
  text-decoration: underline;
}
#index .top__philosophy .philosophy__link::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("/img/common/parts/gnav_arr.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-85%);
}
@media only screen and (max-width: 767px) {
  #index .top__philosophy .philosophy__link::after {
    width: max(10vw, 18px);
    right: 0;
    top: 12.5vw;
  }
}
#index .topNews {
  display: flex;
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #index .topNews .topContBlock__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #index .topNews {
    flex-direction: column;
  }
}
#index .topNews::before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #index .topNews #topNews-news .infolist dt {
    width: 100%;
  }
}
#index .topNews__flex {
  display: flex;
  margin-bottom: 80px;
  padding: 67px 60px 40px 100px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #index .topNews__flex {
    padding: 66px 0 39px;
    margin-bottom: 0;
  }
}
#index .topNews__flex .topContBlock__h2 {
  margin-left: 0;
  width: 100%;
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #004898;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #index .topNews__flex .topContBlock__h2 {
    padding: 0;
    font-size: max(5vw, 28px);
  }
  #index .topNews__flex .topContBlock__h2 span {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
#index .topNews__btn {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  width: 128px;
}
@media only screen and (max-width: 767px) {
  #index .topNews__btn {
    font-size: max(2.1vw, 14px);
  }
}
#index .topNews__btn a {
  text-decoration: none;
  color: #004898;
  position: relative;
}
#index .topNews__btn a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/img/common/parts/gnav_arr.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
#index .topNews__cont {
  float: initial;
  padding: 0 100px 85px 100px;
  width: 100%;
  border: none;
}
#index .topNews__cont .infolist dt .infolist-meta-label {
  width: 8em;
}
@media print, screen and (min-width: 768px) {
  #index .topNews__cont .infolist dt {
    padding: 20px 0 0;
  }
  #index .topNews__cont .infolist .infolist-meta {
    display: flex;
    width: 100%;
    align-items: center;
  }
  #index .topNews__cont .infolist .infolist-text {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #index .topNews__cont {
    padding: 0;
  }
  #index .topNews__cont .infolist {
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
  }
  #index .topNews__cont .infolist dt {
    width: 100%;
    flex-direction: row;
    padding: 35px 0 13px;
  }
  #index .topNews__cont .infolist dt .infolist-meta-date {
    padding-right: 20px;
  }
  #index .topNews__cont .infolist dt .infolist-meta-label {
    font-size: 14px;
  }
  #index .topNews__cont .infolist dd {
    width: 100%;
    padding: 0 0 35px;
  }
}
#index .topNews__cont .infolist dt .infolist-meta-label {
  padding: 10px 0 0;
  font-size: 14px;
  border-radius: 0;
  font-family: "Noto Sans Javanese", sans-serif;
  font-weight: 500;
  margin: 0 4px;
  line-height: 1;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #index .topNews__cont .infolist dt .infolist-meta-label {
    font-size: 14px;
  }
}
#index .topNews__cont .infolist dt .infolist-meta-label.info {
  background-color: #004898 !important;
}
#index .topNews__cont .infolist dt .infolist-meta-label.topics {
  background-color: #007BCE !important;
}
#index .topNews__cont .news-box-list-item .news_press {
  background-color: #3BB400 !important;
}
#index .topNews__cont .news-box-list-item span.setsumei {
  background-color: #02B2B2 !important;
}
#index .topNews #topNews-news {
  background-color: #F9FCFF;
  margin-bottom: 0;
}
#index .topNews #topNews-ir {
  background-color: #F1F7FE;
}
#index .topNews span.irp-label {
  margin-top: inherit;
}
#index .topNews #topNews-ir .news-box-list-item {
  flex-wrap: wrap;
}
#index .topNews #topNews-ir .news-box-list-item > span:first-of-type {
  width: 10em;
}
#index .topNews #topNews-ir .news-box-list-item > p {
  width: 100%;
}
#index .topContBlock:not(.nomds)::before {
  display: none;
}
#index .topContBlock h1 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 105px;
}
@media only screen and (max-width: 767px) {
  #index .topContBlock h1 {
    font-size: max(6.4vw, 24px);
    padding-top: 50px;
  }
}
#index .topContBlock h1 span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans Javanese", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #index .topContBlock h1 span {
    font-size: max(4.3vw, 20px);
  }
}
#index .topContBlock.business h1 {
  color: #004898;
}
#index .topContBlock.topService h1 {
  color: #004898;
}
#index .contents {
  margin-top: 0 !important;
  background-color: #004898;
}
#index .contents__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  #index .contents__block {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#index .contents__block--list {
  width: 360px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #index .contents__block--list {
    width: calc(50% - 7px);
    margin-bottom: 25px;
  }
}
#index .contents__block--list + .contents__block--list {
  margin-left: 27px;
}
@media only screen and (max-width: 767px) {
  #index .contents__block--list + .contents__block--list {
    margin-left: 0;
  }
}
#index .contents__block--list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333 !important;
  text-decoration: none;
  position: relative;
}
#index .contents__block--list a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#index .contents__block--list a img {
  border-radius: 20px 20px 0 0;
}
#index .contents__block--list a p {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #index .contents__block--list a p {
    font-size: 12px;
    padding: 5px;
  }
}
#index .contents__block--list a p span {
  flex: 1;
  text-align: center;
}
#index .contents__block--list a p img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  #index .contents__block--list a p img {
    width: min(5.3vw, 40px);
  }
}
#index .business {
  background-attachment: fixed;
  padding-bottom: 154px;
}
@media only screen and (max-width: 767px) {
  #index .business {
    content: "";
    display: inline-block;
    width: 100vw;
    aspect-ratio: 1920/1200;
    background-image: url("/img/index/business/back.png");
    background-position: top;
    background-size: cover;
    background-repeat: repeat-y;
  }
  #index .business__text {
    font-size: max(3.2vw, 18px);
    line-height: 1.71;
    font-weight: bold;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 59px;
    margin-top: 53px;
  }
  #index .business .business__block--item {
    width: 100%;
    max-width: 663px;
    margin: 0 auto 24px;
    padding-right: 5.5vw;
    border-radius: 20px;
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  #index .business .business__block--item a {
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: min(4.27vw, 32px);
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
  }
  #index .business .business__block--item a::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    max-width: 60px;
    max-height: 60px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  #index .business .business__block--item.endingBlock {
    border: 30px solid #F2EEF6;
  }
  #index .business .business__block--item.endingBlock a {
    color: #7B59A3;
  }
  #index .business .business__block--item.endingBlock a::after {
    background-image: url("/img/index/business/arr-purple.png");
  }
  #index .business .business__block--item.itsolutionBlock {
    border: 30px solid #CCEFFB;
  }
  #index .business .business__block--item.itsolutionBlock a {
    color: #00AFEC;
  }
  #index .business .business__block--item.itsolutionBlock a::after {
    background-image: url("/img/index/business/arr-blue.png");
  }
  #index .business .business__block--item.hrserviceBlock {
    border: 30px solid #FDECD1;
  }
  #index .business .business__block--item.hrserviceBlock a {
    color: #F5A21B;
  }
  #index .business .business__block--item.hrserviceBlock a::after {
    background-image: url("/img/index/business/arr-orange.png");
  }
  #index .business__btn {
    background-color: #fff;
    color: #004898;
    width: 100%;
    max-width: 560px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 3.46vw 17.3vw 3.46vw 14.6vw;
    border: 1px solid #004898;
    border-radius: 25vw;
    text-decoration: none;
    margin-top: 28px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    font-size: max(2.67vw, 16px);
    margin: 65px auto 0;
    display: block;
  }
  #index .business__btn::before {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    max-width: 60px;
    max-height: 60px;
    background-image: url("/img/common/parts/arr_bottom.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 5.3vw;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 768px) {
  #index .business {
    margin-top: 0 !important;
    text-align: center;
    content: "";
    display: inline-block;
    width: 100vw;
    aspect-ratio: 1920/1200;
    background-image: url("/img/index/business/back.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #index .business::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255), rgb(255, 255, 255));
    position: absolute;
    background-attachment: fixed;
  }
  #index .business__text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 30px 0 30px;
  }
  #index .business__block {
    content: "";
    display: inline-block;
    width: 921px;
    aspect-ratio: 921/797;
    background-image: url("/img/index/business/back_tri.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #index .business__block .endingBlock {
    position: relative;
  }
  #index .business__block .endingBlock .business__block--txt {
    color: #7B59A3;
    top: 160px;
    left: -20px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #index .business__block .itsolutionBlock {
    position: relative;
  }
  #index .business__block .itsolutionBlock .business__block--txt {
    color: #00AFEC;
    bottom: 445px;
    left: -60px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #index .business__block .hrserviceBlock {
    position: relative;
  }
  #index .business__block .hrserviceBlock .business__block--txt {
    color: #F5A21B;
    bottom: 445px;
    right: -60px;
    text-align: right;
  }
  #index .business__block--txt {
    position: absolute;
    font-size: 24px;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: 600;
    line-height: 50px;
  }
  #index .business__block--txt span {
    font-size: 48px;
  }
  #index .business__block--2col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index .business__block--2col .business__block--list--txt--inner {
    padding-top: 60px;
  }
  #index .business__block--list {
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  #index .business__block--list:hover .business__block--list--txt--inner {
    background-color: transparent;
  }
  #index .business__block--list:hover picture img {
    transform: scale(1.2);
  }
  #index .business__block--list--txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    width: 330px;
    height: 330px;
    border-radius: 50%;
  }
  #index .business__block--list--txt--inner {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: #fff;
    padding-top: 55px;
    line-height: 1.5;
    transition: background-color 0.3s;
  }
  #index .business__block--list--txt--inner span {
    font-size: 18px;
    color: #333;
  }
  #index .business__block--list--txt--inner span::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }
  #index .business__block--list.ending {
    margin-bottom: 456px;
  }
  #index .business__block--list.ending .business__block--list--txt {
    background-image: linear-gradient(180deg, #f5d8f9, #c8e8f7);
    color: #7B59A3;
  }
  #index .business__block--list.ending .business__block--list--txt .business__block--list--txt--inner span::before {
    background-image: url("/img/index/business/arr-purple.png");
    bottom: 75px;
  }
  #index .business__block--list.ending picture {
    border: 15px solid #7B59A3;
    bottom: -213px;
    left: 50%;
    transform: translateX(-50%);
  }
  #index .business__block--list.itsolution {
    margin-right: 240px;
  }
  #index .business__block--list.itsolution .business__block--list--txt {
    color: #00AFEC;
    background-image: linear-gradient(180deg, #cbffe1, #c1dcff);
  }
  #index .business__block--list.itsolution .business__block--list--txt .business__block--list--txt--inner span::before {
    background-image: url("/img/index/business/arr-blue.png");
    bottom: 60px;
  }
  #index .business__block--list.itsolution picture {
    border: 15px solid #00AFEC;
    top: -145px;
    right: -145px;
  }
  #index .business__block--list.hrservice {
    margin-left: 240px;
  }
  #index .business__block--list.hrservice .business__block--list--txt {
    color: #F5A21B;
    background-image: linear-gradient(181deg, #FFD9DB, #F5FADC);
  }
  #index .business__block--list.hrservice .business__block--list--txt .business__block--list--txt--inner span::before {
    background-image: url("/img/index/business/arr-orange.png");
    bottom: 60px;
  }
  #index .business__block--list.hrservice picture {
    border: 15px solid #F5A21B;
    top: -145px;
    left: -145px;
  }
  #index .business__block--list picture {
    display: inline-block;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
  }
  #index .business__block--list picture img {
    transition: transform 0.3s;
  }
  #index .business .business__btn {
    font-size: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #004898;
    padding: 26px 130px 26px 110px;
    border: 1px solid #004898;
    border-radius: 25vw;
    text-decoration: none;
    margin-top: 28px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
  }
  #index .business .business__btn::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("/img/common/parts/arr_bottom.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  #index .business .business__btn:hover {
    background-color: #004898;
    color: #fff;
  }
  #index .business .business__btn:hover::before {
    background-image: url("/img/common/parts/arr_bottom-on.png");
  }
}
#index .topCompany {
  margin-top: 0 !important;
  padding-bottom: 0;
}
#index .topCompany .topCompany__link--item a p.topCompany__link--index::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  #index .topCompany {
    padding-top: 0;
  }
  #index .topCompany .topCompany__link--item a {
    flex-direction: column;
    height: 300px;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-position: center;
    overflow: hidden;
  }
  #index .topCompany .topCompany__link--item a::before {
    display: none;
  }
  #index .topCompany .topCompany__link {
    flex-direction: column;
    margin: 0;
  }
  #index .topCompany .topCompany__link--item {
    width: 100%;
  }
  #index .topCompany .topCompany__link--index {
    color: #fff;
    text-align: center;
  }
  #index .topCompany .topCompany__link--txt {
    text-align: center;
    margin: 0 16px;
  }
}
#index .topCompany::after {
  display: none;
}
#index .topCompany::before {
  display: none;
}
#index .topCompany__link--item {
  width: 50%;
  height: 430px;
}
@media only screen and (max-width: 767px) {
  #index .topCompany__link--item {
    height: 300px;
  }
}
#index .topCompany__link--item a {
  position: relative;
}
#index .topCompany__link--item a .topCompany__link--bg {
  z-index: 0;
  background-size: cover;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: relative;
}
#index .topCompany__link--item a .topCompany__link--bg:hover {
  transform: scale(1.3);
  background-size: cover;
}
#index .topCompany__link--item a .topCompany__link--text {
  position: absolute;
  pointer-events: none;
}
#index .topCompany__link--item a p.topCompany__link--index {
  font-size: 32px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #index .topCompany__link--item a p.topCompany__link--index {
    font-size: 24px;
  }
}
#index .topCompany__link--item a p.topCompany__link--txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  max-width: 500px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #index .topCompany__link--item a p.topCompany__link--txt {
    font-size: 18px;
  }
}
#index .topCompany__link--item:nth-of-type(1) a {
  background-image: none;
}
#index .topCompany__link--item:nth-of-type(2) a {
  background-image: none;
}
#index .topCompany__link--item a:hover {
  background-size: inherit;
}
#index .topCompany__link--item:nth-of-type(1) a .topCompany__link--bg {
  background-image: url("/img/index/company/irinformation.png");
}
#index .topCompany__link--item:nth-of-type(2) a .topCompany__link--bg {
  background-image: url("/img/index/company/recruit.png");
}
#index .topService {
  margin-top: 0 !important;
  padding-bottom: 140px;
  background-image: url("/img/index/service/service_back.png");
  content: "";
  display: inline-block;
  width: 100vw;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#index .topService a[target=_blank]:not(.noticon):not([href$=".pdf"]), #index .topService .blankicon {
  padding: inherit;
}
#index .topService a[target=_blank]:not(.noticon):not([href$=".pdf"])::after, #index .topService .blankicon::after {
  display: none;
}
#index .topService .topContBlock__inner {
  padding-left: inherit;
  padding-right: inherit;
}
#index .topService__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 44px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #index .topService__text {
    font-size: max(3.2vw, 18px);
  }
}
#index .topService .serviceBlock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1290px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #index .topService .serviceBlock {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin: 0 16px;
  }
}
#index .topService .serviceBlock--list {
  max-width: 380px;
  width: calc(33.3333333333% - 1em);
  margin: 0 0.5em 1em;
  border-radius: 10px;
  transition: 0.3s;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #index .topService .serviceBlock--list {
    width: 100%;
    margin: 8px 0;
  }
}
#index .topService .serviceBlock--list:hover {
  opacity: 0.8;
}
#index .topService .serviceBlock--list__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #333;
}
#index .topService .serviceBlock--list__btn img {
  border-radius: 10px 10px 0 0;
}
#index .topService .serviceBlock--list__btn span {
  padding: 20px 40px 35px;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  flex-grow: 1;
}
#index .topService .serviceBlock--list__btn span .serviceBlock--text--title {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 767px) {
  #index .topService .serviceBlock--list__btn span {
    padding: 1em 1.5em;
  }
  #index .topService .serviceBlock--list__btn span .serviceBlock--text--title {
    padding: 0;
  }
}
#index .topService .serviceBlock.ending .serviceBlock--list__btn .serviceBlock--underline {
  border-bottom: 10px solid #7B59A3;
}
#index .topService .serviceBlock.ending .serviceBlock--list__btn .serviceBlock--underline .serviceBlock--text--title {
  color: #7B59A3;
}
#index .topService .serviceBlock.itsolution .serviceBlock--list__btn .serviceBlock--underline {
  border-bottom: 10px solid #00AFEC;
}
#index .topService .serviceBlock.itsolution .serviceBlock--list__btn .serviceBlock--underline .serviceBlock--text--title {
  color: #00AFEC;
}
#index .topService .serviceBlock.hrservice .serviceBlock--list__btn .serviceBlock--underline {
  border-bottom: 10px solid #F5A21B;
}
#index .topService .serviceBlock.hrservice .serviceBlock--list__btn .serviceBlock--underline .serviceBlock--text--title {
  color: #F5A21B;
}
#index .topPickup {
  background-color: #004898;
  margin-top: 0 !important;
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  #index .topPickup {
    padding: 35px 0 50px;
  }
}
#index .topPickup__list--item {
  background-color: #fff;
}
#index .topPickup__list--item a {
  outline: 3px solid #fff;
  transition: 0.3s;
}
#index .topPickup__list--item a:hover {
  opacity: 0.8;
}
#index .topGroup::after, #index .topNews::after {
  display: none;
}
#index .topGroup {
  display: none;
}

#company_philosophy .breadcrumb {
  color: #fff;
}
#company_philosophy .breadcrumb .breadcrumblist-row-link {
  color: #fff;
}
#company_philosophy .philosophy__back::before {
  left: 50%;
  transform: translateX(-50%);
}
#company_philosophy .directory::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #company_philosophy .philosophy__top--text {
    left: calc(50% - 60px);
    text-align: center;
  }
}
#company_philosophy .philosophy__top--logo {
  display: none;
}
#company_philosophy .philosophyLogo {
  width: 90%;
  margin: 220px auto 220px;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyLogo {
    margin: 142px auto 142px;
  }
}
#company_philosophy .philosophyLogo::after {
  content: "PHILOSOPHY";
  color: #004898;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 120px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: -160px;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyLogo::after {
    font-size: 10vw;
    top: -14.5vw;
  }
}
#company_philosophy .philosophyLogo h2 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyLogo h2 {
    text-align: center;
  }
}
#company_philosophy .philosophyLogo .philosophy__logo--main {
  text-align: center;
}
#company_philosophy .philosophyCont {
  position: relative;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont {
    display: flex;
    flex-direction: column-reverse;
  }
}
#company_philosophy .philosophyCont + .philosophyCont {
  margin-top: min(33.6vw, 500px);
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont + .philosophyCont {
    margin-top: 13vw;
  }
}
#company_philosophy .philosophyCont--left .philosophyCont--img {
  left: 0;
}
#company_philosophy .philosophyCont--left .philosophyCont--img img {
  border-radius: 0 50px 50px 0;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont--left .philosophyCont--img img {
    border-radius: 0 25px 25px 0;
  }
}
#company_philosophy .philosophyCont--left .philosophyCont--text {
  margin-left: auto;
}
#company_philosophy .philosophyCont--right .philosophyCont--img {
  text-align: right;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont--right .philosophyCont--img {
    margin-left: auto;
  }
}
#company_philosophy .philosophyCont--right .philosophyCont--img img {
  border-radius: 50px 0px 0px 50px;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont--right .philosophyCont--img img {
    border-radius: 25px 0 0 25px;
  }
}
#company_philosophy .philosophyCont--right .philosophyCont--text {
  margin-right: auto;
}
#company_philosophy .philosophyCont--img {
  width: 50%;
  position: absolute;
  top: -64px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont--img {
    margin-top: -10vw;
    position: inherit;
    top: 0;
    width: 75%;
  }
}
#company_philosophy .philosophyCont--text {
  position: relative;
  z-index: 2;
  width: 60%;
  background-image: linear-gradient(#3a97fe, #004898);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 36px;
  padding: 64px 1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont--text {
    font-size: 20px;
    width: 92%;
    padding: 51px 1em;
  }
}
#company_philosophy .philosophyCont--text span {
  line-height: 1;
}
#company_philosophy .philosophyCont--text--en {
  font-family: "Noto Sans Javanese", sans-serif;
  font-size: 24px;
}
#company_philosophy .philosophyCont--text--jp {
  font-weight: 500;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont--text--en {
    font-size: 16px;
  }
  #company_philosophy .philosophyCont--text--jp {
    font-size: 20px;
  }
}
#company_philosophy .philosophyCont--text p {
  margin-top: 50px;
  line-height: 1.6;
}
#company_philosophy .philosophyCont--text .philosophy__cont--gl ol li {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyCont--text .philosophy__cont--gl ol li {
    font-size: 16px;
  }
}
#company_philosophy .philosophyCont--text .philosophy__cont--gl ol li::before {
  color: #fff;
}
#company_philosophy .philosophyLast {
  margin-bottom: 344px;
}
@media only screen and (max-width: 767px) {
  #company_philosophy .philosophyLast {
    margin-bottom: 172px;
  }
}

#csr .indexlist li {
  box-shadow: 3px 8px 10px 0px #777777;
  width: calc(33.3333333333% - 16px);
}
#csr .indexlist li a[target=_blank]:not(.noticon):not([href$=".pdf"])::after, #csr .indexlist li .blankicon::after {
  display: none;
}
#csr .indexlist li a:hover {
  text-decoration: none;
}
#csr .indexlist li a span {
  color: #004898;
  padding-left: 1em;
  padding-right: 1em;
}
#csr .indexlist li a span::before {
  display: none;
}
#csr .indexlist li a p {
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 2em;
}

#company_history .history-slider-box02 {
  height: 527px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 {
    padding: 0 0;
    height: auto;
  }
}
#company_history .history-slider-box02 .history-slider02 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#company_history .history-slider-box02 .history-slider02 .slick-prev, #company_history .history-slider-box02 .history-slider02 .slick-next {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #004898;
  border-radius: 50%;
  width: 77px;
  height: 77px;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 .history-slider02 .slick-prev, #company_history .history-slider-box02 .history-slider02 .slick-next {
    width: 40px;
    height: 40px;
  }
}
#company_history .history-slider-box02 .history-slider02 .slick-prev:before, #company_history .history-slider-box02 .history-slider02 .slick-next:before {
  color: #004898;
}
#company_history .history-slider-box02 .history-slider02 .slick-dots li button:before {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 .history-slider02 .slick-dots li button:before {
    font-size: 18px;
  }
}
#company_history .history-slider-box02 .history-slider02--item {
  background-color: #004898;
  margin: 0 20px;
  width: 83vw;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 527px;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 .history-slider02--item {
    height: 70vw;
    padding: 0 0 1em;
  }
}
#company_history .history-slider-box02 .history-slider02--item a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 .history-slider02--item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
}
#company_history .history-slider-box02 .history-slider02--item a p {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  margin: 49px auto 60px;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 .history-slider02--item a p {
    font-size: 18px;
    padding: 0 1em;
    margin: 25px auto 30px;
  }
}
#company_history .history-slider-box02 .history-slider02--item .sliderItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 .history-slider02--item .sliderItem {
    flex-wrap: wrap;
  }
}
#company_history .history-slider-box02 .history-slider02--item .sliderItem--item {
  width: 100%;
  margin: 0 1em;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  #company_history .history-slider-box02 .history-slider02--item .sliderItem--item {
    width: calc(33.3333333333% - 2em);
  }
}
#company_history .history-slider-box02 .full-screen .slick-list {
  overflow: visible;
}
#company_history .page .slick-active > button:before {
  color: transparent;
  background-color: #004898;
}
#company_history .slick-dots li button:before {
  color: transparent;
  border-radius: 50%;
  border: 3px solid #004898;
}
#company_history .slick-dots li {
  margin: 0 10px;
}
#company_history .slick-prev, #company_history .slick-next {
  position: absolute;
}
#company_history .slick-prev {
  padding-left: 5px;
  left: 4vw !important;
}
#company_history .slick-next {
  right: 4vw !important;
  padding-right: 5px;
}
#company_history .page_ankermenu {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  #company_history .page_ankermenu {
    margin-top: max(15vw, 100px);
  }
}

#service .service__cont--main > dl > dd > a {
  text-decoration: none;
  color: #323232;
  display: flex;
  align-items: center;
}
#service .service__cont--main > dl > dd > a:hover {
  text-decoration: underline;
}
#service .service__cont--main > dl > dd > a[target=_blank]:not(.noticon):not([href$=".pdf"])::after {
  display: none;
}
#service header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#press .presspostlist li a dl dt .label {
  border-radius: inherit;
}
#press .infolist-meta-label.info {
  background-color: #004898 !important;
}
#press .infolist-meta-label.topics {
  background-color: #007BCE !important;
}

#footer {
  padding: 70px 0 57px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 42px 0 58px;
  }
}
#footer .footer_top {
  width: 380px;
  margin-bottom: 68px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer .footer_top {
    width: 66vw;
    max-width: 496px;
    margin-bottom: 32px;
  }
}
#footer .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  #footer .menu {
    flex-direction: column;
    padding-left: 5em;
  }
  #footer .menu .sub-menu {
    display: none;
  }
}
#footer .menu > .menu-item-has-children {
  width: calc(25% - 35px);
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .menu > .menu-item-has-children {
    width: 100%;
    font-size: 20px;
  }
}
#footer .menu > .menu-item-has-children::before {
  position: absolute;
  content: "";
  background-image: url("/img/common/parts/gnav_arr.png");
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  top: 5px;
  left: -50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #footer .menu > .menu-item-has-children::before {
    width: 1.5em;
    height: 1.5em;
    top: 0;
  }
}
#footer .menu > .menu-item-has-children:nth-of-type(2) {
  width: calc(75% - 57px);
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  #footer .menu > .menu-item-has-children:nth-of-type(2) {
    width: 100%;
    margin-bottom: 0;
  }
}
#footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu {
    flex-direction: column;
    padding-left: 2em;
    display: flex;
  }
  #footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .sub-menu {
    display: none;
  }
}
#footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children {
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
  }
}
#footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: -30px;
  top: 5px;
  box-sizing: border-box;
}
#footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children.ending::before {
  border: 6px solid #7B59A3;
}
#footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children.itsolution::before {
  border: 6px solid #00AFEC;
}
#footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children.hrservice::before {
  border: 6px solid #F5A21B;
}
#footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children .sub-menu {
  font-size: 16px;
  font-weight: 500;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #footer .menu > .menu-item-has-children:nth-of-type(2) .sub-menu .menu-item-has-children .sub-menu {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
#footer .menu .menu-item {
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  #footer .menu .menu-item {
    margin-bottom: 0.5em;
  }
}
#footer .menu .menu-item a {
  color: #333;
  text-decoration: none;
}
#footer .menu .menu-item a:hover {
  text-decoration: underline;
}
#footer .menu .menu-item .sub-menu {
  font-weight: 500;
  font-size: 16px;
}
#footer .menu .english {
  font-size: 24px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .menu .english {
    font-size: 20px;
  }
}
#footer .menu .english::before {
  position: absolute;
  content: "";
  background-image: url("/img/common/parts/gnav_arr.png");
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  top: 5px;
  left: -50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #footer .menu .english::before {
    width: 1.5em;
    height: 1.5em;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .menu .sub-menu:has(.english) {
    display: block;
  }
}
#footer .menu a[target=_blank]:not(.noticon):not([href$=".pdf"])::after, #footer .menu .blankicon::after {
  color: #004898;
}

.footer__info {
  padding-top: 0;
}
.footer__info--inner {
  border-top: 1px solid #999999;
  padding-top: 30px;
}
.footer__info .footer__info--copy {
  text-align: center;
}
/*# sourceMappingURL=style-new.css.map */