@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: service_info.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 820px) {
  img {
    width: 100%;
  }
}
caption,
th {
  font-weight: normal;
  text-align: left;
}

th,
td {
  padding: 0px;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  overflow-x: hidden;
}

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:before,
a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .pc_none {
    display: block;
  }
}
.right-nav {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.right-nav a {
  position: relative;
}

.right-nav a img {
  transition: opacity 0.5s;
  animation-timing-function: cubic-bezier(0.3, -0.05, 0.7, -0.5);
  animation-duration: 500ms;
}

.right-nav a img:last-of-type {
  position: absolute;
  right: 0;
  opacity: 0;
}

.right-nav a:hover img:first-of-type {
  opacity: 0;
}

.right-nav a:hover img:last-of-type {
  opacity: 1;
}

/* 旧デザイン */
.optimize-origin {
  right: 80px !important;
  bottom: 20px !important;
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}
/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
@font-face {
  font-family: 'notosansjp';
  font-weight: 100;
  src: url(../font/NotoSansJP-Thin.ttf) format("truetype");
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 300;
  src: url(../font/NotoSansJP-Light.ttf) format("truetype");
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 400;
  src: url(../font/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 500;
  src: url(../font/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 600;
  src: url(../font/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'League Spartan';
  font-weight: 100;
  src: url(../font/LeagueSpartan-Thin.ttf) format("truetype");
}
@font-face {
  font-family: 'League Spartan';
  font-weight: 500;
  src: url(../font/LeagueSpartan-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'League Spartan';
  font-weight: 600;
  src: url(../font/LeagueSpartan-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url(../font/Roboto-Regular.ttf) format("truetype");
}
main {
  font-family: 'notosansjp', sans-serif;
  background: #fff;
}

main img {
  display: block;
  width: 100%;
}

span {
  font-weight: inherit;
}

.inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.ttl-sub {
  height: 16px;
  margin-bottom: 40px;
}

.leaguespartan {
  font-family: "League Spartan";
}

.roboto {
  font-family: "Roboto";
}

.bizch-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
}

.bizch-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  padding: 20px 100px 0;
  margin: 0 auto;
}

.bizch-header .header-inner img {
  width: 104px;
}

.bizch-header .nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.bizch-header .nav-item a {
  position: relative;
  font-family: "League Spartan";
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4%;
}

.bizch-header .nav-item a.corporate::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/header_icon.svg) no-repeat center/contain;
  top: 40%;
  right: -15px;
  translate: 0 -50%;
}

.bizch-header .nav-item a.contact-btn {
  display: block;
  width: 128px;
  height: 40px;
  background: #009FE8;
  text-align: center;
  line-height: 2.8;
  border-radius: 20px;
  margin-left: 20px;
  color: #fff !important;
}

body.color-black .bizch-header img {
  filter: brightness(0);
}

body.color-black .bizch-header .nav-item a {
  color: #000;
}

body.color-black .bizch-header .nav-item a.corporate::after {
  filter: brightness(0);
}

.mv {
  overflow: hidden;
}

.mv .mv-bg {
  position: relative;
  height: 100svh;
  background: linear-gradient(#002278 22.22222%, #0b308e);
  padding: 17% 0 130px 198px;
}

.mv .mv-container {
  position: relative;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
}

.mv .txt-container {
  position: relative;
  z-index: 2;
  max-width: 480px;
  width: 100%;
}

.mv .mv-ttl {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  letter-spacing: 4%;
  text-align: center;
  margin-bottom: 27px;
}

.mv .mv-ttl .small {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.mv .mv-ttl .leaguespartan {
  font-size: 18px;
}

.mv .mv-txt {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 220.00000000000003%;
  letter-spacing: 4%;
}

.mv .scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 76px;
  translate: -50% 0;
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 4%;
  text-align: center;
}

.mv .scroll .arrow {
  display: block;
  position: relative;
}

.mv .scroll .arrow::after {
  animation: scrollArrow 2s ease-in-out infinite;
  position: absolute;
  content: "";
  width: 12px;
  height: 13px;
  background: url(../img/mv_icon.svg) no-repeat center/contain;
  left: 50%;
  bottom: -15px;
  translate: -50% 0;
}

@keyframes scrollArrow {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}
.mv .mv-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: auto;
  height: 70%;
}

.mv .mv-img02 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 18.6%;
  width: 4%;
  height: auto;
  translate: -80px 80px;
  animation: mvObject 2s ease-out .5s forwards;
}

@keyframes mvObject {
  0% {
    translate: -80px 80px;
    transform: rotate(0);
  }
  60% {
    translate: -38px 22px;
    transform: rotate(0);
  }
  80% {
    translate: -80px 80px;
    transform: rotate(-40deg);
  }
  90% {
    transform: rotate(-35deg);
  }
  100% {
    translate: 0;
    transform: rotate(0);
  }
}
.archive {
  padding: 120px 0;
}

.archive .archive-ttl {
  font-weight: 700;
  font-size: 80px;
  color: #0B308E;
  line-height: .5;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 80px;
}

.archive .archive-ttl .deco {
  font-family: "notosansjp";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 8%;
}

.archive .movie-lists {
  margin-bottom: 36px;
}

.archive .list-txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 6%;
  color: #0B308E;
  margin-bottom: 8px;
}

.movie {
  max-width: 248px;
  width: 100%;
  margin: 0 8px;
}

.movie a {
  position: relative;
}

.movie a::before,
.movie a::after {
  position: absolute;
  content: "";
}

.movie a::before {
  z-index: 2;
  width: 16px;
  height: 17px;
  background: url(../img/archive_icon01.svg) no-repeat center/contain;
  top: 50%;
  left: 51%;
  translate: -50% -50%;
}

.movie a::after {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #000;
  opacity: .75;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.movie img {
  z-index: 0;
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.movie h3 {
  display: none;
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 48px;
  height: 48px;
  background: url(../img/slick_btn.svg) no-repeat center/contain;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: url(../img/slick_btn.svg) no-repeat center/contain;
}

.slick-prev::before {
  display: none;
}

.slick-next {
  transform: scaleX(-1);
  translate: 0 -50%;
}

.slick-next::before {
  display: none;
}

.theme {
  padding: 120px 0;
  overflow-x: hidden;
}

.theme .theme-ttl {
  font-weight: 700;
  font-size: 80px;
  color: #0B308E;
  line-height: .5;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 80px;
}

.theme .theme-ttl .large {
  font-weight: 100;
  font-size: 120px;
  letter-spacing: 0%;
}

.theme .theme-ttl .deco {
  font-family: "notosansjp";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 8%;
}

.theme .theme-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  row-gap: 16px;
  position: relative;
  z-index: 1;
}

.theme .theme-lists::before,
.theme .theme-lists::after {
  position: absolute;
  z-index: 0;
  content: "";
}

.theme .theme-lists::before {
  width: 675px;
  height: 408px;
  background: url(../img/theme_img01.webp) no-repeat center/contain;
  top: 83px;
  left: -440px;
}

.theme .theme-lists::after {
  width: 597px;
  height: 396px;
  background: url(../img/theme_img02.webp) no-repeat center/contain;
  top: -164px;
  right: -440px;
}

.theme .theme-item {
  position: relative;
  z-index: 2;
  max-width: 504px;
  width: 100%;
  height: 279px;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(20px);
  padding: 40px 56px;
}

.theme .theme-item::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 88px;
  top: 24px;
  left: 40px;
}

.theme .theme-item:first-of-type {
  border-radius: 0 80px 0 80px;
}

.theme .theme-item:first-of-type::after {
  background: url(../img/theme_item02.svg) no-repeat center/contain;
}

.theme .theme-item:nth-of-type(2) {
  border-radius: 80px 0 80px 0;
}

.theme .theme-item:nth-of-type(2)::after {
  background: url(../img/theme_item01.svg) no-repeat center/contain;
}

.theme .theme-item:nth-of-type(3) {
  border-radius: 80px 0 80px 0;
}

.theme .theme-item:nth-of-type(3)::after {
  background: url(../img/theme_item03.svg) no-repeat center/contain;
}

.theme .theme-item:last-of-type {
  border-radius: 0 80px 0 80px;
}

.theme .theme-item:last-of-type::after {
  background: url(../img/theme_item04.svg) no-repeat center/contain;
}

.theme .theme-item .item-ttl,
.theme .theme-item .item-txt {
  position: relative;
  z-index: 1;
}

.theme .theme-item .item-ttl {
  font-weight: 700;
  font-size: 20px;
  color: #0B308E;
  line-height: 140%;
  letter-spacing: 6%;
  text-align: center;
  margin-bottom: 16px;
}

.theme .theme-item .item-ttl .small {
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 6%;
}

.theme .theme-item .item-txt {
  font-weight: 400;
  font-size: 14px;
  color: #0B308E;
  line-height: 180%;
  letter-spacing: 2%;
}

.mc {
  padding: 120px 0;
}

.mc .mc-ttl {
  font-weight: 700;
  font-size: 80px;
  line-height: 0;
  letter-spacing: 2%;
  text-align: center;
  color: #0B308E;
  margin-bottom: 80px;
}

.mc .mc-ttl .thin {
  font-weight: 100;
  font-size: 72px;
  line-height: 1.4;
  letter-spacing: 0%;
}

.mc .mc-ttl .deco {
  font-family: "notosansjp";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 8%;
}

.mc .mc-list {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}

.mc .mc-item {
  width: 216px;
}

.mc .mc-item img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.mc .mc-item .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 6%;
  text-align: center;
  color: #0B308E;
}

.mc .mc-item .name .sub {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2%;
  text-align: center;
}

.mc .mc-item .belong {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 6%;
  color: #0B308E;
  text-align: center;
  margin-bottom: 10px;
}

.mc .mc-item .profile {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1%;
  color: #0B308E;
}

.mc .mc-item .profile .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.contact .contact-bg {
  background: linear-gradient(0deg, #1db8ff 0%, #009fe8 100%);
  padding: 80px 0;
}

.contact .contact-ttl {
  font-weight: 700;
  font-size: 80px;
  line-height: .5;
  letter-spacing: 2%;
  text-align: center;
  color: #0B308E;
  margin-bottom: 40px;
}

.contact .contact-ttl .deco {
  font-family: "notosansjp";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 8%;
}

.contact .contact-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 6%;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.contact .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 320px;
  width: 100%;
  height: 72px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 6%;
  text-align: center;
  color: #fff;
}

.contact .contact_btn img {
  width: 32px;
  height: 32px;
}

.bizch {
  padding: 48px 0;
}

.bizch .bizch-ttl {
  text-align: center;
  margin-bottom: 24px;
}

.bizch .bizch-ttl img {
  width: 277px;
  margin: 0 auto 8px;
}

.bizch .bizch-ttl .deco {
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 6%;
  text-align: center;
  vertical-align: middle;
}

.bizch .youtube-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  gap: 8px;
  border-radius: 50px;
  background: #009FE8;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 6%;
  text-align: center;
  color: #fff;
}

.bizch .youtube-btn img {
  width: 24px;
  height: 24px;
}

.bizch-footer {
  font-family: "notosansjp";
}

.bizch-footer .footer-bg {
  background: #0B308E;
  padding: 16px 0;
}

.bizch-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.bizch-footer .navi,
.bizch-footer .navi a {
  color: #fff;
}

.bizch-footer .nav-list {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 24px;
}

.bizch-footer .nav-list .nav-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 4%;
  vertical-align: middle;
}

.bizch-footer .nav-list .nav-item:last-of-type {
  margin-left: 8px;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}

.bizch-footer .nav-list .nav-item a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bizch-footer .nav-list .nav-item a img {
  display: inline;
}

#humberger {
  display: none;
}

@media screen and (max-width: 768px) {
  .bizch-header .header-inner {
    padding: 18px 16px 0;
  }

  .mv .mv-bg {
    height: auto;
    padding: 120px 0 0;
  }
  .mv .mv-container {
    padding: 0 32px;
  }
  .mv .mv-ttl {
    line-height: 140%;
    margin-bottom: 32px;
  }
  .mv .mv-txt {
    margin-bottom: 16px;
  }
  .mv .mv-img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .archive {
    padding: 40px 0;
    overflow-x: hidden;
  }
  .archive .archive-ttl {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .archive .archive-ttl .deco {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 8%;
    margin-top: 16px;
  }
  .archive .list-txt,
  .archive .movie-lists {
    padding-left: 16px;
  }
  .archive .movie-list:last-of-type .movie-lists {
    margin-bottom: 0;
  }
  .archive .movie {
    max-width: 160px;
  }
  .archive .movie a::before,
  .archive .movie a::after {
    display: none;
  }
  .archive .movie img {
    height: 90px;
  }
  .archive .slick-prev,
  .archive .slick-next {
    display: none !important;
  }

  .theme {
    padding: 40px 0;
  }
  .theme .theme-ttl {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 32px;
  }
  .theme .theme-ttl .large {
    font-size: 48px;
  }
  .theme .theme-lists {
    padding: 0 16px;
  }
  .theme .theme-lists::before {
    width: 220px;
    height: 133px;
    top: 317px;
    left: -32px;
  }
  .theme .theme-lists::after {
    width: 160px;
    height: 106px;
    top: -52px;
    right: -32px;
  }
  .theme .theme-item {
    height: auto;
    padding: 40px 32px;
  }
  .theme .theme-item::after {
    left: 32px;
  }
  .theme .theme-item:first-of-type {
    border-radius: 0 56px 0 56px;
  }
  .theme .theme-item:nth-of-type(2) {
    border-radius: 56px 0 56px 0;
  }
  .theme .theme-item:nth-of-type(3) {
    border-radius: 0 56px 0 56px;
  }
  .theme .theme-item:last-of-type {
    border-radius: 56px 0 56px 0;
  }
  .theme .theme-item .item-ttl {
    letter-spacing: 0;
  }
  .theme .theme-item .item-ttl .small {
    display: inline-block;
    font-size: 14px;
    margin-top: 7px;
  }

  .mc {
    padding: 40px 0;
    overflow-x: hidden;
  }
  .mc .inner {
    padding: 0 16px;
  }
  .mc .mc-ttl {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 32px;
  }
  .mc .mc-list {
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 48px;
  }
  .mc .mc-item {
    max-width: 160px;
    width: 100%;
  }

  .contact .contact-bg {
    padding: 40px 0;
  }
  .contact .contact-ttl {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .contact .contact_btn {
    max-width: 240px;
    height: 56px;
    font-size: 16px;
  }

  .bizch {
    padding: 40px 0;
  }
  .bizch .bizch-ttl {
    margin-bottom: 16px;
  }
  .bizch .bizch-ttl img {
    width: 204px;
  }

  .bizch-footer .footer-bg {
    padding: 24px 16px 16px;
  }
  .bizch-footer .footer-inner {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .bizch-footer .footer-inner > img {
    width: 119px;
    margin-bottom: 16px;
  }
  .bizch-footer .nav-list .nav-item a img {
    width: 11px;
    height: 11px;
  }
  .bizch-footer .nav-item.leaguespartan {
    font-weight: 400;
    font-size: 11px;
    line-height: 180%;
    letter-spacing: 4%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
  }

  /* SP用ハンバーガーメニュー */
  #humberger {
    display: block;
    position: fixed;
    top: 25px;
    right: 16px;
    width: 40px;
    box-sizing: initial;
    cursor: pointer;
    z-index: 10000;
  }

  .icon-bar {
    display: block;
    height: 2px;
    box-sizing: initial;
    background: #fff;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    /* easeInOutExpo */
  }
  .icon-bar:first-of-type {
    margin-bottom: 10px;
  }

  body.color-black .icon-bar {
    background: #000;
  }

  /* ドロワー開放時のスタイル */
  body.drawer-opened #humberger {
    border: none;
    width: 40px;
    background: none;
  }
  body.drawer-opened #humberger .icon-bar {
    background: #050126;
  }
  body.drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(225deg);
  }
  body.drawer-opened #humberger :nth-child(2) {
    transform: translate(0, -5px) rotate(-225deg);
  }
  body.drawer-opened #overlay {
    z-index: 20001;
    opacity: 0.8;
    right: -240px;
  }

  #drawernav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
  }

  #humbergermenu-logo {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    background: #FFF;
    z-index: 50000;
  }
  #humbergermenu-logo a {
    position: relative;
    top: 11px;
    left: 15px;
    cursor: pointer;
  }
  #humbergermenu-logo a img {
    width: 85px;
    height: 28px;
  }

  .drawernav-inner {
    padding: 50px 15px 70px;
  }

  .drawernav-txtlist ul li:not(:last-child) {
    border-bottom: solid 1px #FFF;
  }
  .drawernav-txtlist ul li a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #050126;
  }
  .drawernav-txtlist ul li a::after {
    transform: rotate(45deg);
    content: '';
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #050126;
    border-right: 1px solid #050126;
    cursor: pointer;
  }
  .drawernav-txtlist ul li p::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    left: 10px;
    width: 9px;
    height: 9px;
    background: url("../img/common/ic_link.webp") no-repeat 0 0;
    background-size: contain;
  }
  .drawernav-txtlist ul li.home img {
    width: 22px;
    height: 22px;
  }
  .drawernav-txtlist ul li.training {
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: solid 1px #050126;
  }
  .drawernav-txtlist ul li.company a, .drawernav-txtlist ul li.recruit a, .drawernav-txtlist ul li.hakenform a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .drawernav-txtlist ul li.company a::before, .drawernav-txtlist ul li.recruit a::before, .drawernav-txtlist ul li.hakenform a::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
  }
  .drawernav-txtlist ul li.company a::before {
    background: url("../img/common/ic_company.webp") no-repeat 0 0;
    background-size: contain;
  }
  .drawernav-txtlist ul li.recruit a::before {
    background: url("../img/common/ic_recruit.webp") no-repeat 0 0;
    background-size: contain;
  }
  .drawernav-txtlist ul li.hakenform a::before {
    background: url("../img/common/ic_hakenform.webp") no-repeat 0 0;
    background-size: contain;
  }
  .drawernav-txtlist ul li.drawernav-txtlist-lists span {
    display: block;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #050126;
  }
  .drawernav-txtlist ul li.drawernav-txtlist-lists ul li {
    border-bottom: unset !important;
  }
  .drawernav-txtlist ul li.drawernav-txtlist-lists ul li a {
    padding: 5px 10px 10px 25px;
  }

  .drawernav-btnlist {
    margin: 15px 0 40px;
    padding: 20px 0 0;
    border-top: solid 1px #050126;
  }
  .drawernav-btnlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .drawernav-btnlist ul li.mod-btn a {
    width: 270px;
  }
  .drawernav-btnlist ul li.mod-btn__contact {
    padding: 0 0 20px;
    border-bottom: solid 1px #050126;
  }
  .drawernav-btnlist ul li.tel a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 25px;
    font-weight: 500;
    color: #050126;
  }
  .drawernav-btnlist ul li.tel a::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../img/common/ic_phone.webp") no-repeat 0 0;
    background-size: contain;
  }

  .drawernav-copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
  }

  .spNav .accordion {
    border-bottom: 1px solid #000;
  }
  .spNav .accordion:first-of-type {
    border-top: 1px solid #000;
  }
  .spNav .accordion dl dt {
    position: relative;
    padding: 11px 30px 12px 0;
    height: 45px;
    font-size: 16px;
  }
  .spNav .accordion dl dt:before, .spNav .accordion dl dt:after {
    position: absolute;
    content: "";
    transition: all 0.2s linear;
    background: #000;
  }
  .spNav .accordion dl dt:before {
    right: 16px;
    top: 15px;
    width: 2px;
    height: 14px;
  }
  .spNav .accordion dl dt:after {
    right: 10px;
    top: 21px;
    width: 14px;
    height: 2px;
  }
  .spNav .accordion dl dt.is-open:before {
    transform: rotate(180deg);
    opacity: 0;
  }
  .spNav .accordion dl dt.is-open:after {
    transform: rotate(180deg);
  }
  .spNav .accordion dl dd {
    display: none;
  }
  .spNav ul li a {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  .spNav ul li p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .spNav .spNav-sublist ul {
    margin: 0 0 0 15px;
    padding: 0 0 10px;
  }
  .spNav .spNav-sublist ul li a {
    font-size: 15px;
    font-weight: normal;
  }
  .spNav .spNav-btn {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
  .spNav .spNav-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 45px;
    border: solid 1px #79747E;
    border-radius: 30px;
    font-size: 16px;
    color: #000;
  }

  .headermenu-logo {
    padding: 18px 0 0 16px;
    margin-bottom: 18px;
  }
  .headermenu-logo img {
    width: 104px;
    filter: brightness(0);
  }

  .hmenu .navi {
    padding-top: 56px;
    margin-top: 68px;
  }
  .hmenu .navi .nav-list {
    text-align: center;
  }
  .hmenu .navi .nav-list .nav-item {
    margin-bottom: 32px;
  }
  .hmenu .navi .nav-list .nav-item a {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 4%;
    text-align: center;
    color: #000;
  }
  .hmenu .navi .nav-list .nav-item a.corporate::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/header_icon.svg) no-repeat center/contain;
    filter: brightness(0);
    top: 1px;
    right: -28px;
  }
  .hmenu .navi .nav-list .nav-item a.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 56px;
    gap: 8px;
    opacity: 1;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 40px;
    background: #009FE8;
    color: #fff;
    margin: 0 auto;
  }
}
