@charset "UTF-8";
/* =============================================
  font
============================================= */
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../font/roboto/Roboto-Medium.ttf") format("truetype");
  src: url("../font/roboto/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../font/roboto/Roboto-Light.ttf") format("truetype");
  src: url("../font/roboto/Roboto-Light.woff") format("woff");
}
/* =============================================
  common
============================================= */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a:link, a:visited, a:hover, a:active {
  color: #222;
}

img {
  display: block;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../font/roboto/Roboto-Medium.ttf") format("truetype");
  src: url("../font/roboto/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../font/roboto/Roboto-Light.ttf") format("truetype");
  src: url("../font/roboto/Roboto-Light.woff") format("woff");
}
:root {
  font-size: 62.5%;
}

body {
  min-width: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", "Meiryo UI", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1251px;
  }
}

img {
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a:link, a:visited, a:hover, a:active {
  color: #222;
}

img {
  display: block;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/* =============================================
   vars CSS
   - 変数, カスタムプロパティ用
============================================= */
:root {
  --white-color: #fff;
  --black-color: #000;
  --footer-bg-color: #1F1F1F;
  --footer-text-color: #AFAFAF;
  --about-text-color: #707070;
  --cont-text-color: #A0A0A0;
  --cont-bg-color: #F8F8F8;
  --btn-bg-color: #FFCD00;
  --btn-txt-color: #554327;
  --header-border-color: #CCC;
}

/* =============================================
  precss
============================================= */
/* =============================================
  header CSS
   - 共通ヘッダー
============================================= */
.ly_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 62px;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--header-border-color);
}

.ly_header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 24px;
  margin-inline: auto;
}

.ly_header_itemInner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
}

@media screen and (min-width: 768px) {
  .ly_header {
    height: 107px;
  }
  .ly_header_inner {
    max-width: 1249px;
  }
  .ly_header_itemInner {
    width: auto;
  }
}
/* =============================================
  top Content CSS
   - ヘッダー高さ領域確保用
============================================= */
.ly_topContent {
  height: 62px;
}

@media screen and (min-width: 768px) {
  .ly_topContent {
    padding-top: 107px;
  }
}
/* =============================================
  footer CSS
   - 共通フッター
============================================= */
.ly_footer {
  position: relative;
  background-color: var(--footer-bg-color);
}

.ly_footer_inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  padding: 24px 30px;
  padding: 6.4vw 8vw;
}

/* =============================================
  go page top CSS
   - 共通ページトップボタン
============================================= */
.bl_goPageTop {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  bottom: -130px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.bl_goPageTop_btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .bl_goPageTop_btn {
    right: 39px;
    bottom: 36px;
    width: 60px;
    height: 60px;
  }
}
/* =============================================
   privacyエリア
============================================= */
.bl_terms {
  color: var(--black-color);
  padding-right: 26px;
  padding-right: 6.9333333333vw;
  padding-left: 26px;
  padding-left: 6.9333333333vw;
}
.bl_terms h3, .bl_terms p, .bl_terms dt, .bl_terms dd, .bl_terms li {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
}

.bl_terms_ttl {
  font-size: 22px;
  font-size: 5.8666666667vw;
  font-weight: bold;
}

.bl_terms_txt {
  margin-top: 47px;
  margin-top: 12.5333333333vw;
}

.bl_terms_list {
  margin-top: 24px;
  margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
  .bl_terms {
    max-width: 1251px;
    padding-right: 26px;
    padding-left: 26px;
    margin-inline: auto;
  }
  .bl_terms h3, .bl_terms p, .bl_terms dt, .bl_terms dd, .bl_terms li {
    font-size: 16px;
    line-height: 28px;
  }
  .bl_terms_ttl {
    font-size: 40px;
  }
  .bl_terms_txt {
    margin-top: 50px;
  }
  .bl_terms_list {
    margin-top: 28px;
  }
}
/* =============================================
   KVエリア
============================================= */
.bl_kv {
  width: 100%;
  height: 100%;
}

.bl_kv_ttl {
  width: 152px;
  width: 40.5333333333vw;
  height: 123px;
  height: 32.8vw;
}

.bl_kv_txt {
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  color: var(--white-color);
  margin-top: 24px;
  margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
  .bl_kv_ttl {
    width: 379px;
    height: 309px;
  }
  .bl_kv_txt {
    margin-top: 58px;
    font-size: 24px;
  }
}
/* =============================================
   KVエリア
============================================= */
.bl_about_ttl {
  font-size: 22px;
  font-size: 5.8666666667vw;
  font-weight: bold;
  color: var(--black-color);
  text-align: center;
}

.bl_about_txt {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: var(--about-text-color);
  text-align: center;
  white-space: nowrap;
  margin-top: 23px;
  margin-top: 6.1333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
}
.bl_about_txt > span {
  display: block;
}
.bl_about_txt > span:last-of-type {
  margin-top: 21px;
  margin-top: 5.6vw;
}

@media screen and (min-width: 768px) {
  .bl_about_ttl {
    font-size: 40px;
  }
  .bl_about_txt {
    margin-top: 40px;
    font-size: 22px;
    line-height: 40px;
  }
  .bl_about_txt > span:last-of-type {
    margin-top: 19px;
  }
}
/* =============================================
   businessエリア
============================================= */
.bl_business_list > li:nth-child(n+2) {
  margin-top: 72px;
  margin-top: 19.2vw;
}


.bl_business_img {
  width: 100%;
  height: 390px;
  height: 104vw;
  margin-top: 22px;
  margin-top: 5.8666666667vw;
  -webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
}

@media screen and (min-width: 768px) {
  .bl_business_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 81px;
  }
  .bl_business_list > li:nth-child(n+2) {
    margin-top: 0;
    margin-left: 30px;
  }
  .bl_business_img {
    width: 378px;
    height: 450px;
    margin-top: 28px;
  }
}
/* =============================================
   company profileエリア
============================================= */
.bl_companyProfile_ttl {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: var(--black-color);
  margin-top: 54px;
  margin-top: 14.4vw;
}

.bl_companyProfile_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 46px;
  margin-top: 12.2666666667vw;
}

.bl_companyProfile_listItem > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_companyProfile_listItem > div > dt {
  width: 124px;
  width: 33.0666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 28px;
  line-height: 7.4666666667vw;
  padding: 6px 0;
  padding: 1.6vw 0;
  color: var(--about-text-color);
}
.bl_companyProfile_listItem > div > dd {
  width: 202px;
  width: 53.8666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 28px;
  line-height: 7.4666666667vw;
  padding: 6px 0;
  padding: 1.6vw 0;
  font-weight: bold;
  color: var(--black-color);
}
.bl_companyProfile_listItem > div > dd > ul > li:nth-child(n+2) {
  margin-top: 12px;
  margin-top: 3.2vw;
}

@media screen and (min-width: 768px) {
  .bl_companyProfile_ttl {
    margin-top: 54px;
    font-size: 26px;
  }
  .bl_companyProfile_list {
    margin-top: 39px;
  }
  .bl_companyProfile_listItem > div > dt {
    width: 175px;
    padding: 6px 0;
    font-size: 18px;
    line-height: 41px;
  }
  .bl_companyProfile_listItem > div > dd {
    width: auto;
    padding: 6px 0;
    font-size: 18px;
    line-height: 41px;
  }
  .bl_companyProfile_listItem > div > dd > ul > li:nth-child(n+2) {
    margin-top: 2px;
  }
  .bl_companyProfile_listItem:nth-child(n+2) {
    margin-left: 157px;
  }
  .bl_companyProfile_listItem:nth-child(n+2) dt {
    width: 154px;
  }
}
/* =============================================
   accessエリア
============================================= */
.bl_access_address {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
  margin-top: 50px;
  margin-top: 13.3333333333vw;
  color: var(--company-txt-color);
}

.bl_access_map {
  position: relative;
  width: 100%;
  height: 208px;
  height: 55.4666666667vw;
  margin-top: 18px;
  margin-top: 4.8vw;
  -webkit-filter: drop-shadow(0 15px 34px rgba(0, 0, 0, 0.0696));
          filter: drop-shadow(0 15px 34px rgba(0, 0, 0, 0.0696));
}
.bl_access_map > iframe {
  width: 100%;
  height: 100%;
}

.bl_access_train {
  font-size: 15px;
  font-size: 4vw;
  margin-top: 17px;
  margin-top: 4.5333333333vw;
  color: var(--company-txt-color);
}

@media screen and (min-width: 768px) {
  .bl_access_address {
    margin-top: 56px;
    font-size: 18px;
    line-height: 18px;
  }
  .bl_access_map {
    width: 1194px;
    height: 480px;
    margin-top: 30px;
    -webkit-filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.07));
            filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.07));
  }
  .bl_access_train {
    margin-top: 22px;
    font-size: 18px;
  }
}
/* =============================================
  テキスト
============================================= */
.el_txtBold {
  font-weight: bold;
}

.el_list > li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.el_list > li::before {
  content: "・";
}

.el_listBeforeNum {
  list-style: none; /* 標準のスタイルは消す */
  counter-reset: listnum; /* カウンターをリセット */
}
.el_listBeforeNum > li::before {
  content: "(" counter(listnum) ") ";
  counter-increment: listnum;
}

/* =============================================
  見出し
============================================= */
.el_ttl > span {
  display: inline-block;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  padding-bottom: 9px;
  padding-bottom: 2.4vw;
  color: var(--cont-text-color);
}

@media screen and (min-width: 768px) {
  .el_ttl {
    width: 233px;
  }
  .el_ttl > span {
    padding-bottom: 13px;
    font-size: 18px;
  }
}
/* =============================================
  見出し下テキスト
============================================= */
.el_cont {
  margin-top: 47px;
  margin-top: 12.5333333333vw;
}
.el_cont > h3 {
  font-size: 20px;
  font-size: 5.3333333333vw;
  color: var(--black-color);
}
.el_cont > p {
  margin-top: 8px;
  margin-top: 2.1333333333vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
  color: var(--about-text-color);
}

@media screen and (min-width: 768px) {
  .el_cont {
    margin-top: 55px;
  }
  .el_cont > h3 {
    font-size: 26px;
  }
  .el_cont > p {
    margin-top: 13px;
    font-size: 18px;
    line-height: 30px;
  }
}
/* =============================================
  ボタン
============================================= */
.el_btn {
  width: 240px;
  width: 64vw;
  height: 52px;
  height: 13.8666666667vw;
  line-height: 52px;
  line-height: 13.8666666667vw;
  border-radius: 100px;
  border-radius: 26.6666666667vw;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 2.1333333333vw 6.4vw rgba(0, 0, 0, 0.13);
          box-shadow: 0 2.1333333333vw 6.4vw rgba(0, 0, 0, 0.13);
  font-weight: bold;
  text-align: center;
  background: var(--black-color);
  font-size: 18px;
  font-size: 4.8vw;
  margin: 55px auto 0;
  margin: 14.6666666667vw auto 0;
}
.el_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--white-color);
}

@media screen and (min-width: 768px) {
  .el_btn {
    width: 276px;
    height: 64px;
    margin: 85px auto 0 0;
    font-size: 22px;
    line-height: 64px;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.13);
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.13);
  }
}
/* =============================================
   businessエリア
============================================= */
.el_ttl.el_ttl_business {
  width: 163px;
  width: 43.4666666667vw;
}
.el_ttl.el_ttl_business > img {
  margin-left: -12px;
  margin-left: -3.2vw;
}

.el_cont.el_cont_margin {
  margin-top: 28px;
  margin-top: 7.4666666667vw;
}

@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_business {
    width: 281px;
  }
  .el_ttl.el_ttl_business > img {
    margin-left: -26px;
  }
  .el_cont.el_cont_margin {
    margin-top: 55px;
  }
}
/* =============================================
   recruitエリア
============================================= */
.el_ttl.el_ttl_recruit {
  width: 148px;
  width: 39.4666666667vw;
}
.el_ttl.el_ttl_recruit > img {
  margin-left: -12px;
  margin-left: -3.2vw;
}

@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_recruit {
    width: 249px;
  }
  .el_ttl.el_ttl_recruit > img {
    margin-left: -23px;
  }
  .el_cont_padding {
    padding-right: 90px;
  }
}
/* =============================================
   contactエリア
============================================= */
.el_ttl.el_ttl_contact {
  width: 165px;
  width: 44vw;
}
.el_ttl.el_ttl_contact > img {
  margin-left: -13px;
  margin-left: -3.4666666667vw;
}

@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_contact {
    width: 280px;
  }
  .el_ttl.el_ttl_contact > img {
    margin-left: -23px;
  }
  .el_btn.el_btn_margin {
    margin-top: 146px;
  }
  .el_cont.el_cont_padding {
    padding: 0 90px 0 0;
  }
}
/* =============================================
   company profileエリア
============================================= */
.el_ttl.el_ttl_companyProfile {
  width: 294px;
  width: 78.4vw;
}
.el_ttl.el_ttl_companyProfile > img {
  margin-left: -8px;
  margin-left: -2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_companyProfile {
    width: 487px;
  }
  .el_ttl.el_ttl_companyProfile > img {
    margin-left: -17px;
  }
}

/* =============================================
   accessエリア
============================================= */
.el_ttl.el_ttl_access {
  width: 132px;
  width: 35.2vw;
}
.el_ttl.el_ttl_access > img {
  margin-left: -8px;
  margin-left: -2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_access {
    width: 217px;
  }
  .el_ttl.el_ttl_access > img {
    margin-left: -11px;
  }
}

/* =============================================
   helper CSS
   - ヘルパー スタイル上書き用
============================================= */
.hp_smDb {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_smDb {
    display: none !important;
  }
}

.hp_laDb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_laDb {
    display: block !important;
  }
}

.hp_spTbDb {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_spTbDb {
    display: none !important;
  }
}

.hp_pcDb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_pcDb {
    display: block !important;
  }
}

.hp_flexDirection {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_flexDirection {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* =============================================
   program CSS
   - プログラム 状態変化用
============================================= */
@media screen and (min-width: 768px) {
  .is_hover {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .is_hover:hover {
    opacity: 0.6;
  }
}
.is_active {
  bottom: 0;
}

.is_scrollStop {
  height: 100%;
}
.is_scrollStop body {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* =============================================
  header CSS
   - 共通ヘッダー
============================================= */
.un_header_logo {
  z-index: 10;
  width: 146px;
  height: 21px;
}

.un_header_drawerBtn {
  position: relative;
  z-index: 10;
  width: 26px;
  height: 22px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.un_header_drawerBtn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 27px;
  height: 2px;
  background-color: var(--black-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.un_header_drawerBtn > span:nth-child(1) {
  top: 0;
}
.un_header_drawerBtn > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.un_header_drawerBtn > span:nth-child(3) {
  bottom: 0;
}

.un_header_drawerBtn.is_active > span {
  width: 100%;
}
.un_header_drawerBtn.is_active > span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.un_header_drawerBtn.is_active > span:nth-child(2) {
  opacity: 0;
}
.un_header_drawerBtn.is_active > span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: rotate(-45deg) translateY(50%);
          transform: rotate(-45deg) translateY(50%);
}

.un_header_nav {
  position: fixed;
  top: 0;
  right: -100%;
  display: grid;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-transition: right 0.6s;
  transition: right 0.6s;
}
.un_header_nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  place-content: center center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  text-align: center;
}
.un_header_nav li {
  width: 100%;
}
.un_header_nav a {
  display: block;
  padding: 23px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--black-color);
}

.un_header_nav.is_active {
  right: 0 !important;
}

.un_header_copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.15;
  color: #afafaf;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

@media screen and (min-width: 768px) {
  .un_header_logo {
    width: 230px;
    height: 33.79px;
  }
  .un_header_nav {
    position: initial;
    width: auto;
    height: auto;
    margin-right: 3px;
    overflow: hidden;
    background: none;
  }
  .un_header_nav > ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 50px;
    padding: 0;
  }
  .un_header_nav li {
    position: relative;
    width: auto;
  }
  .un_header_nav li a {
    padding: 23px 0;
  }
  .un_header_nav li a::after {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 0;
    content: "";
    border-top: 2px solid #ffcd00;
    -webkit-transition: width 0.1s ease-out, left 0.1s ease-out, border-color 0.1s ease-out;
    transition: width 0.1s ease-out, left 0.1s ease-out, border-color 0.1s ease-out;
  }
  .un_header_nav li a:hover::after {
    left: 0;
    width: 100%;
  }
  .un_header_nav li.is_current a::after {
    left: 0;
    width: 100%;
  }
  .un_header_copyright {
    display: none;
  }
}
@media all and (orientation: landscape) {
  .un_header_copyright {
    position: initial;
    margin-bottom: 40px;
  }
}
#about, #business, #recruit, #contact, #company, #access {
  position: absolute;
  top: 0;
  margin-top: -62px;
}

@media screen and (min-width: 768px) {
  #about, #business, #recruit, #contact, #company, #access {
    margin-top: -107px;
  }
}
/* =============================================
  footer CSS
   - 共通フッター
============================================= */
.un_footer_corp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 10px;
  row-gap: 2.6666666667vw;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}

.un_footer_name {
  width: 100%;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 25px;
  line-height: 6.6666666667vw;
  color: var(--white-color);
}

.un_footer_copyright {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: var(--footer-text-color);
  letter-spacing: -0.02rem;
}
.un_footer_copyright::after {
  display: inline-block;
  width: 1px;
  height: 50%;
  vertical-align: middle;
  content: "";
  background: var(--footer-text-color);
  margin: 0 11px;
  margin: 0 2.9333333333vw;
}

.un_footer_privacy > a {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: var(--footer-text-color);
}

.un_footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 4.5333333333vw;
}

.un_footer_piccoma {
  width: 46.64px;
  width: 12.4373333333vw;
  height: 19px;
  height: 5.0666666667vw;
}

.un_footer_kakaoPiccoma {
  width: 120px;
  width: 32vw;
  height: 19.2px;
  height: 5.12vw;
}

@media screen and (min-width: 768px) {
  .ly_footer_inner {
    max-width: 1249px;
    padding: 42px 26px;
  }
  .un_footer_corp {
    row-gap: 10px;
    margin-bottom: 0;
  }
  .un_footer_name {
    font-size: 18px;
    line-height: 25px;
  }
  .un_footer_copyright {
    font-size: 13px;
    letter-spacing: -0.03rem;
  }
  .un_footer_copyright::after {
    margin: 0 14px;
  }
  .un_footer_privacy > a {
    font-size: 14px;
  }
  .un_footer_logo {
    gap: 34px;
  }
  .un_footer_piccoma {
    width: 75.79px;
    height: 30.7px;
  }
  .un_footer_kakaoPiccoma {
    width: 191.94px;
    height: 30.71px;
  }
}

/* =============================================
  別窓アイコン
============================================= */

.bl_companyProfile_listItem li a[target="_blank"]::after,
.bl_companyProfile_listItem dd a[target="_blank"]::after
{
content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  padding-left: 0.3em;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}