@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table,
table td,
table th {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

body {
  height: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  border-bottom: 1px solid #323232;
  background-color: #fff;
  height: 82px;
  z-index: 999;
}
header .header_area {
  width: 98%;
  max-width: 1720px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_area .header-logo {
  position: relative;
  width: clamp(150px, 22vw, 441px);
  margin: 0;
  padding: 14px 0 0 0;
}
header .header_area .header-logo img {
  width: 100%;
}
header .header_area .header-logo .recruit_only_logo {
  display: none;
  position: absolute;
  left: 108%;
  top: 11px;
  width: 35%;
}
header .header_area #gnav {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0 0;
}
header .header_area #gnav ul {
  display: flex;
  list-style: none;
  align-items: center;
  min-width: 458px;
}
header .header_area #gnav ul li {
  position: relative;
  margin-right: 2.5em;
  font-size: clamp(1.2em, 1vw, 1.8em);
  font-weight: 500;
  color: #323232;
  /* 元の border-bottom は削除 */
}
header .header_area #gnav ul li a {
  color: #323232;
  text-decoration: none;
  position: relative;
  display: inline-block;
  /* 下線を擬似要素で作る */
}
header .header_area #gnav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #323232;
  opacity: 0;
  /* 初期は透明 */
  transition: opacity 0.3s ease;
  /* フワッと表示 */
}
header .header_area #gnav ul li a:hover::after {
  opacity: 1;
  /* ホバーでふわっと出る */
}
header .header_area #gnav ul li:last-child {
  margin-right: 0;
}
header .header_area .consul_box {
  display: flex;
  flex-wrap: wrap;
  width: 23.25em;
  background-color: #113686;
  border: 1px solid #113686;
  padding: 0 5px;
  margin-left: 5em;
}
header .header_area .consul_box button {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0.1em 0.75em 0.1em;
  margin: 8px auto 3px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  color: #113686;
  border-radius: 30px;
}
header .header_area .consul_box .title {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  margin-left: 0.5em;
  margin-bottom: 8px;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 100%;
}
header .header_area .consul_box .title span {
  margin-left: -0.5em;
}
header .header_area .consul_box:hover {
  background-color: #fff;
  border: 1px solid #113686;
}
header .header_area .consul_box:hover .title {
  color: #113686;
  font-weight: 600;
}
header .header_area .consul_box:hover button {
  color: #fff;
  background-color: #113686;
  border: 1px solid #113686;
}

header.bg {
  background: #fff;
}

/*ハンバーガーメニュー
---------------------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 20%;
  max-width: 350px;
  height: 100vh;
  /*ナビの高さ*/
  background: #000;
  /*動き*/
  transition: all 0.6s;
}

/*========= ナビゲーション ===============*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 150px;
  /* left: 5%; */
  /* transform: translate(-50%, -50%); */
}

#g-nav li {
  list-style: none;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 80px 0;
  display: block;
  /* text-transform: uppercase; */
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.8rem;
}

#g-nav li.linknone {
  color: #615d5d;
  text-decoration: none;
  margin: 0 0 65px 0;
  display: block;
  /* text-transform: uppercase; */
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.8rem;
}

/* 第2階層ヘッダータイトル
	---------------------------- */
#head-title {
  position: relative;
  width: 100%;
  height: 192px;
  display: flex;
  background-color: #f0f0f0;
  /* 背景画像 */
  background-repeat: no-repeat;
  /* 繰り返しなし */
  background-position: right center;
  /* 右寄せ・縦中央 */
  background-size: 847px 192px;
  /* 幅200px、高さ150px */
  justify-content: center;
  /* 横中央 */
  align-items: center;
  /* 縦中央 */
}
#head-title .title {
  position: relative;
  font-size: 4rem;
  letter-spacing: 0.125em;
  color: #323232;
  text-align: center;
  font-weight: 500;
}
#head-title .breadcrumb {
  position: absolute;
  top: 20px;
  width: 98%;
  max-width: 1600px;
  font-size: 1.4rem;
  margin: 0 auto;
  z-index: 2;
}
#head-title .breadcrumb ul {
  list-style: none;
  /* デフォルトのリストマークを消す */
  padding: 0;
  margin: 0;
  display: flex;
  /* 横並び */
  flex-wrap: wrap;
  /* 長い場合は折り返す */
  gap: 0.5rem;
  /* アイテム間の余白 */
}
#head-title .breadcrumb li::after {
  content: "›";
  /* 区切り記号 */
  margin: 0 0.5rem;
  color: #323232;
}
#head-title .breadcrumb li:last-child::after {
  content: "";
  /* 最後は区切り記号なし */
}
#head-title .breadcrumb a {
  color: #909092;
  text-decoration: none;
}
#head-title .breadcrumb a:hover {
  text-decoration: underline;
}

#head-title.company {
  background-image: url("../img/common/header-bg_company.png");
  background-size: 524px 192px;
}

#head-title.company2 {
  background-image: url("../img/common/header-bg_company2.png");
}

#head-title.company2_massage {
  background-image: url("../img/common/header-bg_ir01.png");
}

#head-title.business {
  background-image: url("../img/common/header-bg_business.png");
}

#head-title.business01 {
  background-image: url("../img/common/header-bg_business01.png");
}

#head-title.business02 {
  background-image: url("../img/common/header-bg_business02.png");
}

#head-title.business03 {
  background-image: url("../img/common/header-bg_business03.png");
}

#head-title.business04 {
  background-image: url("../img/common/header-bg_business04.png");
}

#head-title.business05 {
  background-image: url("../img/common/header-bg_business05.png");
}

#head-title.business06 {
  background-image: url("../img/common/header-bg_business06.png");
}

#head-title.ir {
  background-image: url("../img/common/header-bg_ir.png");
}

#head-title.ir01 {
  background-image: url("../img/common/header-bg_ir01.png");
}

#head-title.ir02 {
  background-image: url("../img/common/header-bg_ir02.png");
}

#head-title.ir03 {
  background-image: url("../img/common/header-bg_ir03.png");
}

#head-title.ir04 {
  background-image: url("../img/common/header-bg_ir04.png");
}

#head-title.ir05 {
  background-image: url("../img/common/header-bg_ir05.png");
}

#head-title.cons {
  background-image: url("../img/common/header-bg_cons.png");
}

#head-title.ics {
  background-image: url("../img/common/header-bg_ics.png");
}

#head-title.contact {
  background-image: url("../img/common/header-bg_cons.png");
}

.menu-btn,
.menu,
.overlay {
  display: none;
}

.sp-menu {
  display: none;
}

/* フッター設定
========================================================= */
footer {
  margin: 0;
  padding: 0;
  background-color: #e0e0e5;
}

#footer_wrapper {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 15px;
  font-size: 14px;
}
#footer_wrapper .btn_top {
  position: relative;
  text-align: center;
  padding-top: 20px;
  /* 矢印の分の余白を上に確保 */
  margin-bottom: 0;
  color: #1f4787;
  font-weight: 600;
}
#footer_wrapper .btn_top a {
  font-size: 1.1rem;
  color: #1f4787;
  transition: color 0.3s ease; /* ← ふわっと色変化 */
}
#footer_wrapper .btn_top:hover {
  cursor: pointer;
  opacity: 0.7;
}
#footer_wrapper .btn_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #1f4787;
  border-bottom: 2px solid #1f4787;
}
#footer_wrapper .item-list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 50px;
}
#footer_wrapper .item-list_box .item-list {
  width: 21%;
  margin-bottom: 20px;
}
#footer_wrapper .item-list_box .item-list .title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 27px;
  color: #323232;
}
#footer_wrapper .item-list_box .item-list .title.recruit {
  margin-bottom: 50px;
}
#footer_wrapper .item-list_box .item-list .title h2 {
  margin: 0;
  padding-right: 20px;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: #89898b;
  font-weight: 500;
  transition: color 0.3s ease; /* ← ふわっと色変化 */
  /* タイトルを折り返さない */
}
#footer_wrapper .item-list_box .item-list .title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #88888b;
  transition: background-color 0.3s ease; /* ← ふわっと色変化 */
}
#footer_wrapper .item-list_box .item-list {
  /* hover時 */
}
#footer_wrapper .item-list_box .item-list .title:hover h2 {
  color: #013686;
}
#footer_wrapper .item-list_box .item-list .title:hover::after {
  background: #013686;
}
#footer_wrapper .item-list_box .item-list .footer-nav {
  margin-bottom: 10px;
}
#footer_wrapper .item-list_box .item-list .footer-nav li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1.25em;
  font-weight: 500;
  color: #323232;
}
#footer_wrapper .item-list_box .item-list .footer-nav li:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
}
#footer_wrapper .item-list_box .item-list .footer-nav li a {
  color: #323232;
}
#footer_wrapper .item-list_box .item-list .footer-nav li a:hover {
  opacity: 0.7;
}
#footer_wrapper .item-list_box .item-list {
  /* SNSエリア */
}
#footer_wrapper .item-list_box .item-list .sns_box {
  display: flex;
}
#footer_wrapper .item-list_box .item-list .sns_box li {
  height: 25px;
}
#footer_wrapper .item-list_box .item-list .sns_box li img {
  width: 100%;
}
#footer_wrapper .item-list_box .item-list .sns_box li {
  /* Xアイコン */
}
#footer_wrapper .item-list_box .item-list .sns_box li img.icon_x {
  width: 24px;
}
#footer_wrapper .item-list_box .item-list .sns_box li {
  /* Youtubeアイコン */
}
#footer_wrapper .item-list_box .item-list .sns_box li img.icon_youtube {
  width: 35px;
}
#footer_wrapper .item-list_box .item-list .sns_box li:first-child {
  margin-right: 20px;
}
#footer_wrapper .item-list_box .item-list.home {
  margin-bottom: 0;
}
#footer_wrapper .item-list_box .item-list.home .title {
  margin-bottom: 0;
}
#footer_wrapper .item-list_box .item-list.home .title h2 {
  padding-right: 37px;
}
#footer_wrapper .item-list_box .item a {
  color: #323232;
}
#footer_wrapper .item-list_box .item p {
  font-size: 1.4em;
  margin-top: 8px;
}
#footer_wrapper .bottom_cont {
  width: 100%;
  padding: 0;
  margin: 50px 0 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer_wrapper .bottom_cont .link_box {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer_wrapper .bottom_cont .link_box li {
  margin-right: 25px;
  font-size: 1.2rem;
  color: #323232;
  font-weight: 500;
}
#footer_wrapper .bottom_cont .link_box li a {
  color: #323232;
}
#footer_wrapper .bottom_cont .company_box {
  position: relative;
  justify-content: flex-end;
  margin-left: 35px;
}
#footer_wrapper .bottom_cont .company_box .bnr_jlending {
  position: absolute;
  right: 0;
  top: -110px;
  width: 300px;
  margin: 0 0 30px 0;
}
#footer_wrapper .bottom_cont .company_box .bnr_jlending img {
  width: 100%;
}
#footer_wrapper .bottom_cont .company_box .bnr_jlending:hover {
  opacity: 0.8;
}
#footer_wrapper .bottom_cont .company_box .logo {
  width: 300px;
  margin-bottom: 10px;
}
#footer_wrapper .bottom_cont .company_box .logo img {
  width: 100%;
  margin-left: 18px;
}
#footer_wrapper .bottom_cont .company_box .copyright {
  text-align: right;
  font-size: 1.1rem;
  color: #323232;
  opacity: 0.7;
  margin-bottom: 2px;
}

/* 狭間の記述
========================================================= */
@media screen and (min-width: 961px) and (max-width: 1720px) {
  header .header_area {
    width: 98.5%;
  }
  header .header_area .consul_box .title {
    font-size: 1.4em;
  }
}
/* タブレット用）の記述
========================================================= */
@media screen and (min-width: 768px) and (max-width: 960px) {
  /*　画面サイズが480pxから1240pxまではここを読み込む　*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .menu-btn,
  .menu,
  .overlay {
    display: block;
  }
  /* ハンバーガーメニューアイコン */
  .sp-menu {
    display: block;
    width: 80px;
    height: 65px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #013686;
    z-index: 1002;
  }
  .menu-btn {
    position: fixed;
    top: 20px;
    right: 24px;
    width: 36px;
    height: 23px;
    cursor: pointer;
    z-index: 1001;
  }
  .menu-btn span,
  .menu-btn::before,
  .menu-btn::after {
    content: "";
    position: absolute;
    left: 10%;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.4s;
  }
  .menu-btn span {
    top: 10px;
  }
  .menu-btn::before {
    top: 0;
  }
  .menu-btn::after {
    bottom: 0;
  }
  /* ×に変化 */
  .menu-btn.active span {
    opacity: 0;
  }
  .menu-btn.active::before {
    transform: rotate(45deg);
    top: 16px;
  }
  .menu-btn.active::after {
    transform: rotate(-45deg);
    bottom: 6px;
  }
  /* メニュー本体 */
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 80px);
    max-width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding-top: 12px;
  }
  .menu .logo {
    width: 100%;
    background-color: #fff;
    padding: 0 20px 0;
  }
  .menu .logo img {
    width: 370px;
  }
  .menu.active {
    right: 80px;
  }
  .menu ul {
    list-style: none;
    padding: 30px 0 0 0;
    margin: 0;
    background-color: #f5f6f7;
  }
  .menu li {
    border-bottom: 1px solid #013686;
    margin: 0 20px;
    color: #013686;
  }
  .menu a {
    display: block;
    padding: 18px 0;
    color: #013686;
    text-decoration: none;
    font-size: 20px;
  }
  .menu a:hover {
    background: #f5f5f5;
  }
  .menu .logo a {
    padding: 0;
  }
  /* 背景の半透明マスク */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  header {
    max-height: 65px;
  }
  header .header_area {
    display: block;
    padding: 0;
    position: relative;
  }
  header .header_area .header-logo {
    width: clamp(60%, 20vw, 63%);
    margin-top: 15px;
    margin-left: 20px;
    padding: 0;
  }
  header .header_area .header-logo img {
    width: 100%;
    height: auto;
  }
  header .header_area .recruit_only_logo {
    display: none;
    top: 0 !important;
  }
  header .header_area #gnav {
    display: none;
  }
  #head-title {
    justify-content: flex-start;
    height: 176px;
  }
  #head-title .title {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.125em;
    line-height: 1.5;
    color: #323232;
    text-align: left;
    margin-left: 35px;
    font-weight: 500;
  }
  #head-title.company {
    background-image: url("../img/common/header-bg_company_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.company2 {
    background-image: url("../img/common/header-bg_company2_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.company2_massage {
    background-image: url("../img/common/header-bg_company2_massage_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business {
    background-image: url("../img/common/header-bg_business_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business01 {
    background-image: url("../img/common/header-bg_business01_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business02 {
    background-image: url("../img/common/header-bg_business02_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business03 {
    background-image: url("../img/common/header-bg_business03_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business04 {
    background-image: url("../img/common/header-bg_business04_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business05 {
    background-image: url("../img/common/header-bg_business05_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business06 {
    background-image: url("../img/common/header-bg_business06_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir {
    background-image: url("../img/common/header-bg_ir_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir01 {
    background-image: url("../img/common/header-bg_ir01_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir02 {
    background-image: url("../img/common/header-bg_ir02_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir04 {
    background-image: url("../img/common/header-bg_ir04_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ics {
    background-image: url("../img/common/header-bg_ics_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.cons {
    background-image: url("../img/common/header-bg_ics_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir03 {
    background-image: url("../img/common/header-bg_ir03_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir04 {
    background-image: url("../img/common/header-bg_ir04_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir05 {
    background-image: url("../img/common/header-bg_ir05_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  main {
    padding: 45px 0 0 0;
  }
  /* フッター設定 */
  #footer_wrapper {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 50px;
    font-size: 14px;
  }
  #footer_wrapper .footer_btn {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #113686;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    z-index: 1000;
  }
  #footer_wrapper .footer_btn .btn {
    width: 10em;
    background-color: #fff;
    color: #113686;
    font-size: 2.2rem;
    padding: 0.5em 1em;
    border-radius: 20px;
  }
  #footer_wrapper .item-list_box {
    display: none;
  }
  #footer_wrapper .bottom_cont {
    width: calc(100% - 60px);
    display: block;
    text-align: left;
    margin: 0 auto 150px;
  }
  #footer_wrapper .bottom_cont .f-nav_sp {
    display: block;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion {
    text-align: left;
    border-top: 1px solid #013686;
    border-bottom: 1px solid #013686;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt {
    cursor: pointer;
    position: relative;
    padding: 1em 40px 1em 25px;
    /* 右側に余白を確保 */
    font-size: 2rem;
    color: #013686;
    font-weight: 300;
    transition: background 0.3s;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt span {
    font-weight: 400;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt.end {
    border-bottom: none;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion {
    /* ＋アイコン */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    transition: transform 0.3s, content 0.3s;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion {
    /* 開いている時は－に変化 */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt.open::after {
    content: "−";
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt.recruit::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../img/common/arrow-right_re.svg") no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd {
    margin: 0;
    padding: 0 20px 0 0;
    background-color: #ebebee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    border-bottom: 1px solid #013686;
    font-size: 1.6rem;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .list li {
    margin: 0;
    position: relative;
    padding: 10px 0 10px 25px;
    /* アイコン分の余白 */
    cursor: pointer;
    /* リンク風に見せたい場合 */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .list li.end {
    padding: 10px 0 15px 25px;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/common/arrow-right.svg") no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .rows2 li::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/common/arrow-right.svg") no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd.open {
    display: block;
    max-height: 500px;
    /* 中身より大きめの値を指定 */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .rows2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .rows2 li {
    width: 50%;
    font-size: 1.6rem;
  }
  #footer_wrapper .bottom_cont .sns_box {
    display: flex;
    justify-content: center;
    margin: 50px auto 30px;
  }
  #footer_wrapper .bottom_cont .sns_box .icon_x {
    width: 40px;
    margin-right: 8px;
  }
  #footer_wrapper .bottom_cont .sns_box .icon_youtube {
    width: 60px;
    margin-left: 8px;
  }
  #footer_wrapper .bottom_cont .link_box {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #footer_wrapper .bottom_cont .link_box li {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  #footer_wrapper .bottom_cont .company_box {
    width: 70%;
    margin: 30px auto 0;
  }
  #footer_wrapper .bottom_cont .company_box .logo {
    width: 100%;
    margin: 0 auto 10px;
  }
  #footer_wrapper .bottom_cont .company_box .logo img {
    width: 100%;
  }
  #footer_wrapper .bottom_cont .company_box .bnr_jlending {
    position: relative;
    right: 0;
    top: 0;
    width: 500px;
    margin: 0 auto 50px;
  }
  #footer_wrapper .bottom_cont .company_box .copyright {
    text-align: center;
    font-size: 1rem;
    color: #323232;
    opacity: 0.8;
  }
  #footer_wrapper .btn_top {
    padding-bottom: 20px;
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (max-width: 767px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* スクロール無効 */
  body.no-scroll {
    overflow: hidden;
  }
  .menu-btn,
  .menu,
  .overlay {
    display: block;
  }
  /* ハンバーガーメニューアイコン */
  .sp-menu {
    display: block;
    width: 63px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #013686;
    z-index: 1002;
  }
  .menu-btn {
    position: fixed;
    top: 16px;
    right: 18px;
    width: 23px;
    height: 13px;
    cursor: pointer;
    z-index: 1001;
  }
  .menu-btn span,
  .menu-btn::before,
  .menu-btn::after {
    content: "";
    position: absolute;
    left: 10%;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.4s;
  }
  .menu-btn span {
    top: 6px;
  }
  .menu-btn::before {
    top: 0;
  }
  .menu-btn::after {
    bottom: 0;
  }
  /* ×に変化 */
  .menu-btn.active span {
    opacity: 0;
  }
  .menu-btn.active::before {
    transform: rotate(45deg);
    top: 6px;
  }
  .menu-btn.active::after {
    transform: rotate(-45deg);
    bottom: 6px;
  }
  /* メニュー本体 */
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 63px);
    max-width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .menu .logo {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px 6px;
  }
  .menu .logo img {
    width: 213px;
  }
  .menu.active {
    right: 63px;
  }
  .menu ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    background-color: #f5f6f7;
  }
  .menu li {
    border-bottom: 1px solid #013686;
    margin: 0 20px;
    color: #013686;
  }
  .menu a {
    display: block;
    padding: 18px 0;
    color: #013686;
    text-decoration: none;
    font-size: 16px;
  }
  .menu a:hover {
    background: #f5f5f5;
  }
  .menu .logo a {
    padding: 0;
  }
  /* 背景の半透明マスク */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  header {
    max-height: 45px;
  }
  header .header_area {
    display: block;
    padding: 0;
    position: relative;
  }
  header .header_area .header-logo {
    width: 62%;
    margin-top: 14px;
    margin-left: 10px;
    padding: 0;
  }
  header .header_area .header-logo img {
    width: 100%;
    height: auto;
  }
  header .header_area .header-logo {
    width: 62%;
    margin-top: 14px;
    margin-left: 10px;
    padding: 0;
  }
  header .header_area .header-logo img {
    width: 100%;
    height: auto;
  }
  header .header_area .header-logo .recruit_only_logo {
    display: none;
    position: absolute;
    left: 106%;
    top: 0;
    width: 35%;
  }
  header .header_area .recruit_only_logo {
    display: none;
  }
  header .header_area #gnav {
    display: none;
  }
  #head-title {
    justify-content: flex-start;
    height: 176px;
  }
  #head-title .title {
    position: relative;
    font-size: 2.2rem;
    letter-spacing: 0.125em;
    line-height: 1.5;
    color: #323232;
    text-align: left;
    margin-left: 35px;
    font-weight: 500;
  }
  #head-title.company {
    background-image: url("../img/common/header-bg_company_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.company2 {
    background-image: url("../img/common/header-bg_company2_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.company2_massage {
    background-image: url("../img/common/header-bg_company2_massage_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business {
    background-image: url("../img/common/header-bg_business_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business01 {
    background-image: url("../img/common/header-bg_business01_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business02 {
    background-image: url("../img/common/header-bg_business02_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business03 {
    background-image: url("../img/common/header-bg_business03_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business04 {
    background-image: url("../img/common/header-bg_business04_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business05 {
    background-image: url("../img/common/header-bg_business05_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.business06 {
    background-image: url("../img/common/header-bg_business06_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir {
    background-image: url("../img/common/header-bg_ir_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir01 {
    background-image: url("../img/common/header-bg_ir01_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir02 {
    background-image: url("../img/common/header-bg_ir02_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir04 {
    background-image: url("../img/common/header-bg_ir04_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ics {
    background-image: url("../img/common/header-bg_ics_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.cons {
    background-image: url("../img/common/header-bg_ics_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir03 {
    background-image: url("../img/common/header-bg_ir03_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir04 {
    background-image: url("../img/common/header-bg_ir04_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #head-title.ir05 {
    background-image: url("../img/common/header-bg_ir05_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  main {
    padding: 45px 0 0 0;
  }
  /* フッター設定 */
  #footer_wrapper {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 50px;
    font-size: 14px;
  }
  #footer_wrapper .btn_top {
    margin-bottom: 15px;
  }
  #footer_wrapper .footer_btn {
    position: fixed;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #113686;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    z-index: 1000;
  }
  #footer_wrapper .footer_btn .btn {
    width: 10em;
    background-color: #fff;
    color: #113686;
    padding: 0.5em 1em;
    border-radius: 20px;
  }
  #footer_wrapper .item-list_box {
    display: none;
  }
  #footer_wrapper .bottom_cont {
    width: calc(100% - 60px);
    display: block;
    text-align: left;
    margin: 0 auto 10px;
  }
  #footer_wrapper .bottom_cont .f-nav_sp {
    display: block;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion {
    text-align: left;
    border-top: 1px solid #013686;
    border-bottom: 1px solid #013686;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt {
    cursor: pointer;
    position: relative;
    padding: 1em 40px 1em 25px;
    /* 右側に余白を確保 */
    font-size: 1.6rem;
    color: #013686;
    font-weight: 300;
    transition: background 0.3s;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt span {
    font-weight: 400;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt.end {
    border-bottom: none;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion {
    /* ＋アイコン */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    transition: transform 0.3s, content 0.3s;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion {
    /* 開いている時は－に変化 */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt.open::after {
    content: "−";
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dt.recruit::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../img/common/arrow-right_re.svg") no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd {
    margin: 0;
    padding: 0 20px 0 0;
    background-color: #ebebee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    border-bottom: 1px solid #013686;
    font-size: 1.2rem;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .list li {
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 0 5px 25px;
    /* アイコン分の余白 */
    cursor: pointer;
    /* リンク風に見せたい場合 */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .list li.end {
    padding: 10px 0 15px 25px;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd.open {
    display: block;
    width: 100%;
    max-height: 500px;
    padding-top: 5px;
    /* 中身より大きめの値を指定 */
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .rows2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #footer_wrapper .bottom_cont .f-nav_sp .accordion dd .rows2 li {
    width: 100%;
    font-size: 1.4rem;
  }
  #footer_wrapper .bottom_cont .sns_box {
    display: flex;
    justify-content: center;
    margin: 20px auto 30px;
  }
  #footer_wrapper .bottom_cont .sns_box .icon_x {
    width: 20px;
    margin-right: 8px;
  }
  #footer_wrapper .bottom_cont .sns_box .icon_youtube {
    width: 30px;
    margin-left: 8px;
  }
  #footer_wrapper .bottom_cont .link_box {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #footer_wrapper .bottom_cont .link_box li {
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #footer_wrapper .bottom_cont .company_box {
    width: 100%;
    margin: 30px auto 0;
  }
  #footer_wrapper .bottom_cont .company_box .bnr_jlending {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0 0 30px 0;
  }
  #footer_wrapper .bottom_cont .company_box .bnr_jlending img {
    width: 100%;
  }
  #footer_wrapper .bottom_cont .company_box .bnr_jlending:hover {
    opacity: 0.8;
  }
  #footer_wrapper .bottom_cont .company_box .logo {
    width: 70%;
    margin: 0 auto 10px;
  }
  #footer_wrapper .bottom_cont .company_box .logo img {
    width: 100%;
  }
  #footer_wrapper .bottom_cont .company_box .copyright {
    text-align: center;
    font-size: 0.7rem;
    color: #323232;
    opacity: 0.8;
  }
}