@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
.footer_navi__clm a::before, .dropmenu__clm ul a::after, .dropmenu__clm p .toggle__button::before, .dropmenu__clm p .toggle__button::after, .menu_button .bdr::before, .menu_button .bdr::after, .cmn__corppolicy ul a::after, .link__border a::after {
  display: block;
  content: "";
  position: absolute;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

select::-ms-expand {
  display: none;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #191D25;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
  width: 100%;
  padding-top: 58px !important;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-top: 78px !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    padding-top: 86px !important;
  }
}
@media print, screen and (min-width: 1120px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 96px !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
input,
textarea,
select,
button {
  outline: none;
  outline-color: #003894;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible {
  outline-color: #003894;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}
@-moz-document url-prefix() {
  a:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible,
  button:focus-visible {
    accent-color: #003894;
  }
}
a:focus-visible _::-webkit-full-page-media,
a:focus-visible _:future,
a:focus-visible :root,
input:focus-visible _::-webkit-full-page-media,
input:focus-visible _:future,
input:focus-visible :root,
textarea:focus-visible _::-webkit-full-page-media,
textarea:focus-visible _:future,
textarea:focus-visible :root,
select:focus-visible _::-webkit-full-page-media,
select:focus-visible _:future,
select:focus-visible :root,
button:focus-visible _::-webkit-full-page-media,
button:focus-visible _:future,
button:focus-visible :root {
  accent-color: #003894;
}

_::-webkit-full-page-media a,
_::-webkit-full-page-media input,
_::-webkit-full-page-media textarea,
_::-webkit-full-page-media select,
_::-webkit-full-page-media button,
_:future a,
_:future input,
_:future textarea,
_:future select,
_:future button,
:root a,
:root input,
:root textarea,
:root select,
:root button {
  accent-color: #003894;
}

.font_notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.font_notoserif {
  font-family: "Noto Serif JP", serif;
}

.font_zenkakugo {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.font_zenoldmin {
  font-family: "Zen Old Mincho", serif;
}

.font_jost {
  font-family: "Jost", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .device-pc .sptel,
  .device-tab .sptel {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
    background-image: none;
  }
}

.bg_lightgray {
  background-color: #F9FAFB;
}

.link__border {
  display: flex;
  justify-content: end;
}
.link__border a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  margin-top: 25px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .link__border a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .link__border a {
    font-size: 1.4rem;
    padding-bottom: 1px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .link__border a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .link__border a {
    font-size: 1.6rem;
  }
}
.link__border a::after {
  width: 100%;
  height: 1px;
  background-color: #191D25;
  bottom: 0;
  left: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
@media (hover: hover) {
  .link__border a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

.cmn__corppolicy {
  padding-block: 56px;
  background-color: #EFF4FA;
}
@media print, screen and (min-width: 768px) {
  .cmn__corppolicy {
    padding-block: 60px;
  }
}
@media print, screen and (min-width: 1120px) {
  .cmn__corppolicy {
    padding-block: 64px;
  }
}
.cmn__corppolicy .corppolicy_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  align-items: end;
}
@media print, screen and (min-width: 768px) {
  .cmn__corppolicy .corppolicy_grid {
    gap: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn__corppolicy .corppolicy_grid {
    grid-template-columns: 1fr 440px;
    gap: 44px;
  }
}
@media print, screen and (min-width: 1120px) {
  .cmn__corppolicy .corppolicy_grid {
    grid-template-columns: 1fr 454px;
    gap: 54px;
  }
}
.cmn__corppolicy .corppolicy__head .head__title {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .cmn__corppolicy .corppolicy__head .head__title {
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn__corppolicy .corppolicy__head .head__title {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1120px) {
  .cmn__corppolicy .corppolicy__head .head__title {
    margin-bottom: 35px;
  }
}
.cmn__corppolicy .corppolicy__head .head__entitle {
  font-size: 1.4rem;
  color: #003894;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .cmn__corppolicy .corppolicy__head .head__entitle {
    line-height: 1.25;
    margin-bottom: 5px;
  }
}
.cmn__corppolicy .corppolicy__head .head__jatitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.cmn__corppolicy .corppolicy__head .head__text {
  font-size: 1.3rem;
  line-height: 1.71;
  letter-spacing: 0;
}
.cmn__corppolicy .corppolicy__head .head__text .sp {
  display: none !important;
}
@media print, screen and (min-width: 321px) {
  .cmn__corppolicy .corppolicy__head .head__text .sp {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn__corppolicy .corppolicy__head .head__text .sp {
    display: none !important;
  }
}
.cmn__corppolicy ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 15px;
}
@media print, screen and (min-width: 768px) {
  .cmn__corppolicy ul {
    gap: 8px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cmn__corppolicy ul {
    gap: 8px 22px;
  }
}
@media print, screen and (min-width: 1120px) {
  .cmn__corppolicy ul {
    gap: 8px 24px;
  }
}
.cmn__corppolicy ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
}
.cmn__corppolicy ul a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: block;
  padding-block: 8px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .cmn__corppolicy ul a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .cmn__corppolicy ul a {
    font-size: 1.3rem;
  }
}
.cmn__corppolicy ul a::after {
  width: 100%;
  height: 1px;
  background-color: #191D25;
  bottom: 0;
  left: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
@media (hover: hover) {
  .cmn__corppolicy ul a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

.backtop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .backtop {
    margin-top: 57px;
  }
}
@media print, screen and (min-width: 1024px) {
  .backtop {
    margin-top: 64px;
  }
}
@media print, screen and (min-width: 1120px) {
  .backtop {
    margin-top: 70px;
  }
}
.backtop a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  transition: color 0.3;
}
@media print, screen and (min-width: 768px) {
  .backtop a {
    font-size: 1.5rem;
    gap: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .backtop a {
    gap: 27px;
  }
}
@media print, screen and (min-width: 1120px) {
  .backtop a {
    font-size: 1.6rem;
    gap: 30px;
  }
}
.backtop a::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #003894;
  background-color: #FFF;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .backtop a::after {
    width: 44px;
    height: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .backtop a::after {
    width: 48px;
    height: 48px;
  }
}
@media print, screen and (min-width: 1120px) {
  .backtop a::after {
    width: 52px;
    height: 52px;
  }
}
.backtop a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 0.5em;
  color: #003894;
  text-align: center;
  letter-spacing: 0;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .backtop a::before {
    width: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .backtop a::before {
    width: 48px;
  }
}
@media print, screen and (min-width: 1120px) {
  .backtop a::before {
    width: 52px;
  }
}
@media (hover: hover) {
  .backtop a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
  }
  .backtop a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-color: #003894;
  }
  .backtop a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    color: #FFF;
    transform: translateY(-50%) translateX(3px);
  }
}

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}
.modal .modal__wrap {
  width: calc(100% - 30px);
  height: calc(100vh - 80px);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .modal .modal__wrap {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .modal .modal__wrap {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1120px) {
  .modal .modal__wrap {
    width: calc(100% - 80px);
  }
}
.modal .modal__content {
  width: 100%;
  height: 100%;
  background-color: #EFF4FA;
  overflow: auto;
}
.modal .modal__content .close {
  width: 63px;
  height: 63px;
  position: absolute;
  top: 35px;
  right: 25px;
  z-index: 1;
}
.modal .modal__content .close::before, .modal .modal__content .close::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  margin-inline: auto;
  background-color: #191D25;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.modal .modal__content .close::before {
  transform: translateY(-50%) rotate(45deg);
}
.modal .modal__content .close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.modal .modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(25, 29, 37, 0.5);
}

.modal_recruit {
  visibility: hidden;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .modal_recruit {
    visibility: visible;
    z-index: 200;
  }
}
.modal_recruit .modal__wrap {
  max-width: 720px;
  max-height: 405px;
}
.modal_recruit .modal__content {
  max-height: 405px;
  padding: 40px;
}
@media print, screen and (min-width: 768px) {
  .modal_recruit .modal__content {
    padding: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .modal_recruit .modal__content {
    padding: 40px;
  }
}
@media print, screen and (min-width: 1120px) {
  .modal_recruit .modal__content {
    padding: 40px;
  }
}
.modal_recruit .modal__content .modal_recruit__head {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.modal_recruit .modal__content .modal_recruit__head .eng {
  font-size: 12rem;
  font-weight: normal;
  color: #EFF4FA;
  line-height: 1;
  list-style-type: 0.04em;
  mix-blend-mode: multiply;
}
.modal_recruit .modal__content .modal_recruit__head h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.modal_recruit .modal__content ul {
  width: 100%;
  max-width: 560px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-inline: auto;
}
.modal_recruit .modal__content ul a {
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  padding: 12px 50px 12px 15px;
  border: 2px solid #003894;
  border-radius: 4px;
  background-color: #003894;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .modal_recruit .modal__content ul a {
    padding: 12px 54px 14px 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .modal_recruit .modal__content ul a {
    padding: 12px 57px 14px 15px;
  }
}
@media print, screen and (min-width: 1120px) {
  .modal_recruit .modal__content ul a {
    padding: 13px 60px 15px 15px;
  }
}
.modal_recruit .modal__content ul a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, transform 0.3s;
}
.modal_recruit .modal__content ul a[target=_blank]::after {
  content: "\e900";
  font-size: 1.4rem;
  transform: translateY(calc(-50% - 1px));
}
@media print, screen and (min-width: 768px) {
  .modal_recruit .modal__content ul a[target=_blank]::after {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .modal_recruit .modal__content ul a[target=_blank]::after {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .modal_recruit .modal__content ul a[target=_blank]::after {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .modal_recruit .modal__content ul a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
    background-color: #FFF;
  }
  .modal_recruit .modal__content ul a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #003894;
    transform: translateY(-50%) translateX(3px);
  }
}

.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?76dzu3");
  src: url("../fonts/icomoon.eot?76dzu3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?76dzu3") format("truetype"), url("../fonts/icomoon.woff?76dzu3") format("woff"), url("../fonts/icomoon.svg?76dzu3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external_cmn:before {
  content: "\e900";
}

.icon-external_under:before {
  content: "\e901";
}

.icon-linkarrow_top:before {
  content: "\e902";
}

.icon-linkarrow_under:before {
  content: "\e903";
}

.icon-menuarrow_sp:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
}

.icon-anchor_arrow:before {
  content: "\e906";
}

.icon-excel:before {
  content: "\e907";
}

.icon-word:before {
  content: "\e908";
}

.page_inner_s {
  max-width: 820px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1120px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1120px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1120px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1360px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1120px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.header {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(25, 29, 37, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 12px 10px 12px;
  transition: padding 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__inner {
    gap: 20px;
    padding: 14px 20px 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__inner {
    gap: 30px;
    padding: 16px 30px 0 30px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__inner {
    padding: 18px 38px 0 38px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 3px;
}
@media print, screen and (min-width: 768px) {
  .header__logo {
    gap: 5px;
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    gap: 9px;
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__logo {
    padding-bottom: 18px;
  }
}
.header__logo .logo__img {
  width: 118px;
  transition: width 0.3s, opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .header__logo .logo__img {
    width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo .logo__img {
    width: 150px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__logo .logo__img {
    width: 170px;
  }
}
@media print, screen and (min-width: 1360px) {
  .header__logo .logo__img {
    width: 182px;
  }
}
.header__logo .logo__img img {
  width: 100%;
}
@media (hover: hover) {
  .header__logo .logo__img:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.8;
  }
}
.header__logo .header__desc {
  font-size: 1.1rem;
  font-weight: bold;
  color: #003894;
  line-height: 1.4;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .header__logo .header__desc {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo .header__desc {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__logo .header__desc {
    font-size: 1.6rem;
  }
}

.menu_button {
  width: 54px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .menu_button {
    display: none;
  }
}
.menu_button .bdr {
  width: 28px;
  height: 1px;
  margin: auto auto 0 auto;
  background-color: #003894;
  position: relative;
  transition: background-color 0.3s;
}
.menu_button .bdr::before, .menu_button .bdr::after {
  width: 100%;
  height: 1px;
  background-color: #003894;
  top: 0;
  left: 0;
  transition: transform 0.3s;
}
.menu_button .bdr::before {
  transform: translateY(-7px);
}
.menu_button .bdr::after {
  transform: translateY(7px);
}
.menu_button .text {
  font-size: 1rem;
  color: #003894;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  width: 100%;
  margin-bottom: auto;
}
.menu_button.is-active .bdr {
  background-color: transparent;
}
.menu_button.is-active .bdr::before {
  transform: translateY(0) rotate(210deg);
}
.menu_button.is-active .bdr::after {
  transform: translateY(0) rotate(-210deg);
}

.header__pcmenu .pcmenu__main {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu .pcmenu__main {
    gap: 40px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__main {
    gap: 55px;
  }
}
.header__pcmenu .pcmenu__main button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  padding-block: 10px 22px;
  position: relative;
  transition: color 0.3s, padding 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__main button {
    font-size: 1.4rem;
    padding-block: 6px 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu .pcmenu__main button {
    font-size: 1.5rem;
    padding-block: 8px 18px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__main button {
    font-size: 1.6rem;
    padding-block: 8px 20px;
  }
}
.header__pcmenu .pcmenu__main button::after {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  background-color: #003894;
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  transition: width 0.3s;
}
.header__pcmenu .pcmenu__main button.is-active::after {
  width: 100%;
}
@media (hover: hover) {
  .header__pcmenu .pcmenu__main button:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
  }
  .header__pcmenu .pcmenu__main button:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    width: 100%;
  }
}
.header__pcmenu .pcmenu__sub {
  padding: 25px 15px 40px 15px;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu .pcmenu__sub {
    gap: 25px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__sub {
    gap: 28px;
  }
}
.header__pcmenu .pcmenu__sub nav {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub nav {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub nav ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu .pcmenu__sub nav ul {
    gap: 25px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__sub nav ul {
    gap: 30px;
  }
}
.header__pcmenu .pcmenu__sub nav li:not(:last-child) {
  margin-bottom: 14px;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub nav li:not(:last-child) {
    margin-bottom: 0;
  }
}
.header__pcmenu .pcmenu__sub nav a, .header__pcmenu .pcmenu__sub nav button {
  font-size: 1.6rem;
  color: #474A51;
  line-height: 1.4;
  letter-spacing: 0;
  display: inline-block;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub nav a, .header__pcmenu .pcmenu__sub nav button {
    font-size: 1.3rem;
    display: block;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__sub nav a, .header__pcmenu .pcmenu__sub nav button {
    font-size: 1.4rem;
  }
}
.header__pcmenu .pcmenu__sub nav a[target=_blank]::after, .header__pcmenu .pcmenu__sub nav button[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
  margin-inline: 5px 0;
  transform: translateY(-1px);
}
@media (hover: hover) {
  .header__pcmenu .pcmenu__sub nav a:where(:any-link, :enabled, summary, span, dt, div):hover, .header__pcmenu .pcmenu__sub nav button:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
  }
}
.header__pcmenu .pcmenu__sub nav .spmenu__sub {
  padding-top: 23px;
  margin-top: 23px;
  border-top: 1px solid #D9D9D9;
}
.header__pcmenu .pcmenu__sub nav .spmenu__sub.recruit p {
  font-size: 1.6rem;
  color: #474A51;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.header__pcmenu .pcmenu__sub nav .spmenu__sub.recruit ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px 10px;
}
@media print, screen and (min-width: 321px) {
  .header__pcmenu .pcmenu__sub nav .spmenu__sub.recruit ul {
    grid-template-columns: 48% 52%;
    gap: 10px 10px;
  }
}
.header__pcmenu .pcmenu__sub nav .spmenu__sub.recruit li {
  margin-bottom: 0;
}
.header__pcmenu .pcmenu__sub nav .spmenu__sub.recruit a {
  font-size: 1.4rem;
}
.header__pcmenu .pcmenu__sub .language {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub .language {
    justify-content: end;
    margin-bottom: 0;
  }
}
.header__pcmenu .pcmenu__sub .language a {
  font-size: 1.4rem;
  color: #474A51;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub .language a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__sub .language a {
    font-size: 1.4rem;
  }
}
.header__pcmenu .pcmenu__sub .language a.is-active {
  color: #C4C4C4;
  pointer-events: none;
}
.header__pcmenu .pcmenu__sub .language a:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header__pcmenu .pcmenu__sub .language a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  margin-inline: 20px;
  background-color: #474A51;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub .language a:not(:last-child)::after {
    margin-inline: 5px;
  }
}
@media (hover: hover) {
  .header__pcmenu .pcmenu__sub .language a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #003894;
  }
}
.header__pcmenu .pcmenu__sub .caution {
  font-size: 1.2rem;
  text-align: center;
  color: #595959;
  line-height: 1.66;
  letter-spacing: 0;
}

.spmenu {
  flex: 1;
  display: none;
  width: 100%;
  height: calc(100vh - 58px);
  height: calc(100dvh - 58px);
  border-top: 1px solid #D9D9D9;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  overflow: auto;
}
@media print, screen and (min-width: 768px) {
  .spmenu {
    height: auto;
    display: block !important;
    border-top: none;
    position: static;
    overflow: visible;
  }
}

.header__dropmenu {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header__dropmenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
  }
}

.dropmenu__clm {
  width: 100%;
  display: block;
  border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm {
    display: none;
    padding-block: 35px 55px;
    border-bottom: none;
    background-color: #003894;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm {
    padding-block: 40px 60px;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm {
    padding-block: 45px 65px;
  }
}
@media screen and (max-width: 767px) {
  .dropmenu__clm {
    display: block !important;
  }
}
.dropmenu__clm .page_inner_m {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm .page_inner_m {
    width: calc(100% - 40px);
    grid-template-columns: 32.58% 1fr;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm .page_inner_m {
    width: calc(100% - 80px);
  }
}
.dropmenu__clm a {
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm a {
    color: #FFF;
  }
}
.dropmenu__clm p {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.dropmenu__clm p a {
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p a {
    flex: none;
  }
}
.dropmenu__clm p span {
  display: block;
}
.dropmenu__clm p .en {
  width: 100%;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p .en {
    font-size: 1.4rem;
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm p .en {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm p .en {
    font-size: 1.6rem;
  }
}
.dropmenu__clm p .ja {
  font-size: 1.7rem;
  font-weight: 500;
  flex: 1;
  padding: 17px 50px 17px 15px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .dropmenu__clm p .ja {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p .ja {
    font-size: 2rem;
    flex: auto;
    padding: 0 45px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm p .ja {
    font-size: 2.2rem;
    padding: 0 50px 0 0;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm p .ja {
    font-size: 2.4rem;
    padding: 0 54px 0 0;
  }
}
.dropmenu__clm p .ja::before, .dropmenu__clm p .ja::after {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p .ja::before, .dropmenu__clm p .ja::after {
    width: 23px;
    height: 23px;
    right: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm p .ja::before, .dropmenu__clm p .ja::after {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm p .ja::before, .dropmenu__clm p .ja::after {
    width: 28px;
    height: 28px;
  }
}
.dropmenu__clm p .ja::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 0.8rem;
  font-weight: normal;
  color: #003894;
  z-index: 2;
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p .ja::before {
    content: "\e902";
    color: #FFF;
  }
}
.dropmenu__clm p .ja::after {
  content: "";
  border: 1px solid #FFF;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.dropmenu__clm p a.nolink {
  pointer-events: none;
}
.dropmenu__clm p a.nolink .ja::after,
.dropmenu__clm p a.nolink .en::after {
  content: none;
}
@media (hover: hover) {
  .dropmenu__clm p a:where(:any-link, :enabled, summary, span, dt, div):hover .ja::before {
    color: #003894;
    transform: translateX(3px) translateY(-50%);
  }
  .dropmenu__clm p a:where(:any-link, :enabled, summary, span, dt, div):hover .ja::after {
    background-color: #FFF;
  }
}
.dropmenu__clm p .toggle__button {
  width: 54px;
  border-left: 1px solid #D9D9D9;
  position: relative;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p .toggle__button {
    display: none;
  }
}
.dropmenu__clm p .toggle__button::before, .dropmenu__clm p .toggle__button::after {
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #003894;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.dropmenu__clm p .toggle__button::after {
  transform: rotate(90deg);
}
.dropmenu__clm p .toggle__button.is-active {
  background-color: #EFF4FA;
}
.dropmenu__clm p .toggle__button.is-active::before {
  transform: rotate(-180deg);
}
.dropmenu__clm p .toggle__button.is-active::after {
  transform: rotate(180deg);
  opacity: 0;
}
.dropmenu__clm .toggle__content {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm .toggle__content {
    display: block !important;
  }
}
.dropmenu__clm ul {
  display: grid;
  grid-template-columns: 1fr;
  padding: 12px 15px;
  background-color: #EFF4FA;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm ul {
    gap: 0 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm ul {
    gap: 0 35px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm ul {
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm ul li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 1;
    gap: 0;
    align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm ul li.start2 {
    grid-column: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm ul li.start3 {
    grid-column: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm ul li.start3 {
    grid-column: 3;
  }
}
.dropmenu__clm ul a {
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  padding-block: 9px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .dropmenu__clm ul a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm ul a {
    font-size: 1.4rem;
    font-weight: 500;
    padding-block: 15px 11px;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm ul a {
    font-size: 1.5rem;
    padding-block: 16px 12px;
  }
}
.dropmenu__clm ul a::after {
  content: none;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  bottom: 0;
  left: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm ul a::after {
    content: "";
  }
}
.dropmenu__clm ul a:not(:last-child) {
  padding-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm ul a:not(:last-child) {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm ul a:not(:last-child) {
    padding-bottom: 16px;
  }
}
@media (hover: hover) {
  .dropmenu__clm ul a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
.dropmenu__clm .child {
  padding-block: 7px 6px;
}
.dropmenu__clm .child li {
  padding: 0 0 0 18px;
  position: relative;
}
.dropmenu__clm .child li::before {
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  background-color: #191D25;
  position: absolute;
  top: 8px;
  left: 0;
}
.dropmenu__clm .child li a {
  font-size: 1.4rem;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .header.is-scroll .header__inner {
    padding-top: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-scroll .header__logo {
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-scroll .header__logo .logo__img {
    width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header.is-scroll .header__logo .logo__img {
    width: 140px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header.is-scroll .header__logo .logo__img {
    width: 150px;
  }
}
@media print, screen and (min-width: 1360px) {
  .header.is-scroll .header__logo .logo__img {
    width: 162px;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-scroll .header__pcmenu .pcmenu__main button {
    padding-block: 6px 16px;
  }
}

.footer {
  padding-top: 80px;
  background: url(../img/common/footer_bg_sp.jpg?2026081201) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .footer {
    background-image: url(../img/common/footer_bg_pc.jpg?2026081201);
  }
}

.footer__head {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 10px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .footer__head {
    gap: 16px 14px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__head {
    gap: 17px 17px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer__head {
    gap: 18px 20px;
    margin-bottom: 80px;
  }
}
.footer__head .head__img {
  width: 50%;
  max-width: 295px;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .footer__head .head__img {
    width: 48%;
  }
}
@media (hover: hover) {
  .footer__head .head__img:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.8;
  }
}
.footer__head p {
  color: #FFF;
}
.footer__head .head__desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 2px;
}
@media print, screen and (min-width: 768px) {
  .footer__head .head__desc {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__head .head__desc {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer__head .head__desc {
    font-size: 2.4rem;
  }
}
.footer__head .head__caution {
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: 0;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .footer__head .head__caution {
    font-size: 1.3rem;
  }
}

.footer__banner {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer__banner {
    margin-bottom: 0;
  }
}
.footer__banner a,
.footer__banner form {
  display: block;
  transition: opacity 0.3s;
}
.footer__banner .banner--dbj {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .footer__banner .banner--dbj {
    margin-bottom: 10px;
  }
}
.footer__banner a::before, .footer__banner a::after {
  content: none;
}
@media (hover: hover) {
  .footer__banner a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.8;
  }
}
.footer__banner img {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer__banner form:hover {
    opacity: 0.8;
  }
}
.footer__banner form input {
  width: 100%;
}

.footer_navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi {
    grid-template-columns: 48.84fr 51.16fr;
    gap: 25px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_navi {
    gap: 45px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi {
    gap: 60px;
  }
}

.footer_navi__spclm {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  grid-auto-rows: max-content;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__spclm {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    grid-auto-rows: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_navi__spclm {
    gap: 45px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi__spclm {
    gap: 60px;
  }
}
.footer_navi__spclm:last-child {
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__spclm:last-child {
    grid-template-columns: 47.5fr 52.5fr;
  }
}

.footer_navi__clm p,
.footer_navi__clm li {
  display: flex;
  flex-wrap: wrap;
}
.footer_navi__clm a {
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm a {
    line-height: 1.4;
  }
}
.footer_navi__clm a::before {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  bottom: -2px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.footer_navi__clm a[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
  margin-inline: 5px 0;
  transform: translateY(-1px);
}
@media (hover: hover) {
  .footer_navi__clm a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.footer_navi__clm p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 321px) {
  .footer_navi__clm p {
    font-size: 1.6rem;
  }
}
.footer_navi__clm p:not(:last-child) {
  margin-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer_navi__clm p a {
  font-size: 1.5rem;
  font-weight: 500;
}
@media print, screen and (min-width: 321px) {
  .footer_navi__clm p a {
    font-size: 1.6rem;
  }
}
.footer_navi__clm p.mgb30 {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm p.mgb30 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_navi__clm p.mgb30 {
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi__clm p.mgb30 {
    margin-bottom: 30px;
  }
}
.footer_navi__clm p + p {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm p + p {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_navi__clm p + p {
    margin-top: 23px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi__clm p + p {
    margin-top: 25px;
  }
}
.footer_navi__clm ul {
  padding-top: 14px;
  border-top: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm ul {
    padding-top: 18px;
  }
}
.footer_navi__clm ul:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm ul:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_navi__clm ul:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi__clm ul:not(:last-child) {
    margin-bottom: 40px;
  }
}
.footer_navi__clm ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm ul li:not(:last-child) {
    margin-bottom: 6px;
  }
}
.footer_navi__clm ul a {
  font-size: 1.3rem;
  font-weight: normal;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 321px) {
  .footer_navi__clm ul a {
    font-size: 1.4rem;
  }
}
.footer_navi__clm .child {
  width: 100%;
  padding-top: 5px;
  border-top: none;
}
.footer_navi__clm .child li {
  padding: 0;
}
.footer_navi__clm .child li a {
  font-size: 1.2rem;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm .child li a {
    font-size: 1.4rem;
  }
}

.footer_navi__clm.recruit {
  padding-top: 25px;
  border-top: 1px solid #FFF;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm.recruit {
    padding-top: 0;
    padding-left: 25px;
    border-top: none;
    border-left: 1px solid #FFF;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer_navi__clm.recruit {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi__clm.recruit {
    padding-left: 40px;
  }
}
.footer_navi__clm.recruit ul {
  padding-top: 5px;
  border-top: none;
}
.footer_navi__clm.recruit ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm.recruit ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.footer__cp {
  padding-block: 13px 20px;
}
.footer__cp small {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #FFF;
  text-align: center;
  display: block;
}