@charset "UTF-8";
/**scss共通***/
img {
  width: auto;
  max-width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:768px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}

.onmouse:hover {
  opacity: 0.6;
}
@media screen and (max-width:768px) {
  .onmouse:hover {
    opacity: 1;
  }
}

html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

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

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

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

h2 {
  background: none;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  text-align: left;
  line-height: 160%;
  color: #333;
  font-feature-settings: "palt";
}

body .base_fonts {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
}

body #SpSupportNavi button {
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif !important;
}

body .SpSupportNavi {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
}
@media screen and (max-width:768px) {
  body .SpSupportNavi {
    font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif !important;
  }
}

body #onetrust-banner-sdk {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif !important;
}

.clearfix {
  zoom: 1;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* link_nomal */
a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

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

/**テキスト揃え**/
.text-center {
  text-align: center;
}

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

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

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width:768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}
@media screen and (max-width:768px) {
  .m_footer {
    display: block !important;
  }
}

.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__big {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: scale(1.1);
}
.fade__big.active {
  opacity: 1;
  transform: scale(1);
}

.anime_a_time1 {
  clip-path: inset(0% 0% 100% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:768px) {
  .anime_a_time1 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time2 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}
@media screen and (max-width:768px) {
  .anime_a_time2 {
    transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
.anime_a_time2.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time3 {
  clip-path: inset(0% 0% 0% 100% round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:768px) {
  .anime_a_time3 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time3.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.delay1 {
  transition-delay: 0s;
}
@media screen and (max-width:768px) {
  .delay1 {
    transition-delay: 0s;
  }
}

.delay2 {
  transition-delay: 0.3s;
}
@media screen and (max-width:768px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.6s;
}
@media screen and (max-width:768px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.9s;
}
@media screen and (max-width:768px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 1.2s;
}
@media screen and (max-width:768px) {
  .delay5 {
    transition-delay: 0s;
  }
}

.delay1sp {
  transition-delay: 0s;
}

.delay2sp {
  transition-delay: 0.3s;
}

.delay3sp {
  transition-delay: 0.6s;
}

.delay4sp {
  transition-delay: 0.9s;
}

.delay5sp {
  transition-delay: 1.2s;
}

/*****************************************/
.f60 {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f60 {
    font-size: 7.2vw;
  }
}

.f50 {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f50 {
    font-size: 8vw;
  }
}

.f42 {
  font-size: 42px;
  line-height: 135%;
}
@media screen and (max-width:768px) {
  .f42 {
    font-size: 7.5vw;
  }
}

.f40 {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:768px) {
  .f40 {
    font-size: 7.5vw;
  }
}

.f38 {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:768px) {
  .f38 {
    font-size: 7vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:768px) {
  .f36 {
    font-size: 6.5vw;
  }
}

.f34 {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f34 {
    font-size: 6vw;
  }
}

.f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f32 {
    font-size: 5.7vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f28 {
    font-size: 4.8vw;
  }
}

.f26 {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f26 {
    font-size: 4.6vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f24 {
    font-size: 4.4vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f22 {
    font-size: 4.2vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f20 {
    font-size: 4vw;
  }
}

.f19 {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f19 {
    font-size: 3.9vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f18 {
    font-size: 3.8vw;
  }
}

.f17 {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f17 {
    font-size: 3.6vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f16 {
    font-size: 3.4vw;
  }
}

.f15 {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f15 {
    font-size: 3.3vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:768px) {
  .f14 {
    font-size: 3.2vw;
  }
}

.f13 {
  font-size: 13px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f13 {
    font-size: 3vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f12 {
    font-size: 2.4vw;
  }
}

.f11 {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f11 {
    font-size: 2.3vw;
  }
}

.f10 {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:768px) {
  .f10 {
    font-size: 2.2vw;
  }
}

/*****************************************/
.f60res {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:1320px) {
  .f60res {
    font-size: 4.5454545455vw;
  }
}
@media screen and (max-width:768px) {
  .f60res {
    font-size: 7.2vw;
  }
}

.f50res {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:1320px) {
  .f50res {
    font-size: 3.7878787879vw;
  }
}
@media screen and (max-width:768px) {
  .f50res {
    font-size: 8vw;
  }
}

.f42res {
  font-size: 42px;
  line-height: 135%;
}
@media screen and (max-width:1320px) {
  .f42res {
    font-size: 3.1818181818vw;
  }
}
@media screen and (max-width:768px) {
  .f42res {
    font-size: 7.5vw;
  }
}

.f40res {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:1320px) {
  .f40res {
    font-size: 3.0303030303vw;
  }
}
@media screen and (max-width:768px) {
  .f40res {
    font-size: 7.5vw;
  }
}

.f38res {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:1320px) {
  .f38res {
    font-size: 2.8787878788vw;
  }
}
@media screen and (max-width:768px) {
  .f38res {
    font-size: 7vw;
  }
}

.f36res {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:1320px) {
  .f36res {
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width:768px) {
  .f36res {
    font-size: 6.5vw;
  }
}

.f34res {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f34res {
    font-size: 2.5757575758vw;
  }
}
@media screen and (max-width:768px) {
  .f34res {
    font-size: 6vw;
  }
}

.f32res {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f32res {
    font-size: 2.4242424242vw;
  }
}
@media screen and (max-width:768px) {
  .f32res {
    font-size: 5.7vw;
  }
}

.f30res {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f30res {
    font-size: 2.2727272727vw;
  }
}
@media screen and (max-width:768px) {
  .f30res {
    font-size: 5vw;
  }
}

.f28res {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f28res {
    font-size: 2.1212121212vw;
  }
}
@media screen and (max-width:768px) {
  .f28res {
    font-size: 4.8vw;
  }
}

.f26res {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f26res {
    font-size: 1.9696969697vw;
  }
}
@media screen and (max-width:768px) {
  .f26res {
    font-size: 4.6vw;
  }
}

.f24res {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f24res {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width:768px) {
  .f24res {
    font-size: 4.4vw;
  }
}

.f22res {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f22res {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:768px) {
  .f22res {
    font-size: 4.2vw;
  }
}

.f20res {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f20res {
    font-size: 1.5151515152vw;
  }
}
@media screen and (max-width:768px) {
  .f20res {
    font-size: 4vw;
  }
}

.f19res {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f19res {
    font-size: 1.4393939394vw;
  }
}
@media screen and (max-width:768px) {
  .f19res {
    font-size: 3.9vw;
  }
}

.f18res {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f18res {
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width:768px) {
  .f18res {
    font-size: 3.8vw;
  }
}

.f17res {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f17res {
    font-size: 1.2878787879vw;
  }
}
@media screen and (max-width:768px) {
  .f17res {
    font-size: 3.6vw;
  }
}

.f16res {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f16res {
    font-size: 1.2121212121vw;
  }
}
@media screen and (max-width:768px) {
  .f16res {
    font-size: 3.4vw;
  }
}

.f15res {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f15res {
    font-size: 1.1363636364vw;
  }
}
@media screen and (max-width:768px) {
  .f15res {
    font-size: 3.3vw;
  }
}

.f14res {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f14res {
    font-size: 1.0606060606vw;
  }
}
@media screen and (max-width:768px) {
  .f14res {
    font-size: 3.2vw;
  }
}

.f13res {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1320px) {
  .f13res {
    font-size: 0.9848484848vw;
  }
}
@media screen and (max-width:768px) {
  .f13res {
    font-size: 3vw;
  }
}

.f12res {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:1320px) {
  .f12res {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width:768px) {
  .f12res {
    font-size: 2.4vw;
  }
}

.f11res {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:1320px) {
  .f11res {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width:768px) {
  .f11res {
    font-size: 2.3vw;
  }
}

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1320px) {
  .f10res {
    font-size: 0.7575757576vw;
  }
}
@media screen and (max-width:768px) {
  .f10res {
    font-size: 2.2vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
/**********************/
@media screen and (max-width:768px) {
  .f10sp {
    font-size: calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f11sp {
    font-size: calc(11 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f12sp {
    font-size: calc(12 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f13sp {
    font-size: calc(13 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f14sp {
    font-size: calc(14 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f15sp {
    font-size: calc(15 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f16sp {
    font-size: calc(16 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f17sp {
    font-size: calc(17 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f18sp {
    font-size: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f19sp {
    font-size: calc(19 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f20sp {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f21sp {
    font-size: calc(21 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f22sp {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f23sp {
    font-size: calc(23 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f24sp {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f25sp {
    font-size: calc(25 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f26sp {
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f27sp {
    font-size: calc(27 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f28sp {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f29sp {
    font-size: calc(29 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f30sp {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f31sp {
    font-size: calc(31 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f32sp {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f33sp {
    font-size: calc(33 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f34sp {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f35sp {
    font-size: calc(35 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f36sp {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f37sp {
    font-size: calc(37 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f38sp {
    font-size: calc(38 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f39sp {
    font-size: calc(39 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f40sp {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f41sp {
    font-size: calc(41 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f42sp {
    font-size: calc(42 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f43sp {
    font-size: calc(43 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f44sp {
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f45sp {
    font-size: calc(45 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f46sp {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f47sp {
    font-size: calc(47 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f48sp {
    font-size: calc(48 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f49sp {
    font-size: calc(49 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f50sp {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f51sp {
    font-size: calc(51 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f52sp {
    font-size: calc(52 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f53sp {
    font-size: calc(53 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f54sp {
    font-size: calc(54 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f55sp {
    font-size: calc(55 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f56sp {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f57sp {
    font-size: calc(57 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f58sp {
    font-size: calc(58 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f59sp {
    font-size: calc(59 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f60sp {
    font-size: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f61sp {
    font-size: calc(61 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f62sp {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f63sp {
    font-size: calc(63 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f64sp {
    font-size: calc(64 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f65sp {
    font-size: calc(65 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f66sp {
    font-size: calc(66 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f67sp {
    font-size: calc(67 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f68sp {
    font-size: calc(68 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f69sp {
    font-size: calc(69 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f70sp {
    font-size: calc(70 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f71sp {
    font-size: calc(71 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f72sp {
    font-size: calc(72 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f73sp {
    font-size: calc(73 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f74sp {
    font-size: calc(74 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f75sp {
    font-size: calc(75 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f76sp {
    font-size: calc(76 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f77sp {
    font-size: calc(77 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f78sp {
    font-size: calc(78 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f79sp {
    font-size: calc(79 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f80sp {
    font-size: calc(80 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f81sp {
    font-size: calc(81 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f82sp {
    font-size: calc(82 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f83sp {
    font-size: calc(83 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f84sp {
    font-size: calc(84 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f85sp {
    font-size: calc(85 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f86sp {
    font-size: calc(86 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f87sp {
    font-size: calc(87 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f88sp {
    font-size: calc(88 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f89sp {
    font-size: calc(89 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f90sp {
    font-size: calc(90 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f91sp {
    font-size: calc(91 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f92sp {
    font-size: calc(92 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f93sp {
    font-size: calc(93 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f94sp {
    font-size: calc(94 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f95sp {
    font-size: calc(95 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f96sp {
    font-size: calc(96 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f97sp {
    font-size: calc(97 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f98sp {
    font-size: calc(98 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f99sp {
    font-size: calc(99 / 750 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .f100sp {
    font-size: calc(100 / 750 * 100vw);
  }
}

/******************************************/
#GlobalNavi {
  width: 100%;
  position: relative;
  z-index: 72;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  #GlobalNavi {
    display: none !important;
  }
}
#GlobalNavi.active {
  position: fixed;
  top: 0;
  left: 0;
}
#GlobalNavi .SiteIdentity__in {
  width: 100%;
}
#GlobalNavi .SiteIdentity__in.active {
  position: fixed;
  top: 0;
  left: 0;
}
#GlobalNavi .mainnavs {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
}
#GlobalNavi.active1 {
  height: 78px;
}
#GlobalNavi.active1 ul li:nth-child(1) a.dir1_link {
  background-color: #b1000e;
  color: #fff !important;
}
#GlobalNavi.active1 ul li:nth-child(1) a.dir1_link:hover {
  color: #fff !important;
}
#GlobalNavi.active2 {
  height: 140px;
}
#GlobalNavi.active2 .section__in .sub_navigation2 {
  display: block;
}
#GlobalNavi.active2 ul li:nth-child(2) a.dir1_link {
  background-color: #b1000e;
  color: #fff !important;
}
#GlobalNavi.active2 ul li:nth-child(2) a.dir1_link:hover {
  color: #fff !important;
}
#GlobalNavi.active3 {
  height: 140px;
}
#GlobalNavi.active3 .section__in .sub_navigation3 {
  display: block;
}
#GlobalNavi.active3 ul li:nth-child(3) a.dir1_link {
  background-color: #b1000e;
  color: #fff !important;
}
#GlobalNavi.active3 ul li:nth-child(3) a.dir1_link:hover {
  color: #fff !important;
}
#GlobalNavi.active4 {
  height: 78px;
}
#GlobalNavi.active4 ul li:nth-child(4) a.dir1_link {
  background-color: #b1000e;
  color: #fff !important;
}
#GlobalNavi.active4 ul li:nth-child(4) a.dir1_link:hover {
  color: #fff !important;
}
#GlobalNavi.active5 {
  height: 140px;
}
#GlobalNavi.active5 .section__in .sub_navigation5 {
  display: block;
}
#GlobalNavi.active5 ul li:nth-child(5) a.dir1_link {
  background-color: #b1000e;
  color: #fff !important;
}
#GlobalNavi.active5 ul li:nth-child(5) a.dir1_link:hover {
  color: #fff !important;
}
#GlobalNavi.active6 {
  height: 140px;
}
#GlobalNavi.active6 .section__in .sub_navigation6 {
  display: block;
}
#GlobalNavi.active6 ul li:nth-child(6) a.dir1_link {
  background-color: #b1000e;
  color: #fff !important;
}
#GlobalNavi.active6 ul li:nth-child(6) a.dir1_link:hover {
  color: #fff !important;
}
#GlobalNavi .section__in {
  width: auto;
  padding: 0 15px;
  max-width: 1275px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /***/
  /* 親コンテナを相対配置に */
  /* テキスト入力欄 */
  /* 送信ボタンを入力枠内の右端に重ねる */
}
#GlobalNavi .section__in .titlteimg {
  width: 26%;
  max-width: 322px;
}
#GlobalNavi .section__in .navigations {
  width: 74%;
  max-width: 920px;
}
#GlobalNavi .section__in .navigations ul.dirmain {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1:nth-child(1) {
  width: 8.9%;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1:nth-child(2) {
  width: 15%;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1:nth-child(3) {
  width: 16%;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1:nth-child(4) {
  width: 10.3%;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1:nth-child(5) {
  width: 12.5%;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1:nth-child(6) {
  width: 12.5%;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1:nth-child(7) {
  width: 24.3%;
  margin-left: 1.5%;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link {
  width: 100%;
  display: flex;
  align-items: center;
  height: 78px;
  color: #000;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link:hover {
  color: #b1000e;
}
#GlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#GlobalNavi .section__in .sub_navigation {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 62px;
  background-color: #fff;
  z-index: 72;
  display: none;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub {
  width: auto;
  max-width: 1275px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 {
  display: inline-block;
  position: relative;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link {
  display: flex;
  height: 62px;
  margin-right: 2em;
  align-items: center;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link span {
  display: inline-block;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link span.recruitbts {
  padding-right: 1.5em;
  position: relative;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link span.recruitbts::after {
  content: "";
  background: url(/images/newtop/menu_icon_more_under.svg) no-repeat center;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translate(0, -50%);
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link:hover {
  color: #b1000e;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.linkbotans {
  height: auto;
  display: inline-block;
  border: 1px solid #b1000e;
  border-radius: 6px;
  padding: 0.25em 1.75em;
  color: #b1000e;
  margin-right: 1em;
}
#GlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.linkbotans2 {
  height: auto;
  display: inline-block;
  border: 1px solid #f15a24;
  border-radius: 6px;
  padding: 0.25em 1.75em;
  color: #f15a24;
}
#GlobalNavi .section__in a.mores:hover + .recruit_navigation, #GlobalNavi .section__in .recruit_navigation:hover {
  display: inline-block;
}
#GlobalNavi .section__in .recruit_navigation {
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  background-color: #f2f2f2;
  white-space: nowrap;
  z-index: 73;
  display: inline-block;
  display: none;
}
#GlobalNavi .section__in .recruit_navigation ul.dirrecurit {
  width: auto;
  padding: 1.25em 1.5em 0.75em 1.5em;
  margin: 0 auto;
}
#GlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 {
  display: block;
  position: relative;
}
#GlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a {
  padding: 0 0 0.75em 0;
  display: inline-block;
}
#GlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a span {
  display: inline-block;
}
#GlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a:hover {
  color: #b1000e;
}
#GlobalNavi .section__in .searchbox_head {
  width: 100%;
  position: relative;
  display: inline-block; /* 必要に応じて幅を制御 */
}
#GlobalNavi .section__in .searchbox_head .iSearchAssist {
  border: 2px solid #b1000e;
  border-radius: 5px;
  font-size: 14px;
  /* 上下・左に0.35em、右はアイコン用に余裕を確保 */
  padding: 0.35em 2.5em 0.35em 0.35em;
  box-sizing: border-box;
  width: 100%; /* 親の幅に合わせる場合 */
}
#GlobalNavi .section__in .searchbox_head .p_button {
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  width: 1.3em; /* アイコンのサイズに合わせて調整 */
  height: 1.3em; /* アイコンのサイズに合わせて調整 */
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  background-image: url(/images/newtop/search_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* ボタン文字を隠す */
  text-indent: -9999px;
  cursor: pointer;
}

.m_emergencyList {
  padding: 0 15px;
}
.m_emergency .m_emergencyListLabel {
  font-size: 75%;
  color: #b1000e;
  background-color: transparent;
  border: 1px solid #b1000e;
  padding: 5px 13px;
}
.m_emergency .m_emergencyListDate {
  color: #000;
  padding-top: 5px;
}
.m_emergency .m_emergencyListText {
  padding-top: 5px;
}
.m_emergency .m_emergencyListText a {
  color: #b1000e;
}
@media screen and (max-width: 768px) {
    .m_emergencyList {
	  padding: 0;
	}
}

/**************************************************************/
#SpGlobalNavi {
  width: 100%;
  position: relative;
  z-index: 72;
  background-color: #fafafc;
  padding-bottom: 160px;
  /*
    &.active1{

    }

    &.active1 ul li:nth-child(1) a.dir1_link{
            background-color: #b1000e;
            color:#fff !important;
            &:hover{
              color:#fff !important;
            }
    }
    &.active2{
      height: calc(78px + 62px);
      .section__in .sub_navigation2{
        display: block;
      }
    }
    &.active2 ul li:nth-child(2) a.dir1_link{
            background-color: #b1000e;
            color:#fff !important;
            &:hover{
              color:#fff !important;
            }
    }
    &.active3{
      height: calc(78px + 62px);
      .section__in .sub_navigation3{
        display: block;
      }
    }
    &.active3 ul li:nth-child(3) a.dir1_link{
            background-color: #b1000e;
            color:#fff !important;
            &:hover{
              color:#fff !important;
            }
    }
    &.active4{
    }
    &.active4 ul li:nth-child(4) a.dir1_link{
            background-color: #b1000e;
            color:#fff !important;
            &:hover{
              color:#fff !important;
            }
    }
    &.active5{
      height: calc(78px + 62px);
      .section__in .sub_navigation5{
        display: block;
      }
    }
    &.active5 ul li:nth-child(5) a.dir1_link{
            background-color: #b1000e;
            color:#fff !important;
            &:hover{
              color:#fff !important;
            }
    }

    &.active6{
      height: calc(78px + 62px);
      .section__in .sub_navigation6{
        display: block;
      }
    }
    &.active6 ul li:nth-child(6) a.dir1_link{
            background-color: #b1000e;
            color:#fff !important;
            &:hover{
              color:#fff !important;
            }
    }
  */
}
#SpGlobalNavi .SiteIdentity__in {
  width: 100%;
}
#SpGlobalNavi .mainnavs {
  width: 100%;
  background-color: #fafafc;
  position: relative;
}
#SpGlobalNavi .section__in {
  width: 100%;
  /*
      a.mores:hover + .recruit_navigation,.recruit_navigation:hover{
        display: inline-block;
      }
  */
  /***/
  /* 親コンテナを相対配置に */
  /* テキスト入力欄 */
  /* 送信ボタンを入力枠内の右端に重ねる */
}
#SpGlobalNavi .section__in .titlteimg {
  display: none;
}
#SpGlobalNavi .section__in .navigations {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 5vw;
}
#SpGlobalNavi .section__in .navigations ul.dirmain {
  width: 100%;
  display: block;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.topsooff {
  display: none;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 {
  width: 100%;
  border-top: 1px solid #333333;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1.seconds {
  margin-top: 15px;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1.firests {
  border-bottom: 1px solid #333333;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link {
  width: 100%;
  color: #000;
  /*初期設定
  padding-left: 16px;
  padding-right: 48px;
  min-height: 60px;
  box-sizing: border-box;
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  */
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link.linkoff:after {
  content: "";
  background: url(/images/newtop/menu_icon_plus.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link.linkoff.active:after {
  background: url(/images/newtop/menu_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link.linkgo:after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 500;
  padding: 1.2em 3em 1.2em 1em;
  pointer-events: none;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon01 {
  padding-left: 3em;
  position: relative;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon01::after {
  content: "";
  width: 1.7em;
  height: 1.7em;
  background: url(/images/newtop/icon_lang.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon02 {
  padding-left: 3em;
  position: relative;
}
#SpGlobalNavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon02::after {
  content: "";
  width: 1.7em;
  height: 1.7em;
  background: url(/images/newtop/icon_mail.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
}
#SpGlobalNavi .section__in .sub_navigation {
  position: relative;
  width: 100%;
  z-index: 72;
  display: none;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2:nth-child(1) {
  border-top: 1px solid #666;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2:nth-child(2) {
  border-top: 1px solid #666;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.long_off {
  border-top: 0 !important;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub:has(li.dir2:last-child:nth-child(odd)) li.dir2:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub:has(li.dir2:last-child:nth-child(even)) li.dir2:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub:has(li.dir2:last-child:nth-child(even)) li.dir2:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub:has(li.dir2.long:last-child:nth-child(even)) li.dir2.long:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 1px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 {
  width: 50%;
  position: relative;
  border-bottom: 1px solid #ccc;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2.long {
  width: 100%;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.linkoff:after {
  content: "";
  background: url(/images/newtop/menu_icon_plus.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.linkoff.active:after {
  background: url(/images/newtop/menu_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.linkgo:after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link span {
  display: inline-block;
  padding: 1.2em 3em 1.2em 1em;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link.noheigh {
  height: auto;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.linkbotans {
  width: 100%;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
#SpGlobalNavi .section__in .sub_navigation ul.dirsub li.dir2 a.linkbotans2 {
  width: 100%;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
#SpGlobalNavi .section__in .recruit_navigation {
  width: 100%;
  background-color: #f2f2f2;
  z-index: 73;
  display: none;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li:nth-child(1) {
  border-top: 1px solid #ccc;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li:nth-child(2) {
  border-top: 1px solid #ccc;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(odd)) li:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(odd)) li:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 1px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(even)) li:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(even)) li:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 {
  display: block;
  position: relative;
  width: 50%;
  border-bottom: 1px solid #ccc;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkoff:after {
  content: "";
  background: url(/images/newtop/menu_icon_plus.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkoff.active:after {
  background: url(/images/newtop/menu_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkgo:after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.blankgo.linkgo:after {
  content: "";
  background: url(/images/newtop/meni_icon_blank.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.dir3_link {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#SpGlobalNavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.dir3_link span {
  display: inline-block;
  padding: 1.2em 3em 1.2em 1em;
}
#SpGlobalNavi .section__in .searchbox_head {
  width: 100%;
  position: relative;
  display: inline-block; /* 必要に応じて幅を制御 */
  font-size: 14px;
}
#SpGlobalNavi .section__in .searchbox_head .iSearchAssist {
  border: 2px solid #b1000e;
  border-radius: 5px;
  font-size: 14px;
  /* 上下・左に0.35em、右はアイコン用に余裕を確保 */
  padding: 0.35em 2em 0.35em 0.35em;
  box-sizing: border-box;
  width: 100%; /* 親の幅に合わせる場合 */
}
#SpGlobalNavi .section__in .searchbox_head .p_button {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 1.3em; /* アイコンのサイズに合わせて調整 */
  height: 1.3em; /* アイコンのサイズに合わせて調整 */
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  background-image: url(/images/newtop/search_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* ボタン文字を隠す */
  text-indent: -9999px;
  cursor: pointer;
}

#SpSupportNavi {
  display: none;
}

.spheadsite {
  width: 100%;
  background-color: #f2f2f2;
  display: none;
}
@media screen and (max-width:768px) {
  .spheadsite {
    display: block;
  }
}
.spheadsite .logoimg {
  width: 80%;
  max-width: 300px;
  margin-left: 3.5%;
}

/***************************/
@media screen and (max-width:768px) {
  #ot-sdk-btn-floating {
    bottom: 78px !important;
  }
}

.menu-open #fix_searchbox_head {
  display: none;
}
@media screen and (max-width:768px) {
  .menu-open #fix_searchbox_head {
    display: block;
    position: fixed;
    bottom: 62px;
    left: 0;
  }
}
@media screen and (max-width:768px) {
  .menu-open #ot-sdk-btn-floating {
    bottom: 120px !important;
  }
}

#fix_searchbox_head {
  display: none;
  position: fixed;
  z-index: 80;
  width: 100%;
  padding: 30px 15px 15px 15px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.4s ease-out 0.01s;
  display: none;
  /*
  &.active{
    display: none;
    @media screen and (max-width:768px){
      display: block;
      position: fixed;
      bottom:56px;
      left:0;

    }
  }
    */
  /* テキスト入力欄 */
  /* 送信ボタンを入力枠内の右端に重ねる */
}
@media screen and (max-width:768px) {
  #fix_searchbox_head {
    display: none;
  }
}
#fix_searchbox_head .searchbox_head {
  width: 100%;
  position: relative;
  display: inline-block; /* 必要に応じて幅を制御 */
}
#fix_searchbox_head .searchbox_head .iSearchAssist {
  border: 2px solid #b1000e;
  border-radius: 5px;
  font-size: 16px;
  /* 上下・左に0.35em、右はアイコン用に余裕を確保 */
  padding: 0.35em 2.5em 0.35em 0.35em;
  box-sizing: border-box;
  width: 100%; /* 親の幅に合わせる場合 */
}
#fix_searchbox_head .searchbox_head .p_button {
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  width: 1.3em; /* アイコンのサイズに合わせて調整 */
  height: 1.3em; /* アイコンのサイズに合わせて調整 */
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  background-image: url(/images/newtop/search_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* ボタン文字を隠す */
  text-indent: -9999px;
  cursor: pointer;
}
#fix_searchbox_head .p_keyword {
  background-image: none !important;
}

/***************************/
#fix_seach {
  width: 100%;
  position: fixed;
  bottom: 56px;
  left: 0;
  z-index: 80;
}

#mymenubox_area .usernamebox {
  width: 100%;
  background-color: #606060;
}
#mymenubox_area .usernamebox .section__in {
  width: auto;
  max-width: 1275px;
  margin: 0 auto;
  text-align: right;
}
#mymenubox_area .usernamebox .section__in .names {
  text-align: right;
  line-height: 140%;
  color: #fff;
  /*padding: 0.1em 30px;*/
}
@media screen and (max-width:768px) {
  #mymenubox_area .usernamebox .section__in .names {
    /*padding: 0.1em 0px 0.1em 15px;*/
    font-size: 14px;
  }
}

#mymenubox_area .usernamebox {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

#mymenubox_area .usernamebox .section__in .names {
  color: #333;
}

#mymenubox_area .usernamebox .section__in .names a.channelname {
  color: #b1000e;
}

#mymenubox_area .usernamebox .section__in .names span.channelname {
  color: #b1000e;
  padding: 0.1em 0 0.1em 0;
  display: inline-block;
}

#mymenubox_area .usernamebox .section__in .names a.channelname:hover {
  text-decoration: underline;
}

#mymenubox_area .usernamebox .section__in .names .membername {
  margin-left: 1rem;
  padding: 0.1em 15px 0.1em 0;
}

#fixbotans {
  position: fixed;
  top: 164px;
  right: 0;
  z-index: 80;
  width: 64px;
  transform: translate(100%, 0%);
  transition: all 0.6s ease-out 0.01s;
}
@media screen and (max-width:768px) {
  #fixbotans {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: 80;
    width: 100%;
    transform: translate(0, 100%);
  }
}
#fixbotans.active {
  transform: translate(0%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans.active {
    transform: translate(0, 0%);
  }
}
@media screen and (max-width:768px) {
  #fixbotans ul {
    width: 100%;
    display: flex;
    font-size: 10px;
  }
}
#fixbotans ul .pc_bts {
  width: 100%;
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (max-width:768px) {
  #fixbotans ul .pc_bts {
    display: none;
  }
}
#fixbotans ul .pc_bts .closebtmenu {
  width: 100%;
  display: inline-block;
  color: #b1000e;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  line-height: 140%;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:768px) {
  #fixbotans ul .pc_bts .closebtmenu {
    display: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
}
#fixbotans ul .pc_bts .closebtmenu:hover {
  cursor: pointer;
}
#fixbotans ul .pc_bts .closebtmenu::after {
  content: "メニュー\aを閉じる";
  white-space: pre;
  display: inline-block;
  text-align: center;
  width: 100%;
}
#fixbotans ul .pc_bts .closebtmenu.active {
  background-color: #b1000e;
  color: #fff;
  border-top: 2px solid #b1000e;
  border-left: 2px solid #b1000e;
  border-bottom: 2px solid #b1000e;
}
#fixbotans ul .pc_bts .closebtmenu.active::after {
  content: "メニュー\aを開く　";
  white-space: pre;
  display: inline-block;
  width: 100%;
}
#fixbotans ul li {
  display: block;
  text-align: center;
  margin-bottom: 7px;
  transition: all 0.5s ease-out 0.01s;
}
@media screen and (max-width:768px) {
  #fixbotans ul li {
    margin-bottom: 0px;
    flex: 1;
  }
}
#fixbotans ul li.active {
  transform: translate(100%, 0);
}
#fixbotans ul li a {
  width: 100%;
  display: inline-block;
  background-color: #b1000e;
  border-radius: 5px 0 0 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:768px) {
  #fixbotans ul li a {
    border-radius: 0px;
    border: 0;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  }
}
#fixbotans ul li span.fixbotans_member {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 62px;
  padding: 42px 0 12px 0;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_member {
    width: auto;
    padding: 42px 0 12px 0px;
  }
}
#fixbotans ul li span.fixbotans_member::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/newtop/icon_footimg_member.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_member::after {
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#fixbotans ul li span.fixbotans_course {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 62px;
  padding: 42px 0 12px 0;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_course {
    width: auto;
    padding: 42px 0 12px 0px;
  }
}
#fixbotans ul li span.fixbotans_course::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/newtop/icon_footimg_course.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_course::after {
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#fixbotans ul li span.fixbotans_cart {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 62px;
  padding: 42px 0 12px 0;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_cart {
    width: auto;
    padding: 42px 0 12px 0px;
  }
}
#fixbotans ul li span.fixbotans_cart::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/newtop/icon_footimg_cart.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_cart::after {
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#fixbotans ul li span.fixbotans_login {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 62px;
  padding: 42px 0 12px 0;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_login {
    width: auto;
    padding: 42px 0 12px 0px;
  }
}
#fixbotans ul li span.fixbotans_login::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/newtop/icon_footimg_login.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_login::after {
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#fixbotans ul li.mypage span.fixbotans_member {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 62px;
  padding: 42px 0 12px 0;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  #fixbotans ul li.mypage span.fixbotans_member {
    width: auto;
    padding: 42px 0 12px 0px;
  }
}
#fixbotans ul li.mypage span.fixbotans_member::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/newtop/icon_footimg_mypage.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans ul li.mypage span.fixbotans_member::after {
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#fixbotans ul li.logout a {
  background-color: #666666;
}
#fixbotans ul li.logout span.fixbotans_logout {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 62px;
  padding: 42px 0 12px 0;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  #fixbotans ul li.logout span.fixbotans_logout {
    width: auto;
    padding: 42px 0 12px 0px;
  }
}
#fixbotans ul li.logout span.fixbotans_logout::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/newtop/icon_footimg_logout.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans ul li.logout span.fixbotans_logout::after {
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#fixbotans ul li span.fixbotans_logout {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 62px;
  padding: 42px 0 12px 0;
  position: relative;
  line-height: 100%;
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_logout {
    width: auto;
    padding: 42px 0 12px 0px;
  }
}
#fixbotans ul li span.fixbotans_logout::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/newtop/icon_footimg_logout.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:768px) {
  #fixbotans ul li span.fixbotans_logout::after {
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

@media screen and (max-width:768px) {
  #FooterPageTop {
    display: none;
  }
}

.m_footer {
  background-color: #fafafc;
}

#FooterArea {
  background-color: #fafafc;
}
@media screen and (max-width:768px) {
  #FooterArea {
    padding-bottom: 60px;
  }
}

#Footer1 #HitachiTop a {
  border: 0;
}

@media screen and (max-width:768px) {
  #Footer2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:768px) {
  #Footer2 #SnsButton {
    order: 2;
  }
  #Footer2 #SnsButton a {
    margin-bottom: 0;
  }
}
#Footer2 #mark_icons {
  width: 292px;
}
@media screen and (max-width:768px) {
  #Footer2 #mark_icons {
    width: 95%;
    order: 1;
    margin-bottom: 5vw;
    border-bottom: 1px solid #ccc;
  }
}
#Footer2 #mark_icons .mark_icons__in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  #Footer2 #mark_icons .mark_icons__in {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
}
#Footer2 #mark_icons .icons {
  width: 82px;
  mix-blend-mode: multiply;
}
@media screen and (max-width:768px) {
  #Footer2 #mark_icons .icons {
    width: 28%;
  }
}

/***********************************************/
#footernavi_sp {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fafafc;
  padding-bottom: 160px;
  display: none;
}
@media screen and (max-width:768px) {
  #footernavi_sp {
    padding-bottom: 80px;
    display: block;
  }
}
#footernavi_sp .SiteIdentity__in {
  width: 100%;
}
#footernavi_sp .mainnavs {
  width: 100%;
  background-color: #fafafc;
  position: relative;
}
#footernavi_sp .section__in {
  width: 100%;
}
#footernavi_sp .section__in .titlteimg {
  display: none;
}
#footernavi_sp .section__in .navigations {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 5vw;
}
#footernavi_sp .section__in .navigations ul.dirmain {
  width: 100%;
  display: block;
}
#footernavi_sp .section__in .navigations ul.dirmain li.topsooff {
  display: none;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 {
  width: 100%;
  border-top: 1px solid #333333;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1.seconds {
  margin-top: 15px;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1.firests {
  border-bottom: 1px solid #333333;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link {
  width: 100%;
  color: #000;
  position: relative;
  /*初期設定
  padding-left: 16px;
  padding-right: 48px;
  min-height: 60px;
  box-sizing: border-box;
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  */
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link.linkoff:after {
  content: "";
  background: url(/images/newtop/menu_icon_plus.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link.linkoff.active:after {
  background: url(/images/newtop/menu_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link.linkgo:after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 500;
  padding: 1.2em 3em 1.2em 1em;
  pointer-events: none;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon01 {
  padding-left: 3em;
  position: relative;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon01::after {
  content: "";
  width: 1.7em;
  height: 1.7em;
  background: url(/images/newtop/icon_lang.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon02 {
  padding-left: 3em;
  position: relative;
}
#footernavi_sp .section__in .navigations ul.dirmain li.dir1 a.dir1_link span.icon02::after {
  content: "";
  width: 1.7em;
  height: 1.7em;
  background: url(/images/newtop/icon_mail.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
}
#footernavi_sp .section__in .sub_navigation {
  position: relative;
  width: 100%;
  z-index: 72;
  display: none;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li {
  margin-bottom: 0;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2:nth-child(1) {
  border-top: 1px solid #666;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2:nth-child(2) {
  border-top: 1px solid #666;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.long_off {
  border-top: 0 !important;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub:has(li.dir2:last-child:nth-child(odd)) li.dir2:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .sub_navigation ul.dirsub:has(li.dir2:last-child:nth-child(even)) li.dir2:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .sub_navigation ul.dirsub:has(li.dir2:last-child:nth-child(even)) li.dir2:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .sub_navigation ul.dirsub:has(li.dir2.long:last-child:nth-child(even)) li.dir2.long:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 1px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 {
  width: 50%;
  position: relative;
  border-bottom: 1px solid #ccc;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2.long {
  width: 100%;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.linkoff:after {
  content: "";
  background: url(/images/newtop/menu_icon_plus.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.linkoff.active:after {
  background: url(/images/newtop/menu_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.linkgo:after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link span {
  display: inline-block;
  padding: 1.2em 3em 1.2em 1em;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link.noheigh {
  height: auto;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.linkbotans {
  width: 100%;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
#footernavi_sp .section__in .sub_navigation ul.dirsub li.dir2 a.linkbotans2 {
  width: 100%;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
#footernavi_sp .section__in .recruit_navigation {
  width: 100%;
  background-color: #f2f2f2;
  z-index: 73;
  display: none;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li:nth-child(1) {
  border-top: 1px solid #ccc;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li:nth-child(2) {
  border-top: 1px solid #ccc;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(odd)) li:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(odd)) li:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 1px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(even)) li:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(even)) li:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li.dir3 {
  display: block;
  position: relative;
  width: 50%;
  border-bottom: 1px solid #ccc;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkoff:after {
  content: "";
  background: url(/images/newtop/menu_icon_plus.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkoff.active:after {
  background: url(/images/newtop/menu_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkgo:after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li.dir3 a.blankgo.linkgo:after {
  content: "";
  background: url(/images/newtop/meni_icon_blank.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li.dir3 a.dir3_link {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#footernavi_sp .section__in .recruit_navigation ul.dirrecurit li.dir3 a.dir3_link span {
  display: inline-block;
  padding: 1.2em 3em 1.2em 1em;
}

#footernavi {
  width: auto;
  max-width: 1275px;
  padding: 30px 15px 50px 15px;
  position: relative;
  z-index: 2;
  background-color: #fafafc;
  padding-bottom: 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #footernavi {
    display: none;
  }
}
#footernavi .SiteIdentity__in {
  width: 100%;
}
#footernavi .mainnavs {
  width: 100%;
  background-color: #fafafc;
  position: relative;
}
#footernavi .section__in {
  width: 100%;
}
#footernavi .section__in .navigations {
  width: 100%;
  margin: 0 auto;
}
#footernavi .section__in .navigations ul.dirmain {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footernavi .section__in .navigations ul.dirmain .list01 {
  width: 17.5%;
}
#footernavi .section__in .navigations ul.dirmain .list02 {
  width: 20%;
}
#footernavi .section__in .navigations ul.dirmain .list03 {
  width: 21.1%;
}
#footernavi .section__in .navigations ul.dirmain .list04 {
  width: 21.1%;
}
#footernavi .section__in .navigations ul.dirmain .list05 {
  width: 13.3%;
}
#footernavi .section__in .navigations ul.dirmain li.dir1 {
  width: 100%;
}
#footernavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link {
  color: #000;
  position: relative;
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
#footernavi .section__in .navigations ul.dirmain li.dir1 a.dir1_link span {
  display: inline-block;
  text-align: left;
  font-weight: 500;
  padding: 1.75em 1em 0.5em 0em;
  pointer-events: none;
  font-size: 100% !important;
}
#footernavi .section__in .sub_navigation {
  position: relative;
  width: 100%;
}
#footernavi .section__in .sub_navigation ul.dirsub {
  width: 100%;
}
#footernavi .section__in .sub_navigation ul.dirsub li.dir2 {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
#footernavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link {
  width: 100%;
  position: relative;
  color: #000;
  font-size: 100%;
}
#footernavi .section__in .sub_navigation ul.dirsub li.dir2 a.dir2_link span {
  display: inline-block;
  padding: 0.5em 0em 0.5em 0em;
  font-size: 100%;
}
#footernavi .section__in .recruit_navigation {
  width: 100%;
  background-color: #f2f2f2;
  z-index: 73;
  display: none;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li:nth-child(1) {
  border-top: 1px solid #ccc;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li:nth-child(2) {
  border-top: 1px solid #ccc;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(odd)) li:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(odd)) li:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 1px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(even)) li:nth-last-child(1) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi .section__in .recruit_navigation ul.dirrecurit:has(li:last-child:nth-child(even)) li:nth-last-child(2) {
  /* ここに好きな処理を */
  border-bottom: 0px solid #ccc;
  /* 例：背景を黄色に */
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li.dir3 {
  display: block;
  position: relative;
  width: 50%;
  border-bottom: 1px solid #ccc;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkoff:after {
  content: "";
  background: url(/images/newtop/menu_icon_plus.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkoff.active:after {
  background: url(/images/newtop/menu_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.linkgo:after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.blankgo.linkgo:after {
  content: "";
  background: url(/images/newtop/meni_icon_blank.svg) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.dir3_link {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  padding: 0;
  min-height: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#footernavi .section__in .recruit_navigation ul.dirrecurit li.dir3 a.dir3_link span {
  display: inline-block;
  padding: 1.2em 3em 1.2em 1em;
}

#pankuzu {
  width: 100%;
  padding: 0.85em;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
#pankuzu ul {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#pankuzu ul li {
  position: relative;
  display: inline-block;
  line-height: 180%;
}
#pankuzu ul li a {
  color: #b1000e;
  padding-right: 2.5em;
  position: relative;
  display: inline-block;
}
#pankuzu ul li a.dir::after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 0.75em;
  width: 1em;
  height: 1em;
  position: absolute;
  transform: translate(0, -50%);
}
#pankuzu ul li span {
  display: inline-block;
}
#pankuzu ul li span.dir::after {
  content: "";
  background: url(/images/newtop/menu_icon_more.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 0.75em;
  width: 1em;
  height: 1em;
  position: absolute;
  transform: translate(0, -50%);
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  margin: 0px 0 0px 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 0px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 0px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent { /*background:#fff*/
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.toggleContents .buttonSet {
  margin-top: 10px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*# sourceMappingURL=new_style.css.map */

/* ---------- */

table {
    margin: 0 0 20px;
    border-collapse: collapse;
}
.LinkListStyle1 li a:link {
    color: #c02;
}
.LinkListStyle1 li a:visited {
    color: #a94657;
}
.inq_buttonStyle1 > a:visited {
    color: #fff;
}
#HeaderArea1 {
    position: sticky;
    width: 100%;
    top: 0;
}
#SpMenuBtn {
    background-color: #b1000e;
}