@charset "UTF-8";
/* @include _breakpoints.scss */
/* break point media query */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
}
a:hover {
  opacity: 0.75;
}

button {
  border: none;
  border-radius: 0;
  outline: 0;
  background: 0 0;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  touch-action: manipulation;
}

body {
  margin: 0;
  padding: 0;
  color: #2c2c2c;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 1100px) and (min-width: 768px) {
  body {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    padding-top: 67px;
  }
}
@media (max-width: 767px) {
  body.index.nav-open, body.seminar.nav-open, body.ikuboss.nav-open, body.company-region.nav-open, body.employee.nav-open, body.employee-index.nav-open, body.employee-voice.nav-open, body.employee-seminar.nav-open, body.employee-concept.nav-open {
    padding-top: 185px;
  }
}
@media (max-width: 767px) {
  body.nav-open {
    padding-top: 127px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mt-10 {
    margin-top: 0.8620689655vw !important;
  }
}
@media (max-width: 767px) {
  .mt-10 {
    margin-top: 1.3333333333vw !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mt-20 {
    margin-top: 1.724137931vw !important;
  }
}
@media (max-width: 767px) {
  .mt-20 {
    margin-top: 2.6666666667vw !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mt-30 {
    margin-top: 2.5862068966vw !important;
  }
}
@media (max-width: 767px) {
  .mt-30 {
    margin-top: 4vw !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mt-40 {
    margin-top: 3.4482758621vw !important;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 5.3333333333vw !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mt-50 {
    margin-top: 4.3103448276vw !important;
  }
}
@media (max-width: 767px) {
  .mt-50 {
    margin-top: 6.6666666667vw !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mb-10 {
    margin-bottom: 0.8620689655vw !important;
  }
}
@media (max-width: 767px) {
  .mb-10 {
    margin-bottom: 1.3333333333vw !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 1.724137931vw !important;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mb-30 {
    margin-bottom: 2.5862068966vw !important;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 4vw !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mb-40 {
    margin-bottom: 3.4482758621vw !important;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 4.3103448276vw !important;
  }
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.error-message {
  margin: 100px auto;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .error-message {
    margin: 8.6206896552vw auto;
    font-size: 3.6206896552vw;
  }
}
@media (max-width: 767px) {
  .error-message {
    margin: 13.3333333333vw auto;
    font-size: 26px;
  }
}

.text-center {
  text-align: center;
}

.logo-download {
  margin-top: 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .logo-download {
    margin-top: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .logo-download {
    margin-top: 6.6666666667vw;
  }
}

.size-110 {
  font-size: 110%;
}

.size-120 {
  font-size: 120%;
}

.size-130 {
  font-size: 130%;
}

.font-m {
  font-weight: 500 !important;
}

.font-b {
  font-weight: 600 !important;
}

.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-indent-2 li {
  margin-bottom: 0.5em;
  text-indent: -2em;
  padding-left: 2em;
}

a.link {
  color: #005fde;
  text-decoration: underline;
}
.employee a.link, .employee-index a.link, .employee-concept a.link, .employee-voice a.link {
  color: #00aa55;
}
.library a.link {
  color: #ff7800;
}
a.link--btn {
  padding: 0 30px;
  margin-top: 12px;
  min-width: 230px;
  box-sizing: border-box;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #005fde;
  background: linear-gradient(#ffffff, #f5f5f5);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  border: 1px solid #005fde;
  text-decoration: none;
}
@media (max-width: 1100px) and (min-width: 768px) {
  a.link--btn {
    padding: 0 2.5862068966vw;
    margin-top: 1.0344827586vw;
    min-width: 19.8275862069vw;
    height: 3.4482758621vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  a.link--btn {
    padding: 8px 3.3333333333vw 10px;
    height: auto;
    min-width: 46.6666666667vw;
    border-radius: 50px;
    font-size: 11px;
    font-feature-settings: "palt";
  }
}
.employee a.link--btn, .employee-index a.link--btn, .employee-concept a.link--btn, .employee-voice a.link--btn {
  border: 1px solid #00aa55;
  color: #00aa55;
}
.project a.link--btn, .library a.link--btn {
  border: 1px solid #ff7800;
  color: #ff7800;
}
.default a.link--btn {
  border: 1px solid #c11920;
  color: #c11920;
}
a.link--btn:hover {
  color: #fff;
  background: #005fde;
  opacity: 1;
}
.employee a.link--btn:hover, .employee-index a.link--btn:hover, .employee-concept a.link--btn:hover, .employee-voice a.link--btn:hover {
  background: #00aa55;
}
.project a.link--btn:hover, .library a.link--btn:hover {
  background: #ff7800;
}
.default a.link--btn:hover {
  background: #c11920;
}
a.link--submit {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 50px;
  border-radius: 5px;
  display: block;
  background: linear-gradient(#ffffff, #f5f5f5);
  width: 347px;
  height: 50px;
  border: 0;
  text-indent: 0px;
  cursor: pointer;
  color: #005fde;
  border: 1px solid #005fde;
}
.employee-voice a.link--submit {
  color: #00aa55;
  border: 1px solid #00aa55;
}
.project a.link--submit {
  color: #ff7800;
  border: 1px solid #ff7800;
}
.default a.link--submit {
  color: #c11920;
  border: 1px solid #c11920;
}
@media (max-width: 1100px) and (min-width: 768px) {
  a.link--submit {
    margin-top: 1.724137931vw;
    font-size: 1.724137931vw;
    line-height: 4.3103448276vw;
    border-radius: 0.4310344828vw;
    width: 29.9137931034vw;
    height: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  a.link--submit {
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
  }
}
a.link--submit:hover {
  background: #005fde;
  color: #fff;
  opacity: 1;
}
.employee-voice a.link--submit:hover {
  background: #00aa55;
}
.project a.link--submit:hover {
  background: #ff7800;
}
.default a.link--submit:hover {
  background: #c11920;
}

/* ----------------------------------------
	header
---------------------------------------- */
.l-header {
  position: relative;
  margin: auto;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.l-header__inner {
  padding: 19px 0;
  margin: auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-header__inner {
    padding: 1.6379310345vw 0;
    max-width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 13px;
    z-index: 100;
    box-sizing: border-box;
    background: #fff;
  }
}
.l-header__inner .sp-menu-btn {
  display: none;
}
@media (max-width: 767px) {
  .l-header__inner .sp-menu-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: block;
    width: 30px;
    height: 21px;
    z-index: 100;
  }
  .l-header__inner .sp-menu-btn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #c11920;
    transition: transform 0.3s, opacity 0.3s;
  }
  .l-header__inner .sp-menu-btn span:nth-child(1) {
    top: 0;
  }
  .l-header__inner .sp-menu-btn span:nth-child(2) {
    top: 9px;
  }
  .l-header__inner .sp-menu-btn span:nth-child(3) {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .l-header .header-search {
    width: 75.4666666667vw;
  }
}
@media (max-width: 767px) {
  .nav-open .l-header {
    position: fixed;
    top: 0;
    height: 100dvh;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .nav-open .l-header .l-header__inner {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .nav-open .l-header .header-logo {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .nav-open .l-header .header-search {
    position: absolute;
    opacity: 1;
    visibility: visible;
  }
}
.nav-open .l-header .sp-menu-btn span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.nav-open .l-header .sp-menu-btn span:nth-child(2) {
  opacity: 0;
  transform: translateX(50%);
}
.nav-open .l-header .sp-menu-btn span:nth-child(3) {
  bottom: 9px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .nav-open .l-header .sp-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-open .l-header .header-gnav {
    top: 67px;
  }
}
@media (max-width: 767px) {
  .nav-open .l-header .header-gnav > ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100dvh;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .nav-open .l-header .header-gnav--secondary {
    display: none;
  }
}

.sp-menu {
  display: none;
  background: #f2f0f0;
}
@media (max-width: 767px) {
  .sp-menu {
    display: flex;
  }
  .sp-menu li {
    width: 50%;
    font-size: 3.7333333333vw;
    font-weight: 600;
    line-height: 3.6vw;
    box-sizing: border-box;
  }
  .sp-menu li > a {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sp-menu li > a {
    height: 16vw;
  }
}
@media (max-width: 767px) {
  .sp-menu li:nth-child(1) {
    border-right: 2px solid #fff;
  }
  .index .sp-menu li:nth-child(1), .company .sp-menu li:nth-child(1), .company-region .sp-menu li:nth-child(1), .seminar .sp-menu li:nth-child(1), .ikuboss .sp-menu li:nth-child(1) {
    background: #005fde;
  }
  .index .sp-menu li:nth-child(1) > a, .company .sp-menu li:nth-child(1) > a, .company-region .sp-menu li:nth-child(1) > a, .seminar .sp-menu li:nth-child(1) > a, .ikuboss .sp-menu li:nth-child(1) > a {
    color: #fff;
  }
  .sp-menu li:nth-child(1) > a .gnav-icon {
    position: relative;
    padding: 6.6666666667vw 0 0 8.1333333333vw;
  }
  .sp-menu li:nth-child(1) > a .gnav-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 37.6vw;
    height: 10.48vw;
    background: url(../images/common/nav_icon_company_sp.svg) center/100% no-repeat;
  }
  .employee .sp-menu li:nth-child(2), .employee-index .sp-menu li:nth-child(2), .employee-concept .sp-menu li:nth-child(2), .employee-voice .sp-menu li:nth-child(2), .employee-seminar .sp-menu li:nth-child(2) {
    background: #00aa55;
  }
  .employee .sp-menu li:nth-child(2) > a, .employee-index .sp-menu li:nth-child(2) > a, .employee-concept .sp-menu li:nth-child(2) > a, .employee-voice .sp-menu li:nth-child(2) > a, .employee-seminar .sp-menu li:nth-child(2) > a {
    color: #fff;
  }
  .sp-menu li:nth-child(2) > a .gnav-icon {
    position: relative;
    padding: 6.6666666667vw 2.2666666667vw 0 11.8666666667vw;
  }
  .sp-menu li:nth-child(2) > a .gnav-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 33.2vw;
    height: 10.4vw;
    background: url(../images/common/nav_icon_employee_sp.svg) center/100% no-repeat;
  }
}

.header-logo img {
  display: block;
  width: 191px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-logo img {
    width: 16.4655172414vw;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .header-search {
    position: fixed;
    top: 12px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.header-search .gsc-control-cse,
.header-search .gsc-control-searchbox-only {
  padding: 2px;
  background: #c11920;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-search .gsc-control-cse,
  .header-search .gsc-control-searchbox-only {
    padding: 0;
    background: #fff;
    border-color: #c11920;
    border: 2px solid #c11920;
  }
}
.header-search form.gsc-search-box {
  margin-bottom: 0;
}
.header-search form table.gsc-search-box {
  margin-bottom: 0;
}
.header-search form table.gsc-search-box td.gsc-input {
  padding: 0;
}
.header-search form table.gsc-search-box td.gsc-search-button {
  margin: 0;
  cursor: pointer;
}
.header-search form table.gsc-search-box td.gsib_a {
  padding: 0 9px;
}
.header-search form table.gsc-search-box .gsc-input-box {
  border-radius: 30px 0 0 30px;
  width: 226px;
  border: none;
}
@media (max-width: 767px) {
  .header-search form table.gsc-search-box .gsc-input-box {
    width: 100%;
    height: 28px;
  }
}
.header-search form table.gsc-search-box .gsc-input-box .gsst_a {
  display: block;
}
.header-search form table.gsc-search-box .gsc-input-box .gsst_a .gscb_a {
  display: block;
}
.header-search form table.gsc-search-box .gsc-search-button-v2 {
  padding: 0 30px;
  background: none;
  border: none;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-search form table.gsc-search-box .gsc-search-button-v2 {
    padding: 0 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .header-search form table.gsc-search-box .gsc-search-button-v2 {
    padding: 0 10px;
  }
}
.header-search form table.gsc-search-box .gsc-search-button-v2 svg {
  width: 25px;
  height: 22px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-search form table.gsc-search-box .gsc-search-button-v2 svg {
    width: 2.1551724138vw;
    height: 1.8965517241vw;
  }
}
@media (max-width: 767px) {
  .header-search form table.gsc-search-box .gsc-search-button-v2 svg {
    fill: #c11920;
  }
}
.header-gnav {
  position: relative;
  background: #f2f0f0;
}
.header-gnav > ul {
  margin: auto;
  max-width: 1100px;
  display: flex;
  flex-direction: row-reverse;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul {
    max-width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
}
.header-gnav > ul > li {
  border-right: 2px solid #fff;
  font-size: 15px;
  width: 100%;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li {
    font-size: 1.2931034483vw;
    line-height: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li {
    width: 50%;
    box-sizing: border-box;
    border-right: none;
  }
}
.header-gnav > ul > li.primary-item {
  width: 189px;
  flex-shrink: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li.primary-item {
    width: 16.2931034483vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li.primary-item {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li.primary-item > a {
    pointer-events: none;
    border-bottom: 2px solid #fff;
  }
}
.header-gnav > ul > li > a {
  display: block;
  display: flex;
  height: 95px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li > a {
    height: 8.1896551724vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li > a {
    padding: 0 20px;
    height: 60px;
    color: #fff;
  }
}
.header-gnav > ul > li > a:hover {
  opacity: 1;
}
.header-gnav > ul > li:nth-last-child(1) {
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li:nth-last-child(1) {
    font-size: 1.8965517241vw;
    line-height: 2.3275862069vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(1) {
    font-size: 3.7333333333vw;
    line-height: 3.6vw;
    background: #005fde;
  }
}
.index .header-gnav > ul > li:nth-last-child(1), .company .header-gnav > ul > li:nth-last-child(1), .company-region .header-gnav > ul > li:nth-last-child(1), .ikuboss .header-gnav > ul > li:nth-last-child(1) {
  background: #005fde;
}
.index .header-gnav > ul > li:nth-last-child(1) > a, .company .header-gnav > ul > li:nth-last-child(1) > a, .company-region .header-gnav > ul > li:nth-last-child(1) > a, .ikuboss .header-gnav > ul > li:nth-last-child(1) > a {
  color: #fff;
}
.header-gnav > ul > li:nth-last-child(1):hover {
  background: #005fde;
  color: #fff;
}
.header-gnav > ul > li:nth-last-child(1) .gnav-icon {
  padding: 31px 0 0 60px;
  position: relative;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li:nth-last-child(1) .gnav-icon {
    padding: 2.6724137931vw 0 0 5.1724137931vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(1) .gnav-icon {
    padding: 6.6666666667vw 0 0 0;
  }
}
.header-gnav > ul > li:nth-last-child(1) .gnav-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 213px;
  height: 57px;
  background: url(../images/common/nav_icon_company.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li:nth-last-child(1) .gnav-icon::before {
    width: 18.3620689655vw;
    height: 4.9137931034vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(1) .gnav-icon::before {
    width: 29.0666666667vw;
    height: 6vw;
    background: url(../images/common/nav_fukidashi_company_sp.svg) center/100% no-repeat;
  }
}
.header-gnav > ul > li:nth-last-child(2) {
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li:nth-last-child(2) {
    font-size: 1.8965517241vw;
    line-height: 2.3275862069vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(2) {
    font-size: 3.7333333333vw;
    line-height: 3.6vw;
    border-right: none;
    background: #00aa55;
  }
}
.employee .header-gnav > ul > li:nth-last-child(2), .employee-index .header-gnav > ul > li:nth-last-child(2), .employee-concept .header-gnav > ul > li:nth-last-child(2), .employee-voice .header-gnav > ul > li:nth-last-child(2) {
  background: #00aa55;
}
.employee .header-gnav > ul > li:nth-last-child(2) > a, .employee-index .header-gnav > ul > li:nth-last-child(2) > a, .employee-concept .header-gnav > ul > li:nth-last-child(2) > a, .employee-voice .header-gnav > ul > li:nth-last-child(2) > a {
  color: #fff;
}
.header-gnav > ul > li:nth-last-child(2):hover {
  background: #00aa55;
  color: #fff;
}
.header-gnav > ul > li:nth-last-child(2) .gnav-icon {
  padding: 31px 0 0 71px;
  position: relative;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li:nth-last-child(2) .gnav-icon {
    padding: 2.6724137931vw 0 0 6.1206896552vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(2) .gnav-icon {
    padding: 6.6666666667vw 0 0 2.6666666667vw;
  }
}
.header-gnav > ul > li:nth-last-child(2) .gnav-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 192px;
  height: 56px;
  background: url(../images/common/nav_icon_employee.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li:nth-last-child(2) .gnav-icon::before {
    width: 16.5517241379vw;
    height: 4.8275862069vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(2) .gnav-icon::before {
    width: 22.9333333333vw;
    height: 6.1333333333vw;
    background: url(../images/common/nav_fukidashi_employee_sp.svg) center/100% no-repeat;
  }
}
.header-gnav > ul > li:nth-last-child(3):hover > a, .header-gnav > ul > li:nth-last-child(4):hover > a {
  background: #f7be00;
  color: #fff;
}
.header-gnav > ul > li:nth-last-child(3):hover > a::after, .header-gnav > ul > li:nth-last-child(4):hover > a::after {
  background: url(../images/common/nav_icon_arrow_hover.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(3):hover > a::after, .header-gnav > ul > li:nth-last-child(4):hover > a::after {
    background: none;
  }
}
.header-gnav > ul > li:nth-last-child(3) > a, .header-gnav > ul > li:nth-last-child(4) > a {
  position: relative;
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(3) > a, .header-gnav > ul > li:nth-last-child(4) > a {
    background: #f7be00;
    color: #fff;
    justify-content: flex-start;
    text-align: left;
  }
  .header-gnav > ul > li:nth-last-child(3) > a br, .header-gnav > ul > li:nth-last-child(4) > a br {
    display: none;
  }
}
.header-gnav > ul > li:nth-last-child(3) > a::after, .header-gnav > ul > li:nth-last-child(4) > a::after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 11px;
  height: 7px;
  background: url(../images/common/nav_icon_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav > ul > li:nth-last-child(3) > a::after, .header-gnav > ul > li:nth-last-child(4) > a::after {
    bottom: 1.0344827586vw;
    width: 0.9482758621vw;
    height: 0.6034482759vw;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(3) > a::after, .header-gnav > ul > li:nth-last-child(4) > a::after {
    content: "＋";
    bottom: 50%;
    right: 20px;
    left: auto;
    transform: translateY(-50%);
    background-image: none;
  }
}
@media (max-width: 767px) {
  .header-gnav > ul > li:nth-last-child(3).js-hover > a::after, .header-gnav > ul > li:nth-last-child(4).js-hover > a::after {
    content: "ー";
  }
}
.project .header-gnav > ul > li:nth-last-child(3) {
  background: #f7be00;
  pointer-events: none;
}
@media (max-width: 767px) {
  .project .header-gnav > ul > li:nth-last-child(3) {
    pointer-events: all;
  }
}
.project .header-gnav > ul > li:nth-last-child(3) > a {
  color: #fff;
}
.project .header-gnav > ul > li:nth-last-child(3) > a::after {
  background: url(../images/common/nav_icon_arrow_hover.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .project .header-gnav > ul > li:nth-last-child(3) > a::after {
    background: none;
  }
}
.library .header-gnav > ul > li:nth-last-child(4) {
  background: #f7be00;
  pointer-events: none;
}
@media (max-width: 767px) {
  .library .header-gnav > ul > li:nth-last-child(4) {
    pointer-events: all;
  }
}
.library .header-gnav > ul > li:nth-last-child(4) > a {
  color: #fff;
}
.library .header-gnav > ul > li:nth-last-child(4) > a::after {
  background: url(../images/common/nav_icon_arrow_hover.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .library .header-gnav > ul > li:nth-last-child(4) > a::after {
    background: none;
  }
}
.header-gnav--secondary {
  width: 100%;
}
.index .header-gnav--secondary, .company .header-gnav--secondary, .company-region .header-gnav--secondary, .seminar .header-gnav--secondary, .ikuboss .header-gnav--secondary {
  display: block;
  background: #ddedff;
}
.employee .header-gnav--secondary, .employee-index .header-gnav--secondary, .employee-concept .header-gnav--secondary, .employee-voice .header-gnav--secondary, .employee-seminar .header-gnav--secondary {
  display: block;
  background: #dff2e0;
}
.header-gnav--secondary > ul {
  margin: auto;
  max-width: 1100px;
  display: none;
  grid-template-columns: 358px 358px 1fr;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--secondary > ul {
    max-width: 94.8275862069vw;
    grid-template-columns: 30.8620689655vw 30.8620689655vw 1fr;
  }
}
@media (max-width: 767px) {
  .header-gnav--secondary > ul {
    margin-top: 2px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.header-gnav--secondary > ul > li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--secondary > ul > li {
    font-size: 1.2931034483vw;
    line-height: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .header-gnav--secondary > ul > li {
    border-left: 2px solid #fff;
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
    font-feature-settings: "palt";
  }
}
.header-gnav--secondary > ul > li > a {
  padding-bottom: 10px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--secondary > ul > li > a {
    padding-bottom: 0.8620689655vw;
    height: 4.8275862069vw;
  }
}
.header-gnav--secondary > ul > li.secondary-item > a::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 11px;
  height: 7px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--secondary > ul > li.secondary-item > a::after {
    bottom: 0.8620689655vw;
    width: 0.9482758621vw;
    height: 0.6034482759vw;
  }
}
.index .header-gnav--secondary > ul > li.secondary-item > a::after, .company .header-gnav--secondary > ul > li.secondary-item > a::after, .company-region .header-gnav--secondary > ul > li.secondary-item > a::after, .seminar .header-gnav--secondary > ul > li.secondary-item > a::after, .ikuboss .header-gnav--secondary > ul > li.secondary-item > a::after {
  background: url(../images/common/nav_icon_arrow_company.svg) center/100% no-repeat;
}
.employee .header-gnav--secondary > ul > li.secondary-item > a::after, .employee-index .header-gnav--secondary > ul > li.secondary-item > a::after, .employee-concept .header-gnav--secondary > ul > li.secondary-item > a::after, .employee-voice .header-gnav--secondary > ul > li.secondary-item > a::after, .employee-seminar .header-gnav--secondary > ul > li.secondary-item > a::after, .library .header-gnav--secondary > ul > li.secondary-item > a::after, .project .header-gnav--secondary > ul > li.secondary-item > a::after, .sitemap .header-gnav--secondary > ul > li.secondary-item > a::after {
  background: url(../images/common/nav_icon_arrow_employee.svg) center/100% no-repeat;
}
.header-gnav--secondary > ul > li.js-hover a {
  opacity: 1;
  background: #fff;
}
@media (max-width: 767px) {
  .header-gnav--secondary > ul > li.secondary-item > a {
    pointer-events: none;
  }
}
.header-gnav--secondary > ul > li:first-child {
  border-left: none;
}
.header-gnav--secondary > ul > li:last-child:hover a {
  opacity: 1;
  background: #fff;
}
.index .header-gnav__company, .company .header-gnav__company, .company-region .header-gnav__company, .seminar .header-gnav__company, .ikuboss .header-gnav__company {
  display: grid;
}
.company .header-gnav__company > li:nth-child(1), .company-region .header-gnav__company > li:nth-child(1) {
  background: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .company .header-gnav__company > li:nth-child(1), .company-region .header-gnav__company > li:nth-child(1) {
    background: inherit;
    pointer-events: all;
  }
}
.ikuboss .header-gnav__company > li:nth-child(2) {
  background: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ikuboss .header-gnav__company > li:nth-child(2) {
    background: inherit;
    pointer-events: all;
  }
}
.seminar .header-gnav__company > li:nth-child(3) {
  background: #fff;
  pointer-events: none;
}
.employee .header-gnav__employee, .employee-index .header-gnav__employee, .employee-concept .header-gnav__employee, .employee-voice .header-gnav__employee, .employee-seminar .header-gnav__employee {
  display: grid;
}
.employee .header-gnav__employee > li:nth-child(1), .employee-concept .header-gnav__employee > li:nth-child(1) {
  background: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .employee .header-gnav__employee > li:nth-child(1), .employee-concept .header-gnav__employee > li:nth-child(1) {
    background: inherit;
    pointer-events: all;
  }
}
.employee-voice .header-gnav__employee > li:nth-child(2) {
  background: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .employee-voice .header-gnav__employee > li:nth-child(2) {
    background: inherit;
    pointer-events: all;
  }
}
.employee-seminar .header-gnav__employee > li:nth-child(3) {
  background: #fff;
  pointer-events: none;
}
.header-gnav--sub {
  padding: 30px 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 1;
  transition: opacity 0.2s, visibility 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--sub {
    padding: 2.5862068966vw 0;
  }
}
@media (max-width: 767px) {
  .header-gnav--sub {
    padding: 17px 0 0;
    transition: none;
  }
  .primary-item .header-gnav--sub {
    display: none;
    position: static;
    padding: 0;
    background: #f2f0f0;
    opacity: 1;
    visibility: visible;
  }
}
.header-gnav--sub.active {
  opacity: 1;
  visibility: visible;
}
.header-gnav--sub > ul {
  margin: auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--sub > ul {
    max-width: 94.8275862069vw;
  }
}
.header-gnav--sub > ul > li {
  margin-left: 34px;
  padding-left: 38px;
  border-left: 2px solid #f2f0f0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--sub > ul > li {
    margin-left: 2.9310344828vw;
    padding-left: 3.275862069vw;
  }
}
@media (max-width: 767px) {
  .header-gnav--sub > ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: none;
  }
}
.header-gnav--sub > ul > li:first-child {
  border-left: none;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .header-gnav--sub > ul > li:first-child {
    border-top: 2px solid #ddedff;
    width: 100%;
  }
  .employee .header-gnav--sub > ul > li:first-child, .employee-index .header-gnav--sub > ul > li:first-child, .employee-concept .header-gnav--sub > ul > li:first-child, .employee-voice .header-gnav--sub > ul > li:first-child, .employee-seminar .header-gnav--sub > ul > li:first-child, .library .header-gnav--sub > ul > li:first-child, .sitemap .header-gnav--sub > ul > li:first-child, .project .header-gnav--sub > ul > li:first-child {
    border-top: 2px solid #dff2e0;
  }
  .primary-item .header-gnav--sub > ul > li:first-child {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .header-gnav--sub > ul > li:last-child > a:last-child {
    border-bottom: none !important;
  }
}
.header-gnav--sub > ul > li > a {
  position: relative;
  margin-bottom: 12px;
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
  width: 290px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: left;
  border-radius: 10px;
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--sub > ul > li > a {
    margin-bottom: 1.0344827586vw;
    padding: 0 1.724137931vw;
    width: 25vw;
    height: 5.1724137931vw;
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .header-gnav--sub > ul > li > a {
    margin-bottom: 0;
    width: 100%;
    height: 59px;
    border-radius: 0;
  }
}
.header-gnav--sub > ul > li > a:hover {
  opacity: 1;
  background: #ddedff;
}
.header-gnav--sub > ul > li > a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/common/nav_icon_secandary_company_on.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--sub > ul > li > a::after {
    right: 0.8620689655vw;
    width: 1.6379310345vw;
    height: 1.6379310345vw;
  }
}
.employee .header-gnav--sub > ul > li > a::after, .employee-index .header-gnav--sub > ul > li > a::after, .employee-concept .header-gnav--sub > ul > li > a::after, .employee-voice .header-gnav--sub > ul > li > a::after, .employee-seminar .header-gnav--sub > ul > li > a::after, .library .header-gnav--sub > ul > li > a::after, .project .header-gnav--sub > ul > li > a::after, .sitemap .header-gnav--sub > ul > li > a::after {
  background: url(../images/common/nav_icon_secandary_employee_on.svg) center/100% no-repeat;
}
.primary-item .header-gnav--sub > ul > li > a::after {
  background: url(../images/common/nav_icon_secandary_on.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .primary-item .header-gnav--sub > ul > li > a::after {
    right: 0;
    width: 7px;
    height: 14px;
    background: url(../images/common/nav_icon_secandary_sp.svg) center/100% no-repeat;
  }
}
.primary-item .header-gnav--sub > ul > li > a {
  border: 2px solid #ffe693 !important;
}
@media (max-width: 767px) {
  .primary-item .header-gnav--sub > ul > li > a {
    margin: auto;
    width: calc(100% - 40px);
    border: none !important;
    border-bottom: 2px solid #fff !important;
  }
}
.primary-item .header-gnav--sub > ul > li > a:hover {
  opacity: 1;
  background: #fff1c4 !important;
}
@media (max-width: 767px) {
  .primary-item .header-gnav--sub > ul > li > a:hover {
    background: #f2f0f0 !important;
  }
  .library .primary-item .header-gnav--sub > ul > li > a:hover, .project .primary-item .header-gnav--sub > ul > li > a:hover {
    background: inherit !important;
  }
}
.index .header-gnav--sub > ul > li > a, .company .header-gnav--sub > ul > li > a, .company-region .header-gnav--sub > ul > li > a, .seminar .header-gnav--sub > ul > li > a, .ikuboss .header-gnav--sub > ul > li > a {
  border: 2px solid #ddedff;
}
@media (max-width: 767px) {
  .index .header-gnav--sub > ul > li > a, .company .header-gnav--sub > ul > li > a, .company-region .header-gnav--sub > ul > li > a, .seminar .header-gnav--sub > ul > li > a, .ikuboss .header-gnav--sub > ul > li > a {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.employee .header-gnav--sub > ul > li > a, .employee-index .header-gnav--sub > ul > li > a, .employee-concept .header-gnav--sub > ul > li > a, .employee-voice .header-gnav--sub > ul > li > a, .employee-seminar .header-gnav--sub > ul > li > a, .library .header-gnav--sub > ul > li > a, .project .header-gnav--sub > ul > li > a, .sitemap .header-gnav--sub > ul > li > a {
  border: 2px solid #dff2e0;
}
@media (max-width: 767px) {
  .employee .header-gnav--sub > ul > li > a, .employee-index .header-gnav--sub > ul > li > a, .employee-concept .header-gnav--sub > ul > li > a, .employee-voice .header-gnav--sub > ul > li > a, .employee-seminar .header-gnav--sub > ul > li > a, .library .header-gnav--sub > ul > li > a, .project .header-gnav--sub > ul > li > a, .sitemap .header-gnav--sub > ul > li > a {
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
.employee .header-gnav--sub > ul > li > a:hover, .employee-index .header-gnav--sub > ul > li > a:hover, .employee-concept .header-gnav--sub > ul > li > a:hover, .employee-voice .header-gnav--sub > ul > li > a:hover, .employee-seminar .header-gnav--sub > ul > li > a:hover, .library .header-gnav--sub > ul > li > a:hover, .project .header-gnav--sub > ul > li > a:hover, .sitemap .header-gnav--sub > ul > li > a:hover {
  opacity: 1;
  background: #dff2e0;
}
.header-gnav--sub > ul.col4 {
  justify-content: center;
}
.header-gnav--sub > ul.col4 > li {
  margin-left: 20px;
  padding-left: 0;
  border-left: none;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--sub > ul.col4 > li {
    margin-left: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .header-gnav--sub > ul.col4 > li {
    margin-left: 0;
  }
}
.header-gnav--sub > ul.col4 > li a {
  width: 260px;
  height: 70px;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .header-gnav--sub > ul.col4 > li a {
    width: 22.4137931034vw;
    height: 6.0344827586vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .header-gnav--sub > ul.col4 > li a {
    width: 100%;
    height: 59px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .header-gnav--sub > ul.col4 > li a br {
    display: none;
  }
}

/* ----------------------------------------
	main
---------------------------------------- */
.l-main {
  overflow: hidden;
}
.l-main::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  transition-delay: 0.2s;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-main::after {
    transition: none;
  }
}
.l-main.nav-active {
  position: relative;
}
.l-main.nav-active::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .nav-open .l-main::after {
    display: none;
  }
}

.js-mainSlider {
  position: relative;
  padding: 45px 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-mainSlider {
    padding: 3.8793103448vw 0;
  }
}
@media (max-width: 767px) {
  .js-mainSlider {
    padding: 18px 0 25px;
  }
}
.js-mainSlider .swiper-slide {
  width: 614px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-mainSlider .swiper-slide {
    width: 52.9310344828vw;
  }
}
@media (max-width: 767px) {
  .js-mainSlider .swiper-slide {
    width: 307px;
  }
}
.js-mainSlider .swiper-slide.u-slide--s {
  width: 372px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-mainSlider .swiper-slide.u-slide--s {
    width: 32.0689655172vw;
  }
}
@media (max-width: 767px) {
  .js-mainSlider .swiper-slide.u-slide--s {
    width: 188px;
  }
}
.js-mainSlider .swiper-pagination {
  bottom: 0 !important;
}
.js-mainSlider .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-mainSlider .swiper-pagination-bullet {
    margin: 0 0.4310344828vw !important;
    width: 0.8620689655vw;
    height: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  .js-mainSlider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.js-mainSlider .swiper-pagination-bullet-active {
  background: #005fde;
}
.employee-index .js-mainSlider .swiper-pagination-bullet-active {
  background: #00aa55;
}

.l-flex-container {
  padding: 45px 0;
  margin: auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-flex-container {
    padding: 3.8793103448vw 0;
    max-width: 86.2068965517vw;
  }
}
@media (max-width: 767px) {
  .l-flex-container {
    padding: 7.7333333333vw 20px;
  }
}

.l-container {
  padding: 45px 0;
  margin: auto;
  max-width: 970px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-container {
    padding: 3.8793103448vw 0;
    max-width: 83.6206896552vw;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding: 7.7333333333vw 20px;
  }
}

.l-contents {
  max-width: 720px;
  width: 100%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents {
    max-width: 62.0689655172vw;
  }
}

.l-contents h1,
.l-container h1 {
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 48px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents h1,
  .l-container h1 {
    margin-bottom: 4.3103448276vw;
    padding-bottom: 0.8620689655vw;
    font-size: 2.7586206897vw;
    line-height: 4.1379310345vw;
  }
}
@media (max-width: 767px) {
  .l-contents h1,
  .l-container h1 {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 1.3;
  }
}
.l-contents h1 span,
.l-container h1 span {
  display: block;
  font-size: 50%;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .l-contents h1 span,
  .l-container h1 span {
    margin-bottom: 5px;
  }
}
.l-contents h1::after,
.l-container h1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #005fde;
}
.employee .l-contents h1::after, .employee-index .l-contents h1::after, .employee-concept .l-contents h1::after, .employee-voice .l-contents h1::after,
.employee .l-container h1::after,
.employee-index .l-container h1::after,
.employee-concept .l-container h1::after,
.employee-voice .l-container h1::after {
  background: #00aa55;
}
.library .l-contents h1::after, .project .l-contents h1::after,
.library .l-container h1::after,
.project .l-container h1::after {
  background: #f7be00;
}
.sitemap .l-contents h1::after, .default .l-contents h1::after,
.sitemap .l-container h1::after,
.default .l-container h1::after {
  background: #c11920;
}
.l-contents h1.seminar-main,
.l-container h1.seminar-main {
  padding-bottom: 0;
}
.l-contents h1.seminar-main::after,
.l-container h1.seminar-main::after {
  display: none;
}
.l-contents h2,
.l-container h2 {
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-feature-settings: "palt";
  border-left: solid 12px #4b7ee8;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents h2,
  .l-container h2 {
    margin-bottom: 2.5862068966vw;
    padding-left: 1.2931034483vw;
    font-size: 2.0689655172vw;
    line-height: 2.7586206897vw;
  }
}
@media (max-width: 767px) {
  .l-contents h2,
  .l-container h2 {
    margin-bottom: 15px;
    padding-left: 6px;
    font-size: 16px;
    line-height: 22px;
    border-left: solid 8px #4b7ee8;
  }
}
.employee .l-contents h2, .employee-index .l-contents h2, .employee-concept .l-contents h2, .employee-voice .l-contents h2,
.employee .l-container h2,
.employee-index .l-container h2,
.employee-concept .l-container h2,
.employee-voice .l-container h2 {
  border-left: solid 12px #00aa55;
}
@media (max-width: 767px) {
  .employee .l-contents h2, .employee-index .l-contents h2, .employee-concept .l-contents h2, .employee-voice .l-contents h2,
  .employee .l-container h2,
  .employee-index .l-container h2,
  .employee-concept .l-container h2,
  .employee-voice .l-container h2 {
    border-left: solid 8px #00aa55;
  }
}
.library .l-contents h2, .project .l-contents h2,
.library .l-container h2,
.project .l-container h2 {
  border-left: solid 12px #ff7800;
}
@media (max-width: 767px) {
  .library .l-contents h2, .project .l-contents h2,
  .library .l-container h2,
  .project .l-container h2 {
    border-left: solid 8px #ff7800;
  }
}
.sitemap .l-contents h2, .default .l-contents h2,
.sitemap .l-container h2,
.default .l-container h2 {
  border-left: solid 12px #c11920;
}
@media (max-width: 767px) {
  .sitemap .l-contents h2, .default .l-contents h2,
  .sitemap .l-container h2,
  .default .l-container h2 {
    border-left: solid 8px #c11920;
  }
}
.l-contents h2::before,
.l-container h2::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .l-contents h2::before,
  .l-container h2::before {
    left: -5px;
    width: 2px;
  }
}
.l-contents h3,
.l-container h3 {
  margin-bottom: 0.5em;
  color: #4b7ee8;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents h3,
  .l-container h3 {
    font-size: 1.724137931vw;
    line-height: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .l-contents h3,
  .l-container h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
.employee .l-contents h3, .employee-index .l-contents h3, .employee-concept .l-contents h3, .employee-voice .l-contents h3,
.employee .l-container h3,
.employee-index .l-container h3,
.employee-concept .l-container h3,
.employee-voice .l-container h3 {
  color: #00aa55;
}
.library .l-contents h3, .project .l-contents h3,
.library .l-container h3,
.project .l-container h3 {
  color: #ff7800;
}
.l-contents section,
.l-container section {
  margin-bottom: 70px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents section,
  .l-container section {
    margin-bottom: 6.0344827586vw;
  }
}
@media (max-width: 767px) {
  .l-contents section,
  .l-container section {
    margin-bottom: 9.3333333333vw;
  }
}
.l-contents section p,
.l-container section p {
  margin-bottom: 0.5em;
}
.l-contents section p.note,
.l-container section p.note {
  font-size: 14px;
}
@media (max-width: 767px) {
  .l-contents section p.note,
  .l-container section p.note {
    font-size: 12px;
  }
}
.l-contents section p.red,
.l-container section p.red {
  color: #ff0000;
}
.l-contents section:last-child,
.l-container section:last-child {
  margin-bottom: 0;
}
.l-contents figure,
.l-container figure {
  margin-top: 1em;
}
.l-contents figure figcaption,
.l-container figure figcaption {
  margin-top: 0.5em;
}
.l-contents .box .row,
.l-container .box .row {
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #ddedff;
  border-radius: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .box .row,
  .l-container .box .row {
    margin-bottom: 2.5862068966vw;
    padding: 1.724137931vw 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .l-contents .box .row,
  .l-container .box .row {
    margin-bottom: 4vw;
    padding: 15px 12px;
  }
}
.employee .l-contents .box .row, .employee-index .l-contents .box .row, .employee-concept .l-contents .box .row, .employee-voice .l-contents .box .row,
.employee .l-container .box .row,
.employee-index .l-container .box .row,
.employee-concept .l-container .box .row,
.employee-voice .l-container .box .row {
  background-color: #dff2e0;
}
.library .l-contents .box .row,
.library .l-container .box .row {
  background-color: #f2f0f0;
}
.l-contents .box-flex,
.l-container .box-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
}
.l-contents .box-flex--nowrap,
.l-container .box-flex--nowrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.l-contents .box-flex-center,
.l-container .box-flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-contents .box-flex .col2,
.l-container .box-flex .col2 {
  margin-top: 30px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: calc(50% - 15px);
  font-size: 14px;
  background-color: #ddedff;
  border-radius: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .box-flex .col2,
  .l-container .box-flex .col2 {
    margin-top: 2.5862068966vw;
    padding: 1.724137931vw 2.5862068966vw;
    width: calc(50% - 1.2931034483vw);
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .l-contents .box-flex .col2,
  .l-container .box-flex .col2 {
    margin-top: 4vw;
    padding: 15px 12px;
    width: 100%;
    font-size: 12px;
  }
}
.employee .l-contents .box-flex .col2, .employee-index .l-contents .box-flex .col2, .employee-concept .l-contents .box-flex .col2, .employee-voice .l-contents .box-flex .col2,
.employee .l-container .box-flex .col2,
.employee-index .l-container .box-flex .col2,
.employee-concept .l-container .box-flex .col2,
.employee-voice .l-container .box-flex .col2 {
  background-color: #dff2e0;
}
.library .l-contents .box-flex .col2, .project .l-contents .box-flex .col2,
.library .l-container .box-flex .col2,
.project .l-container .box-flex .col2 {
  background-color: #fff1c4;
}
.seminar .l-contents .box-flex .col2,
.seminar .l-container .box-flex .col2 {
  background-color: #f4f4f4;
}
.l-contents .box-flex .col3,
.l-container .box-flex .col3 {
  margin-top: 30px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: calc(33.333% - 15px);
  background-color: #ddedff;
  border-radius: 10px;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .box-flex .col3,
  .l-container .box-flex .col3 {
    margin-top: 2.5862068966vw;
    padding: 1.724137931vw 2.5862068966vw;
    width: calc(33.333% - 1.2931034483vw);
  }
}
@media (max-width: 767px) {
  .l-contents .box-flex .col3,
  .l-container .box-flex .col3 {
    margin-top: 4vw;
    padding: 8px;
    border-radius: 5px;
    width: calc(33.333% - 2vw);
    font-size: 12px;
  }
}
.employee .l-contents .box-flex .col3, .employee-index .l-contents .box-flex .col3, .employee-concept .l-contents .box-flex .col3, .employee-voice .l-contents .box-flex .col3,
.employee .l-container .box-flex .col3,
.employee-index .l-container .box-flex .col3,
.employee-concept .l-container .box-flex .col3,
.employee-voice .l-container .box-flex .col3 {
  background-color: #dff2e0;
}
.library .l-contents .box-flex .col3, .project .l-contents .box-flex .col3,
.library .l-container .box-flex .col3,
.project .l-container .box-flex .col3 {
  background-color: #fff1c4;
}
.seminar .l-contents .box-flex .col3,
.seminar .l-container .box-flex .col3 {
  background-color: #f4f4f4;
}
.l-contents .img-flex,
.l-container .img-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .img-flex,
  .l-container .img-flex {
    margin-top: 1.724137931vw;
  }
}
.l-contents .img-flex .col2,
.l-container .img-flex .col2 {
  margin-top: 20px;
  width: calc(50% - 10px);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .img-flex .col2,
  .l-container .img-flex .col2 {
    margin-top: 1.724137931vw;
    width: calc(50% - 0.8620689655vw);
  }
}
@media (max-width: 767px) {
  .l-contents .img-flex .col2,
  .l-container .img-flex .col2 {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
}
.l-contents .img-flex .col3,
.l-container .img-flex .col3 {
  margin-top: 10px;
  width: calc(33.333% - 10px);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .img-flex .col3,
  .l-container .img-flex .col3 {
    margin-top: 0.8620689655vw;
    width: calc(33.333% - 0.8620689655vw);
  }
}
@media (max-width: 767px) {
  .l-contents .img-flex .col3,
  .l-container .img-flex .col3 {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
}
.l-contents .img-float--right::after,
.l-container .img-float--right::after {
  content: "";
  display: block;
  clear: both;
}
.l-contents .img-float--right img,
.l-container .img-float--right img {
  margin: 0.5em 0 0.5em 1em;
  float: right;
  width: 35%;
}
.l-contents .img-float--left::after,
.l-container .img-float--left::after {
  content: "";
  display: block;
  clear: both;
}
.l-contents .img-float--left img,
.l-container .img-float--left img {
  margin: 0.5em 0 0.5em 1em;
  float: left;
  width: 35%;
}
.l-contents .list-disc,
.l-container .list-disc {
  margin-left: 1em;
  display: list-item;
}
.l-contents .list-disc li,
.l-container .list-disc li {
  list-style: disc;
}
.l-contents .download-box__wrap,
.l-contents .library-download__wrap,
.l-container .download-box__wrap,
.l-container .library-download__wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .download-box__wrap,
  .l-contents .library-download__wrap,
  .l-container .download-box__wrap,
  .l-container .library-download__wrap {
    margin-top: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .l-contents .download-box__wrap,
  .l-contents .library-download__wrap,
  .l-container .download-box__wrap,
  .l-container .library-download__wrap {
    margin-top: 6.6666666667vw;
  }
}
.l-contents .download-box__wrap li,
.l-contents .library-download__wrap li,
.l-container .download-box__wrap li,
.l-container .library-download__wrap li {
  margin-bottom: 30px;
  padding: 20px;
  width: calc(50% - 25px);
  background: #f2f0f0;
  border-radius: 14px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .download-box__wrap li,
  .l-contents .library-download__wrap li,
  .l-container .download-box__wrap li,
  .l-container .library-download__wrap li {
    margin-bottom: 2.5862068966vw;
    padding: 2.5862068966vw 1.724137931vw;
    width: calc(50% - 2.1551724138vw);
    border-radius: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .l-contents .download-box__wrap li,
  .l-contents .library-download__wrap li,
  .l-container .download-box__wrap li,
  .l-container .library-download__wrap li {
    margin-bottom: 20px;
    padding: 15px 10px;
    width: calc(50% - 7px);
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .l-contents .download-box__wrap li a.link--btn,
  .l-contents .library-download__wrap li a.link--btn,
  .l-container .download-box__wrap li a.link--btn,
  .l-container .library-download__wrap li a.link--btn {
    min-width: 30.6666666667vw;
    height: 25px;
  }
}
.l-contents .download-box-title,
.l-contents .library-download-title,
.l-container .download-box-title,
.l-container .library-download-title {
  margin: 0 0 10px !important;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .download-box-title,
  .l-contents .library-download-title,
  .l-container .download-box-title,
  .l-container .library-download-title {
    margin: 0 0 0.8620689655vw !important;
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .l-contents .download-box-title,
  .l-contents .library-download-title,
  .l-container .download-box-title,
  .l-container .library-download-title {
    margin: 0 !important;
    font-size: 14px;
  }
}
.l-contents .download-box-img,
.l-contents .library-download-img,
.l-container .download-box-img,
.l-container .library-download-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 273px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .download-box-img,
  .l-contents .library-download-img,
  .l-container .download-box-img,
  .l-container .library-download-img {
    height: 23.5344827586vw;
  }
}
@media (max-width: 767px) {
  .l-contents .download-box-img,
  .l-contents .library-download-img,
  .l-container .download-box-img,
  .l-container .library-download-img {
    height: auto;
  }
}
.l-contents .download-box-img img,
.l-contents .library-download-img img,
.l-container .download-box-img img,
.l-container .library-download-img img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .l-contents .download-box-img img,
  .l-contents .library-download-img img,
  .l-container .download-box-img img,
  .l-container .library-download-img img {
    max-height: none;
    max-width: 80%;
  }
}
.l-contents .download-box-text,
.l-contents .library-download-text,
.l-container .download-box-text,
.l-container .library-download-text {
  margin-top: 1em;
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .download-box-text,
  .l-contents .library-download-text,
  .l-container .download-box-text,
  .l-container .library-download-text {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .l-contents .download-box-text,
  .l-contents .library-download-text,
  .l-container .download-box-text,
  .l-container .library-download-text {
    font-size: 11px;
  }
}
.l-contents .download-box a.link--btn,
.l-contents .library-download a.link--btn,
.l-container .download-box a.link--btn,
.l-container .library-download a.link--btn {
  min-width: 200px !important;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-contents .download-box a.link--btn,
  .l-contents .library-download a.link--btn,
  .l-container .download-box a.link--btn,
  .l-container .library-download a.link--btn {
    min-width: 17.2413793103vw;
  }
}
@media (max-width: 767px) {
  .l-contents .download-box a.link--btn,
  .l-contents .library-download a.link--btn,
  .l-container .download-box a.link--btn,
  .l-container .library-download a.link--btn {
    min-width: 100% !important;
  }
}

.l-side {
  width: 210px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-side {
    width: 18.1034482759vw;
  }
}
@media (max-width: 767px) {
  .l-side {
    display: none;
  }
}
.l-side aside.fixed {
  position: fixed;
  width: 210px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-side aside.fixed {
    width: 18.1034482759vw;
  }
}
.l-side aside .side-title {
  height: 60px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-side aside .side-title {
    height: 5.1724137931vw;
    border-radius: 0.8620689655vw 0.8620689655vw 0 0;
    font-size: 1.2931034483vw;
  }
}
.company .l-side aside .side-title, .company-region .l-side aside .side-title, .ikuboss .l-side aside .side-title {
  background: #005fde;
}
.employee .l-side aside .side-title, .employee-index .l-side aside .side-title, .employee-concept .l-side aside .side-title, .employee-voice .l-side aside .side-title {
  background: #00aa55;
}
.library .l-side aside .side-title, .project .l-side aside .side-title {
  background: #f7be00;
}
.l-side aside ul li a {
  position: relative;
  padding-left: 1em;
  display: flex;
  align-items: center;
  height: 64px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: #f2f0f0;
  border-bottom: 2px dashed #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-side aside ul li a {
    height: 5.5172413793vw;
    font-size: 1.2068965517vw;
    line-height: 1.724137931vw;
  }
}
.l-side aside ul li a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/common/side_icon_company.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-side aside ul li a::after {
    right: 0.8620689655vw;
    width: 1.6379310345vw;
    height: 1.6379310345vw;
  }
}
.employee .l-side aside ul li a::after, .employee-index .l-side aside ul li a::after, .employee-concept .l-side aside ul li a::after, .employee-voice .l-side aside ul li a::after {
  background: url(../images/common/side_icon_employee.svg) center/100% no-repeat;
}
.library .l-side aside ul li a::after, .project .l-side aside ul li a::after {
  background: url(../images/common/side_icon.svg) center/100% no-repeat;
}
.l-side aside ul li a:hover {
  opacity: 1;
}
.l-side aside ul li a:hover::after {
  background: url(../images/common/side_icon_company_on.svg) center/100% no-repeat;
}
.employee .l-side aside ul li a:hover::after, .employee-index .l-side aside ul li a:hover::after, .employee-concept .l-side aside ul li a:hover::after, .employee-voice .l-side aside ul li a:hover::after {
  background: url(../images/common/side_icon_employee_on.svg) center/100% no-repeat;
}
.library .l-side aside ul li a:hover::after, .project .l-side aside ul li a:hover::after {
  background: url(../images/common/side_icon_on.svg) center/100% no-repeat;
}
.l-side aside ul li.on a {
  background: #ddedff;
}
.employee .l-side aside ul li.on a, .employee-index .l-side aside ul li.on a, .employee-concept .l-side aside ul li.on a, .employee-voice .l-side aside ul li.on a {
  background: #dff2e0;
}
.library .l-side aside ul li.on a, .project .l-side aside ul li.on a {
  background: #fff1c4;
}
.l-side aside ul li.on a::after {
  background: url(../images/common/side_icon_company_on.svg) center/100% no-repeat;
}
.employee .l-side aside ul li.on a::after, .employee-index .l-side aside ul li.on a::after, .employee-concept .l-side aside ul li.on a::after, .employee-voice .l-side aside ul li.on a::after {
  background: url(../images/common/side_icon_employee_on.svg) center/100% no-repeat;
}
.library .l-side aside ul li.on a::after, .project .l-side aside ul li.on a::after {
  background: url(../images/common/side_icon_on.svg) center/100% no-repeat;
}
.l-side aside ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

.link-section {
  position: relative;
  padding: 40px 0;
  margin: 110px auto 0;
  background: #f4f4f4;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .link-section {
    padding: 3.4482758621vw 0;
    margin: 9.4827586207vw auto 0;
  }
}
@media (max-width: 767px) {
  .link-section {
    padding: 10.6666666667vw 0 9.3333333333vw;
    margin: 11.7333333333vw auto 0;
  }
}
.index .link-section, .employee-index .link-section {
  padding: 69px 0 96px;
  background: none;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .index .link-section, .employee-index .link-section {
    padding: 5.9482758621vw 0 8.275862069vw;
  }
}
@media (max-width: 767px) {
  .index .link-section, .employee-index .link-section {
    padding: 12vw 0 9.3333333333vw;
  }
}
.employee .link-section, .employee-concept .link-section, .employee-voice .link-section {
  padding-top: 40px;
  margin: 78px auto 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee .link-section, .employee-concept .link-section, .employee-voice .link-section {
    padding-top: 3.4482758621vw;
    margin: 6.724137931vw auto 0;
  }
}
@media (max-width: 767px) {
  .employee .link-section, .employee-concept .link-section, .employee-voice .link-section {
    margin: 11.7333333333vw auto 0;
  }
}
.index .link-section::before, .employee-index .link-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + 550px);
  height: 100%;
  background: #ddedff;
  z-index: -1;
  border-radius: 0 46px 46px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .index .link-section::before, .employee-index .link-section::before {
    width: calc(50% + 47.4137931034vw);
    border-radius: 0 3.9655172414vw 3.9655172414vw 0;
  }
}
@media (max-width: 767px) {
  .index .link-section::before, .employee-index .link-section::before {
    width: 91.6vw;
    border-radius: 0 6.1333333333vw 6.1333333333vw 0;
  }
}
.index .link-section::after, .employee-index .link-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -205px;
  transform: translateX(504px);
  width: 336px;
  height: 402px;
  background: url(../images/index/parts_bg5.svg) center/100% no-repeat;
  mix-blend-mode: multiply;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .index .link-section::after, .employee-index .link-section::after {
    bottom: -17.6724137931vw;
    transform: translateX(43.4482758621vw);
    width: 28.9655172414vw;
    height: 34.6551724138vw;
  }
}
@media (max-width: 767px) {
  .index .link-section::after, .employee-index .link-section::after {
    left: 74vw;
    bottom: -13.3333333333vw;
    transform: none;
    width: 31.8666666667vw;
    height: 33.4666666667vw;
    background: url(../images/index/parts_bg4.svg) center/100% no-repeat;
  }
}
.employee-index .link-section::before {
  background: #dff2e0;
}
.employee-index .link-section::after {
  background: url(../images/employee/parts_bg4.svg) center/100% no-repeat;
}
@media (max-width: 767px) {
  .employee-index .link-section::after {
    left: 74vw;
    bottom: -13.3333333333vw;
    transform: none;
    width: 31.8666666667vw;
    height: 33.4666666667vw;
    background: url(../images/index/parts_bg4.svg) center/100% no-repeat;
  }
}
.link-section h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .link-section h2 {
    font-size: 21px;
  }
}
.link-section__sns {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .link-section__sns {
    margin-top: 1.4655172414vw;
  }
}
.link-section__sns li {
  margin: 0 7px;
}

.js-bnrSlider {
  padding-bottom: 32px;
  position: relative;
  margin: 42px auto 0;
  max-width: 1140px;
  overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-bnrSlider {
    padding-bottom: 2.7586206897vw;
    margin: 3.6206896552vw auto 0;
    max-width: 98.275862069vw;
  }
}
@media (max-width: 767px) {
  .js-bnrSlider {
    display: none;
  }
}
.js-bnrSlider .swiper-slide {
  width: 210px;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-bnrSlider .swiper-slide {
    width: 18.1034482759vw;
  }
}
.js-bnrSlider .swiper-pagination {
  bottom: 0 !important;
}
.js-bnrSlider .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .js-bnrSlider .swiper-pagination-bullet {
    margin: 0 0.4310344828vw !important;
    width: 0.8620689655vw;
    height: 0.8620689655vw;
  }
}
.js-bnrSlider .swiper-pagination-bullet-active {
  background: #005fde;
}
.employee .js-bnrSlider .swiper-pagination-bullet-active, .employee-index .js-bnrSlider .swiper-pagination-bullet-active, .employee-seminar .js-bnrSlider .swiper-pagination-bullet-active, .employee-voice .js-bnrSlider .swiper-pagination-bullet-active {
  background: #00aa55;
}
.default .js-bnrSlider .swiper-pagination-bullet-active, .sitemap .js-bnrSlider .swiper-pagination-bullet-active {
  background: #c11920;
}
.project .js-bnrSlider .swiper-pagination-bullet-active, .library .js-bnrSlider .swiper-pagination-bullet-active {
  background: #f7be00;
}

.utilityNav {
  position: relative;
  padding: 73px 0 53px;
  margin: auto;
  max-width: 1100px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .utilityNav {
    padding: 6.2931034483vw 0 4.5689655172vw;
    max-width: 94.8275862069vw;
  }
}
@media (max-width: 767px) {
  .utilityNav {
    padding: 17.3333333333vw 0 0;
  }
}
@media (max-width: 767px) {
  .index .utilityNav::after {
    position: absolute;
    top: -14.5333333333vw;
    left: 19.4666666667vw;
    content: "";
    width: 13.3333333333vw;
    height: 27.4666666667vw;
    background: url(../images/index/parts_person1_sp.svg) center/100% no-repeat;
  }
}
.employee-index .utilityNav::after {
  position: absolute;
  top: -41px;
  left: 0;
  content: "";
  width: 109px;
  height: 188px;
  background: url(../images/employee/parts_bg5.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .employee-index .utilityNav::after {
    top: -3.5344827586vw;
    width: 9.3965517241vw;
    height: 16.2068965517vw;
  }
}
@media (max-width: 767px) {
  .employee-index .utilityNav::after {
    top: -10vw;
    left: 14.8vw;
    width: 12.2666666667vw;
    height: 21.0666666667vw;
  }
}
.utilityNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .utilityNav ul {
    margin: auto;
    width: 84vw;
    display: block;
    text-align: center;
  }
}
.utilityNav ul li {
  position: relative;
  margin-left: 28px;
  padding-left: 28px;
  font-weight: 500;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .utilityNav ul li {
    margin-left: 2.4137931034vw;
    padding-left: 2.4137931034vw;
  }
}
@media (max-width: 767px) {
  .utilityNav ul li {
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    font-weight: 400;
  }
}
.utilityNav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.utilityNav ul li:first-child::after {
  display: none;
}
@media (max-width: 767px) {
  .utilityNav ul li:first-child::after {
    display: block;
  }
}
.utilityNav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: #ddedff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .utilityNav ul li::after {
    width: 0.2586206897vw;
  }
}
@media (max-width: 767px) {
  .utilityNav ul li::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
  }
}
.employee .utilityNav ul li::after, .employee-index .utilityNav ul li::after, .employee-concept .utilityNav ul li::after, .employee-voice .utilityNav ul li::after, .employee-seminar .utilityNav ul li::after {
  background: #dff2e0;
}
.library .utilityNav ul li::after, .project .utilityNav ul li::after {
  background: #fff1c4;
}
.sitemap .utilityNav ul li::after, .default .utilityNav ul li::after {
  background: #f9e8e8;
}
.utilityNav p {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .utilityNav p {
    margin-top: 3.4482758621vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .utilityNav p {
    padding: 6.6666666667vw 0 0;
    background-color: #f2f0f0;
    font-size: 10px;
  }
}

.faq-nav,
.download-nav {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .faq-nav,
  .download-nav {
    margin-bottom: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  .faq-nav,
  .download-nav {
    margin-bottom: 6.6666666667vw;
  }
}
.faq-nav li,
.download-nav li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .faq-nav li,
  .download-nav li {
    margin: 0 3px;
  }
}

.faq-list-item-answer {
  display: none;
  padding: 10px 20px 10px 42px;
  background: #ddedff;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .faq-list-item-answer {
    padding: 0.8620689655vw 1.724137931vw 0.8620689655vw 3.6206896552vw;
    border-radius: 0 0 0.6896551724vw 0.6896551724vw;
  }
}
.employee .faq-list-item-answer, .employee-index .faq-list-item-answer, .employee-concept .faq-list-item-answer, .employee-voice .faq-list-item-answer {
  background: #dff2e0;
}
.employee .faq-list-item-answer a, .employee-index .faq-list-item-answer a, .employee-concept .faq-list-item-answer a, .employee-voice .faq-list-item-answer a {
  color: #00aa55;
}
.project .faq-list-item-answer, .library .faq-list-item-answer {
  background: #fff1c4;
}
.project .faq-list-item-answer a, .library .faq-list-item-answer a {
  color: #ff7800;
}
.default .faq-list-item-answer {
  background: #f9e8e8;
}
.default .faq-list-item-answer a {
  color: #c11920;
}
.faq-list-item-answer p {
  margin-bottom: 0;
}
.faq-list-item-answer a {
  color: #005fde;
}
.faq-list li {
  margin-bottom: 10px;
}
.faq-list li h3 {
  margin-bottom: 10px;
  position: relative;
  padding: 10px 20px 10px 42px;
  background: #f2f0f0;
  color: #2c2c2c !important;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .faq-list li h3 {
    margin-bottom: 0.8620689655vw;
    padding: 0.8620689655vw 1.724137931vw 0.8620689655vw 3.6206896552vw;
    font-size: 1.3793103448vw;
    border-radius: 0.6896551724vw;
  }
}
@media (max-width: 767px) {
  .faq-list li h3 {
    font-size: 14px;
  }
}
.faq-list li h3::before {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 7px;
  background: url(../images/common/nav_icon_arrow_company.svg) center/100% no-repeat;
}
.employee .faq-list li h3::before, .employee-index .faq-list li h3::before, .employee-concept .faq-list li h3::before, .employee-voice .faq-list li h3::before {
  background: url(../images/common/nav_icon_arrow_employee.svg) center/100% no-repeat;
}
.project .faq-list li h3::before, .library .faq-list li h3::before {
  background: url(../images/common/nav_icon_arrow_project.svg) center/100% no-repeat;
}
.default .faq-list li h3::before {
  background: url(../images/common/nav_icon_arrow_default.svg) center/100% no-repeat;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form textarea,
form select {
  border-color: #dadada;
  background-color: #edf2fd;
}
.employee-voice form input[type=text],
.employee-voice form input[type=tel],
.employee-voice form input[type=email],
.employee-voice form textarea {
  border-color: #dadada;
  background-color: #dff2e0;
}
.project form input[type=text],
.project form input[type=tel],
.project form input[type=email],
.project form textarea {
  border-color: #dadada;
  background-color: #fff1c4;
}
.default form input[type=text],
.default form input[type=tel],
.default form input[type=email],
.default form textarea {
  border-color: #dadada;
  background-color: #efefef;
}
form dl {
  display: grid;
  grid-template-columns: 252px 1fr;
  border-top: 1px solid #dadada;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl {
    grid-template-columns: 21.724137931vw 1fr;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  form dl {
    display: block;
    font-size: 13px;
  }
}
form dl dt {
  padding: 20px 26px 22px 15px;
  line-height: 1.3;
  box-sizing: border-box;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl dt {
    padding: 1.724137931vw 2.2413793103vw 1.8965517241vw 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  form dl dt {
    padding: 14px 26px 0 0;
  }
}
form dl dt span.required {
  padding: 3px 6px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 2px;
  float: right;
  font-size: 11px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl dt span.required {
    padding: 0.2586206897vw 0.5172413793vw;
    font-size: 0.9482758621vw;
  }
}
@media (max-width: 767px) {
  form dl dt span.required {
    margin-left: 1em;
    padding: 2px 3px;
    font-size: 10px;
    float: none;
  }
}
form dl dt span.comment, form dl dt span.twitter {
  margin-right: 0.5em;
  padding: 3px 6px;
  color: #ff0000;
  background-color: #fff;
  border: solid #ff0000 1px;
  border-radius: 3px;
  float: none;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 11px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl dt span.comment, form dl dt span.twitter {
    padding: 0.2586206897vw 0.5172413793vw;
    font-size: 0.9482758621vw;
  }
}
@media (max-width: 767px) {
  form dl dt span.comment, form dl dt span.twitter {
    padding: 2px 3px;
    font-size: 10px;
  }
}
form dl dt span.twitter {
  color: #009bc7;
  border: solid #009bc7 1px;
}
form dl dd {
  width: 100%;
  padding: 14px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl dd {
    padding: 1.2068965517vw 0;
  }
}
@media (max-width: 767px) {
  form dl dd {
    padding: 0.5em 0 14px;
    border-top: none;
  }
}
form dl dd input[type=text],
form dl dd input[type=tel],
form dl dd input[type=email] {
  width: 100%;
  border: 1px solid #dadada;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl dd input[type=text],
  form dl dd input[type=tel],
  form dl dd input[type=email] {
    height: 2.5862068966vw;
    line-height: 2.5862068966vw;
    border-radius: 0.2586206897vw;
    padding: 0 1.2931034483vw;
  }
}
form dl dd input[type=file] {
  margin-bottom: 1em;
}
form dl dd select {
  width: 170px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  height: 30px;
  border-radius: 3px;
  padding: 4px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: url(../images/form/dropdown.png) no-repeat 150px center;
  background-size: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl dd select {
    height: 2.5862068966vw;
    padding: 0.3448275862vw 1.2931034483vw;
    background-size: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  form dl dd select {
    padding: 4px 15px;
    width: 170px;
    height: 30px;
    background-size: 10px;
  }
}
form dl dd textarea {
  width: 100%;
  border: 1px solid #dadada;
  box-sizing: border-box;
  min-height: 200px;
  border-radius: 3px;
  padding: 6px 15px 15px;
}
form dl dd label {
  margin-right: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form dl dd label {
    margin-right: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  form dl dd label {
    margin-right: 0;
    font-size: 12px;
  }
}
form dl dd p {
  margin: 0.5em 0 0 !important;
}
form dl dd img {
  margin-bottom: 15px;
}
form dl dd .wordCount {
  margin-top: 0 !important;
}
form dl dd .wordCount span {
  margin: 0 5px;
  text-align: right;
  font-size: 120%;
}
form dl .note {
  color: #ff0000;
  font-size: 12px !important;
}
form .submit {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 50px;
  border-radius: 5px;
  display: block;
  background: linear-gradient(#ffffff, #f5f5f5);
  width: 347px;
  height: 50px;
  border: 0;
  text-indent: 0px;
  cursor: pointer;
  color: #005fde;
  border: 1px solid #005fde;
}
.employee-voice form .submit {
  color: #00aa55;
  border: 1px solid #00aa55;
}
.project form .submit {
  color: #ff7800;
  border: 1px solid #ff7800;
}
.default form .submit {
  color: #c11920;
  border: 1px solid #c11920;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form .submit {
    margin-top: 1.724137931vw;
    font-size: 1.724137931vw;
    line-height: 4.3103448276vw;
    border-radius: 0.4310344828vw;
    width: 29.9137931034vw;
    height: 4.3103448276vw;
  }
}
@media (max-width: 767px) {
  form .submit {
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
  }
}
form .submit:hover {
  background: #005fde;
  color: #fff;
}
.employee-voice form .submit:hover {
  background: #00aa55;
}
.project form .submit:hover {
  background: #ff7800;
}
.default form .submit:hover {
  background: #c11920;
}
form .submit:disabled {
  pointer-events: none;
  opacity: 0.7;
}
form .back {
  max-width: 200px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  margin: 15px auto;
  background: linear-gradient(#ffffff, #f5f5f5);
  height: 40px;
  border: 0;
  text-indent: 0px;
  cursor: pointer;
  color: #005fde;
  border: 1px solid #005fde;
  opacity: 0.5;
  text-align: center;
}
.employee-voice form .back {
  color: #00aa55;
  border: 1px solid #00aa55;
}
@media (max-width: 1100px) and (min-width: 768px) {
  form .back {
    padding: 0 1.724137931vw;
    font-size: 1.5517241379vw;
    line-height: 3.4482758621vw;
    border-radius: 0.4310344828vw;
    margin: 1.2931034483vw auto;
    max-width: 17.2413793103vw;
    height: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  form .back {
    max-width: 200px;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
  }
}
form .back:hover {
  opacity: 1;
}
form .logo-download {
  margin-top: 50px;
}
@media (max-width: 767px) {
  form .logo-download {
    margin-top: 20px;
  }
}

.pagination {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .pagination {
    margin-top: 6.0344827586vw;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 9.3333333333vw;
    display: block;
  }
}
.pagination > a {
  color: #00aa55;
  font-size: 13px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .pagination > a {
    font-size: 1.1206896552vw;
  }
}
@media (max-width: 767px) {
  .pagination > a {
    font-size: 12px;
  }
}
.company .pagination > a, .ikuboss .pagination > a {
  color: #005fde;
}
.project .pagination > a {
  color: #ff7800;
}
.default .pagination > a {
  color: #c11920;
}
.pagination > a.prev {
  margin-right: 1em;
}
@media (max-width: 767px) {
  .pagination > a.prev {
    margin: 0 auto 10px;
    display: block;
    text-align: center;
  }
}
.pagination > a.next {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .pagination > a.next {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
}
.pagination ul {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .pagination ul {
    margin-bottom: 3.8793103448vw;
  }
}
@media (max-width: 767px) {
  .pagination ul {
    margin: auto;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pagination ul li {
    margin-bottom: 5px;
  }
}
.pagination ul li a,
.pagination ul li span {
  margin: 0 5px;
  width: 2.5em;
  border: solid 1px #00aa55;
  color: #00aa55;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .pagination ul li a,
  .pagination ul li span {
    margin: 0 0.4310344828vw;
    border-radius: 0.3448275862vw;
    font-size: 1.1206896552vw;
  }
}
@media (max-width: 767px) {
  .pagination ul li a,
  .pagination ul li span {
    margin: 0 3px;
    font-size: 11px;
  }
}
.company .pagination ul li a, .ikuboss .pagination ul li a,
.company .pagination ul li span,
.ikuboss .pagination ul li span {
  border: solid 1px #005fde;
  color: #005fde;
}
.project .pagination ul li a,
.project .pagination ul li span {
  border: solid 1px #ff7800;
  color: #ff7800;
}
.default .pagination ul li a,
.default .pagination ul li span {
  border: solid 1px #c11920;
  color: #c11920;
}
.pagination ul li a {
  display: block;
}
.pagination ul li span {
  display: block;
  background: #00aa55;
  color: #fff;
}
.company .pagination ul li span, .ikuboss .pagination ul li span {
  background: #005fde;
  color: #fff;
}
.project .pagination ul li span {
  background: #ff7800;
  color: #fff;
}
.default .pagination ul li span {
  background: #c11920;
  color: #fff;
}

.img-contact {
  height: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .img-contact {
    height: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .img-contact {
    height: 12px;
  }
}

.movie__wrap {
  margin-bottom: 1em;
  position: relative;
}
.movie__wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 5;
}
.movie__wrap a img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .movie__wrap a img {
    width: 20vw;
  }
}
.movie-info {
  margin-top: 30px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .movie-info {
    margin-top: 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .movie-info {
    margin-top: 4vw;
  }
}
.movie-info h2 {
  padding-left: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-left: none !important;
  border-bottom: 1px solid;
}
.movie-info ul li {
  margin-bottom: 0.5em;
}

#modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 101;
}
#modal.js-open {
  visibility: visible;
  opacity: 1;
}
#modal .js-movieModal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80%;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #modal .js-movieModal__inner {
    max-width: 96%;
  }
}
#modal .js-movieModal__inner .js-movieModal__inner__movie {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transform: translate(-50%, -50%);
}
#modal .js-movieModal__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .js-movieModal__close {
  position: absolute;
  top: -70px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #modal .js-movieModal__close {
    top: -9.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
#modal .js-movieModal__close span:first-child, #modal .js-movieModal__close span:last-child {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #fff;
  transform-origin: initial;
}
@media (max-width: 767px) {
  #modal .js-movieModal__close span:first-child, #modal .js-movieModal__close span:last-child {
    width: 8vw;
  }
}
#modal .js-movieModal__close span:first-child {
  transform: translate(0, -50%) rotate(45deg);
}
#modal .js-movieModal__close span:last-child {
  transform: translate(0, -50%) rotate(-45deg);
}

/* ----------------------------------------
	footer
---------------------------------------- */
.l-footer {
  padding: 50px 0 30px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer {
    padding: 4.3103448276vw 0 2.5862068966vw;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding: 35px 0 20px;
    background-color: #f2f0f0;
  }
}
.l-footer__mhlw {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__mhlw {
    font-size: 1.2068965517vw;
    line-height: 1.8965517241vw;
  }
}
@media (max-width: 767px) {
  .l-footer__mhlw {
    font-size: 10px;
    line-height: 15px;
  }
}
.l-footer__mhlw .mhlw-logo {
  margin-right: 77px;
  width: 256px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-footer__mhlw .mhlw-logo {
    margin-right: 6.6379310345vw;
    width: 22.0689655172vw;
  }
}
@media (max-width: 767px) {
  .l-footer__mhlw .mhlw-logo {
    margin-right: 6vw;
    width: 34.1333333333vw;
  }
}

.l-kv-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.l-kv-modal__inner {
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 720px;
  border-radius: 33px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner {
    padding: 3.4482758621vw;
    width: 62.0689655172vw;
    border-radius: 2.8448275862vw;
    font-size: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .l-kv-modal__inner {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    width: 85.3333333333vw;
    box-sizing: border-box;
    border-radius: 10px;
  }
}
.l-kv-modal__inner p {
  font-size: 120%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-kv-modal__inner p {
    font-size: 3.2vw;
  }
}
.l-kv-modal__inner p.stm {
  margin: auto;
  display: block;
  line-height: 44px;
  background-image: url(../images/index/stm_border.svg);
  background-repeat: repeat-x;
  background-position-y: 42px;
  background-size: 611px 2px;
  width: 630px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner p.stm {
    line-height: 3.7931034483vw;
    background-position-y: 3.6206896552vw;
    background-size: 52.6724137931vw 0.1724137931vw;
    width: 54.3103448276vw;
  }
}
@media (max-width: 767px) {
  .l-kv-modal__inner p.stm {
    line-height: 8vw;
    background-position-y: 0;
    background-size: 80vw 0.2666666667vw;
    font-size: 3.4666666667vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-kv-modal__inner p.stm.bottom {
    position: relative;
  }
  .l-kv-modal__inner p.stm.bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../images/index/stm_border.svg);
    background-repeat: repeat-x;
    height: 0.2666666667vw;
    background-size: 80vw 0.2666666667vw;
    display: block;
  }
}
.l-kv-modal__inner p.stm span {
  display: inline;
}
@media (max-width: 767px) {
  .l-kv-modal__inner p.stm span {
    margin: auto;
    display: block;
    line-height: 8vw;
    background-image: url(../images/index/stm_border.svg);
    background-repeat: repeat-x;
    background-position-y: 7.7333333333vw;
    background-size: 80vw 0.2666666667vw;
    font-size: 3.4666666667vw;
    width: 100%;
  }
}
.l-kv-modal__inner p.modal-txt {
  margin-bottom: 1em;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner p.modal-txt {
    font-size: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .l-kv-modal__inner p.modal-txt {
    margin-top: 1em;
    font-size: 2.9333333333vw;
  }
}
.l-kv-modal__inner .modal-link {
  color: #00548e;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .l-kv-modal__inner .modal-link {
    font-size: 2.9333333333vw;
  }
}
.l-kv-modal__inner .btn-tomoiku {
  margin: 30px auto 0;
  width: 320px;
  display: block;
  line-height: 50px;
  background: #3090d1;
  cursor: pointer;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner .btn-tomoiku {
    margin-top: 2.5862068966vw;
    width: 27.5862068966vw;
    line-height: 4.3103448276vw;
    border-radius: 2.1551724138vw;
    font-size: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .l-kv-modal__inner .btn-tomoiku {
    margin-top: 4vw;
    width: 100%;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.l-kv-modal__inner .modal-close {
  width: 50px !important;
  height: 50px !important;
  right: 20px !important;
  left: auto !important;
  top: 15px !important;
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .l-kv-modal__inner .modal-close {
    width: 4.3103448276vw !important;
    height: 4.3103448276vw !important;
    right: 1.724137931vw !important;
    left: auto !important;
    top: 1.2931034483vw !important;
    cursor: pointer;
    font-size: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .l-kv-modal__inner .modal-close {
    width: 10vw !important;
    height: 10vw !important;
    right: 2vw !important;
    top: 2vw !important;
    font-size: 8vw;
  }
}
.l-kv-modal .modal-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
/*# sourceMappingURL=sourcemaps/base.css.map */
