@charset "UTF-8";
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul,
ol {
  margin: 0;
  padding: 0;
}

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

ul, ol {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
  overflow-wrap: break-word;
}

audio,
embed,
iframe,
img,
object,
video {
  height: auto;
  max-width: 100%;
}

video, img {
  vertical-align: top;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

:root {
  --color-black: #000;
  --color-black02: #0D0D0D;
  --color-white: #ffffff;
  --color-white02: #FBFBFB;
  --color-white03: #eee;
  --color-green: #8ae991;
  --color-green02: #c0e98a;
  --color-green03: #23b11c;
  --color-yellow: #e2e98a;
  --color-pink: #e98a9c;
  --color-red: #bb3a3a;
  --color-gray: #aaa;
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-gothic-en: "Noto Sans JP", sans-serif;
  --font-mincho: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --font-size64: 30px;
  --font-size62: 24px;
  --font-size60: 24px;
  --font-size58: 24px;
  --font-size56: 24px;
  --font-size54: 22px;
  --font-size52: 22px;
  --font-size50: 22px;
  --font-size48: 22px;
  --font-size46: 22px;
  --font-size44: 22px;
  --font-size42: 22px;
  --font-size40: 20px;
  --font-size38: 20px;
  --font-size36: 20px;
  --font-size34: 20px;
  --font-size32: 20px;
  --font-size30: 18px;
  --font-size28: 18px;
  --font-size26: 18px;
  --font-size24: 16px;
  --font-size22: 16px;
  --font-size20: 16px;
  --font-size18: 14px;
  --font-size16: 14px;
  --font-size14: 12px;
  --font-size12: 12px;
  --font-size10: 10px;
  --height-header: 63px;
}
:root .black {
  color: var(--color-black);
}
:root .bg-black {
  background-color: var(--color-black);
}
:root .black02 {
  color: var(--color-black02);
}
:root .bg-black02 {
  background-color: var(--color-black02);
}
:root .white {
  color: var(--color-white);
}
:root .bg-white {
  background-color: var(--color-white);
}
:root .white02 {
  color: var(--color-white02);
}
:root .bg-white02 {
  background-color: var(--color-white02);
}
:root .white03 {
  color: var(--color-white03);
}
:root .bg-white03 {
  background-color: var(--color-white03);
}
:root .green {
  color: var(--color-green);
}
:root .bg-green {
  background-color: var(--color-green);
}
:root .green02 {
  color: var(--color-green02);
}
:root .bg-green02 {
  background-color: var(--color-green02);
}
:root .green03 {
  color: var(--color-green03);
}
:root .bg-green03 {
  background-color: var(--color-green03);
}
:root .yellow {
  color: var(--color-yellow);
}
:root .bg-yellow {
  background-color: var(--color-yellow);
}
:root .pink {
  color: var(--color-pink);
}
:root .bg-pink {
  background-color: var(--color-pink);
}
:root .red {
  color: var(--color-red);
}
:root .bg-red {
  background-color: var(--color-red);
}
:root .gray {
  color: var(--color-gray);
}
:root .bg-gray {
  background-color: var(--color-gray);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size64: 64px;
  }
}
:root .fontsize64 {
  font-size: var(--font-size64);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size62: 62px;
  }
}
:root .fontsize62 {
  font-size: var(--font-size62);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size60: 60px;
  }
}
:root .fontsize60 {
  font-size: var(--font-size60);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size58: 58px;
  }
}
:root .fontsize58 {
  font-size: var(--font-size58);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size56: 56px;
  }
}
:root .fontsize56 {
  font-size: var(--font-size56);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size54: 54px;
  }
}
:root .fontsize54 {
  font-size: var(--font-size54);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size52: 52px;
  }
}
:root .fontsize52 {
  font-size: var(--font-size52);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size50: 50px;
  }
}
:root .fontsize50 {
  font-size: var(--font-size50);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size48: 48px;
  }
}
:root .fontsize48 {
  font-size: var(--font-size48);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size46: 46px;
  }
}
:root .fontsize46 {
  font-size: var(--font-size46);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size44: 44px;
  }
}
:root .fontsize44 {
  font-size: var(--font-size44);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size42: 42px;
  }
}
:root .fontsize42 {
  font-size: var(--font-size42);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size40: 40px;
  }
}
:root .fontsize40 {
  font-size: var(--font-size40);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size38: 38px;
  }
}
:root .fontsize38 {
  font-size: var(--font-size38);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size36: 36px;
  }
}
:root .fontsize36 {
  font-size: var(--font-size36);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size34: 34px;
  }
}
:root .fontsize34 {
  font-size: var(--font-size34);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size32: 32px;
  }
}
:root .fontsize32 {
  font-size: var(--font-size32);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size30: 30px;
  }
}
:root .fontsize30 {
  font-size: var(--font-size30);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size28: 28px;
  }
}
:root .fontsize28 {
  font-size: var(--font-size28);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size26: 26px;
  }
}
:root .fontsize26 {
  font-size: var(--font-size26);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size24: 24px;
  }
}
:root .fontsize24 {
  font-size: var(--font-size24);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size22: 22px;
  }
}
:root .fontsize22 {
  font-size: var(--font-size22);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size20: 20px;
  }
}
:root .fontsize20 {
  font-size: var(--font-size20);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size18: 18px;
  }
}
:root .fontsize18 {
  font-size: var(--font-size18);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size16: 16px;
  }
}
:root .fontsize16 {
  font-size: var(--font-size16);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size14: 14px;
  }
}
:root .fontsize14 {
  font-size: var(--font-size14);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size12: 12px;
  }
}
:root .fontsize12 {
  font-size: var(--font-size12);
}
@media print, screen and (768px <= width) {
  :root {
    --font-size10: 10px;
  }
}
:root .fontsize10 {
  font-size: var(--font-size10);
}
@media print, screen and (768px <= width) {
  :root {
    --height-header: 71px;
  }
}

body {
  font-family: var(--font-gothic);
  font-size: var(--font-size16);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 2;
  word-wrap: break-word;
  overflow-y: scroll;
}
body.page-recruit, body.page-recruit_message, body.page-recruit_interview {
  color: var(--color-black);
  background-color: var(--color-white);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.md {
  display: none !important;
}

.lg {
  display: none !important;
}

.hidden {
  display: none !important;
}

.none {
  display: none !important;
}

.ib {
  display: inline-block !important;
  font-weight: inherit;
}

.inline {
  display: inline !important;
}

.block {
  display: block;
}

@media print, screen and (768px <= width) {
  .md {
    display: block !important;
  }
  .none-md {
    display: none !important;
  }
  .ib-md {
    display: inline-block !important;
    font-weight: inherit;
  }
  .inline-md {
    display: inline !important;
  }
}
@media print, screen and (992px <= width) {
  .lg {
    display: block !important;
  }
  .none-lg {
    display: none !important;
  }
  .ib-lg {
    display: inline-block !important;
    font-weight: inherit;
  }
  .inline-lg {
    display: inline !important;
  }
}
.gutter {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
@media print, screen and (768px <= width) {
  .gutter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media print, screen and (768px <= width) {
  .gutter-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter-none-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print, screen and (992px <= width) {
  .gutter-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter-none-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.max428 {
  max-width: 428px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media print, screen and (768px <= width) {
  .max428 {
    max-width: 720px;
  }
}

@media print, screen and (992px <= width) {
  .max800 {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max900 {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max960 {
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1000 {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1100 {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1200 {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1300 {
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1400 {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1500 {
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1600 {
    max-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1880 {
    max-width: 1880px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1920 {
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (768px <= width) {
  .max-none-md {
    max-width: none;
  }
}
@media print, screen and (992px <= width) {
  .max-none-lg {
    max-width: none;
  }
}
.mgt1em {
  margin-top: 1em !important;
}

.mgt2em {
  margin-top: 2em !important;
}

.mgt3em {
  margin-top: 3em !important;
}

.mgt4em {
  margin-top: 4em !important;
}

.mgt5em {
  margin-top: 5em !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb1em {
  margin-bottom: 1em !important;
}

.mgb2em {
  margin-bottom: 2em !important;
}

.mgb3em {
  margin-bottom: 3em !important;
}

.mgb4em {
  margin-bottom: 4em !important;
}

.mgb5em {
  margin-bottom: 5em !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

@media print, screen and (768px <= width) {
  .mgt0-md {
    margin-top: 0px !important;
  }
  .mgb0-md {
    margin-bottom: 0px !important;
  }
  .mgt10-md {
    margin-top: 10px !important;
  }
  .mgb10-md {
    margin-bottom: 10px !important;
  }
  .mgt20-md {
    margin-top: 20px !important;
  }
  .mgb20-md {
    margin-bottom: 20px !important;
  }
  .mgt30-md {
    margin-top: 30px !important;
  }
  .mgb30-md {
    margin-bottom: 30px !important;
  }
  .mgt40-md {
    margin-top: 40px !important;
  }
  .mgb40-md {
    margin-bottom: 40px !important;
  }
  .mgt50-md {
    margin-top: 50px !important;
  }
  .mgb50-md {
    margin-bottom: 50px !important;
  }
  .mgt60-md {
    margin-top: 60px !important;
  }
  .mgb60-md {
    margin-bottom: 60px !important;
  }
  .mgt70-md {
    margin-top: 70px !important;
  }
  .mgb70-md {
    margin-bottom: 70px !important;
  }
  .mgt80-md {
    margin-top: 80px !important;
  }
  .mgb80-md {
    margin-bottom: 80px !important;
  }
  .mgt90-md {
    margin-top: 90px !important;
  }
  .mgb90-md {
    margin-bottom: 90px !important;
  }
  .mgt100-md {
    margin-top: 100px !important;
  }
  .mgb100-md {
    margin-bottom: 100px !important;
  }
  .mgt110-md {
    margin-top: 110px !important;
  }
  .mgb110-md {
    margin-bottom: 110px !important;
  }
  .mgt120-md {
    margin-top: 120px !important;
  }
  .mgb120-md {
    margin-bottom: 120px !important;
  }
  .mgt130-md {
    margin-top: 130px !important;
  }
  .mgb130-md {
    margin-bottom: 130px !important;
  }
  .mgt140-md {
    margin-top: 140px !important;
  }
  .mgb140-md {
    margin-bottom: 140px !important;
  }
  .mgt150-md {
    margin-top: 150px !important;
  }
  .mgb150-md {
    margin-bottom: 150px !important;
  }
  .mgt160-md {
    margin-top: 160px !important;
  }
  .mgb160-md {
    margin-bottom: 160px !important;
  }
  .mgt170-md {
    margin-top: 170px !important;
  }
  .mgb170-md {
    margin-bottom: 170px !important;
  }
  .mgt180-md {
    margin-top: 180px !important;
  }
  .mgb180-md {
    margin-bottom: 180px !important;
  }
  .mgt190-md {
    margin-top: 190px !important;
  }
  .mgb190-md {
    margin-bottom: 190px !important;
  }
  .mgt200-md {
    margin-top: 200px !important;
  }
  .mgb200-md {
    margin-bottom: 200px !important;
  }
}
@media print, screen and (992px <= width) {
  .mgt0-lg {
    margin-top: 0px !important;
  }
  .mgb0-lg {
    margin-bottom: 0px !important;
  }
  .mgt10-lg {
    margin-top: 10px !important;
  }
  .mgb10-lg {
    margin-bottom: 10px !important;
  }
  .mgt20-lg {
    margin-top: 20px !important;
  }
  .mgb20-lg {
    margin-bottom: 20px !important;
  }
  .mgt30-lg {
    margin-top: 30px !important;
  }
  .mgb30-lg {
    margin-bottom: 30px !important;
  }
  .mgt40-lg {
    margin-top: 40px !important;
  }
  .mgb40-lg {
    margin-bottom: 40px !important;
  }
  .mgt50-lg {
    margin-top: 50px !important;
  }
  .mgb50-lg {
    margin-bottom: 50px !important;
  }
  .mgt60-lg {
    margin-top: 60px !important;
  }
  .mgb60-lg {
    margin-bottom: 60px !important;
  }
  .mgt70-lg {
    margin-top: 70px !important;
  }
  .mgb70-lg {
    margin-bottom: 70px !important;
  }
  .mgt80-lg {
    margin-top: 80px !important;
  }
  .mgb80-lg {
    margin-bottom: 80px !important;
  }
  .mgt90-lg {
    margin-top: 90px !important;
  }
  .mgb90-lg {
    margin-bottom: 90px !important;
  }
  .mgt100-lg {
    margin-top: 100px !important;
  }
  .mgb100-lg {
    margin-bottom: 100px !important;
  }
  .mgt110-lg {
    margin-top: 110px !important;
  }
  .mgb110-lg {
    margin-bottom: 110px !important;
  }
  .mgt120-lg {
    margin-top: 120px !important;
  }
  .mgb120-lg {
    margin-bottom: 120px !important;
  }
  .mgt130-lg {
    margin-top: 130px !important;
  }
  .mgb130-lg {
    margin-bottom: 130px !important;
  }
  .mgt140-lg {
    margin-top: 140px !important;
  }
  .mgb140-lg {
    margin-bottom: 140px !important;
  }
  .mgt150-lg {
    margin-top: 150px !important;
  }
  .mgb150-lg {
    margin-bottom: 150px !important;
  }
  .mgt160-lg {
    margin-top: 160px !important;
  }
  .mgb160-lg {
    margin-bottom: 160px !important;
  }
  .mgt170-lg {
    margin-top: 170px !important;
  }
  .mgb170-lg {
    margin-bottom: 170px !important;
  }
  .mgt180-lg {
    margin-top: 180px !important;
  }
  .mgb180-lg {
    margin-bottom: 180px !important;
  }
  .mgt190-lg {
    margin-top: 190px !important;
  }
  .mgb190-lg {
    margin-bottom: 190px !important;
  }
  .mgt200-lg {
    margin-top: 200px !important;
  }
  .mgb200-lg {
    margin-bottom: 200px !important;
  }
}
.mgx1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.pdy1em {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pdy2em {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pdy3em {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pdy4em {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pdy5em {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pdy0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pdy10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdy20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdy30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pdy40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pdy50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pdy60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pdy70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pdy80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pdy90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pdy100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pdt1em {
  padding-top: 1em !important;
}

.pdt2em {
  padding-top: 2em !important;
}

.pdt3em {
  padding-top: 3em !important;
}

.pdt4em {
  padding-top: 4em !important;
}

.pdt5em {
  padding-top: 5em !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdb1em {
  padding-bottom: 1em !important;
}

.pdb2em {
  padding-bottom: 2em !important;
}

.pdb3em {
  padding-bottom: 3em !important;
}

.pdb4em {
  padding-bottom: 4em !important;
}

.pdb5em {
  padding-bottom: 5em !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

@media print, screen and (768px <= width) {
  .pdy0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdt0-md {
    padding-top: 0px !important;
  }
  .pdb0-md {
    padding-bottom: 0px !important;
  }
  .pdy10-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdt10-md {
    padding-top: 10px !important;
  }
  .pdb10-md {
    padding-bottom: 10px !important;
  }
  .pdy20-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pdt20-md {
    padding-top: 20px !important;
  }
  .pdb20-md {
    padding-bottom: 20px !important;
  }
  .pdy30-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdt30-md {
    padding-top: 30px !important;
  }
  .pdb30-md {
    padding-bottom: 30px !important;
  }
  .pdy40-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pdt40-md {
    padding-top: 40px !important;
  }
  .pdb40-md {
    padding-bottom: 40px !important;
  }
  .pdy50-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pdt50-md {
    padding-top: 50px !important;
  }
  .pdb50-md {
    padding-bottom: 50px !important;
  }
  .pdy60-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pdt60-md {
    padding-top: 60px !important;
  }
  .pdb60-md {
    padding-bottom: 60px !important;
  }
  .pdy70-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pdt70-md {
    padding-top: 70px !important;
  }
  .pdb70-md {
    padding-bottom: 70px !important;
  }
  .pdy80-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pdt80-md {
    padding-top: 80px !important;
  }
  .pdb80-md {
    padding-bottom: 80px !important;
  }
  .pdy90-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pdt90-md {
    padding-top: 90px !important;
  }
  .pdb90-md {
    padding-bottom: 90px !important;
  }
  .pdy100-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pdt100-md {
    padding-top: 100px !important;
  }
  .pdb100-md {
    padding-bottom: 100px !important;
  }
  .pdy110-md {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pdt110-md {
    padding-top: 110px !important;
  }
  .pdb110-md {
    padding-bottom: 110px !important;
  }
  .pdy120-md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pdt120-md {
    padding-top: 120px !important;
  }
  .pdb120-md {
    padding-bottom: 120px !important;
  }
  .pdy130-md {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pdt130-md {
    padding-top: 130px !important;
  }
  .pdb130-md {
    padding-bottom: 130px !important;
  }
  .pdy140-md {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pdt140-md {
    padding-top: 140px !important;
  }
  .pdb140-md {
    padding-bottom: 140px !important;
  }
  .pdy150-md {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pdt150-md {
    padding-top: 150px !important;
  }
  .pdb150-md {
    padding-bottom: 150px !important;
  }
  .pdy160-md {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pdt160-md {
    padding-top: 160px !important;
  }
  .pdb160-md {
    padding-bottom: 160px !important;
  }
  .pdy170-md {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pdt170-md {
    padding-top: 170px !important;
  }
  .pdb170-md {
    padding-bottom: 170px !important;
  }
  .pdy180-md {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pdt180-md {
    padding-top: 180px !important;
  }
  .pdb180-md {
    padding-bottom: 180px !important;
  }
  .pdy190-md {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pdt190-md {
    padding-top: 190px !important;
  }
  .pdb190-md {
    padding-bottom: 190px !important;
  }
  .pdy200-md {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pdt200-md {
    padding-top: 200px !important;
  }
  .pdb200-md {
    padding-bottom: 200px !important;
  }
}
@media print, screen and (992px <= width) {
  .pdy0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdt0-lg {
    padding-top: 0px !important;
  }
  .pdb0-lg {
    padding-bottom: 0px !important;
  }
  .pdy10-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdt10-lg {
    padding-top: 10px !important;
  }
  .pdb10-lg {
    padding-bottom: 10px !important;
  }
  .pdy20-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pdt20-lg {
    padding-top: 20px !important;
  }
  .pdb20-lg {
    padding-bottom: 20px !important;
  }
  .pdy30-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdt30-lg {
    padding-top: 30px !important;
  }
  .pdb30-lg {
    padding-bottom: 30px !important;
  }
  .pdy40-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pdt40-lg {
    padding-top: 40px !important;
  }
  .pdb40-lg {
    padding-bottom: 40px !important;
  }
  .pdy50-lg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pdt50-lg {
    padding-top: 50px !important;
  }
  .pdb50-lg {
    padding-bottom: 50px !important;
  }
  .pdy60-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pdt60-lg {
    padding-top: 60px !important;
  }
  .pdb60-lg {
    padding-bottom: 60px !important;
  }
  .pdy70-lg {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pdt70-lg {
    padding-top: 70px !important;
  }
  .pdb70-lg {
    padding-bottom: 70px !important;
  }
  .pdy80-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pdt80-lg {
    padding-top: 80px !important;
  }
  .pdb80-lg {
    padding-bottom: 80px !important;
  }
  .pdy90-lg {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pdt90-lg {
    padding-top: 90px !important;
  }
  .pdb90-lg {
    padding-bottom: 90px !important;
  }
  .pdy100-lg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pdt100-lg {
    padding-top: 100px !important;
  }
  .pdb100-lg {
    padding-bottom: 100px !important;
  }
  .pdy110-lg {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pdt110-lg {
    padding-top: 110px !important;
  }
  .pdb110-lg {
    padding-bottom: 110px !important;
  }
  .pdy120-lg {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pdt120-lg {
    padding-top: 120px !important;
  }
  .pdb120-lg {
    padding-bottom: 120px !important;
  }
  .pdy130-lg {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pdt130-lg {
    padding-top: 130px !important;
  }
  .pdb130-lg {
    padding-bottom: 130px !important;
  }
  .pdy140-lg {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pdt140-lg {
    padding-top: 140px !important;
  }
  .pdb140-lg {
    padding-bottom: 140px !important;
  }
  .pdy150-lg {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pdt150-lg {
    padding-top: 150px !important;
  }
  .pdb150-lg {
    padding-bottom: 150px !important;
  }
  .pdy160-lg {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pdt160-lg {
    padding-top: 160px !important;
  }
  .pdb160-lg {
    padding-bottom: 160px !important;
  }
  .pdy170-lg {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pdt170-lg {
    padding-top: 170px !important;
  }
  .pdb170-lg {
    padding-bottom: 170px !important;
  }
  .pdy180-lg {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pdt180-lg {
    padding-top: 180px !important;
  }
  .pdb180-lg {
    padding-bottom: 180px !important;
  }
  .pdy190-lg {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pdt190-lg {
    padding-top: 190px !important;
  }
  .pdb190-lg {
    padding-bottom: 190px !important;
  }
  .pdy200-lg {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pdt200-lg {
    padding-top: 200px !important;
  }
  .pdb200-lg {
    padding-bottom: 200px !important;
  }
}
.pdx1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.cmn-bar {
  height: 2px;
  background-color: var(--color-gray);
}

.em {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, var(--color-green) 70%);
  padding: 0 0.25em;
}

.op0 {
  opacity: 0;
}

.letter-s1 {
  letter-spacing: 0.1em;
}

.indent01 {
  position: relative;
  padding: 0 0 0 1em;
}
.indent01::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.indent02 {
  position: relative;
  padding: 0 0 0 1em;
}
.indent02::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

@media print, screen and (768px <= width) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media print, screen and (992px <= width) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.text-link {
  color: var(--color-blue02);
}

.lh100 {
  line-height: 1;
}

.lh125 {
  line-height: 1.25;
}

.lh150 {
  line-height: 1.5;
}

.lh175 {
  line-height: 1.75;
}

.lh200 {
  line-height: 2;
}

.underline {
  text-decoration: underline;
}

.material-symbols-outlined {
  font-size: inherit;
  line-height: inherit;
}

.flex {
  display: flex !important;
}

.justify-left {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-right {
  justify-content: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.flex-grow0 {
  flex-grow: 0;
}

.flex-grow1 {
  flex-grow: 1;
}

@media print, screen and (768px <= width) {
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
  .flex-md {
    display: flex !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
}
@media print, screen and (992px <= width) {
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
  .flex-lg {
    display: flex !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
}
.grid {
  display: grid;
}

.grid-1-1-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media print, screen and (992px <= width) {
  .grid-1-1-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-1-2-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media print, screen and (768px <= width) {
  .grid-1-2-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-1-2-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media print, screen and (768px <= width) {
  .grid-1-2-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (992px <= width) {
  .grid-1-2-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gap-0-1 {
  column-gap: 1em;
}

.gap-0-2 {
  column-gap: 2em;
}

.gap-1-0 {
  row-gap: 1em;
}

.gap-2-0 {
  row-gap: 2em;
}

.gap-1-1 {
  gap: 1em;
}

.gap-1-2 {
  gap: 1em 2em;
}

.gap-2-2 {
  gap: 2em 2em;
}

.cmn-ttl11 {
  text-align: center;
}
.cmn-ttl11-en {
  font-family: var(--font-gothic-en);
  color: var(--color-gray);
  line-height: 1;
  margin: 0 0em;
}
.cmn-ttl11-ja {
  display: flex;
  align-items: center;
  gap: 0 1em;
  font-size: var(--font-size36);
  line-height: 1.5;
  font-weight: 400;
}
.cmn-ttl11-ja::before, .cmn-ttl11-ja::after {
  flex-grow: 1;
  content: "";
  height: 1px;
  width: 1px;
  background-color: var(--color-white03);
}

.cmn-ttl21 {
  position: relative;
  z-index: 0;
  font-size: var(--font-size24);
  padding: 0.5em 0 0 1.5em;
}
.cmn-ttl21::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  background-color: var(--color-green);
  border-radius: 50%;
}
.cmn-ttl21.ver02::after {
  background-color: var(--color-green02);
}
.cmn-ttl21.ver03::after {
  background-color: var(--color-yellow);
}
.cmn-ttl21.ver11::after {
  background-color: var(--color-pink);
}

.cmn-ttl31 {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: var(--color-white02);
  padding: 4em 0 2em;
}
.cmn-ttl31-en {
  font-style: oblique;
  color: var(--color-green03);
}
.cmn-ttl31-ja {
  font-size: var(--font-size36);
}

@keyframes kf_bar01 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%;
  }
  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%;
  }
  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%;
  }
  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%;
  }
  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
}
.cmn-btn11 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 4em;
  color: var(--color-black);
  text-decoration: none;
  line-height: 1.5;
  background-color: var(--color-green02);
  padding: 0 2em;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}
@media print, screen and (768px <= width) {
  .cmn-btn11 {
    width: 300px;
  }
}
.cmn-btn11::before {
  content: "\e941";
  font-family: "Material Symbols Outlined";
  text-rendering: auto;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0.5em;
  bottom: 0;
  color: inherit;
  line-height: 1;
}

.cmn-btn12 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 3em;
  color: var(--color-black);
  text-decoration: none;
  line-height: 1.5;
  padding: 0 2em;
  overflow: hidden;
  cursor: pointer;
  border-style: solid;
  border-color: var(--color-black);
  border-width: 1px;
  border-radius: 5px;
}
.cmn-btn12.ver01 {
  margin: 0 auto;
}
@media print, screen and (768px <= width) {
  .cmn-btn12.ver01 {
    width: 50%;
  }
}
@media print, screen and (992px <= width) {
  .cmn-btn12.ver01 {
    width: 33.3%;
  }
}

.cmn-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
}

.cmn-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  width: 100%;
  font-size: var(--font-size20);
  color: var(--color-white);
  background-color: var(--color-green03);
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 1.4em;
  border-style: solid;
  border-color: var(--color-green03);
  border-width: 1px 1px;
}
@media print, screen and (768px <= width) {
  .cmn-btn01 {
    width: 350px;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  }
  .cmn-btn01:hover {
    color: var(--color-green03);
    background-color: var(--color-white);
    border-color: var(--color-green03);
  }
}

.cmn-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  width: 100%;
  font-size: var(--font-size20);
  color: var(--color-white);
  background-color: var(--color-black);
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 1.4em;
  border-style: solid;
  border-color: var(--color-black);
  border-width: 1px 1px;
}
@media print, screen and (768px <= width) {
  .cmn-btn02 {
    width: 350px;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  }
  .cmn-btn02:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
}

.cmn-totop {
  font-size: var(--font-size30);
  position: fixed;
  z-index: 10;
  right: 1em;
  bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  color: var(--color-white);
  background-color: var(--color-green02);
  border-radius: 50%;
}

@keyframes kf-cmn-head-a {
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes kf-cmn-head-b {
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes kf-cmn-head-c {
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes kf-cmn-head-d {
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes kf-cmn-head-e {
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.cmn-bd {
  font-size: var(--font-size14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0em 0.5em;
  margin: 0.5em 0 2em;
}
.cmn-bd-item {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.cmn-bd a {
  color: inherit;
  text-decoration: none;
}

.gmap {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media print, screen and (768px <= width) {
  .gmap {
    height: 400px;
  }
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-scroll] {
  cursor: pointer;
}

[data-navscroll] {
  cursor: pointer;
}

[data-totop] {
  cursor: pointer;
}

.js-accordion-btn {
  cursor: pointer;
}

.js-accordion-target {
  height: 0;
  overflow: hidden;
}

.scroll-adjust {
  position: relative;
  z-index: -1;
}

.scroll-adjust-in {
  position: absolute;
  bottom: 0;
}

.scroll-adjust-in,
.header-adjust {
  padding: var(--height-header) 0 0;
}

.header {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.2s;
}
.header-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media print, screen and (768px <= width) {
  .header-row {
    padding: 15px 0;
  }
}
.header-logo {
  position: relative;
  z-index: 0;
}
.header-logo-img {
  width: 150px;
  transition: opacity 0.2s;
}
.header-logo-img.ver01 {
  position: relative;
  z-index: 0;
}
.header-logo-img.ver01.fs-active {
  opacity: 1 !important;
}
.header-logo-img.ver02 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-logo-img.ver02.fs-active {
  opacity: 0 !important;
}
@media print, screen and (768px <= width) {
  .header-logo-img {
    width: 200px;
  }
}
.header-menu {
  width: 52px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px 0;
  margin: -2px 0 0 auto;
}
@media print, screen and (768px <= width) {
  .header-menu {
    width: 52px;
  }
}
.header-menu-text {
  font-family: var(--font-gothic-en);
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.header-menu-bar {
  width: 100%;
  height: 3px;
  background-color: var(--color-black);
  border-radius: 2px;
  transition: transform 0.2s, background-color 0.2s;
}
.header-menu-bar:nth-child(2).fs-active {
  transform: translateY(5px) rotate(-25deg);
}
.header-menu-bar:nth-child(3).fs-active {
  transform: translateY(-5px) rotate(25deg);
}
.header-fs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  min-width: 100vw;
  overflow-y: scroll;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s, z-index 0.2s;
}
.header-fs.fs-active {
  opacity: 1;
  z-index: 1001;
}
.header-fs-inner {
  padding: 0 0 4em;
}
@media print, screen and (992px <= width) {
  .header-fs-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
}
.header-fs-nav {
  width: 100%;
  margin: var(--height-header) 0 0;
}
.header-fs-link {
  display: block;
  color: inherit;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  border-style: solid;
  border-color: var(--color-gray);
  border-width: 0 0 1px;
}
.header-fs-close {
  text-align: center;
  margin: 2em 0 0;
  cursor: pointer;
}

.page-top .header {
  background-color: transparent;
}

.page-recruit .header-logo-img.ver01,
.page-recruit_message .header-logo-img.ver01,
.page-recruit_interview .header-logo-img.ver01 {
  opacity: 0;
}
.page-recruit .header-logo-img.ver02,
.page-recruit_message .header-logo-img.ver02,
.page-recruit_interview .header-logo-img.ver02 {
  opacity: 1;
}
.page-recruit .header-menu-text,
.page-recruit_message .header-menu-text,
.page-recruit_interview .header-menu-text {
  color: var(--color-black);
}
.page-recruit .header-menu-bar,
.page-recruit_message .header-menu-bar,
.page-recruit_interview .header-menu-bar {
  background-color: var(--color-black);
}

body.fs-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gft {
  padding: 2em 0;
  border-style: solid;
  border-color: var(--color-white03);
  border-width: 1px 0 0;
}