@charset "UTF-8";
.slick-arrow,
.slick-list {
  overflow: hidden;
}
.slick-list,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

@media print, screen and (min-width: 737.1px) {
  .spshow {
    display: none !important;
  }
}
@media only screen and (max-width: 737px) {
  .pcshow {
    display: none !important;
  }
  img {
    width: 100%;
  }
}
.js_decision {
  width: 1px;
  height: 1px;
  line-height: 0.1;
  font-size: 1px;
  display: block;
}
:root *,
_::-webkit-full-page-media,
_:future {
  image-rendering: auto !important;
}
html {
  color: #000;
  background: #fff;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
div#contents {
  width: 100% !important;
  line-height: 1;
}
body {
  -webkit-text-size-adjust: none;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#honda_logo img {
  width: auto;
}
.hc-wrapper {
  font-size: 100%;
  line-height: 1.8;
}
.hc-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hc-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}
.is-fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
button,
input,
select,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}
.hc-wrapper {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
}
a {
  color: #000;
}
.hc-site__inc {
  font-size: clamp(15px, 1.7vw, 17px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  display: block;
  & span {
    font-size: 0.94rem;
  }
  & a {
    text-decoration: none;
    transition: all 0.3s ease;
    @media (any-hover: hover) {
      &:hover {
        opacity: 0.6;
      }
    }
  }
  @media only screen and (max-width: 737px) {
    width: 100%;
    text-align: center;

    & img {
      width: min(340px, 92%);
    }
  }
}

.hc-site__nav a {
  text-decoration: none;
}
@media only screen and (max-width: 737px) {
  .hc-wrapper {
    width: 100%;
    overflow: hidden;
    min-width: 0;
    padding-top: 150px;
    padding-bottom: 0;
  }
  .bg_none > .hc-recruit__header {
    border-bottom: 1px solid #ccc;
  }
  .hc-site__note {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: clamp(10px, 0.8rem, 12px);
    padding-bottom: 8px;
  }
  .hc-site__note.hidden {
    display: none;
  }
  .hc-site__close-button {
    margin-bottom: auto;
    background: 0 0;
    border: none;
    font-size: 1rem;
    cursor: pointer;
  }
  .hc-site__nav {
    display: none;
    padding: 48px 0 100px;
    position: absolute;
    top: 90px;
    width: 100%;
    height: 100dvh;
    background: #2c2c2c;
    left: 0;
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
}
@media print, screen and (min-width: 737.1px) {
  .hc-site__nav {
    position: relative;
  }
  .hc-site__gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 90px;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hc-site__gnavi > li {
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 70px;
  }
  .hc-site__gnavi > li .hc-recruit_S,
  .hc-site__gnavi > li > a {
    padding: 8px 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid #fff;
  }
  .hc-site__gnavi > li .hc-recruit_S.active,
  .hc-site__gnavi > li .hc-recruit_S:hover,
  .hc-site__gnavi > li > a.active,
  .hc-site__gnavi > li > a:hover {
    border-bottom: 2px solid #000;
  }
  .hc-site__gnavi > li > span {
    color: #999;
  }
  .hc-site__gnavi > li:hover .hc-site__snavi--wrap {
    max-height: 9999px;
    opacity: 1;
  }
  .hc-site__snavi--wrap {
    height: 90px;
    background: rgba(39, 39, 41, 0.95);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: calc(100% + 205px);
    position: absolute;
    top: 90px;
    left: -205px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 999;
  }
  .hc-site__snavi {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 35px;
  }
  .hc-site__snavi > li {
    font-size: 14px;
    font-weight: 700;
    padding: 0 19px;
  }
  .hc-site__snavi > li > a {
    color: #fff;
  }
  .hc-site__snavi > li > span {
    color: #666;
  }
}
@media only screen and (max-width: 737px) {
  .scroll-fix {
    height: 100%;
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    position: -webkit-sticky;
    position: sticky;
  }
  .nav_toggle {
    width: 25px;
    height: 25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    margin: 0.72em auto 0;
  }
  .menu-trigger {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
  }
  .menu-trigger span {
    position: relative;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translate(50%) scale(0);
    transform: translate(50%) scale(0);
  }
  .menu-trigger.active span:nth-of-type(2) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-trigger.active span:nth-of-type(2)::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .hc-site__snavi--wrap {
    padding-bottom: 100px;
  }
  .hc-site__gnavi a,
  .hc-site__list span {
    width: 100%;
    padding: 12px 0 12px 50px;
    font-size: 17px;
  }
  .hc-site__list span {
    display: block;
    color: #777;
  }
  .hc-site__gnavi a {
    color: #fff;
    display: block;
  }
  .hc-site__gnavi a.hc-site__recruit {
    padding-left: 73px;
    font-size: 14px;
    position: relative;
  }
  .hc-site__gnavi a.hc-site__recruit::after {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 45%;
    right: 45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
  .hc-site__gnavi .hc-site__snavi span {
    font-size: 14px;
    padding-left: 73px;
  }
  .hc-site__gnavi .hc-site__list .h_recruit_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hc-recruit__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  top: 0;
  position: fixed;
}
@media print, screen and (min-width: 737.1px) {
  .hc-recruit__header {
    height: 90px;
    padding-left: 20px;
    background: #fff;
    left: 0;
    right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hc-recruit__header.is-fixed {
    position: fixed;
    background-color: #fff;
  }
  .hc-recruit__header .nav_toggle {
    display: none;
  }
}
@media only screen and (max-width: 737px) {
  .hc-recruit__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 3.73333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
  }
}
.scroll {
  background: #fff;
  border: 0;
  border: none;
}
.slick-arrow {
  bottom: 50%;
  cursor: pointer;
}
.slide-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 10;
}
.slide-dots button {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots li {
  z-index: 10;
  display: inline-block;
  margin: 0 8.4px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "";
  position: absolute;
  background-color: #999;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-4.2px);
  transform: translateX(-4.2px);
  cursor: pointer;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.slide-dots li.slick-active button:before {
  background-color: #df0505;
}
.other__slide {
  position: relative;
  max-width: 1920px;
  width: 100%;
}
.other__slide-anchor--01,
.other__slide-anchor--02,
.other__slide-anchor--03,
.other__slide-anchor--04,
.other__slide-anchor--05,
.other__slide-anchor--06,
.other__slide-anchor--07,
.other__slide-anchor--08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  background: url(/jp/HSJ/recruit/common_image/img_other01.jpg) center bottom no-repeat;
  background-size: cover;
  text-align: center;
  text-decoration: none;
  color: #fff;
  outline: 0;
}
@media only screen and (max-width: 737px) {
  .other__ttl {
    font-size: 20px;
    margin-bottom: 4%;
  }
  .other__lead {
    font-size: 10px;
    margin-bottom: 15.625%;
  }
  .other__slide {
    width: 100%;
    margin-bottom: 11.73333%;
  }
  .other__slide-anchor--01,
  .other__slide-anchor--02,
  .other__slide-anchor--03,
  .other__slide-anchor--04,
  .other__slide-anchor--05,
  .other__slide-anchor--06,
  .other__slide-anchor--07,
  .other__slide-anchor--08 {
    width: auto;
    height: 65vw;
  }
}
.other__slide-anchor--02 {
  background-image: url(/jp/HSJ/recruit/common_image/img_other02.jpg);
}
.other__slide-anchor--03 {
  background-image: url(/jp/HSJ/recruit/common_image/img_other03.jpg);
}
.other__slide-anchor--04 {
  background-image: url(/jp/HSJ/recruit/common_image/img_other04.jpg);
}
.other__slide-anchor--05 {
  background-image: url(/jp/HSJ/recruit/common_image/img_other05.jpg);
}
.other__slide-anchor--06 {
  background-image: url(/jp/HSJ/recruit/common_image/img_other06.jpg);
}
.other__slide-anchor--07 {
  background-image: url(/jp/HSJ/recruit/common_image/img_other07.jpg);
}
.other__slide-anchor--08 {
  background-image: url(/jp/HSJ/recruit/common_image/img_other08.jpg);
}
.other__slide-text {
  width: 100%;
  max-width: 200px;
  margin: auto 30px 30px;
}
@media only screen and (max-width: 737px) {
  .other__slide-text {
    width: 100%;
    max-width: 90%;
    margin: auto 5% 5%;
  }
}
.other__slide-text img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.other .slide-dots {
  width: 160px;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 80px);
  bottom: -33px;
}
.other .slick-arrow {
  background: url(/jp/HSJ/recruit/common_image/ico_arrow.png) left top no-repeat;
  width: 12px;
  height: 19px;
  margin-top: 0;
  bottom: -33px;
  top: auto;
  color: transparent;
}
.other .slick-prev {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  margin: 0;
  left: calc(50% - 90px);
}
.other .slick-next,
.slick-next {
  -webkit-transform: rotate(180deg);
}
.other .slick-next {
  transform: rotate(180deg);
  margin: 0;
  right: calc(50% - 90px);
}
.message {
  padding-top: 120px;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 737px) {
  .message {
    width: 78.66667%;
    padding: 0;
    margin: 0 auto;
  }
}
.footer-area {
  text-align: center;
}
.footer-area__mynavi {
  padding-bottom: 88px;
  margin: 0 20px;
  @media only screen and (max-width: 737px) {
    padding-bottom: 44px;
  }
}
.footer-area__mynavi p {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 737.1px) {
  .btn_backtop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  .btn_backtop img {
    display: block;
    width: 120px;
    height: 120px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_backtop img:hover {
    opacity: 0.7;
  }
  .footer-area__mynavi p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 737px) {
  .btn_backtop img {
    display: none;
  }
  .footer-area__mynavi p {
    font-size: 12px;
  }
}
.footer-area__mynavi a {
  display: block;
  max-width: 195px;
  margin: 0 auto;
}
.footer-area__copy {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #7d7d7d;
}
.hero__anchor--wrap a,
.hero__logo--alpha,
.hero__ttl,
.one-day__ttl,
.other__ttl,
.private__ttl,
.profile__ttl {
  font-family: "UD新ゴNT DB", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.06rem;
}
.hero__logo--alpha,
.hero__logo--jp {
  display: block;
  color: #df0505;
  line-height: 1;
}
@media print, screen and (min-width: 737.1px) {
  .footer-area {
    margin-top: 0;
  }
  .footer-area__logo {
    width: 78px;
    margin: 0 auto 26px;
  }
  .footer-area__policy {
    font-size: 12px;
    margin: 0 auto 26px;
  }
  .footer-area__policy a {
    text-decoration: none;
  }
  .footer-area__copy {
    font-size: 12px;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 737px) {
  .footer-area {
    margin-top: 60px;
  }
  .footer-area__logo {
    width: 62px;
    margin: 0 auto 16px;
  }
  .footer-area__policy a {
    font-size: 8px;
    margin: 0 auto 20px;
    text-decoration: none;
  }
  .footer-area__policy a::after {
    left: -12px;
    width: 4px;
    height: 4px;
    margin-top: 8px;
  }
  .footer-area__copy {
    font-size: 9px;
    margin: 0 auto 35px;
  }
}
.hc-fv {
  position: relative;
  height: calc(100vh - 85px);
  min-height: 750px;
  margin-top: 85px;
  padding-top: 36px;
  margin-bottom: 35px;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv {
    width: 100%;
    height: 118vw;
    min-height: auto;
    margin-top: 0;
    padding-top: 3.73333%;
    margin-bottom: min(35px, 7.6%);
    background-size: cover;
  }
}
.hc-fv--01 {
  background: url(../01/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--01 {
    background: url(../01/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--02 {
  background: url(../02/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--02 {
    background: url(../02/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--03 {
  background: url(../03/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--03 {
    background: url(../03/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--04 {
  background: url(../04/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--04 {
    background: url(../04/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--05 {
  background: url(../05/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--05 {
    background: url(../05/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--06 {
  background: url(../06/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--06 {
    background: url(../06/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--07 {
  background: url(../07/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--07 {
    background: url(../07/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--08 {
  background: url(../08/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--08 {
    background: url(../08/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--09 {
  background: url(../09/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--09 {
    background: url(../09/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hc-fv--10 {
  background: url(../10/img/img_hero01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 737px) {
  .hc-fv--10 {
    background: url(../10/img/img_hero01_sp.jpg) left top no-repeat;
    background-size: cover;
  }
}
.hero__logo {
  margin-left: 40px;
  background: url(../img/hero_logo.png) 33px top no-repeat;
  background-size: 173px auto;
}
@media only screen and (max-width: 737px) {
  .hero__logo {
    padding-top: 4%;
    margin: 0 auto 6.66667%;
    text-align: center;
    background-position: center top;
    background-size: 140px auto;
  }
}
.hero__logo--alpha {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 21px;
}
@media print, screen and (min-width: 737.1px) {
  .hero__logo--alpha {
    font-size: 33px;
    padding-top: 8px;
    margin-bottom: 10px;
  }
}
.hero__logo--jp {
  font-size: 10px;
}
@media print, screen and (min-width: 737.1px) {
  .hero__logo--jp {
    font-size: 15px;
  }
}
.hero__text-area {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: 104px;
}
.hero__ttl {
  padding-top: 70px;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1350px) {
  .hero__text-area {
    margin-left: 60px;
  }
  .hero__ttl {
    font-size: 26px;
  }
}
@media only screen and (max-width: 737px) {
  .hero__text-area {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 54.4%;
  }
  .hero__ttl {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 8.77193%;
  }
}
.hero__lead-01 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.30909;
}
@media only screen and (max-width: 1350px) {
  .hero__lead-01 {
    font-size: 44px;
  }
  .hero__lead-02 {
    width: 304px;
  }
}
@media only screen and (max-width: 737px) {
  .hero__lead-01 {
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 7.01754%;
  }
}
.hero__lead-02 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 737px) {
  .hero__lead-02 {
    width: 81.87135%;
    margin-bottom: 14.61988%;
  }
}
.hero__person {
  position: relative;
}
.hero__person--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.84795%;
}
.hero__year {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.hero__name {
  margin-bottom: 5px;
  height: 30px;
  line-height: 1;
}
.hero__name img {
  height: 100%;
}
@media only screen and (max-width: 1350px) {
  .hero__year {
    font-size: 14px;
  }
  .hero__name {
    height: 24px;
  }
}
@media only screen and (max-width: 737px) {
  .hero__year {
    font-size: 10px;
  }
  .hero__name {
    height: 17px;
    margin: 0;
  }
  .hero__name img {
    height: 100%;
    width: auto;
  }
}
.hero__anchor--next::after,
.hero__anchor--prev::after {
  content: "";
  bottom: 0;
  height: 2px;
  background-color: #000;
}
.hero__division-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__division-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.63636;
}
@media only screen and (max-width: 1350px) {
  .hero__division-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 737px) {
  .hero__division-name {
    font-size: 14px;
    line-height: 1.4;
  }
}
.hero__division-name.-note span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}
@media only screen and (max-width: 1350px) {
  .hero__division-name.-note span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 737px) {
  .hero__division-name.-note span {
    font-size: 8px;
    margin-left: 0;
  }
}
.hero__anchor--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 285px;
}
.hero__anchor--wrap a {
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 1350px) {
  .hero__anchor--wrap a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 737px) {
  .hero__anchor--wrap {
    position: absolute;
    top: 0;
    margin-top: 8%;
  }
  .hero__anchor--wrap a {
    font-size: 13px;
  }
}
.hero__anchor--prev {
  position: relative;
  padding-left: 32px;
}
.hero__anchor--prev::after {
  position: absolute;
  left: 0;
  width: 78px;
}
.hero__anchor--next {
  position: relative;
  padding-right: 32px;
}
@media only screen and (max-width: 737px) {
  .hero__anchor--prev {
    padding-left: 4.26667%;
  }
  .hero__anchor--prev::after {
    width: 92%;
  }
  .hero__anchor--next {
    padding-right: 4.26667%;
  }
}
.hero__anchor--next::after {
  position: absolute;
  right: 0;
  width: 78px;
}
.profile {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 70px;
}
.profile__ttl {
  padding-left: 55px;
  margin-right: 35px;
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (max-width: 737px) {
  .hero__anchor--next::after {
    width: 92%;
  }
  .profile {
    width: 89.33333%;
    margin-bottom: 9.33333%;
  }
  .profile__ttl {
    font-size: 16px;
    padding-left: 0;
    margin-right: 4.1791%;
  }
}
.profile__lead {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.must-item,
.question__wrap,
.question__wrap--reverse {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto 90px;
}
@media print, screen and (min-width: 737.1px) {
  .must-item,
  .question__wrap,
  .question__wrap--reverse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1920px) {
  .must-item,
  .question__wrap,
  .question__wrap--reverse {
    max-width: 1684px;
  }
  .must-item .question__img,
  .question__wrap--reverse .question__img {
    margin-right: 120px;
  }
}
@media only screen and (max-width: 737px) {
  .profile__lead {
    width: 67.16418%;
    font-size: 12px;
  }
  .must-item,
  .question__wrap,
  .question__wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 6%;
  }
}
.must-item,
.question__wrap--reverse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1628px;
}
.must-item .question__img,
.question__wrap--reverse .question__img {
  margin-left: 120px;
}
@media only screen and (max-width: 1628px) {
  .must-item,
  .question__wrap--reverse {
    max-width: 1428px;
  }
  .must-item .question__img,
  .question__wrap--reverse .question__img {
    margin-left: 0;
    margin-right: 80px;
  }
}
@media only screen and (max-width: 737px) {
  .must-item,
  .question__wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .must-item .question__img,
  .question__wrap--reverse .question__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.question__wrap--onecol {
  max-width: 1224px;
  margin: 0 auto 150px;
}
@media only screen and (max-width: 1628px) {
  .question__wrap--onecol {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 737px) {
  .question__wrap--onecol {
    width: 91.2%;
    margin: 0 auto 8.66667%;
  }
}
.question__wrap--onecol .must-item__lead,
.question__wrap--onecol .question__lead-01,
.question__wrap--onecol .question__lead-02 {
  margin-left: 25px;
}
@media print, screen and (min-width: 737.1px) {
  .question__wrap--onecol .must-item__lead,
  .question__wrap--onecol .question__lead-02 {
    font-size: 15px;
  }
}
.question__text-area {
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 648px;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 737px) {
  .question__wrap--onecol .must-item__lead,
  .question__wrap--onecol .question__lead-01,
  .question__wrap--onecol .question__lead-02 {
    margin-left: auto;
  }
  .question__text-area {
    width: 91.2%;
    margin: 0 auto;
  }
}
.question__ico {
  width: 113px;
}
@media only screen and (max-width: 737px) {
  .question__ico {
    width: 20.17544%;
  }
}
.question__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 720px;
  margin-right: 120px;
  margin-left: 120px;
}
.question__img img {
  width: 100%;
}
@media only screen and (max-width: 1920px) {
  .question__img {
    margin-right: 0;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 737px) {
  .question__img {
    width: 78.66667%;
    margin: 0 auto 7.46667%;
  }
}
.question__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.question__ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.30769;
  margin-left: 20px;
}
@media only screen and (max-width: 737px) {
  .question__ttl-wrap {
    margin-bottom: 4.38596%;
  }
  .question__ttl {
    font-size: 17px;
    margin-left: 2.92398%;
  }
}
.question__lead-01 {
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 21px;
  line-height: 1.61905;
  font-weight: 700;
}
@media only screen and (max-width: 737px) {
  .question__lead-01 {
    width: 97.95322%;
    margin: 0 auto 3.65497%;
    font-size: 15px;
    line-height: 1.69231;
  }
}
.must-item__lead,
.question__lead-02 {
  margin-left: 40px;
  font-size: 15px;
  line-height: 2.125;
}
@media only screen and (max-width: 737px) {
  .must-item__lead,
  .question__lead-02 {
    width: 97.95322%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.90909;
  }
}
@media print, screen and (min-width: 737.1px) and (max-width: 1628px) {
  .question .must-item .question__text-area,
  .question .question__wrap .question__text-area,
  .question .question__wrap--reverse .question__text-area {
    margin: 0 0 0 60px;
  }
  .question .must-item .question__text-area,
  .question .question__wrap--reverse .question__text-area {
    margin: 0 60px 0 0;
  }
}
.must-item {
  margin-bottom: 110px;
}
.must-item .question__img {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.must-item .question__text-area {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media only screen and (max-width: 1628px) {
  .must-item .question__text-area {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media only screen and (max-width: 737px) {
  .must-item {
    margin-bottom: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .must-item .question__img {
    width: 73.86667%;
    margin-left: -12%;
  }
  .must-item .question__text-area {
    width: 50%;
    margin-left: -15%;
  }
}
.must-item__ttl {
  position: relative;
  padding-bottom: 12px;
  margin-left: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.must-item__ttl--bold::after,
.must-item__ttl::after {
  position: absolute;
  background-color: #000;
  content: "";
}
.must-item__ttl::after {
  left: -250px;
  bottom: 3px;
  width: 500px;
  height: 1px;
}
@media only screen and (max-width: 737px) {
  .must-item__ttl {
    padding-top: 14.66667%;
    padding-bottom: 3.73333%;
    margin-left: 0;
    margin-bottom: 9.33333%;
    font-size: 10px;
  }
  .must-item__ttl::after {
    width: 102.4%;
    left: 0;
    margin-left: -21.33333%;
  }
}
.must-item__ttl--bold {
  font-size: 25px;
  font-weight: 700;
}
.must-item__ttl--bold::after {
  left: -254px;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.must-item__lead {
  margin-bottom: 154px;
}
.must-item__img-area {
  position: relative;
}
@media only screen and (max-width: 737px) {
  .must-item__ttl--bold {
    font-size: 14px;
  }
  .must-item__ttl--bold::after {
    width: 4px;
    height: 4px;
    bottom: 1px;
    left: 0;
    margin-left: -21.33333%;
  }
  .must-item__lead {
    font-size: 12px;
    line-height: 1.90909;
    margin-bottom: 34.66667%;
    margin-left: 0;
  }
  .must-item__img-area dd {
    width: 89.33333%;
  }
}
.must-item__ico {
  position: absolute;
  top: -94px;
  left: -44px;
}
@media only screen and (max-width: 737px) {
  .must-item__ico {
    top: 0;
    left: 0;
    margin-top: -18.66667%;
    margin-left: -9.06667%;
    width: 70.4%;
  }
}
.full-image {
  width: 100%;
  margin-bottom: 174px;
}
@media only screen and (max-width: 737px) {
  .full-image {
    margin-bottom: 25.6%;
  }
}
.full-image img {
  width: 100%;
}
.one-day__ttl {
  position: relative;
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.one-day__ttl::after {
  position: absolute;
  left: 48.5%;
  bottom: -14px;
  margin-left: 90px;
  content: "";
  width: 77px;
  height: 34px;
  background: url(../img/ico_one_day01.png) left top no-repeat;
}
@media only screen and (max-width: 737px) {
  .one-day__ttl {
    font-size: 30px;
    margin-bottom: 4%;
  }
  .one-day__ttl::after {
    width: 13.33333%;
    bottom: 0;
    margin-bottom: -3.2%;
    margin-left: 13.86667%;
    background-size: contain;
    height: 5.866vw;
  }
}
.one-day__sub-ttl {
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 737px) {
  .one-day__sub-ttl {
    font-size: 11px;
    margin-bottom: 8%;
  }
}
.one-day__sub-ttl span {
  position: relative;
  padding: 0 16px;
}
.one-day__sub-ttl span::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -50%;
  height: 3px;
  background-color: #000;
  width: 100%;
}
.one-day__table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto 105px;
}
.one-day__table,
.private__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (max-width: 1628px) {
  .one-day__table-wrap {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 737px) {
  .one-day__table-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 6.66667%;
  }
}
.one-day__table {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 8vw;
}
@media only screen and (max-width: 737px) {
  .one-day__table {
    width: 89.33333%;
    margin: 0 auto;
  }
}
.one-day__table-hour {
  width: 94px;
  padding-left: 7px;
  font-size: 16px;
  line-height: 1;
  border-right: 4px solid #e71723;
}
.one-day__table-hour:first-child {
  padding-top: 0;
}
.one-day__table-hour:nth-last-of-type(1) {
  height: 10px;
}
@media only screen and (max-width: 737px) {
  .one-day__table-hour {
    width: 15.2%;
    padding-left: 0;
    font-size: 12px;
    border-width: 2px;
  }
  .one-day__table-hour:nth-last-of-type(1) {
    height: 5px;
  }
}
.one-day__table-action,
.one-day__table-action--four,
.one-day__table-action--seven,
.one-day__table-action--three,
.one-day__table-action--two {
  position: relative;
  width: calc(100% - 138px);
  margin-top: -6px;
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.86667;
  margin-bottom: 1em;
}
@media only screen and (max-width: 737px) {
  .one-day__table-action,
  .one-day__table-action--four,
  .one-day__table-action--seven,
  .one-day__table-action--three,
  .one-day__table-action--two {
    width: 79.73333%;
    margin-left: 5.06667%;
    font-size: 12px;
  }
}
.one-day__table-action--four::before,
.one-day__table-action--seven::before,
.one-day__table-action--three::before,
.one-day__table-action--two::before,
.one-day__table-action::before {
  position: absolute;
  left: -50px;
  top: 6px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e71723;
}
@media only screen and (max-width: 737px) {
  .one-day__table-action--four::before,
  .one-day__table-action--seven::before,
  .one-day__table-action--three::before,
  .one-day__table-action--two::before,
  .one-day__table-action::before {
    width: 8px;
    height: 8px;
    left: 0;
    margin-left: -8.26667%;
  }
}
.one-day__table-action--four::after,
.one-day__table-action--seven::after,
.one-day__table-action--three::after,
.one-day__table-action--two::after,
.one-day__table-action::after {
  position: absolute;
  top: 10px;
  left: -46px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 737px) {
  .one-day__table-action--four::after,
  .one-day__table-action--seven::after,
  .one-day__table-action--three::after,
  .one-day__table-action--two::after,
  .one-day__table-action::after {
    width: 4px;
    height: 4px;
    left: 0;
    top: 8px;
    margin-left: -7.6%;
  }
}
.one-day__table-action--two {
  margin-bottom: 2em;
}
.one-day__table-action--three {
  margin-bottom: 3em;
}
.one-day__table-action--four {
  margin-bottom: 4em;
}
.one-day__table-action--seven {
  margin-bottom: 7em;
}
.one-day__img-area {
  width: 562px;
  padding-top: 50px;
  margin-left: 10.66351%;
}
@media only screen and (max-width: 737px) {
  .one-day__img-area {
    width: 89.33333%;
    padding-top: 5.33333%;
    margin: 0 auto;
  }
}
.one-day__pic {
  margin-bottom: 1.49254%;
}
.private {
  width: 100%;
  position: relative;
  max-width: 1120px;
  padding: 10px;
  margin: 0 auto 230px;
}
.private::after,
.private::before {
  position: absolute;
  content: "";
  height: 100%;
  border: 1px solid #000;
}
@media only screen and (max-width: 737px) {
  .private {
    width: 89.33333%;
    padding: 1.33333% 1.33333% 0;
    margin-bottom: 22.66667%;
  }
}
.private::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
}
@media only screen and (max-width: 737px) {
  .private::before {
    width: 98.50746%;
  }
}
.private::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 10px;
  left: 10px;
  width: calc(100% - 10px);
}
@media only screen and (max-width: 737px) {
  .private::after {
    top: 0;
    left: 0;
    margin-top: 1.49254%;
    margin-left: 1.49254%;
    width: 98.50746%;
  }
}
.private__wrap {
  position: relative;
  width: 100%;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 737px) {
  .private__wrap {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
  }
}
.private__ttl--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 737px) {
  .private__ttl--wrap {
    width: 54.23729%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.private__ttl-area {
  width: 320px;
  text-align: center;
}
.other__ttl,
.private__ttl {
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 18px;
  line-height: 1;
}
@media only screen and (max-width: 737px) {
  .private__ttl-area {
    width: 100%;
  }
  .other__ttl,
  .private__ttl {
    font-size: 16px;
    margin-bottom: 6.25%;
  }
}
.other__lead,
.private__sub-ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.private__img {
  max-width: 380px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 737px) {
  .other__lead,
  .private__sub-ttl {
    font-size: 10px;
    margin-bottom: 15.625%;
  }
  .private__img {
    width: 81.875%;
    margin: 0 auto;
  }
}
.private__txt {
  width: 388px;
  padding: 0 40px;
}
.other__ttl {
  text-align: center;
}
@media only screen and (max-width: 737px) {
  .private__txt {
    width: 54.23729%;
    padding: 0 4.23729% 0 0;
    font-size: 12px;
    line-height: 1.63636;
  }
  .other__ttl {
    margin-bottom: 4%;
  }
}
.other__lead {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 737px) {
  .other__lead {
    margin-bottom: 8%;
  }
}
.other__slide {
  margin: 0 auto 70px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 12.93333vw;
  height: 12.93333vw;
  margin-top: -6.466665vw;
  text-indent: 200%;
  border: none;
  padding: 0;
  background: url(../img/ico_slide.png) left top no-repeat;
  background-size: contain;
  z-index: 20;
  outline: 0;
}
.slick-prev {
  margin-left: 1.33333%;
  left: 0;
}
.slick-next {
  right: 0;
  margin-right: 1.33333%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 737px) {
  .message {
    padding-top: 40px;
    width: 78.66667%;
    margin: 0 auto;
  }
}
.hsj-footer {
  background: #000;
  color: #fff;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  line-height: 1.4;
  & ul li a {
    color: #fff;
    text-decoration: none;
  }
  & .footer_license {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 737px) {
  .hsj-footer {
    padding: 32px 0;
    margin-top: 32px;
    & .inner {
      width: calc(100% - 32px);
      margin-inline: auto;
    }
    & ul {
      margin-bottom: 32px;
      display: grid;
      grid-template-columns: 7em 1fr;
      grid-template-rows: repeat(3, auto);
      grid-row-gap: 24px;
      & li {
        font-size: 14px;
      }
      & li:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
      }
      & li:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
      }
      & li:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
      }
      & li:nth-child(4) {
        grid-area: 3 / 1 / 4 / 3;
      }
    }
  }
}
@media print, screen and (min-width: 737.5px) {
  .hsj-footer {
    font-size: 14px;
    padding: 24px 0;
    margin-top: 24px;
    & .inner {
      width: min(1080px, 100%);
      margin: auto;
      text-align: left;
    }
    & ul {
      display: flex;
      margin-bottom: 24px;
      gap: 40px;
    }
  }
}

.simple-header202212 {
  display: none;
}

@media only screen and (max-width: 737px) {
  .hc-wrapper {
    padding-top: 90px;
  }
}
