@charset "UTF-8";
:root {
  --rt-size: 10px;
}
@media screen and (max-width: 1360px) {
  :root {
    --rt-size: calc(10 / 992 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --rt-size: calc(10 / 375 * 100vw);
  }
}

/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a:hover, a:active {
  outline: none;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.noT a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: #000;
  cursor: default;
  text-decoration: none;
}

/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

/* selection */
::-moz-selection {
  background: #b2d7fe;
}

* {
  min-height: 0%;
  /* word-break: break-all; */
  word-break: break-word;
  word-wrap: break-word;
}

/*************************************************

html

*************************************************/
html {
  font-size: 10px;
}

/*************************************************

wrapper

*************************************************/
.wrapper {
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}

button, input, textarea, select {
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.row .col {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .row .col {
    padding: 0;
  }
}
.row .col.col-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .row .col.col-1 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .row .col.col-2 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .row .col.col-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .row .col.col-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}
@media screen and (max-width: 767px) {
  .row .col.col-5 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .row .col.col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}
@media screen and (max-width: 767px) {
  .row .col.col-7 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .row .col.col-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .row .col.col-9 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .row .col.col-10 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}
@media screen and (max-width: 767px) {
  .row .col.col-11 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row .col.col-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

/*************************************************

container

*************************************************/
.container {
  padding: 4rem 0 0 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 5rem 0 0 0;
    max-width: 100%;
  }
}

/*************************************************

align
font
margin & padding
clearfix
sp pc views
hovers
effect animations

*************************************************/
/* aligns
--------------------------------------------------*/
.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .align_left_pc {
    text-align: left !important;
  }
  .align_right_pc {
    text-align: right !important;
  }
  .align_center_pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .align_left_sp {
    text-align: left !important;
  }
  .align_right_sp {
    text-align: right !important;
  }
  .align_center_sp {
    text-align: center !important;
  }
}
/* fonts
--------------------------------------------------*/
.font-en {
  font-family: "Poppins", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (min-width: 768px) {
  .font0_pc {
    font-size: 0rem !important;
  }
  .font1_pc {
    font-size: 0.1rem !important;
  }
  .font2_pc {
    font-size: 0.2rem !important;
  }
  .font3_pc {
    font-size: 0.3rem !important;
  }
  .font4_pc {
    font-size: 0.4rem !important;
  }
  .font5_pc {
    font-size: 0.5rem !important;
  }
  .font6_pc {
    font-size: 0.6rem !important;
  }
  .font7_pc {
    font-size: 0.7rem !important;
  }
  .font8_pc {
    font-size: 0.8rem !important;
  }
  .font9_pc {
    font-size: 0.9rem !important;
  }
  .font10_pc {
    font-size: 1rem !important;
  }
  .font11_pc {
    font-size: 1.1rem !important;
  }
  .font12_pc {
    font-size: 1.2rem !important;
  }
  .font13_pc {
    font-size: 1.3rem !important;
  }
  .font14_pc {
    font-size: 1.4rem !important;
  }
  .font15_pc {
    font-size: 1.5rem !important;
  }
  .font16_pc {
    font-size: 1.6rem !important;
  }
  .font17_pc {
    font-size: 1.7rem !important;
  }
  .font18_pc {
    font-size: 1.8rem !important;
  }
  .font19_pc {
    font-size: 1.9rem !important;
  }
  .font20_pc {
    font-size: 2rem !important;
  }
  .font21_pc {
    font-size: 2.1rem !important;
  }
  .font22_pc {
    font-size: 2.2rem !important;
  }
  .font23_pc {
    font-size: 2.3rem !important;
  }
  .font24_pc {
    font-size: 2.4rem !important;
  }
  .font25_pc {
    font-size: 2.5rem !important;
  }
  .font26_pc {
    font-size: 2.6rem !important;
  }
  .font27_pc {
    font-size: 2.7rem !important;
  }
  .font28_pc {
    font-size: 2.8rem !important;
  }
  .font29_pc {
    font-size: 2.9rem !important;
  }
  .font30_pc {
    font-size: 3rem !important;
  }
  .font31_pc {
    font-size: 3.1rem !important;
  }
  .font32_pc {
    font-size: 3.2rem !important;
  }
  .font33_pc {
    font-size: 3.3rem !important;
  }
  .font34_pc {
    font-size: 3.4rem !important;
  }
  .font35_pc {
    font-size: 3.5rem !important;
  }
  .font36_pc {
    font-size: 3.6rem !important;
  }
  .font37_pc {
    font-size: 3.7rem !important;
  }
  .font38_pc {
    font-size: 3.8rem !important;
  }
  .font39_pc {
    font-size: 3.9rem !important;
  }
  .font40_pc {
    font-size: 4rem !important;
  }
  .font41_pc {
    font-size: 4.1rem !important;
  }
  .font42_pc {
    font-size: 4.2rem !important;
  }
  .font43_pc {
    font-size: 4.3rem !important;
  }
  .font44_pc {
    font-size: 4.4rem !important;
  }
  .font45_pc {
    font-size: 4.5rem !important;
  }
  .font46_pc {
    font-size: 4.6rem !important;
  }
  .font47_pc {
    font-size: 4.7rem !important;
  }
  .font48_pc {
    font-size: 4.8rem !important;
  }
  .font49_pc {
    font-size: 4.9rem !important;
  }
  .font50_pc {
    font-size: 5rem !important;
  }
  .font51_pc {
    font-size: 5.1rem !important;
  }
  .font52_pc {
    font-size: 5.2rem !important;
  }
  .font53_pc {
    font-size: 5.3rem !important;
  }
  .font54_pc {
    font-size: 5.4rem !important;
  }
  .font55_pc {
    font-size: 5.5rem !important;
  }
  .font56_pc {
    font-size: 5.6rem !important;
  }
  .font57_pc {
    font-size: 5.7rem !important;
  }
  .font58_pc {
    font-size: 5.8rem !important;
  }
  .font59_pc {
    font-size: 5.9rem !important;
  }
  .font60_pc {
    font-size: 6rem !important;
  }
  .font61_pc {
    font-size: 6.1rem !important;
  }
  .font62_pc {
    font-size: 6.2rem !important;
  }
  .font63_pc {
    font-size: 6.3rem !important;
  }
  .font64_pc {
    font-size: 6.4rem !important;
  }
  .font65_pc {
    font-size: 6.5rem !important;
  }
  .font66_pc {
    font-size: 6.6rem !important;
  }
  .font67_pc {
    font-size: 6.7rem !important;
  }
  .font68_pc {
    font-size: 6.8rem !important;
  }
  .font69_pc {
    font-size: 6.9rem !important;
  }
  .font70_pc {
    font-size: 7rem !important;
  }
  .font71_pc {
    font-size: 7.1rem !important;
  }
  .font72_pc {
    font-size: 7.2rem !important;
  }
  .font73_pc {
    font-size: 7.3rem !important;
  }
  .font74_pc {
    font-size: 7.4rem !important;
  }
  .font75_pc {
    font-size: 7.5rem !important;
  }
  .font76_pc {
    font-size: 7.6rem !important;
  }
  .font77_pc {
    font-size: 7.7rem !important;
  }
  .font78_pc {
    font-size: 7.8rem !important;
  }
  .font79_pc {
    font-size: 7.9rem !important;
  }
  .font80_pc {
    font-size: 8rem !important;
  }
  .font81_pc {
    font-size: 8.1rem !important;
  }
  .font82_pc {
    font-size: 8.2rem !important;
  }
  .font83_pc {
    font-size: 8.3rem !important;
  }
  .font84_pc {
    font-size: 8.4rem !important;
  }
  .font85_pc {
    font-size: 8.5rem !important;
  }
  .font86_pc {
    font-size: 8.6rem !important;
  }
  .font87_pc {
    font-size: 8.7rem !important;
  }
  .font88_pc {
    font-size: 8.8rem !important;
  }
  .font89_pc {
    font-size: 8.9rem !important;
  }
  .font90_pc {
    font-size: 9rem !important;
  }
  .font91_pc {
    font-size: 9.1rem !important;
  }
  .font92_pc {
    font-size: 9.2rem !important;
  }
  .font93_pc {
    font-size: 9.3rem !important;
  }
  .font94_pc {
    font-size: 9.4rem !important;
  }
  .font95_pc {
    font-size: 9.5rem !important;
  }
  .font96_pc {
    font-size: 9.6rem !important;
  }
  .font97_pc {
    font-size: 9.7rem !important;
  }
  .font98_pc {
    font-size: 9.8rem !important;
  }
  .font99_pc {
    font-size: 9.9rem !important;
  }
  .font100_pc {
    font-size: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .font0_sp {
    font-size: 0rem !important;
  }
  .font1_sp {
    font-size: 0.1rem !important;
  }
  .font2_sp {
    font-size: 0.2rem !important;
  }
  .font3_sp {
    font-size: 0.3rem !important;
  }
  .font4_sp {
    font-size: 0.4rem !important;
  }
  .font5_sp {
    font-size: 0.5rem !important;
  }
  .font6_sp {
    font-size: 0.6rem !important;
  }
  .font7_sp {
    font-size: 0.7rem !important;
  }
  .font8_sp {
    font-size: 0.8rem !important;
  }
  .font9_sp {
    font-size: 0.9rem !important;
  }
  .font10_sp {
    font-size: 1rem !important;
  }
  .font11_sp {
    font-size: 1.1rem !important;
  }
  .font12_sp {
    font-size: 1.2rem !important;
  }
  .font13_sp {
    font-size: 1.3rem !important;
  }
  .font14_sp {
    font-size: 1.4rem !important;
  }
  .font15_sp {
    font-size: 1.5rem !important;
  }
  .font16_sp {
    font-size: 1.6rem !important;
  }
  .font17_sp {
    font-size: 1.7rem !important;
  }
  .font18_sp {
    font-size: 1.8rem !important;
  }
  .font19_sp {
    font-size: 1.9rem !important;
  }
  .font20_sp {
    font-size: 2rem !important;
  }
  .font21_sp {
    font-size: 2.1rem !important;
  }
  .font22_sp {
    font-size: 2.2rem !important;
  }
  .font23_sp {
    font-size: 2.3rem !important;
  }
  .font24_sp {
    font-size: 2.4rem !important;
  }
  .font25_sp {
    font-size: 2.5rem !important;
  }
  .font26_sp {
    font-size: 2.6rem !important;
  }
  .font27_sp {
    font-size: 2.7rem !important;
  }
  .font28_sp {
    font-size: 2.8rem !important;
  }
  .font29_sp {
    font-size: 2.9rem !important;
  }
  .font30_sp {
    font-size: 3rem !important;
  }
  .font31_sp {
    font-size: 3.1rem !important;
  }
  .font32_sp {
    font-size: 3.2rem !important;
  }
  .font33_sp {
    font-size: 3.3rem !important;
  }
  .font34_sp {
    font-size: 3.4rem !important;
  }
  .font35_sp {
    font-size: 3.5rem !important;
  }
  .font36_sp {
    font-size: 3.6rem !important;
  }
  .font37_sp {
    font-size: 3.7rem !important;
  }
  .font38_sp {
    font-size: 3.8rem !important;
  }
  .font39_sp {
    font-size: 3.9rem !important;
  }
  .font40_sp {
    font-size: 4rem !important;
  }
  .font41_sp {
    font-size: 4.1rem !important;
  }
  .font42_sp {
    font-size: 4.2rem !important;
  }
  .font43_sp {
    font-size: 4.3rem !important;
  }
  .font44_sp {
    font-size: 4.4rem !important;
  }
  .font45_sp {
    font-size: 4.5rem !important;
  }
  .font46_sp {
    font-size: 4.6rem !important;
  }
  .font47_sp {
    font-size: 4.7rem !important;
  }
  .font48_sp {
    font-size: 4.8rem !important;
  }
  .font49_sp {
    font-size: 4.9rem !important;
  }
  .font50_sp {
    font-size: 5rem !important;
  }
  .font51_sp {
    font-size: 5.1rem !important;
  }
  .font52_sp {
    font-size: 5.2rem !important;
  }
  .font53_sp {
    font-size: 5.3rem !important;
  }
  .font54_sp {
    font-size: 5.4rem !important;
  }
  .font55_sp {
    font-size: 5.5rem !important;
  }
  .font56_sp {
    font-size: 5.6rem !important;
  }
  .font57_sp {
    font-size: 5.7rem !important;
  }
  .font58_sp {
    font-size: 5.8rem !important;
  }
  .font59_sp {
    font-size: 5.9rem !important;
  }
  .font60_sp {
    font-size: 6rem !important;
  }
  .font61_sp {
    font-size: 6.1rem !important;
  }
  .font62_sp {
    font-size: 6.2rem !important;
  }
  .font63_sp {
    font-size: 6.3rem !important;
  }
  .font64_sp {
    font-size: 6.4rem !important;
  }
  .font65_sp {
    font-size: 6.5rem !important;
  }
  .font66_sp {
    font-size: 6.6rem !important;
  }
  .font67_sp {
    font-size: 6.7rem !important;
  }
  .font68_sp {
    font-size: 6.8rem !important;
  }
  .font69_sp {
    font-size: 6.9rem !important;
  }
  .font70_sp {
    font-size: 7rem !important;
  }
  .font71_sp {
    font-size: 7.1rem !important;
  }
  .font72_sp {
    font-size: 7.2rem !important;
  }
  .font73_sp {
    font-size: 7.3rem !important;
  }
  .font74_sp {
    font-size: 7.4rem !important;
  }
  .font75_sp {
    font-size: 7.5rem !important;
  }
  .font76_sp {
    font-size: 7.6rem !important;
  }
  .font77_sp {
    font-size: 7.7rem !important;
  }
  .font78_sp {
    font-size: 7.8rem !important;
  }
  .font79_sp {
    font-size: 7.9rem !important;
  }
  .font80_sp {
    font-size: 8rem !important;
  }
  .font81_sp {
    font-size: 8.1rem !important;
  }
  .font82_sp {
    font-size: 8.2rem !important;
  }
  .font83_sp {
    font-size: 8.3rem !important;
  }
  .font84_sp {
    font-size: 8.4rem !important;
  }
  .font85_sp {
    font-size: 8.5rem !important;
  }
  .font86_sp {
    font-size: 8.6rem !important;
  }
  .font87_sp {
    font-size: 8.7rem !important;
  }
  .font88_sp {
    font-size: 8.8rem !important;
  }
  .font89_sp {
    font-size: 8.9rem !important;
  }
  .font90_sp {
    font-size: 9rem !important;
  }
  .font91_sp {
    font-size: 9.1rem !important;
  }
  .font92_sp {
    font-size: 9.2rem !important;
  }
  .font93_sp {
    font-size: 9.3rem !important;
  }
  .font94_sp {
    font-size: 9.4rem !important;
  }
  .font95_sp {
    font-size: 9.5rem !important;
  }
  .font96_sp {
    font-size: 9.6rem !important;
  }
  .font97_sp {
    font-size: 9.7rem !important;
  }
  .font98_sp {
    font-size: 9.8rem !important;
  }
  .font99_sp {
    font-size: 9.9rem !important;
  }
  .font100_sp {
    font-size: 10rem !important;
  }
}
/* margin & padding
--------------------------------------------------*/
/* margin-top */
.mt0 {
  margin-top: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mt105 {
  margin-top: 10.5rem !important;
}

.mt110 {
  margin-top: 11rem !important;
}

.mt115 {
  margin-top: 11.5rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

.mt125 {
  margin-top: 12.5rem !important;
}

.mt130 {
  margin-top: 13rem !important;
}

.mt135 {
  margin-top: 13.5rem !important;
}

.mt140 {
  margin-top: 14rem !important;
}

.mt145 {
  margin-top: 14.5rem !important;
}

.mt150 {
  margin-top: 15rem !important;
}

.mt155 {
  margin-top: 15.5rem !important;
}

.mt160 {
  margin-top: 16rem !important;
}

.mt165 {
  margin-top: 16.5rem !important;
}

.mt170 {
  margin-top: 17rem !important;
}

.mt175 {
  margin-top: 17.5rem !important;
}

.mt180 {
  margin-top: 18rem !important;
}

.mt185 {
  margin-top: 18.5rem !important;
}

.mt190 {
  margin-top: 19rem !important;
}

.mt195 {
  margin-top: 19.5rem !important;
}

.mt200 {
  margin-top: 20rem !important;
}

/* margin-right */
.mr0 {
  margin-right: 0rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mr105 {
  margin-right: 10.5rem !important;
}

.mr110 {
  margin-right: 11rem !important;
}

.mr115 {
  margin-right: 11.5rem !important;
}

.mr120 {
  margin-right: 12rem !important;
}

.mr125 {
  margin-right: 12.5rem !important;
}

.mr130 {
  margin-right: 13rem !important;
}

.mr135 {
  margin-right: 13.5rem !important;
}

.mr140 {
  margin-right: 14rem !important;
}

.mr145 {
  margin-right: 14.5rem !important;
}

.mr150 {
  margin-right: 15rem !important;
}

.mr155 {
  margin-right: 15.5rem !important;
}

.mr160 {
  margin-right: 16rem !important;
}

.mr165 {
  margin-right: 16.5rem !important;
}

.mr170 {
  margin-right: 17rem !important;
}

.mr175 {
  margin-right: 17.5rem !important;
}

.mr180 {
  margin-right: 18rem !important;
}

.mr185 {
  margin-right: 18.5rem !important;
}

.mr190 {
  margin-right: 19rem !important;
}

.mr195 {
  margin-right: 19.5rem !important;
}

.mr200 {
  margin-right: 20rem !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mb105 {
  margin-bottom: 10.5rem !important;
}

.mb110 {
  margin-bottom: 11rem !important;
}

.mb115 {
  margin-bottom: 11.5rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

.mb125 {
  margin-bottom: 12.5rem !important;
}

.mb130 {
  margin-bottom: 13rem !important;
}

.mb135 {
  margin-bottom: 13.5rem !important;
}

.mb140 {
  margin-bottom: 14rem !important;
}

.mb145 {
  margin-bottom: 14.5rem !important;
}

.mb150 {
  margin-bottom: 15rem !important;
}

.mb155 {
  margin-bottom: 15.5rem !important;
}

.mb160 {
  margin-bottom: 16rem !important;
}

.mb165 {
  margin-bottom: 16.5rem !important;
}

.mb170 {
  margin-bottom: 17rem !important;
}

.mb175 {
  margin-bottom: 17.5rem !important;
}

.mb180 {
  margin-bottom: 18rem !important;
}

.mb185 {
  margin-bottom: 18.5rem !important;
}

.mb190 {
  margin-bottom: 19rem !important;
}

.mb195 {
  margin-bottom: 19.5rem !important;
}

.mb200 {
  margin-bottom: 20rem !important;
}

/* margin-left */
.ml0 {
  margin-left: 0rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.ml105 {
  margin-left: 10.5rem !important;
}

.ml110 {
  margin-left: 11rem !important;
}

.ml115 {
  margin-left: 11.5rem !important;
}

.ml120 {
  margin-left: 12rem !important;
}

.ml125 {
  margin-left: 12.5rem !important;
}

.ml130 {
  margin-left: 13rem !important;
}

.ml135 {
  margin-left: 13.5rem !important;
}

.ml140 {
  margin-left: 14rem !important;
}

.ml145 {
  margin-left: 14.5rem !important;
}

.ml150 {
  margin-left: 15rem !important;
}

.ml155 {
  margin-left: 15.5rem !important;
}

.ml160 {
  margin-left: 16rem !important;
}

.ml165 {
  margin-left: 16.5rem !important;
}

.ml170 {
  margin-left: 17rem !important;
}

.ml175 {
  margin-left: 17.5rem !important;
}

.ml180 {
  margin-left: 18rem !important;
}

.ml185 {
  margin-left: 18.5rem !important;
}

.ml190 {
  margin-left: 19rem !important;
}

.ml195 {
  margin-left: 19.5rem !important;
}

.ml200 {
  margin-left: 20rem !important;
}

/* padding-top */
.pt0 {
  padding-top: 0rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pt105 {
  padding-top: 10.5rem !important;
}

.pt110 {
  padding-top: 11rem !important;
}

.pt115 {
  padding-top: 11.5rem !important;
}

.pt120 {
  padding-top: 12rem !important;
}

.pt125 {
  padding-top: 12.5rem !important;
}

.pt130 {
  padding-top: 13rem !important;
}

.pt135 {
  padding-top: 13.5rem !important;
}

.pt140 {
  padding-top: 14rem !important;
}

.pt145 {
  padding-top: 14.5rem !important;
}

.pt150 {
  padding-top: 15rem !important;
}

.pt155 {
  padding-top: 15.5rem !important;
}

.pt160 {
  padding-top: 16rem !important;
}

.pt165 {
  padding-top: 16.5rem !important;
}

.pt170 {
  padding-top: 17rem !important;
}

.pt175 {
  padding-top: 17.5rem !important;
}

.pt180 {
  padding-top: 18rem !important;
}

.pt185 {
  padding-top: 18.5rem !important;
}

.pt190 {
  padding-top: 19rem !important;
}

.pt195 {
  padding-top: 19.5rem !important;
}

.pt200 {
  padding-top: 20rem !important;
}

/* padding-right */
.pr0 {
  padding-right: 0rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pr105 {
  padding-right: 10.5rem !important;
}

.pr110 {
  padding-right: 11rem !important;
}

.pr115 {
  padding-right: 11.5rem !important;
}

.pr120 {
  padding-right: 12rem !important;
}

.pr125 {
  padding-right: 12.5rem !important;
}

.pr130 {
  padding-right: 13rem !important;
}

.pr135 {
  padding-right: 13.5rem !important;
}

.pr140 {
  padding-right: 14rem !important;
}

.pr145 {
  padding-right: 14.5rem !important;
}

.pr150 {
  padding-right: 15rem !important;
}

.pr155 {
  padding-right: 15.5rem !important;
}

.pr160 {
  padding-right: 16rem !important;
}

.pr165 {
  padding-right: 16.5rem !important;
}

.pr170 {
  padding-right: 17rem !important;
}

.pr175 {
  padding-right: 17.5rem !important;
}

.pr180 {
  padding-right: 18rem !important;
}

.pr185 {
  padding-right: 18.5rem !important;
}

.pr190 {
  padding-right: 19rem !important;
}

.pr195 {
  padding-right: 19.5rem !important;
}

.pr200 {
  padding-right: 20rem !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pb105 {
  padding-bottom: 10.5rem !important;
}

.pb110 {
  padding-bottom: 11rem !important;
}

.pb115 {
  padding-bottom: 11.5rem !important;
}

.pb120 {
  padding-bottom: 12rem !important;
}

.pb125 {
  padding-bottom: 12.5rem !important;
}

.pb130 {
  padding-bottom: 13rem !important;
}

.pb135 {
  padding-bottom: 13.5rem !important;
}

.pb140 {
  padding-bottom: 14rem !important;
}

.pb145 {
  padding-bottom: 14.5rem !important;
}

.pb150 {
  padding-bottom: 15rem !important;
}

.pb155 {
  padding-bottom: 15.5rem !important;
}

.pb160 {
  padding-bottom: 16rem !important;
}

.pb165 {
  padding-bottom: 16.5rem !important;
}

.pb170 {
  padding-bottom: 17rem !important;
}

.pb175 {
  padding-bottom: 17.5rem !important;
}

.pb180 {
  padding-bottom: 18rem !important;
}

.pb185 {
  padding-bottom: 18.5rem !important;
}

.pb190 {
  padding-bottom: 19rem !important;
}

.pb195 {
  padding-bottom: 19.5rem !important;
}

.pb200 {
  padding-bottom: 20rem !important;
}

/* padding-left */
.pl0 {
  padding-left: 0rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pl105 {
  padding-left: 10.5rem !important;
}

.pl110 {
  padding-left: 11rem !important;
}

.pl115 {
  padding-left: 11.5rem !important;
}

.pl120 {
  padding-left: 12rem !important;
}

.pl125 {
  padding-left: 12.5rem !important;
}

.pl130 {
  padding-left: 13rem !important;
}

.pl135 {
  padding-left: 13.5rem !important;
}

.pl140 {
  padding-left: 14rem !important;
}

.pl145 {
  padding-left: 14.5rem !important;
}

.pl150 {
  padding-left: 15rem !important;
}

.pl155 {
  padding-left: 15.5rem !important;
}

.pl160 {
  padding-left: 16rem !important;
}

.pl165 {
  padding-left: 16.5rem !important;
}

.pl170 {
  padding-left: 17rem !important;
}

.pl175 {
  padding-left: 17.5rem !important;
}

.pl180 {
  padding-left: 18rem !important;
}

.pl185 {
  padding-left: 18.5rem !important;
}

.pl190 {
  padding-left: 19rem !important;
}

.pl195 {
  padding-left: 19.5rem !important;
}

.pl200 {
  padding-left: 20rem !important;
}

@media screen and (min-width: 768px) {
  .mt0_pc {
    margin-top: 0rem !important;
  }
  .mt5_pc {
    margin-top: 0.5rem !important;
  }
  .mt10_pc {
    margin-top: 1rem !important;
  }
  .mt15_pc {
    margin-top: 1.5rem !important;
  }
  .mt20_pc {
    margin-top: 2rem !important;
  }
  .mt25_pc {
    margin-top: 2.5rem !important;
  }
  .mt30_pc {
    margin-top: 3rem !important;
  }
  .mt35_pc {
    margin-top: 3.5rem !important;
  }
  .mt40_pc {
    margin-top: 4rem !important;
  }
  .mt45_pc {
    margin-top: 4.5rem !important;
  }
  .mt50_pc {
    margin-top: 5rem !important;
  }
  .mt55_pc {
    margin-top: 5.5rem !important;
  }
  .mt60_pc {
    margin-top: 6rem !important;
  }
  .mt65_pc {
    margin-top: 6.5rem !important;
  }
  .mt70_pc {
    margin-top: 7rem !important;
  }
  .mt75_pc {
    margin-top: 7.5rem !important;
  }
  .mt80_pc {
    margin-top: 8rem !important;
  }
  .mt85_pc {
    margin-top: 8.5rem !important;
  }
  .mt90_pc {
    margin-top: 9rem !important;
  }
  .mt95_pc {
    margin-top: 9.5rem !important;
  }
  .mt100_pc {
    margin-top: 10rem !important;
  }
  .mt105_pc {
    margin-top: 10.5rem !important;
  }
  .mt110_pc {
    margin-top: 11rem !important;
  }
  .mt115_pc {
    margin-top: 11.5rem !important;
  }
  .mt120_pc {
    margin-top: 12rem !important;
  }
  .mt125_pc {
    margin-top: 12.5rem !important;
  }
  .mt130_pc {
    margin-top: 13rem !important;
  }
  .mt135_pc {
    margin-top: 13.5rem !important;
  }
  .mt140_pc {
    margin-top: 14rem !important;
  }
  .mt145_pc {
    margin-top: 14.5rem !important;
  }
  .mt150_pc {
    margin-top: 15rem !important;
  }
  .mt155_pc {
    margin-top: 15.5rem !important;
  }
  .mt160_pc {
    margin-top: 16rem !important;
  }
  .mt165_pc {
    margin-top: 16.5rem !important;
  }
  .mt170_pc {
    margin-top: 17rem !important;
  }
  .mt175_pc {
    margin-top: 17.5rem !important;
  }
  .mt180_pc {
    margin-top: 18rem !important;
  }
  .mt185_pc {
    margin-top: 18.5rem !important;
  }
  .mt190_pc {
    margin-top: 19rem !important;
  }
  .mt195_pc {
    margin-top: 19.5rem !important;
  }
  .mt200_pc {
    margin-top: 20rem !important;
  }
  .mr0_pc {
    margin-right: 0rem !important;
  }
  .mr5_pc {
    margin-right: 0.5rem !important;
  }
  .mr10_pc {
    margin-right: 1rem !important;
  }
  .mr15_pc {
    margin-right: 1.5rem !important;
  }
  .mr20_pc {
    margin-right: 2rem !important;
  }
  .mr25_pc {
    margin-right: 2.5rem !important;
  }
  .mr30_pc {
    margin-right: 3rem !important;
  }
  .mr35_pc {
    margin-right: 3.5rem !important;
  }
  .mr40_pc {
    margin-right: 4rem !important;
  }
  .mr45_pc {
    margin-right: 4.5rem !important;
  }
  .mr50_pc {
    margin-right: 5rem !important;
  }
  .mr55_pc {
    margin-right: 5.5rem !important;
  }
  .mr60_pc {
    margin-right: 6rem !important;
  }
  .mr65_pc {
    margin-right: 6.5rem !important;
  }
  .mr70_pc {
    margin-right: 7rem !important;
  }
  .mr75_pc {
    margin-right: 7.5rem !important;
  }
  .mr80_pc {
    margin-right: 8rem !important;
  }
  .mr85_pc {
    margin-right: 8.5rem !important;
  }
  .mr90_pc {
    margin-right: 9rem !important;
  }
  .mr95_pc {
    margin-right: 9.5rem !important;
  }
  .mr100_pc {
    margin-right: 10rem !important;
  }
  .mr105_pc {
    margin-right: 10.5rem !important;
  }
  .mr110_pc {
    margin-right: 11rem !important;
  }
  .mr115_pc {
    margin-right: 11.5rem !important;
  }
  .mr120_pc {
    margin-right: 12rem !important;
  }
  .mr125_pc {
    margin-right: 12.5rem !important;
  }
  .mr130_pc {
    margin-right: 13rem !important;
  }
  .mr135_pc {
    margin-right: 13.5rem !important;
  }
  .mr140_pc {
    margin-right: 14rem !important;
  }
  .mr145_pc {
    margin-right: 14.5rem !important;
  }
  .mr150_pc {
    margin-right: 15rem !important;
  }
  .mr155_pc {
    margin-right: 15.5rem !important;
  }
  .mr160_pc {
    margin-right: 16rem !important;
  }
  .mr165_pc {
    margin-right: 16.5rem !important;
  }
  .mr170_pc {
    margin-right: 17rem !important;
  }
  .mr175_pc {
    margin-right: 17.5rem !important;
  }
  .mr180_pc {
    margin-right: 18rem !important;
  }
  .mr185_pc {
    margin-right: 18.5rem !important;
  }
  .mr190_pc {
    margin-right: 19rem !important;
  }
  .mr195_pc {
    margin-right: 19.5rem !important;
  }
  .mr200_pc {
    margin-right: 20rem !important;
  }
  .ml0_pc {
    margin-left: 0rem !important;
  }
  .ml5_pc {
    margin-left: 0.5rem !important;
  }
  .ml10_pc {
    margin-left: 1rem !important;
  }
  .ml15_pc {
    margin-left: 1.5rem !important;
  }
  .ml20_pc {
    margin-left: 2rem !important;
  }
  .ml25_pc {
    margin-left: 2.5rem !important;
  }
  .ml30_pc {
    margin-left: 3rem !important;
  }
  .ml35_pc {
    margin-left: 3.5rem !important;
  }
  .ml40_pc {
    margin-left: 4rem !important;
  }
  .ml45_pc {
    margin-left: 4.5rem !important;
  }
  .ml50_pc {
    margin-left: 5rem !important;
  }
  .ml55_pc {
    margin-left: 5.5rem !important;
  }
  .ml60_pc {
    margin-left: 6rem !important;
  }
  .ml65_pc {
    margin-left: 6.5rem !important;
  }
  .ml70_pc {
    margin-left: 7rem !important;
  }
  .ml75_pc {
    margin-left: 7.5rem !important;
  }
  .ml80_pc {
    margin-left: 8rem !important;
  }
  .ml85_pc {
    margin-left: 8.5rem !important;
  }
  .ml90_pc {
    margin-left: 9rem !important;
  }
  .ml95_pc {
    margin-left: 9.5rem !important;
  }
  .ml100_pc {
    margin-left: 10rem !important;
  }
  .ml105_pc {
    margin-left: 10.5rem !important;
  }
  .ml110_pc {
    margin-left: 11rem !important;
  }
  .ml115_pc {
    margin-left: 11.5rem !important;
  }
  .ml120_pc {
    margin-left: 12rem !important;
  }
  .ml125_pc {
    margin-left: 12.5rem !important;
  }
  .ml130_pc {
    margin-left: 13rem !important;
  }
  .ml135_pc {
    margin-left: 13.5rem !important;
  }
  .ml140_pc {
    margin-left: 14rem !important;
  }
  .ml145_pc {
    margin-left: 14.5rem !important;
  }
  .ml150_pc {
    margin-left: 15rem !important;
  }
  .ml155_pc {
    margin-left: 15.5rem !important;
  }
  .ml160_pc {
    margin-left: 16rem !important;
  }
  .ml165_pc {
    margin-left: 16.5rem !important;
  }
  .ml170_pc {
    margin-left: 17rem !important;
  }
  .ml175_pc {
    margin-left: 17.5rem !important;
  }
  .ml180_pc {
    margin-left: 18rem !important;
  }
  .ml185_pc {
    margin-left: 18.5rem !important;
  }
  .ml190_pc {
    margin-left: 19rem !important;
  }
  .ml195_pc {
    margin-left: 19.5rem !important;
  }
  .ml200_pc {
    margin-left: 20rem !important;
  }
  .mb0_pc {
    margin-bottom: 0rem !important;
  }
  .mb5_pc {
    margin-bottom: 0.5rem !important;
  }
  .mb10_pc {
    margin-bottom: 1rem !important;
  }
  .mb15_pc {
    margin-bottom: 1.5rem !important;
  }
  .mb20_pc {
    margin-bottom: 2rem !important;
  }
  .mb25_pc {
    margin-bottom: 2.5rem !important;
  }
  .mb30_pc {
    margin-bottom: 3rem !important;
  }
  .mb35_pc {
    margin-bottom: 3.5rem !important;
  }
  .mb40_pc {
    margin-bottom: 4rem !important;
  }
  .mb45_pc {
    margin-bottom: 4.5rem !important;
  }
  .mb50_pc {
    margin-bottom: 5rem !important;
  }
  .mb55_pc {
    margin-bottom: 5.5rem !important;
  }
  .mb60_pc {
    margin-bottom: 6rem !important;
  }
  .mb65_pc {
    margin-bottom: 6.5rem !important;
  }
  .mb70_pc {
    margin-bottom: 7rem !important;
  }
  .mb75_pc {
    margin-bottom: 7.5rem !important;
  }
  .mb80_pc {
    margin-bottom: 8rem !important;
  }
  .mb85_pc {
    margin-bottom: 8.5rem !important;
  }
  .mb90_pc {
    margin-bottom: 9rem !important;
  }
  .mb95_pc {
    margin-bottom: 9.5rem !important;
  }
  .mb100_pc {
    margin-bottom: 10rem !important;
  }
  .mb105_pc {
    margin-bottom: 10.5rem !important;
  }
  .mb110_pc {
    margin-bottom: 11rem !important;
  }
  .mb115_pc {
    margin-bottom: 11.5rem !important;
  }
  .mb120_pc {
    margin-bottom: 12rem !important;
  }
  .mb125_pc {
    margin-bottom: 12.5rem !important;
  }
  .mb130_pc {
    margin-bottom: 13rem !important;
  }
  .mb135_pc {
    margin-bottom: 13.5rem !important;
  }
  .mb140_pc {
    margin-bottom: 14rem !important;
  }
  .mb145_pc {
    margin-bottom: 14.5rem !important;
  }
  .mb150_pc {
    margin-bottom: 15rem !important;
  }
  .mb155_pc {
    margin-bottom: 15.5rem !important;
  }
  .mb160_pc {
    margin-bottom: 16rem !important;
  }
  .mb165_pc {
    margin-bottom: 16.5rem !important;
  }
  .mb170_pc {
    margin-bottom: 17rem !important;
  }
  .mb175_pc {
    margin-bottom: 17.5rem !important;
  }
  .mb180_pc {
    margin-bottom: 18rem !important;
  }
  .mb185_pc {
    margin-bottom: 18.5rem !important;
  }
  .mb190_pc {
    margin-bottom: 19rem !important;
  }
  .mb195_pc {
    margin-bottom: 19.5rem !important;
  }
  .mb200_pc {
    margin-bottom: 20rem !important;
  }
  .pt0_pc {
    padding-top: 0rem !important;
  }
  .pt5_pc {
    padding-top: 0.5rem !important;
  }
  .pt10_pc {
    padding-top: 1rem !important;
  }
  .pt15_pc {
    padding-top: 1.5rem !important;
  }
  .pt20_pc {
    padding-top: 2rem !important;
  }
  .pt25_pc {
    padding-top: 2.5rem !important;
  }
  .pt30_pc {
    padding-top: 3rem !important;
  }
  .pt35_pc {
    padding-top: 3.5rem !important;
  }
  .pt40_pc {
    padding-top: 4rem !important;
  }
  .pt45_pc {
    padding-top: 4.5rem !important;
  }
  .pt50_pc {
    padding-top: 5rem !important;
  }
  .pt55_pc {
    padding-top: 5.5rem !important;
  }
  .pt60_pc {
    padding-top: 6rem !important;
  }
  .pt65_pc {
    padding-top: 6.5rem !important;
  }
  .pt70_pc {
    padding-top: 7rem !important;
  }
  .pt75_pc {
    padding-top: 7.5rem !important;
  }
  .pt80_pc {
    padding-top: 8rem !important;
  }
  .pt85_pc {
    padding-top: 8.5rem !important;
  }
  .pt90_pc {
    padding-top: 9rem !important;
  }
  .pt95_pc {
    padding-top: 9.5rem !important;
  }
  .pt100_pc {
    padding-top: 10rem !important;
  }
  .pt105_pc {
    padding-top: 10.5rem !important;
  }
  .pt110_pc {
    padding-top: 11rem !important;
  }
  .pt115_pc {
    padding-top: 11.5rem !important;
  }
  .pt120_pc {
    padding-top: 12rem !important;
  }
  .pt125_pc {
    padding-top: 12.5rem !important;
  }
  .pt130_pc {
    padding-top: 13rem !important;
  }
  .pt135_pc {
    padding-top: 13.5rem !important;
  }
  .pt140_pc {
    padding-top: 14rem !important;
  }
  .pt145_pc {
    padding-top: 14.5rem !important;
  }
  .pt150_pc {
    padding-top: 15rem !important;
  }
  .pt155_pc {
    padding-top: 15.5rem !important;
  }
  .pt160_pc {
    padding-top: 16rem !important;
  }
  .pt165_pc {
    padding-top: 16.5rem !important;
  }
  .pt170_pc {
    padding-top: 17rem !important;
  }
  .pt175_pc {
    padding-top: 17.5rem !important;
  }
  .pt180_pc {
    padding-top: 18rem !important;
  }
  .pt185_pc {
    padding-top: 18.5rem !important;
  }
  .pt190_pc {
    padding-top: 19rem !important;
  }
  .pt195_pc {
    padding-top: 19.5rem !important;
  }
  .pt200_pc {
    padding-top: 20rem !important;
  }
  .pr0_pc {
    padding-right: 0rem !important;
  }
  .pr5_pc {
    padding-right: 0.5rem !important;
  }
  .pr10_pc {
    padding-right: 1rem !important;
  }
  .pr15_pc {
    padding-right: 1.5rem !important;
  }
  .pr20_pc {
    padding-right: 2rem !important;
  }
  .pr25_pc {
    padding-right: 2.5rem !important;
  }
  .pr30_pc {
    padding-right: 3rem !important;
  }
  .pr35_pc {
    padding-right: 3.5rem !important;
  }
  .pr40_pc {
    padding-right: 4rem !important;
  }
  .pr45_pc {
    padding-right: 4.5rem !important;
  }
  .pr50_pc {
    padding-right: 5rem !important;
  }
  .pr55_pc {
    padding-right: 5.5rem !important;
  }
  .pr60_pc {
    padding-right: 6rem !important;
  }
  .pr65_pc {
    padding-right: 6.5rem !important;
  }
  .pr70_pc {
    padding-right: 7rem !important;
  }
  .pr75_pc {
    padding-right: 7.5rem !important;
  }
  .pr80_pc {
    padding-right: 8rem !important;
  }
  .pr85_pc {
    padding-right: 8.5rem !important;
  }
  .pr90_pc {
    padding-right: 9rem !important;
  }
  .pr95_pc {
    padding-right: 9.5rem !important;
  }
  .pr100_pc {
    padding-right: 10rem !important;
  }
  .pr105_pc {
    padding-right: 10.5rem !important;
  }
  .pr110_pc {
    padding-right: 11rem !important;
  }
  .pr115_pc {
    padding-right: 11.5rem !important;
  }
  .pr120_pc {
    padding-right: 12rem !important;
  }
  .pr125_pc {
    padding-right: 12.5rem !important;
  }
  .pr130_pc {
    padding-right: 13rem !important;
  }
  .pr135_pc {
    padding-right: 13.5rem !important;
  }
  .pr140_pc {
    padding-right: 14rem !important;
  }
  .pr145_pc {
    padding-right: 14.5rem !important;
  }
  .pr150_pc {
    padding-right: 15rem !important;
  }
  .pr155_pc {
    padding-right: 15.5rem !important;
  }
  .pr160_pc {
    padding-right: 16rem !important;
  }
  .pr165_pc {
    padding-right: 16.5rem !important;
  }
  .pr170_pc {
    padding-right: 17rem !important;
  }
  .pr175_pc {
    padding-right: 17.5rem !important;
  }
  .pr180_pc {
    padding-right: 18rem !important;
  }
  .pr185_pc {
    padding-right: 18.5rem !important;
  }
  .pr190_pc {
    padding-right: 19rem !important;
  }
  .pr195_pc {
    padding-right: 19.5rem !important;
  }
  .pr200_pc {
    padding-right: 20rem !important;
  }
  .pl0_pc {
    padding-left: 0rem !important;
  }
  .pl5_pc {
    padding-left: 0.5rem !important;
  }
  .pl10_pc {
    padding-left: 1rem !important;
  }
  .pl15_pc {
    padding-left: 1.5rem !important;
  }
  .pl20_pc {
    padding-left: 2rem !important;
  }
  .pl25_pc {
    padding-left: 2.5rem !important;
  }
  .pl30_pc {
    padding-left: 3rem !important;
  }
  .pl35_pc {
    padding-left: 3.5rem !important;
  }
  .pl40_pc {
    padding-left: 4rem !important;
  }
  .pl45_pc {
    padding-left: 4.5rem !important;
  }
  .pl50_pc {
    padding-left: 5rem !important;
  }
  .pl55_pc {
    padding-left: 5.5rem !important;
  }
  .pl60_pc {
    padding-left: 6rem !important;
  }
  .pl65_pc {
    padding-left: 6.5rem !important;
  }
  .pl70_pc {
    padding-left: 7rem !important;
  }
  .pl75_pc {
    padding-left: 7.5rem !important;
  }
  .pl80_pc {
    padding-left: 8rem !important;
  }
  .pl85_pc {
    padding-left: 8.5rem !important;
  }
  .pl90_pc {
    padding-left: 9rem !important;
  }
  .pl95_pc {
    padding-left: 9.5rem !important;
  }
  .pl100_pc {
    padding-left: 10rem !important;
  }
  .pl105_pc {
    padding-left: 10.5rem !important;
  }
  .pl110_pc {
    padding-left: 11rem !important;
  }
  .pl115_pc {
    padding-left: 11.5rem !important;
  }
  .pl120_pc {
    padding-left: 12rem !important;
  }
  .pl125_pc {
    padding-left: 12.5rem !important;
  }
  .pl130_pc {
    padding-left: 13rem !important;
  }
  .pl135_pc {
    padding-left: 13.5rem !important;
  }
  .pl140_pc {
    padding-left: 14rem !important;
  }
  .pl145_pc {
    padding-left: 14.5rem !important;
  }
  .pl150_pc {
    padding-left: 15rem !important;
  }
  .pl155_pc {
    padding-left: 15.5rem !important;
  }
  .pl160_pc {
    padding-left: 16rem !important;
  }
  .pl165_pc {
    padding-left: 16.5rem !important;
  }
  .pl170_pc {
    padding-left: 17rem !important;
  }
  .pl175_pc {
    padding-left: 17.5rem !important;
  }
  .pl180_pc {
    padding-left: 18rem !important;
  }
  .pl185_pc {
    padding-left: 18.5rem !important;
  }
  .pl190_pc {
    padding-left: 19rem !important;
  }
  .pl195_pc {
    padding-left: 19.5rem !important;
  }
  .pl200_pc {
    padding-left: 20rem !important;
  }
  .pb0_pc {
    padding-bottom: 0rem !important;
  }
  .pb5_pc {
    padding-bottom: 0.5rem !important;
  }
  .pb10_pc {
    padding-bottom: 1rem !important;
  }
  .pb15_pc {
    padding-bottom: 1.5rem !important;
  }
  .pb20_pc {
    padding-bottom: 2rem !important;
  }
  .pb25_pc {
    padding-bottom: 2.5rem !important;
  }
  .pb30_pc {
    padding-bottom: 3rem !important;
  }
  .pb35_pc {
    padding-bottom: 3.5rem !important;
  }
  .pb40_pc {
    padding-bottom: 4rem !important;
  }
  .pb45_pc {
    padding-bottom: 4.5rem !important;
  }
  .pb50_pc {
    padding-bottom: 5rem !important;
  }
  .pb55_pc {
    padding-bottom: 5.5rem !important;
  }
  .pb60_pc {
    padding-bottom: 6rem !important;
  }
  .pb65_pc {
    padding-bottom: 6.5rem !important;
  }
  .pb70_pc {
    padding-bottom: 7rem !important;
  }
  .pb75_pc {
    padding-bottom: 7.5rem !important;
  }
  .pb80_pc {
    padding-bottom: 8rem !important;
  }
  .pb85_pc {
    padding-bottom: 8.5rem !important;
  }
  .pb90_pc {
    padding-bottom: 9rem !important;
  }
  .pb95_pc {
    padding-bottom: 9.5rem !important;
  }
  .pb100_pc {
    padding-bottom: 10rem !important;
  }
  .pb105_pc {
    padding-bottom: 10.5rem !important;
  }
  .pb110_pc {
    padding-bottom: 11rem !important;
  }
  .pb115_pc {
    padding-bottom: 11.5rem !important;
  }
  .pb120_pc {
    padding-bottom: 12rem !important;
  }
  .pb125_pc {
    padding-bottom: 12.5rem !important;
  }
  .pb130_pc {
    padding-bottom: 13rem !important;
  }
  .pb135_pc {
    padding-bottom: 13.5rem !important;
  }
  .pb140_pc {
    padding-bottom: 14rem !important;
  }
  .pb145_pc {
    padding-bottom: 14.5rem !important;
  }
  .pb150_pc {
    padding-bottom: 15rem !important;
  }
  .pb155_pc {
    padding-bottom: 15.5rem !important;
  }
  .pb160_pc {
    padding-bottom: 16rem !important;
  }
  .pb165_pc {
    padding-bottom: 16.5rem !important;
  }
  .pb170_pc {
    padding-bottom: 17rem !important;
  }
  .pb175_pc {
    padding-bottom: 17.5rem !important;
  }
  .pb180_pc {
    padding-bottom: 18rem !important;
  }
  .pb185_pc {
    padding-bottom: 18.5rem !important;
  }
  .pb190_pc {
    padding-bottom: 19rem !important;
  }
  .pb195_pc {
    padding-bottom: 19.5rem !important;
  }
  .pb200_pc {
    padding-bottom: 20rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0rem !important;
  }
  .mt5_sp {
    margin-top: 0.5rem !important;
  }
  .mt10_sp {
    margin-top: 1rem !important;
  }
  .mt15_sp {
    margin-top: 1.5rem !important;
  }
  .mt20_sp {
    margin-top: 2rem !important;
  }
  .mt25_sp {
    margin-top: 2.5rem !important;
  }
  .mt30_sp {
    margin-top: 3rem !important;
  }
  .mt35_sp {
    margin-top: 3.5rem !important;
  }
  .mt40_sp {
    margin-top: 4rem !important;
  }
  .mt45_sp {
    margin-top: 4.5rem !important;
  }
  .mt50_sp {
    margin-top: 5rem !important;
  }
  .mt55_sp {
    margin-top: 5.5rem !important;
  }
  .mt60_sp {
    margin-top: 6rem !important;
  }
  .mt65_sp {
    margin-top: 6.5rem !important;
  }
  .mt70_sp {
    margin-top: 7rem !important;
  }
  .mt75_sp {
    margin-top: 7.5rem !important;
  }
  .mt80_sp {
    margin-top: 8rem !important;
  }
  .mt85_sp {
    margin-top: 8.5rem !important;
  }
  .mt90_sp {
    margin-top: 9rem !important;
  }
  .mt95_sp {
    margin-top: 9.5rem !important;
  }
  .mt100_sp {
    margin-top: 10rem !important;
  }
  .mt105_sp {
    margin-top: 10.5rem !important;
  }
  .mt110_sp {
    margin-top: 11rem !important;
  }
  .mt115_sp {
    margin-top: 11.5rem !important;
  }
  .mt120_sp {
    margin-top: 12rem !important;
  }
  .mt125_sp {
    margin-top: 12.5rem !important;
  }
  .mt130_sp {
    margin-top: 13rem !important;
  }
  .mt135_sp {
    margin-top: 13.5rem !important;
  }
  .mt140_sp {
    margin-top: 14rem !important;
  }
  .mt145_sp {
    margin-top: 14.5rem !important;
  }
  .mt150_sp {
    margin-top: 15rem !important;
  }
  .mt155_sp {
    margin-top: 15.5rem !important;
  }
  .mt160_sp {
    margin-top: 16rem !important;
  }
  .mt165_sp {
    margin-top: 16.5rem !important;
  }
  .mt170_sp {
    margin-top: 17rem !important;
  }
  .mt175_sp {
    margin-top: 17.5rem !important;
  }
  .mt180_sp {
    margin-top: 18rem !important;
  }
  .mt185_sp {
    margin-top: 18.5rem !important;
  }
  .mt190_sp {
    margin-top: 19rem !important;
  }
  .mt195_sp {
    margin-top: 19.5rem !important;
  }
  .mt200_sp {
    margin-top: 20rem !important;
  }
  .mr0_sp {
    margin-right: 0rem !important;
  }
  .mr5_sp {
    margin-right: 0.5rem !important;
  }
  .mr10_sp {
    margin-right: 1rem !important;
  }
  .mr15_sp {
    margin-right: 1.5rem !important;
  }
  .mr20_sp {
    margin-right: 2rem !important;
  }
  .mr25_sp {
    margin-right: 2.5rem !important;
  }
  .mr30_sp {
    margin-right: 3rem !important;
  }
  .mr35_sp {
    margin-right: 3.5rem !important;
  }
  .mr40_sp {
    margin-right: 4rem !important;
  }
  .mr45_sp {
    margin-right: 4.5rem !important;
  }
  .mr50_sp {
    margin-right: 5rem !important;
  }
  .mr55_sp {
    margin-right: 5.5rem !important;
  }
  .mr60_sp {
    margin-right: 6rem !important;
  }
  .mr65_sp {
    margin-right: 6.5rem !important;
  }
  .mr70_sp {
    margin-right: 7rem !important;
  }
  .mr75_sp {
    margin-right: 7.5rem !important;
  }
  .mr80_sp {
    margin-right: 8rem !important;
  }
  .mr85_sp {
    margin-right: 8.5rem !important;
  }
  .mr90_sp {
    margin-right: 9rem !important;
  }
  .mr95_sp {
    margin-right: 9.5rem !important;
  }
  .mr100_sp {
    margin-right: 10rem !important;
  }
  .mr105_sp {
    margin-right: 10.5rem !important;
  }
  .mr110_sp {
    margin-right: 11rem !important;
  }
  .mr115_sp {
    margin-right: 11.5rem !important;
  }
  .mr120_sp {
    margin-right: 12rem !important;
  }
  .mr125_sp {
    margin-right: 12.5rem !important;
  }
  .mr130_sp {
    margin-right: 13rem !important;
  }
  .mr135_sp {
    margin-right: 13.5rem !important;
  }
  .mr140_sp {
    margin-right: 14rem !important;
  }
  .mr145_sp {
    margin-right: 14.5rem !important;
  }
  .mr150_sp {
    margin-right: 15rem !important;
  }
  .mr155_sp {
    margin-right: 15.5rem !important;
  }
  .mr160_sp {
    margin-right: 16rem !important;
  }
  .mr165_sp {
    margin-right: 16.5rem !important;
  }
  .mr170_sp {
    margin-right: 17rem !important;
  }
  .mr175_sp {
    margin-right: 17.5rem !important;
  }
  .mr180_sp {
    margin-right: 18rem !important;
  }
  .mr185_sp {
    margin-right: 18.5rem !important;
  }
  .mr190_sp {
    margin-right: 19rem !important;
  }
  .mr195_sp {
    margin-right: 19.5rem !important;
  }
  .mr200_sp {
    margin-right: 20rem !important;
  }
  .ml0_sp {
    margin-left: 0rem !important;
  }
  .ml5_sp {
    margin-left: 0.5rem !important;
  }
  .ml10_sp {
    margin-left: 1rem !important;
  }
  .ml15_sp {
    margin-left: 1.5rem !important;
  }
  .ml20_sp {
    margin-left: 2rem !important;
  }
  .ml25_sp {
    margin-left: 2.5rem !important;
  }
  .ml30_sp {
    margin-left: 3rem !important;
  }
  .ml35_sp {
    margin-left: 3.5rem !important;
  }
  .ml40_sp {
    margin-left: 4rem !important;
  }
  .ml45_sp {
    margin-left: 4.5rem !important;
  }
  .ml50_sp {
    margin-left: 5rem !important;
  }
  .ml55_sp {
    margin-left: 5.5rem !important;
  }
  .ml60_sp {
    margin-left: 6rem !important;
  }
  .ml65_sp {
    margin-left: 6.5rem !important;
  }
  .ml70_sp {
    margin-left: 7rem !important;
  }
  .ml75_sp {
    margin-left: 7.5rem !important;
  }
  .ml80_sp {
    margin-left: 8rem !important;
  }
  .ml85_sp {
    margin-left: 8.5rem !important;
  }
  .ml90_sp {
    margin-left: 9rem !important;
  }
  .ml95_sp {
    margin-left: 9.5rem !important;
  }
  .ml100_sp {
    margin-left: 10rem !important;
  }
  .ml105_sp {
    margin-left: 10.5rem !important;
  }
  .ml110_sp {
    margin-left: 11rem !important;
  }
  .ml115_sp {
    margin-left: 11.5rem !important;
  }
  .ml120_sp {
    margin-left: 12rem !important;
  }
  .ml125_sp {
    margin-left: 12.5rem !important;
  }
  .ml130_sp {
    margin-left: 13rem !important;
  }
  .ml135_sp {
    margin-left: 13.5rem !important;
  }
  .ml140_sp {
    margin-left: 14rem !important;
  }
  .ml145_sp {
    margin-left: 14.5rem !important;
  }
  .ml150_sp {
    margin-left: 15rem !important;
  }
  .ml155_sp {
    margin-left: 15.5rem !important;
  }
  .ml160_sp {
    margin-left: 16rem !important;
  }
  .ml165_sp {
    margin-left: 16.5rem !important;
  }
  .ml170_sp {
    margin-left: 17rem !important;
  }
  .ml175_sp {
    margin-left: 17.5rem !important;
  }
  .ml180_sp {
    margin-left: 18rem !important;
  }
  .ml185_sp {
    margin-left: 18.5rem !important;
  }
  .ml190_sp {
    margin-left: 19rem !important;
  }
  .ml195_sp {
    margin-left: 19.5rem !important;
  }
  .ml200_sp {
    margin-left: 20rem !important;
  }
  .mb0_sp {
    margin-bottom: 0rem !important;
  }
  .mb5_sp {
    margin-bottom: 0.5rem !important;
  }
  .mb10_sp {
    margin-bottom: 1rem !important;
  }
  .mb15_sp {
    margin-bottom: 1.5rem !important;
  }
  .mb20_sp {
    margin-bottom: 2rem !important;
  }
  .mb25_sp {
    margin-bottom: 2.5rem !important;
  }
  .mb30_sp {
    margin-bottom: 3rem !important;
  }
  .mb35_sp {
    margin-bottom: 3.5rem !important;
  }
  .mb40_sp {
    margin-bottom: 4rem !important;
  }
  .mb45_sp {
    margin-bottom: 4.5rem !important;
  }
  .mb50_sp {
    margin-bottom: 5rem !important;
  }
  .mb55_sp {
    margin-bottom: 5.5rem !important;
  }
  .mb60_sp {
    margin-bottom: 6rem !important;
  }
  .mb65_sp {
    margin-bottom: 6.5rem !important;
  }
  .mb70_sp {
    margin-bottom: 7rem !important;
  }
  .mb75_sp {
    margin-bottom: 7.5rem !important;
  }
  .mb80_sp {
    margin-bottom: 8rem !important;
  }
  .mb85_sp {
    margin-bottom: 8.5rem !important;
  }
  .mb90_sp {
    margin-bottom: 9rem !important;
  }
  .mb95_sp {
    margin-bottom: 9.5rem !important;
  }
  .mb100_sp {
    margin-bottom: 10rem !important;
  }
  .mb105_sp {
    margin-bottom: 10.5rem !important;
  }
  .mb110_sp {
    margin-bottom: 11rem !important;
  }
  .mb115_sp {
    margin-bottom: 11.5rem !important;
  }
  .mb120_sp {
    margin-bottom: 12rem !important;
  }
  .mb125_sp {
    margin-bottom: 12.5rem !important;
  }
  .mb130_sp {
    margin-bottom: 13rem !important;
  }
  .mb135_sp {
    margin-bottom: 13.5rem !important;
  }
  .mb140_sp {
    margin-bottom: 14rem !important;
  }
  .mb145_sp {
    margin-bottom: 14.5rem !important;
  }
  .mb150_sp {
    margin-bottom: 15rem !important;
  }
  .mb155_sp {
    margin-bottom: 15.5rem !important;
  }
  .mb160_sp {
    margin-bottom: 16rem !important;
  }
  .mb165_sp {
    margin-bottom: 16.5rem !important;
  }
  .mb170_sp {
    margin-bottom: 17rem !important;
  }
  .mb175_sp {
    margin-bottom: 17.5rem !important;
  }
  .mb180_sp {
    margin-bottom: 18rem !important;
  }
  .mb185_sp {
    margin-bottom: 18.5rem !important;
  }
  .mb190_sp {
    margin-bottom: 19rem !important;
  }
  .mb195_sp {
    margin-bottom: 19.5rem !important;
  }
  .mb200_sp {
    margin-bottom: 20rem !important;
  }
  .pt0_sp {
    padding-top: 0rem !important;
  }
  .pt5_sp {
    padding-top: 0.5rem !important;
  }
  .pt10_sp {
    padding-top: 1rem !important;
  }
  .pt15_sp {
    padding-top: 1.5rem !important;
  }
  .pt20_sp {
    padding-top: 2rem !important;
  }
  .pt25_sp {
    padding-top: 2.5rem !important;
  }
  .pt30_sp {
    padding-top: 3rem !important;
  }
  .pt35_sp {
    padding-top: 3.5rem !important;
  }
  .pt40_sp {
    padding-top: 4rem !important;
  }
  .pt45_sp {
    padding-top: 4.5rem !important;
  }
  .pt50_sp {
    padding-top: 5rem !important;
  }
  .pt55_sp {
    padding-top: 5.5rem !important;
  }
  .pt60_sp {
    padding-top: 6rem !important;
  }
  .pt65_sp {
    padding-top: 6.5rem !important;
  }
  .pt70_sp {
    padding-top: 7rem !important;
  }
  .pt75_sp {
    padding-top: 7.5rem !important;
  }
  .pt80_sp {
    padding-top: 8rem !important;
  }
  .pt85_sp {
    padding-top: 8.5rem !important;
  }
  .pt90_sp {
    padding-top: 9rem !important;
  }
  .pt95_sp {
    padding-top: 9.5rem !important;
  }
  .pt100_sp {
    padding-top: 10rem !important;
  }
  .pt105_sp {
    padding-top: 10.5rem !important;
  }
  .pt110_sp {
    padding-top: 11rem !important;
  }
  .pt115_sp {
    padding-top: 11.5rem !important;
  }
  .pt120_sp {
    padding-top: 12rem !important;
  }
  .pt125_sp {
    padding-top: 12.5rem !important;
  }
  .pt130_sp {
    padding-top: 13rem !important;
  }
  .pt135_sp {
    padding-top: 13.5rem !important;
  }
  .pt140_sp {
    padding-top: 14rem !important;
  }
  .pt145_sp {
    padding-top: 14.5rem !important;
  }
  .pt150_sp {
    padding-top: 15rem !important;
  }
  .pt155_sp {
    padding-top: 15.5rem !important;
  }
  .pt160_sp {
    padding-top: 16rem !important;
  }
  .pt165_sp {
    padding-top: 16.5rem !important;
  }
  .pt170_sp {
    padding-top: 17rem !important;
  }
  .pt175_sp {
    padding-top: 17.5rem !important;
  }
  .pt180_sp {
    padding-top: 18rem !important;
  }
  .pt185_sp {
    padding-top: 18.5rem !important;
  }
  .pt190_sp {
    padding-top: 19rem !important;
  }
  .pt195_sp {
    padding-top: 19.5rem !important;
  }
  .pt200_sp {
    padding-top: 20rem !important;
  }
  .pr0_sp {
    padding-right: 0rem !important;
  }
  .pr5_sp {
    padding-right: 0.5rem !important;
  }
  .pr10_sp {
    padding-right: 1rem !important;
  }
  .pr15_sp {
    padding-right: 1.5rem !important;
  }
  .pr20_sp {
    padding-right: 2rem !important;
  }
  .pr25_sp {
    padding-right: 2.5rem !important;
  }
  .pr30_sp {
    padding-right: 3rem !important;
  }
  .pr35_sp {
    padding-right: 3.5rem !important;
  }
  .pr40_sp {
    padding-right: 4rem !important;
  }
  .pr45_sp {
    padding-right: 4.5rem !important;
  }
  .pr50_sp {
    padding-right: 5rem !important;
  }
  .pr55_sp {
    padding-right: 5.5rem !important;
  }
  .pr60_sp {
    padding-right: 6rem !important;
  }
  .pr65_sp {
    padding-right: 6.5rem !important;
  }
  .pr70_sp {
    padding-right: 7rem !important;
  }
  .pr75_sp {
    padding-right: 7.5rem !important;
  }
  .pr80_sp {
    padding-right: 8rem !important;
  }
  .pr85_sp {
    padding-right: 8.5rem !important;
  }
  .pr90_sp {
    padding-right: 9rem !important;
  }
  .pr95_sp {
    padding-right: 9.5rem !important;
  }
  .pr100_sp {
    padding-right: 10rem !important;
  }
  .pr105_sp {
    padding-right: 10.5rem !important;
  }
  .pr110_sp {
    padding-right: 11rem !important;
  }
  .pr115_sp {
    padding-right: 11.5rem !important;
  }
  .pr120_sp {
    padding-right: 12rem !important;
  }
  .pr125_sp {
    padding-right: 12.5rem !important;
  }
  .pr130_sp {
    padding-right: 13rem !important;
  }
  .pr135_sp {
    padding-right: 13.5rem !important;
  }
  .pr140_sp {
    padding-right: 14rem !important;
  }
  .pr145_sp {
    padding-right: 14.5rem !important;
  }
  .pr150_sp {
    padding-right: 15rem !important;
  }
  .pr155_sp {
    padding-right: 15.5rem !important;
  }
  .pr160_sp {
    padding-right: 16rem !important;
  }
  .pr165_sp {
    padding-right: 16.5rem !important;
  }
  .pr170_sp {
    padding-right: 17rem !important;
  }
  .pr175_sp {
    padding-right: 17.5rem !important;
  }
  .pr180_sp {
    padding-right: 18rem !important;
  }
  .pr185_sp {
    padding-right: 18.5rem !important;
  }
  .pr190_sp {
    padding-right: 19rem !important;
  }
  .pr195_sp {
    padding-right: 19.5rem !important;
  }
  .pr200_sp {
    padding-right: 20rem !important;
  }
  .pl0_sp {
    padding-left: 0rem !important;
  }
  .pl5_sp {
    padding-left: 0.5rem !important;
  }
  .pl10_sp {
    padding-left: 1rem !important;
  }
  .pl15_sp {
    padding-left: 1.5rem !important;
  }
  .pl20_sp {
    padding-left: 2rem !important;
  }
  .pl25_sp {
    padding-left: 2.5rem !important;
  }
  .pl30_sp {
    padding-left: 3rem !important;
  }
  .pl35_sp {
    padding-left: 3.5rem !important;
  }
  .pl40_sp {
    padding-left: 4rem !important;
  }
  .pl45_sp {
    padding-left: 4.5rem !important;
  }
  .pl50_sp {
    padding-left: 5rem !important;
  }
  .pl55_sp {
    padding-left: 5.5rem !important;
  }
  .pl60_sp {
    padding-left: 6rem !important;
  }
  .pl65_sp {
    padding-left: 6.5rem !important;
  }
  .pl70_sp {
    padding-left: 7rem !important;
  }
  .pl75_sp {
    padding-left: 7.5rem !important;
  }
  .pl80_sp {
    padding-left: 8rem !important;
  }
  .pl85_sp {
    padding-left: 8.5rem !important;
  }
  .pl90_sp {
    padding-left: 9rem !important;
  }
  .pl95_sp {
    padding-left: 9.5rem !important;
  }
  .pl100_sp {
    padding-left: 10rem !important;
  }
  .pl105_sp {
    padding-left: 10.5rem !important;
  }
  .pl110_sp {
    padding-left: 11rem !important;
  }
  .pl115_sp {
    padding-left: 11.5rem !important;
  }
  .pl120_sp {
    padding-left: 12rem !important;
  }
  .pl125_sp {
    padding-left: 12.5rem !important;
  }
  .pl130_sp {
    padding-left: 13rem !important;
  }
  .pl135_sp {
    padding-left: 13.5rem !important;
  }
  .pl140_sp {
    padding-left: 14rem !important;
  }
  .pl145_sp {
    padding-left: 14.5rem !important;
  }
  .pl150_sp {
    padding-left: 15rem !important;
  }
  .pl155_sp {
    padding-left: 15.5rem !important;
  }
  .pl160_sp {
    padding-left: 16rem !important;
  }
  .pl165_sp {
    padding-left: 16.5rem !important;
  }
  .pl170_sp {
    padding-left: 17rem !important;
  }
  .pl175_sp {
    padding-left: 17.5rem !important;
  }
  .pl180_sp {
    padding-left: 18rem !important;
  }
  .pl185_sp {
    padding-left: 18.5rem !important;
  }
  .pl190_sp {
    padding-left: 19rem !important;
  }
  .pl195_sp {
    padding-left: 19.5rem !important;
  }
  .pl200_sp {
    padding-left: 20rem !important;
  }
  .pb0_sp {
    padding-bottom: 0rem !important;
  }
  .pb5_sp {
    padding-bottom: 0.5rem !important;
  }
  .pb10_sp {
    padding-bottom: 1rem !important;
  }
  .pb15_sp {
    padding-bottom: 1.5rem !important;
  }
  .pb20_sp {
    padding-bottom: 2rem !important;
  }
  .pb25_sp {
    padding-bottom: 2.5rem !important;
  }
  .pb30_sp {
    padding-bottom: 3rem !important;
  }
  .pb35_sp {
    padding-bottom: 3.5rem !important;
  }
  .pb40_sp {
    padding-bottom: 4rem !important;
  }
  .pb45_sp {
    padding-bottom: 4.5rem !important;
  }
  .pb50_sp {
    padding-bottom: 5rem !important;
  }
  .pb55_sp {
    padding-bottom: 5.5rem !important;
  }
  .pb60_sp {
    padding-bottom: 6rem !important;
  }
  .pb65_sp {
    padding-bottom: 6.5rem !important;
  }
  .pb70_sp {
    padding-bottom: 7rem !important;
  }
  .pb75_sp {
    padding-bottom: 7.5rem !important;
  }
  .pb80_sp {
    padding-bottom: 8rem !important;
  }
  .pb85_sp {
    padding-bottom: 8.5rem !important;
  }
  .pb90_sp {
    padding-bottom: 9rem !important;
  }
  .pb95_sp {
    padding-bottom: 9.5rem !important;
  }
  .pb100_sp {
    padding-bottom: 10rem !important;
  }
  .pb105_sp {
    padding-bottom: 10.5rem !important;
  }
  .pb110_sp {
    padding-bottom: 11rem !important;
  }
  .pb115_sp {
    padding-bottom: 11.5rem !important;
  }
  .pb120_sp {
    padding-bottom: 12rem !important;
  }
  .pb125_sp {
    padding-bottom: 12.5rem !important;
  }
  .pb130_sp {
    padding-bottom: 13rem !important;
  }
  .pb135_sp {
    padding-bottom: 13.5rem !important;
  }
  .pb140_sp {
    padding-bottom: 14rem !important;
  }
  .pb145_sp {
    padding-bottom: 14.5rem !important;
  }
  .pb150_sp {
    padding-bottom: 15rem !important;
  }
  .pb155_sp {
    padding-bottom: 15.5rem !important;
  }
  .pb160_sp {
    padding-bottom: 16rem !important;
  }
  .pb165_sp {
    padding-bottom: 16.5rem !important;
  }
  .pb170_sp {
    padding-bottom: 17rem !important;
  }
  .pb175_sp {
    padding-bottom: 17.5rem !important;
  }
  .pb180_sp {
    padding-bottom: 18rem !important;
  }
  .pb185_sp {
    padding-bottom: 18.5rem !important;
  }
  .pb190_sp {
    padding-bottom: 19rem !important;
  }
  .pb195_sp {
    padding-bottom: 19.5rem !important;
  }
  .pb200_sp {
    padding-bottom: 20rem !important;
  }
}
/* clearfix
--------------------------------------------------*/
.clearfix {
  zoom: 1;
}

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

/* sp pc views
--------------------------------------------------*/
@media screen and (min-width: 993px) {
  .view-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}
/* hovers
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .hover-textborder:hover,
  .hover-textborderList a:hover {
    text-decoration: underline !important;
  }
  .hover-scalelist figure {
    overflow: hidden;
    position: relative;
  }
  .hover-scalelist img {
    transform: scale(1);
    transition: transform 0.4s;
  }
  .hover-scalelist a:hover img {
    transform: scale(1.1);
  }
}
/* effect animations
--------------------------------------------------*/
.effect-fu,
.effect-fl,
.effect-fr,
.effect-fd,
.effect-in,
.effect-fu__child,
.effect-fl__child,
.effect-fr__child,
.effect-fd__child,
.effect-in__child {
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}

.effect-fu.is-view,
.effect-fl.is-view,
.effect-fr.is-view,
.effect-fd.is-view,
.effect-in.is-view {
  opacity: 1;
  transform: translate(0, 0);
}

.is-view .effect-fu__child,
.is-view .effect-fl__child,
.is-view .effect-fr__child,
.is-view .effect-fd__child,
.is-view .effect-in__child {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-delay0 {
  transition-delay: 0s;
}

.effect-delay1 {
  transition-delay: 0.1s;
}

.effect-delay2 {
  transition-delay: 0.2s;
}

.effect-delay3 {
  transition-delay: 0.3s;
}

.effect-delay4 {
  transition-delay: 0.4s;
}

.effect-delay5 {
  transition-delay: 0.5s;
}

.effect-delay6 {
  transition-delay: 0.6s;
}

.effect-delay7 {
  transition-delay: 0.7s;
}

.effect-delay8 {
  transition-delay: 0.8s;
}

.effect-delay9 {
  transition-delay: 0.9s;
}

.effect-delay10 {
  transition-delay: 1s;
}

.effect-delay11 {
  transition-delay: 1.1s;
}

.effect-delay12 {
  transition-delay: 1.2s;
}

.effect-delay13 {
  transition-delay: 1.3s;
}

.effect-delay14 {
  transition-delay: 1.4s;
}

.effect-delay15 {
  transition-delay: 1.5s;
}

.effect-delay16 {
  transition-delay: 1.6s;
}

.effect-delay17 {
  transition-delay: 1.7s;
}

.effect-delay18 {
  transition-delay: 1.8s;
}

.effect-delay19 {
  transition-delay: 1.9s;
}

.effect-delay20 {
  transition-delay: 2s;
}

.effect-delay21 {
  transition-delay: 2.1s;
}

.effect-delay22 {
  transition-delay: 2.2s;
}

.effect-delay23 {
  transition-delay: 2.3s;
}

.effect-delay24 {
  transition-delay: 2.4s;
}

.effect-delay25 {
  transition-delay: 2.5s;
}

.effect-delay26 {
  transition-delay: 2.6s;
}

.effect-delay27 {
  transition-delay: 2.7s;
}

.effect-delay28 {
  transition-delay: 2.8s;
}

.effect-delay29 {
  transition-delay: 2.9s;
}

.effect-delay30 {
  transition-delay: 3s;
}

.effect-delay31 {
  transition-delay: 3.1s;
}

.effect-delay32 {
  transition-delay: 3.2s;
}

.effect-delay33 {
  transition-delay: 3.3s;
}

.effect-delay34 {
  transition-delay: 3.4s;
}

.effect-delay35 {
  transition-delay: 3.5s;
}

.effect-delay36 {
  transition-delay: 3.6s;
}

.effect-delay37 {
  transition-delay: 3.7s;
}

.effect-delay38 {
  transition-delay: 3.8s;
}

.effect-delay39 {
  transition-delay: 3.9s;
}

.effect-delay40 {
  transition-delay: 4s;
}

.effect-delay41 {
  transition-delay: 4.1s;
}

.effect-delay42 {
  transition-delay: 4.2s;
}

.effect-delay43 {
  transition-delay: 4.3s;
}

.effect-delay44 {
  transition-delay: 4.4s;
}

.effect-delay45 {
  transition-delay: 4.5s;
}

.effect-delay46 {
  transition-delay: 4.6s;
}

.effect-delay47 {
  transition-delay: 4.7s;
}

.effect-delay48 {
  transition-delay: 4.8s;
}

.effect-delay49 {
  transition-delay: 4.9s;
}

.effect-delay50 {
  transition-delay: 5s;
}

.effect-fu, .effect-fu__child {
  transform: translateY(3rem);
}

.effect-fl, .effect-fl__child {
  transform: translateX(3rem);
}

.effect-fr, .effect-fr__child {
  transform: translateX(-3rem);
}

.effect-fd, .effect-fd__child {
  transform: translateY(-3rem);
}

.is-view .effect-fu__child,
.is-view .effect-fl__child,
.is-view .effect-fr__child,
.is-view .effect-fd__child,
.is-view .effect-in__child {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-markers .effect-markers__el {
  background-image: linear-gradient(90deg, #FAF188, #FAF188);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%;
  transition: all 0.7s ease-in-out;
  /* background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FAF188 0%) repeat scroll; */
}
.effect-markers.is-view .effect-markers__el {
  background-size: 100% 50%;
}

.effect-zoom {
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.effect-zoom.is-view {
  opacity: 1;
  animation: bzoom 0.4s ease-in-out;
}

@keyframes bzoom {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.effect-fuwa {
  animation: effect_fuwa 1.6s ease-in-out infinite;
}

@keyframes effect_fuwa {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*************************************************

parts-section01
parts-ancpoint
parts-headline01
parts-headline02
parts-lead18
parts-wide01
parts-buttom01
parts-buttom02

*************************************************/
/* parts-section01
---------------------------------------*/
.parts-section01 {
  padding: 8rem 0;
}

/* parts-ancpoint
---------------------------------------*/
.parts-ancpoint {
  position: relative;
  top: -18rem;
  left: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .parts-ancpoint {
    top: -8rem;
  }
}

/* parts-headline01
---------------------------------------*/
.parts-headline01 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .parts-headline01 {
    margin-bottom: 2.5rem;
  }
}

.parts-headline01__ja {
  color: #3375cf;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.parts-headline01__en {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 680px) {
  .parts-headline01__en {
    font-size: 4rem;
  }
}

/* parts-headline02
---------------------------------------*/
.parts-headline02 {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: #d6e3f5 solid 0.2rem;
}
.parts-headline02::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  width: 8rem;
  height: 0.2rem;
  background-color: #3375cf;
}

/* parts-lead18
---------------------------------------*/
.parts-lead18 {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .parts-lead18 {
    font-size: 1.4rem;
  }
}

/* parts-wide01
---------------------------------------*/
.parts-wide01 {
  width: min(110rem, 100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}

/* parts-buttom01
---------------------------------------*/
.parts-buttom01 {
  display: flex;
}
.parts-buttom01.is-center {
  justify-content: center;
}

.parts-buttom01__anchor {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 40rem);
  min-height: 6rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 20rem;
  background-color: #3375cf;
}
@media screen and (max-width: 680px) {
  .parts-buttom01__anchor {
    font-size: 1.4rem;
    gap: 1rem;
    min-height: 5rem;
  }
}
.parts-buttom01__anchor.white {
  background-color: #fff;
  color: #3375cf;
}
.parts-buttom01__anchor.white:hover {
  background-color: #3375cf;
  color: #fff;
  border: solid 1px #ffffff;
}
.parts-buttom01__anchor.white .parts-buttom01__arw {
  background-color: #3375cf;
}
@media screen and (max-width: 680px) {
  .parts-buttom01__anchor.white .parts-buttom01__arw {
    width: 2rem;
  }
}
@media screen and (max-width: 680px) {
  .parts-buttom01__anchor.white .parts-buttom01__arw svg {
    width: 0.8rem;
  }
}
.parts-buttom01__anchor.white .parts-buttom01__arw svg .cls-1 {
  stroke: #fff;
}

.parts-buttom01__arw {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .parts-buttom01__arw {
    width: 2rem;
  }
}
.parts-buttom01__arw svg,
.parts-buttom01__arw img {
  width: 1.2rem;
}
@media screen and (max-width: 680px) {
  .parts-buttom01__arw svg,
  .parts-buttom01__arw img {
    width: 0.8rem;
  }
}
.parts-buttom01__arw .cls-1 {
  fill: none;
  stroke: #3375cf;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.2rem;
}

/* parts-buttom02
---------------------------------------*/
.parts-buttom02 {
  display: flex;
}
.parts-buttom02.is-center {
  justify-content: center;
}

.parts-buttom02__anchor {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  border-radius: 20rem;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .parts-buttom02__anchor {
    gap: 1rem;
  }
}
.parts-buttom02__anchor > * {
  transition: 0.5s;
}
.parts-buttom02__anchor:hover > * {
  color: #3375cf;
}
.parts-buttom02__anchor:hover .parts-buttom02__arw {
  background-color: #fff;
  border: solid 1px #3375cf;
}
.parts-buttom02__anchor:hover .parts-buttom02__arw .cls-1 {
  stroke: #3375cf;
}

.parts-buttom02__arw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3375cf;
}
.parts-buttom02__arw svg,
.parts-buttom02__arw img {
  width: 1.2rem;
}
.parts-buttom02__arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.2rem;
}

/*************************************************

header

*************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 9rem;
}
@media screen and (max-width: 880px) {
  .header-inner {
    min-height: 5.2rem;
  }
}

.header-logo {
  margin-left: 3rem;
  line-height: 0;
}
@media screen and (max-width: 880px) {
  .header-logo {
    margin-left: 2rem;
  }
  .header-logo img {
    width: 10.7rem;
  }
}

.header-logo__acnhor {
  display: block;
  width: 18.2rem;
}
/*************************************************

globalnavi

*************************************************/
.globalnavi {
  margin-right: 4rem;
}
@media screen and (max-width: 880px) {
  .globalnavi {
    position: fixed;
    background-color: #3375cf;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    transform: translate(100%, 0);
    opacity: 0;
  }
}
.globalnavi.is-open {
  transform: translate(0%, 0);
  opacity: 1;
}

.globalnavi-inner {
  display: flex;
  align-items: center;
  gap: 3.3rem;
}
@media screen and (max-width: 880px) {
  .globalnavi-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 8rem 2rem;
    gap: 1.8rem;
  }
}

.globalnavi-nav01__item {
  position: relative;
}
.globalnavi-nav01__item.has-child::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
  left: -1.5rem;
  bottom: -0.4rem;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 880px) {
  .globalnavi-nav01__item.has-child::before {
    display: none;
  }
}
.globalnavi-nav01__item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  background: #fff;
  min-width: 200px;
  padding: 10px 0;
}
@media screen and (max-width: 880px) {
  .globalnavi-nav01__item .sub-menu > li {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.globalnavi-nav01__item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.globalnavi-nav01__item .sub-menu.clicked-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

@media screen and (min-width: 881px) {
  .menu-Btn {
    display: none !important;
  }
}
@media screen and (max-width: 880px) {
  .menu-Btn {
    display: block !important;
  }
}
.menu-Btn {
  width: 2.4rem;
  height: 1rem;
  position: fixed;
  margin: 1.6rem;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 0rem;
}
.menu-Btn .line {
  width: 100%;
  height: 2px;
  background-color: #3375cf;
  position: absolute;
  margin: auto;
  transition: 0.5s;
  transform: rotate(180deg);
}
.menu-Btn .line.top {
  top: 100%;
  transform: rotate(-180deg);
}
.menu-Btn .line.mdl {
  top: 0;
  bottom: 0;
}
.menu-Btn .line.btm {
  bottom: 100%;
  transform: rotate(180deg);
}
.menu-Btn.is-open {
  transform: rotate(0deg);
}
.menu-Btn.is-open .line {
  background-color: #ffffff;
}
.menu-Btn.is-open .line.top {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.menu-Btn.is-open .line.mdl {
  top: 0;
  bottom: 0;
  opacity: 0;
}
.menu-Btn.is-open .line.btm {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-Btn::after {
  content: "メニュー";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -50%;
  top: 100%;
  margin: auto;
  font-size: 1rem;
  letter-spacing: -0.06rem;
  width: 200%;
  text-align: center;
  margin-top: 2px;
  color: #3375cf;
}

@media screen and (min-width: 881px) {
  .only-mobile-accordion-Btn {
    display: none !important;
  }
}
@media screen and (max-width: 880px) {
  .only-mobile-accordion-Btn {
    display: block !important;
  }
}
.only-mobile-accordion-Btn {
  position: absolute;
  right: 0;
  top: 2.25rem;
  width: 1.4rem;
  height: 1.4rem;
  z-index: 9999;
}
.only-mobile-accordion-Btn .line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  margin: auto;
  transition: 0.5s;
  transform: rotate(180deg);
}
.only-mobile-accordion-Btn .line.top {
  top: 0;
  bottom: 0;
  transform: rotate(0deg);
}
.only-mobile-accordion-Btn .line.btm {
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
}
.only-mobile-accordion-Btn.is-open {
  transform: rotate(0deg);
}
.only-mobile-accordion-Btn.is-open .line {
  background-color: #ffffff;
}
.only-mobile-accordion-Btn.is-open .line.top {
  top: 0;
  bottom: 0;
  transform: rotate(0deg);
}
.only-mobile-accordion-Btn.is-open .line.btm {
  top: 0;
  bottom: 0;
  transform: rotate(0deg);
}

/* globalnavi-nav01
---------------------------------------*/
.globalnavi-nav01 {
  display: flex;
  gap: 3.4rem;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .globalnavi-nav01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .globalnavi-nav01 > li {
    width: 100%;
  }
}

.globalnavi-nav01__anchor {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 880px) {
  .globalnavi-nav01__anchor {
    color: #ffffff;
  }
}
.globalnavi-nav01__anchor.is-accordion {
  gap: 0.4rem;
}
.globalnavi-nav01__anchor.is-accordion::before {
  display: block;
  content: "";
  border-top: #000000 solid 0.7rem;
  border-left: transparent solid 0.5rem;
  border-right: transparent solid 0.5rem;
}

/* globalnavi-nav02
---------------------------------------*/
.globalnavi-nav02 {
  display: flex;
  gap: 1rem;
}
.globalnavi-nav02__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  min-height: 5.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10rem;
  background-color: #3375cf;
}
@media screen and (max-width: 880px) {
  .globalnavi-nav02 {
    gap: 0rem;
  }
  .globalnavi-nav02__anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    background-color: transparent;
  }
  .globalnavi-nav02__anchor:hover {
    background-color: transparent;
    color: #80cbee;
  }
}

/*************************************************

hamburgermenu

*************************************************/
.hamburgermenu {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 8rem;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 700;
}
@media screen and (min-width: 768px) {
  .hamburgermenu {
    display: none;
  }
}

.hamburgermenu__box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburgermenu__bdr {
  position: relative;
  width: 3.5rem;
  height: 2.8rem;
  margin-bottom: 3px;
}

.hamburgermenu__bar,
.hamburgermenu__bdr:before,
.hamburgermenu__bdr:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
}

.hamburgermenu__bar {
  top: 50%;
  transition: opacity 0.3s;
}
.menu-open .hamburgermenu__bar {
  opacity: 0;
}

.hamburgermenu__bdr:before {
  top: 0;
}
.menu-open .hamburgermenu__bdr:before {
  animation: menuAnime01 0.4s forwards;
}
.menu-close .hamburgermenu__bdr:before {
  animation: menuAnime01_close 0.4s forwards;
}

.hamburgermenu__bdr:after {
  top: 100%;
}
.menu-open .hamburgermenu__bdr:after {
  animation: menuAnime02 0.4s forwards;
}
.menu-close .hamburgermenu__bdr:after {
  animation: menuAnime02_close 0.4s forwards;
}

@keyframes menuAnime01 {
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    transform: rotate(45deg);
  }
}
@keyframes menuAnime01_close {
  0% {
    top: 50%;
    transform: rotate(45deg);
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes menuAnime02 {
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 50%;
    transform: rotate(-45deg);
  }
}
@keyframes menuAnime02_close {
  0% {
    top: 50%;
    transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    transform: rotate(0deg);
  }
  100% {
    top: 100%;
    transform: rotate(0deg);
  }
}
/*************************************************

footer

*************************************************/
.footer {
  padding: 8rem 2rem;
  color: #fff;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5rem 0rem;
  }
}
.footer .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .footer .section-inner {
    padding: 0rem 2rem;
  }
}

.footer-wide {
  max-width: 1200px;
  margin: 0 auto;
}

/* footer-conts01
---------------------------------------*/
.footer-conts01 {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  width: 18.2rem;
  margin-bottom: 4.8rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 6.8rem;
    margin-top: 2rem;
  }
}

.footer-logo-name__ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-logo-name__en {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-logo-addr {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05rem;
  color: #ffffff !important;
}

.footer-nav {
  display: flex;
  gap: 0rem;
  padding-top: 2.5rem;
  border-top: #fff solid 0.1rem;
  align-items: baseline;
  justify-content: space-between;
}
.footer-nav li {
  padding: 0;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
}
@media screen and (max-width: 767px) {
  .footer-nav-list:nth-child(1) {
    width: 100% !important;
  }
  .footer-nav-list:nth-child(2) {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-nav-list:nth-child(2) li {
    width: 49% !important;
  }
}
.footer-nav-list .footer-nav-list__item a {
  padding: 1rem 0;
}

.footer-nav-list__anchor {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.footer-nav-list__anchor:hover {
  color: #3375cf;
}
@media screen and (max-width: 767px) {
  .footer-nav-list__anchor {
    display: flex;
    gap: 0;
    padding-top: 2.5rem;
    border-top: #fff solid 0.1rem;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: flex;
    gap: 0;
    padding-top: 2.5rem;
    border-top: #fff solid 0.1rem;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-nav .footer-nav-list {
    width: 50%;
    margin-bottom: 2rem;
  }
  .footer-nav .footer-nav-list li:first-child a {
    font-size: 120%;
    font-weight: 700;
  }
  .footer-nav .footer-nav-list li:first-child a::before {
    display: none !important;
  }
  .footer-nav .footer-nav-list li a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: none;
    position: relative;
  }
  .footer-nav .footer-nav-list li a::before {
    content: "⚫︎";
    color: #3375cf;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-conts01-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-bottom: 2rem;
  }
  .footer-conts01-left p {
    width: 100%;
    font-size: 1.4rem;
  }
  .footer-conts01-left p.footer-logo-name__ja {
    font-size: 1.8rem;
  }
  .footer-conts01-left p.footer-logo-name__en {
    font-size: 1.3rem;
  }
}

/* footer-conts02
---------------------------------------*/
.footer-conts02 {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.footer-copyright {
  font-size: 1.2rem;
  font-weight: 500;
}

.footer-links {
  display: flex;
  gap: 2.3rem;
}

.footer-links__anchor {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

footer .footer-nav-list li {
  border: none !important;
}

footer .section-inner > .row > .col.sm {
  display: none !important;
}
@media screen and (max-width: 767px) {
  footer .section-inner > .row > .col.sm {
    display: initial !important;
  }
}
footer .section-inner > .row > .col.pc {
  display: initial;
}
@media screen and (max-width: 767px) {
  footer .section-inner > .row > .col.pc {
    display: none !important;
  }
}
footer .footer-nav-list {
  display: block;
  font-size: 0;
  margin-bottom: 2rem;
}
footer .footer-nav-list.for-pc > .menu-item {
  margin-bottom: 2.8rem;
}
footer .footer-nav-list.for-pc > .menu-item.menu-item-2291 .sub-menu li {
  width: 25%;
}
@media screen and (max-width: 1080px) {
  footer .footer-nav-list.for-pc > .menu-item.menu-item-2291 .sub-menu li {
    width: 50%;
  }
}
footer .footer-nav-list.for-pc > .menu-item > a {
  transition: 0.3s;
  margin-bottom: 1rem;
  text-decoration: none;
}
footer .footer-nav-list.for-pc > .menu-item > a:hover {
  color: #0098dd;
}
footer .footer-nav-list.for-pc > .menu-item .sub-menu {
  margin-top: 2rem;
  margin-bottom: 0;
}
footer .footer-nav-list.for-pc > .menu-item .sub-menu > .menu-item {
  margin-bottom: 1.6rem;
}
footer .footer-nav-list.for-pc > .menu-item .sub-menu > .menu-item a {
  transition: 0.3s;
  margin-bottom: 1rem;
  text-decoration: none;
  padding: 0;
}
footer .footer-nav-list.for-pc > .menu-item .sub-menu > .menu-item a:hover {
  color: #0098dd;
}
footer .footer-nav-list > .menu-item {
  display: inline-block;
  width: 100%;
}
footer .footer-nav-list > .menu-item.menu-item-2303, footer .footer-nav-list > .menu-item.menu-item-2304, footer .footer-nav-list > .menu-item.menu-item-2302, footer .footer-nav-list > .menu-item.menu-item-2305 {
  width: 50%;
}
footer .footer-nav-list > .menu-item > a {
  position: relative;
  color: #ffffff;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  font-weight: 700;
}
footer .footer-nav-list > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 3px;
  background-color: #0098dd;
  display: inline-block;
  top: 0.2rem;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .footer-nav-list > .menu-item .sub-menu {
  display: block;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0;
}
footer .footer-nav-list > .menu-item .sub-menu > .menu-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
footer .footer-nav-list > .menu-item .sub-menu > .menu-item a {
  color: #ffffff;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
}

/*************************************************

endcontact

*************************************************/
.endcontact {
  position: relative;
  padding-top: 16rem;
  background-color: #333333;
}
.endcontact .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .endcontact .section-inner {
    padding: 0rem 2rem;
  }
}

.endcontact-inner {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 7.5rem 8rem 8rem;
  background-color: #fff;
  border-radius: 2rem;
  z-index: 2;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .endcontact-inner {
    padding: 4.5rem 4rem 5rem;
  }
}
@media screen and (max-width: 680px) {
  .endcontact-inner {
    padding: 3.5rem 2rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .endcontact-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .endcontact-inner {
    padding: 3.5rem 3rem 3rem;
    flex-direction: column;
  }
}
.endcontact-inner > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  .endcontact-inner {
    overflow: hidden;
  }
}
.endcontact-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/common/prefoot-logo.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 100%;
}
@media screen and (max-width: 720px) {
  .endcontact-inner::before {
    width: 100%;
  }
}
.endcontact-inner .parts-headline01 {
  text-align: center;
  margin-bottom: 2rem;
  justify-content: center;
}
.endcontact-inner .parts-lead18 {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .endcontact-inner .parts-lead18 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
}

.endcontact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.8rem;
}
.endcontact-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.endcontact-tel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 680px) {
  .endcontact-tel {
    gap: 0.8rem;
  }
}
.endcontact-tel .in-icon {
  width: 4.8rem;
  line-height: 0;
}
@media screen and (max-width: 680px) {
  .endcontact-tel .in-icon {
    width: 2.6rem;
  }
}
.endcontact-tel .in-num {
  color: #000000;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 680px) {
  .endcontact-tel .in-num {
    font-size: 3rem;
  }
}

.endcontact-time {
  margin: 1rem 0 0 7.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .endcontact-time {
    margin: 2rem auto;
    line-height: 1.6;
    text-align: center;
  }
  .endcontact-time > br {
    display: none;
  }
}

.endcontact-btn {
  margin-top: 4rem;
}

.endcontact-btn__anchor {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  min-height: 8rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #3375cf;
  border-radius: 20rem;
}
@media screen and (max-width: 680px) {
  .endcontact-btn__anchor {
    font-size: 1.4rem;
    gap: 1rem;
    min-height: 5rem;
  }
}
.endcontact-btn__anchor .in-icon {
  width: 2.8rem;
  line-height: 0;
}
@media screen and (max-width: 680px) {
  .endcontact-btn__anchor .in-icon {
    width: 1.6rem;
  }
}
.endcontact-btn__anchor .in-arw {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .endcontact-btn__anchor .in-arw {
    width: 2rem;
  }
}
.endcontact-btn__anchor .in-arw svg,
.endcontact-btn__anchor .in-arw img {
  width: 1.2rem;
}
@media screen and (max-width: 680px) {
  .endcontact-btn__anchor .in-arw svg,
  .endcontact-btn__anchor .in-arw img {
    width: 0.8rem;
  }
}
.endcontact-btn__anchor .in-arw .cls-1 {
  fill: none;
  stroke: #3375cf;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

/* footer-conts01
---------------------------------------*/
body, html {
  color: #000000;
}

* {
  font-feature-settings: "palt";
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 2rem;
  padding-left: 2rem;
}

a:hover {
  color: initial;
}

h3:after {
  display: none;
}

h4 {
  background-color: transparent;
}

.reveal {
  display: inline-block;
}

.reveal-mask {
  overflow: hidden;
  width: 0%;
}

.reveal-text {
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
}

.site-loading {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
}
.site-loading .spinner {
  width: 4vw;
  height: 4vw;
  border: 4px solid rgba(0, 0, 0, 0.1); /* Or use a CSS var for this color */
  border-radius: 50%;
  border-top-color: #80cdf1;
  animation: spin 1s ease-in-out infinite;
}

.site-loading.is-loaded {
  opacity: 0;
  pointer-events: none;
}

.loading-text {
  font-size: 14px;
  letter-spacing: 0.1em;
}

header {
  transition: 0.5s;
}

body:not(.home):not(.front-page) .full-right {
  position: relative;
}
body:not(.home):not(.front-page) .full-right .full-right-box {
  position: relative;
  width: 50vw;
  height: 40vw;
  margin-right: calc(50% - 50vw);
}
body:not(.home):not(.front-page) .full-left {
  margin-left: calc(50% - 50vw);
}
body:not(.home):not(.front-page) p.right-tex {
  text-align: right;
}
body:not(.home):not(.front-page) .contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10rem 4.8rem;
}
body:not(.home):not(.front-page) h2 {
  font-size: 3.2rem;
  padding: 1rem 0rem 1rem 3rem;
  border-bottom: solid 1px #d6e3f5;
  margin-bottom: 2.8rem;
  position: relative;
}
body:not(.home):not(.front-page) h2::before {
  content: "";
  position: absolute;
  background: #0098DD;
  background: linear-gradient(180deg, rgb(0, 152, 221) 0%, rgb(0, 152, 221) 50%, rgb(51, 117, 207) 50%, rgb(51, 117, 207) 100%);
  height: 50%;
  width: 0.8rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body:not(.home):not(.front-page) .header {
  background: #fff;
}
body:not(.home):not(.front-page) .kv {
  display: none;
}
body:not(.home):not(.front-page) main {
  padding-top: 90px;
}
@media screen and (max-width: 880px) {
  body:not(.home):not(.front-page) main {
    padding-top: 48px;
  }
}
body:not(.home):not(.front-page) #top-message {
  padding-bottom: 5rem;
}
body:not(.home):not(.front-page) #top-message p {
  font-size: 1.8rem;
  text-indent: 1em;
  line-height: 3.6rem;
  font-weight: 400;
  margin-bottom: 3.6rem;
}
body:not(.home):not(.front-page) #philosophy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page) #philosophy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body:not(.home):not(.front-page) #philosophy .philosophy-bg {
  position: relative;
  z-index: 1;
}
body:not(.home):not(.front-page) #philosophy .philosophy-bg > .col {
  position: absolute;
  padding: 0;
  z-index: 0;
}
body:not(.home):not(.front-page) #philosophy .philosophy-box {
  position: relative;
  z-index: 10;
  padding: 2rem 2rem;
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page) #philosophy .philosophy-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page) #philosophy .philosophy-box {
    padding: 0rem 0rem;
  }
}
body:not(.home):not(.front-page) #philosophy .philosophy-box .philosophy-box-inner ul.philosophy-list li.philosophy-box-item {
  display: flex;
  align-items: center;
  padding: 1rem 0rem 1rem 6rem;
  border-bottom: solid 1px #d6e3f5;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page) #philosophy .philosophy-box .philosophy-box-inner ul.philosophy-list li.philosophy-box-item {
    font-size: 1.4rem;
  }
}
body:not(.home):not(.front-page) #philosophy .philosophy-box .philosophy-box-inner ul.philosophy-list li.philosophy-box-item span {
  position: absolute;
  width: 4rem;
  height: 4rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #3375cf;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Poppins", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  line-height: 4.1rem;
}
body:not(.home):not(.front-page) #philosophy {
  background-color: #ebf1fa;
}
body:not(.home):not(.front-page) #quality-policy {
  padding: 5rem 0;
  background-color: #ebf1fa;
}
body:not(.home):not(.front-page) #company {
  padding: 5rem 0;
  background-color: #ffffff;
}
body:not(.home):not(.front-page) #csr {
  padding: 5rem 0;
  background-color: #ebf1fa;
}
body:not(.home):not(.front-page) #members {
  padding: 5rem 0;
  background-color: #ebf1fa;
}
body:not(.home):not(.front-page) #members h4 {
  background-color: transparent;
  margin-top: 5rem;
  margin-bottom: 1rem;
  color: #666666;
}
body:not(.home):not(.front-page) #members .company-profile__row dt {
  width: 240px;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page) .company-profile {
    margin-bottom: 4rem;
  }
}
body:not(.home):not(.front-page) .company-history__row,
body:not(.home):not(.front-page) .company-profile__row {
  display: flex;
  padding: 2rem 0;
  border-bottom: solid 1px #d6e3f5;
  line-height: 2.8rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page) .company-history__row,
  body:not(.home):not(.front-page) .company-profile__row {
    flex-direction: column;
  }
}
body:not(.home):not(.front-page) .company-history__row .data-t,
body:not(.home):not(.front-page) .company-history__row dt,
body:not(.home):not(.front-page) .company-profile__row .data-t,
body:not(.home):not(.front-page) .company-profile__row dt {
  width: 200px;
  font-weight: 700;
  color: #3375cf;
}
body:not(.home):not(.front-page) .company-history__row .data-t span,
body:not(.home):not(.front-page) .company-history__row dt span,
body:not(.home):not(.front-page) .company-profile__row .data-t span,
body:not(.home):not(.front-page) .company-profile__row dt span {
  font-size: 60%;
}
body:not(.home):not(.front-page) .company-history__row .data-d,
body:not(.home):not(.front-page) .company-history__row dd,
body:not(.home):not(.front-page) .company-profile__row .data-d,
body:not(.home):not(.front-page) .company-profile__row dd {
  flex: 1;
  font-weight: 700;
}
body:not(.home):not(.front-page) #history {
  padding: 5rem 0;
}
body:not(.home):not(.front-page) #history .company-history__row {
  border-bottom: none;
  align-items: stretch;
  padding: 2rem 0rem 0 0;
}
body:not(.home):not(.front-page) #history .company-history__row .data-t,
body:not(.home):not(.front-page) #history .company-history__row dt {
  width: 140px;
  font-weight: 700;
  color: #3375cf;
  border-bottom: solid 3px #3375cf;
  font-size: 2.4rem;
  font-family: "Poppins", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page) #history .company-history__row .data-t,
  body:not(.home):not(.front-page) #history .company-history__row dt {
    width: 100%;
  }
}
body:not(.home):not(.front-page) #history .company-history__row .data-d,
body:not(.home):not(.front-page) #history .company-history__row dd {
  border-bottom: solid 3px #d6e3f5;
  flex: 1;
  font-weight: 700;
  padding-left: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page) #history .company-history__row .data-d,
  body:not(.home):not(.front-page) #history .company-history__row dd {
    border-bottom: none;
    padding-left: 0rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
body:not(.home):not(.front-page) #environment {
  padding: 5rem 0;
  background-color: #ffffff;
}
body:not(.home):not(.front-page) #group {
  padding: 5rem 0;
  background-color: #ffffff;
}
body:not(.home):not(.front-page) #group .group-box {
  margin-bottom: 3rem;
}
body:not(.home):not(.front-page) #group .group-box figure {
  margin-bottom: 1rem;
}
body:not(.home):not(.front-page) #group .group-box span.description {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 2.6rem;
}
body:not(.home):not(.front-page) #group .group-box h4 {
  font-size: 2.2rem;
  font-weight: 700;
  background: transparent;
  padding: 1.4rem 0;
}
body:not(.home):not(.front-page) #group .group-box span.address {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}
body:not(.home):not(.front-page) #group .group-box span.tel {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}
body:not(.home):not(.front-page) #group .group-box a.group-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  padding-left: 1.6rem;
  position: relative;
}
body:not(.home):not(.front-page) #group .group-box a.group-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1rem solid #3375cf;
  border-right: 0;
}
body:not(.home):not(.front-page).about .has-sidebar-section {
  display: flex;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section {
    flex-direction: column;
  }
}
body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2 + 60px);
  max-width: calc((100vw - 1200px) / 2 + 320px);
  padding-right: 2rem;
  z-index: 100;
  background-color: #fff;
  padding-top: 6.4rem;
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside {
    position: relative;
    left: auto;
    width: 100%;
    padding-left: 2rem;
    max-width: 100%;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
}
body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav {
  max-width: 240px;
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav {
    max-width: 80rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav ul li {
    width: calc(50% - 1rem);
  }
}
body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav ul li a {
  border-top: solid 2px #d6e3f5;
  padding: 2rem 0rem 2rem 4rem;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav ul li a {
    border-bottom: solid 2px #d6e3f5;
    margin-top: -2px;
  }
}
body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../images/common/arrow-down-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  width: 2.5rem;
  height: 2.5rem;
}
body:not(.home):not(.front-page).about .has-sidebar-section aside.page-aside nav.page-aside__nav ul li:last-child a {
  border-bottom: solid 2px #d6e3f5;
}
body:not(.home):not(.front-page).about .has-sidebar-section article {
  width: 100vw;
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section article {
    width: 100%;
  }
}
body:not(.home):not(.front-page).about .has-sidebar-section article section .section-inner {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2 + 320px);
  max-width: calc((100vw - 1200px) / 2 + 240px + 905px);
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section article section .section-inner {
    width: 100%;
    padding-left: 0;
    max-width: 80rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1148px) {
  body:not(.home):not(.front-page).about .has-sidebar-section article section .section-inner {
    padding: 0rem 2rem;
  }
}
body:not(.home):not(.front-page).privacy-policy .wp-block-group.section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0rem 6.8rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).privacy-policy .wp-block-group.section-inner {
    padding: 0rem 2rem;
  }
}
body:not(.home):not(.front-page).privacy-policy h3 {
  color: #3375cf;
  font-size: 2rem;
  border: none;
  margin-bottom: 1rem;
}
body:not(.home):not(.front-page).privacy-policy h3::after {
  display: none;
}
body:not(.home):not(.front-page).privacy-policy ol li {
  list-style-type: decimal !important;
  line-height: 2.8rem;
}
body:not(.home):not(.front-page).privacy-policy ol {
  padding-left: 1.8rem;
}
body:not(.home):not(.front-page).contact .l-container > .wp-block-columns, body:not(.home):not(.front-page).contact-recruitment .l-container > .wp-block-columns {
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.home):not(.front-page).contact .l-container > .wp-block-columns .smf-form--letter, body:not(.home):not(.front-page).contact-recruitment .l-container > .wp-block-columns .smf-form--letter {
  font-weight: 500;
  padding: initial;
  background-color: initial;
  border-radius: initial;
  margin-top: initial;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).contact .l-container > .wp-block-columns .snow-monkey-form, body:not(.home):not(.front-page).contact-recruitment .l-container > .wp-block-columns .snow-monkey-form {
    width: 100%;
    padding: 0rem 2rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).contact .l-container .wp-block-buttons, body:not(.home):not(.front-page).contact-recruitment .l-container .wp-block-buttons {
    align-items: center;
    display: flex;
    justify-items: center;
    text-align: center;
  }
  body:not(.home):not(.front-page).contact .l-container .wp-block-buttons .wp-block-button, body:not(.home):not(.front-page).contact-recruitment .l-container .wp-block-buttons .wp-block-button {
    width: calc(50% - 4rem);
  }
  body:not(.home):not(.front-page).contact .l-container .wp-block-buttons .wp-block-button .wp-block-button__link, body:not(.home):not(.front-page).contact-recruitment .l-container .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1.4rem !important;
    padding: 1rem 1rem !important;
    max-width: 20rem !important;
  }
}
body:not(.home):not(.front-page).contact .l-container .smf-form--letter + .smf-action, body:not(.home):not(.front-page).contact-recruitment .l-container .smf-form--letter + .smf-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.home):not(.front-page).archive main .section-inner, body:not(.home):not(.front-page).search main .section-inner, body:not(.home):not(.front-page).single main .section-inner, body:not(.home):not(.front-page).news main .section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0rem 4.8rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner, body:not(.home):not(.front-page).search main .section-inner, body:not(.home):not(.front-page).single main .section-inner, body:not(.home):not(.front-page).news main .section-inner {
    padding: 0rem 2rem;
  }
}
body:not(.home):not(.front-page).archive main .section-inner .wp-block-search__inside-wrapper, body:not(.home):not(.front-page).search main .section-inner .wp-block-search__inside-wrapper, body:not(.home):not(.front-page).single main .section-inner .wp-block-search__inside-wrapper, body:not(.home):not(.front-page).news main .section-inner .wp-block-search__inside-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 2rem;
  padding-left: 2rem;
}
body:not(.home):not(.front-page).archive main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input, body:not(.home):not(.front-page).search main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input, body:not(.home):not(.front-page).single main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input, body:not(.home):not(.front-page).news main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input {
  position: relative;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 20rem;
  height: 4rem;
}
body:not(.home):not(.front-page).archive main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder, body:not(.home):not(.front-page).search main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder, body:not(.home):not(.front-page).single main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder, body:not(.home):not(.front-page).news main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  padding-left: 1rem;
}
body:not(.home):not(.front-page).archive main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::placeholder, body:not(.home):not(.front-page).search main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::placeholder, body:not(.home):not(.front-page).single main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::placeholder, body:not(.home):not(.front-page).news main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  padding-left: 1rem;
}
body:not(.home):not(.front-page).archive main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input + .wp-block-search__button, body:not(.home):not(.front-page).search main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input + .wp-block-search__button, body:not(.home):not(.front-page).single main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input + .wp-block-search__button, body:not(.home):not(.front-page).news main .section-inner .wp-block-search__inside-wrapper .wp-block-search__input + .wp-block-search__button {
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin-left: 1rem;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template {
  padding: 2rem 2rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 680px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template {
    padding: 0rem 0rem;
    margin-bottom: 4rem;
  }
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post {
  margin: 0;
  padding: 2rem 0;
  border-bottom: #d6e3f5 solid 0.2rem;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post:first-child, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post:first-child, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post:first-child, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post:first-child {
  border-top: #d6e3f5 solid 0.2rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post {
    padding: 0 0;
  }
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group {
    padding: 1.7rem 0 1.7rem 0rem;
    display: block;
  }
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category {
  width: 8rem;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category .wp-block-post-terms__separator, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category .wp-block-post-terms__separator, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category .wp-block-post-terms__separator, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category .wp-block-post-terms__separator {
  display: none !important;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a {
  position: relative;
  align-items: center;
  padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  color: #3375cf;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1.2rem;
  pointer-events: none !important;
  cursor: auto !important;
  display: none !important;
  white-space: nowrap;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a:first-child, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a:first-child, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a:first-child, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a:first-child {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category a {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .taxonomy-category {
    display: inline-block;
    width: auto;
    padding: 0.4rem 1.8rem;
  }
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title {
  margin-bottom: 0;
  padding-right: 6rem;
  line-height: 1.6rem;
  font-weight: 500;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title a {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2.2rem;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group h4.wp-block-post-title {
    margin-top: 1rem;
    width: 100%;
    padding: 0;
  }
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3375cf;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw {
    display: none;
  }
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw svg,
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw img, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw svg,
body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw img, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw svg,
body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw img, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw svg,
body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw img {
  width: 1.2rem;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw .cls-1, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw .cls-1, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw .cls-1, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post > .wp-block-group .top-news-area01__list-arw .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.2rem;
  transition: stroke 0.3s;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post {
  cursor: pointer;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-title a, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-title a, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-title a, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-title a {
  color: #3375cf !important;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw {
  background-color: #fff;
  border: solid 1px #3375cf;
}
body:not(.home):not(.front-page).archive main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw .cls-1, body:not(.home):not(.front-page).search main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw .cls-1, body:not(.home):not(.front-page).single main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw .cls-1, body:not(.home):not(.front-page).news main .section-inner ul.wp-block-post-template li.wp-block-post:hover .top-news-area01__list-arw .cls-1 {
  stroke: #3375cf;
}
body:not(.home):not(.front-page).archive .top-news-area01__list-cat, body:not(.home):not(.front-page).search .top-news-area01__list-cat, body:not(.home):not(.front-page).single .top-news-area01__list-cat, body:not(.home):not(.front-page).news .top-news-area01__list-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  min-height: 2.4rem;
  color: #3375cf;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #ebf1fa;
  border-radius: 10rem;
}
body:not(.home):not(.front-page).archive .top-news-area01__list-date, body:not(.home):not(.front-page).search .top-news-area01__list-date, body:not(.home):not(.front-page).single .top-news-area01__list-date, body:not(.home):not(.front-page).news .top-news-area01__list-date {
  box-sizing: border-box;
  width: 11rem;
  padding-left: 1.5rem;
  color: #808080;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body:not(.home):not(.front-page).archive .top-news-area01__list-date, body:not(.home):not(.front-page).search .top-news-area01__list-date, body:not(.home):not(.front-page).single .top-news-area01__list-date, body:not(.home):not(.front-page).news .top-news-area01__list-date {
    display: inline-block;
  }
}
body:not(.home):not(.front-page).archive .top-news-area01__list-title, body:not(.home):not(.front-page).search .top-news-area01__list-title, body:not(.home):not(.front-page).single .top-news-area01__list-title, body:not(.home):not(.front-page).news .top-news-area01__list-title {
  overflow: hidden;
  width: calc(100% - 8rem - 11rem);
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.page-hero {
  position: relative;
  padding: 9rem 0 9rem 0;
  background: #EFF9FE;
  background: linear-gradient(180deg, rgb(239, 249, 254) 0%, rgb(239, 249, 254) 50%, rgb(255, 255, 255) 100%);
  z-index: 0;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/hero-bg.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-hero .page-hero__inner {
  position: relative;
  padding: 0 4vw;
  z-index: 2;
}
.page-hero .page-hero__inner .page-hero__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #3375cf;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-hero .page-hero__inner .page-hero__title {
    font-size: 1.6rem;
  }
}
.page-hero .page-hero__inner .page-hero__title .page-hero__subtitle {
  font-size: 6.5rem;
  letter-spacing: -0.05rem;
  font-weight: 700;
  font-family: "Poppins", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #000000;
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 6.1rem;
}
@media screen and (max-width: 767px) {
  .page-hero .page-hero__inner .page-hero__title .page-hero__subtitle {
    margin-top: 0rem;
    font-size: 4.2rem;
    line-height: 5.2rem;
  }
}
.page-hero .page-hero__inner .breadcrumb {
  border: none !important;
}
.page-hero .page-hero__inner .breadcrumb ul {
  gap: 0.5em;
  margin-top: 2.8rem;
}
.page-hero .page-hero__inner .breadcrumb ul li {
  display: inline-block;
  line-height: 1.8rem;
  padding-right: 1rem;
}
.page-hero .page-hero__inner .breadcrumb ul li::after {
  content: "-";
  margin-left: 1em;
}
.page-hero .page-hero__inner .breadcrumb ul li:last-child::after {
  display: none;
}
.page-hero .page-hero__inner .breadcrumb ul li {
  color: #666666;
}
.page-hero .page-hero__inner .breadcrumb ul li a {
  color: #666666;
}

nav.wp-block-query-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem auto 2rem auto;
  padding-bottom: 4rem;
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover {
  background-color: #3375cf;
  color: #ffffff;
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  margin: 0 auto;
  position: relative;
  display: flex;
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border: solid 1px #3375cf;
  color: #3375cf;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  line-height: 3.8rem;
  text-decoration: none;
  transition: 0.5s;
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #3375cf;
  color: #ffffff;
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.dots {
  border: none;
  color: #000000;
}
nav.wp-block-query-pagination .wp-block-query-pagination-next,
nav.wp-block-query-pagination .wp-block-query-pagination-previous {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
}
nav.wp-block-query-pagination .wp-block-query-pagination-next:hover,
nav.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  opacity: 0.7;
}
nav.wp-block-query-pagination .wp-block-query-pagination-next {
  position: absolute;
  right: 2.5rem;
  padding-right: 1rem;
}
nav.wp-block-query-pagination .wp-block-query-pagination-next::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0.25rem;
  right: 0;
  bottom: 0;
  margin: auto;
}
nav.wp-block-query-pagination .wp-block-query-pagination-previous {
  position: absolute;
  left: 2.5rem;
  padding-left: 1rem;
}
nav.wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(-135deg);
  position: absolute;
  top: 0.25rem;
  left: 0;
  bottom: 0;
  margin: auto;
}
nav.wp-block-query-pagination .wp-block-search {
  padding-top: 4rem;
}

.single-main .l-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.single-main section.about-article {
  padding: 5rem 0px;
}
.single-main .status-box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1rem;
}
.single-main .status-box .post-categories {
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
}
.single-main .status-box .post-categories .post-category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  color: #3375cf;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #ebf1fa;
  border-radius: 10rem;
  padding: 0.5rem 1rem;
}
.single-main .status-box .post-categories .post-category a {
  pointer-events: none !important;
  text-decoration: none !important;
}
.single-main .post-nav {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .single-main .post-nav {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
.single-main .post-nav .post-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-main .post-nav .post-nav-inner .list-Btn-wrap a.list-Btn {
  padding: 1rem 6rem;
  border: solid 2px #3375cf;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 20rem;
  color: #3375cf;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-main .post-nav .post-nav-inner .list-Btn-wrap a.list-Btn {
    font-size: 1.4rem;
    padding: 0.6rem 4rem;
  }
}
.single-main .post-nav .post-nav-inner .post-nav-prev a {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
  position: relative;
  padding-left: 1rem;
}
.single-main .post-nav .post-nav-inner .post-nav-prev a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(-135deg);
  position: absolute;
  top: 0.25rem;
  left: 0;
  bottom: 0;
  margin: auto;
}
.single-main .post-nav .post-nav-inner .post-nav-next a {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
  position: relative;
  padding-right: 1rem;
}
.single-main .post-nav .post-nav-inner .post-nav-next a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0.25rem;
  right: 0;
  bottom: 0;
  margin: auto;
}

.recruit-article .section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-article .section-inner {
    padding: 0rem 2rem;
  }
}
.recruit-article section p {
  font-size: 1.6rem;
  line-height: 4.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-article section p {
    line-height: 2.8rem;
    margin-bottom: 2rem;
  }
}
.recruit-article section h1 {
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 980px) {
  .recruit-article section h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-article section h1 {
    font-size: 7vw;
    margin-bottom: 2.8rem;
  }
}
.recruit-article section h1 span {
  color: #3375cf;
}
.recruit-article section h3 {
  font-size: 3.2rem;
  color: #3375cf;
  border: none;
  padding: 1.5rem 0rem 1.5rem 9rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-article section h3 {
    padding: 1.5rem 0rem 1.5rem 7rem;
  }
}
.recruit-article section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7.2rem;
  height: 7.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .recruit-article section h3::before {
    width: 6.2rem;
    height: 6.2rem;
  }
}
.recruit-article section h3.icon-01::before {
  background-image: url("../images/common/env-head-01.svg");
}
.recruit-article section h3.icon-02::before {
  background-image: url("../images/common/env-head-02.svg");
}
.recruit-article section h3::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-article section .full-right-box {
    position: relative !important;
    width: 100vw !important;
    height: auto !important;
    margin-right: auto !important;
    margin-left: -2rem !important;
  }
}
.recruit-article section .full-right-img {
  right: 0;
  width: 50vw;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .recruit-article section .full-right-img {
    right: 0;
    width: 100vw;
    top: 0;
    position: relative;
  }
}
.recruit-article section .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .recruit-article section .img-box {
    gap: 0;
    margin-top: auto;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.recruit-article section .img-box img {
  width: 50%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-article section .img-box img {
    width: calc(50% - 1rem);
  }
}
.recruit-article section.environment {
  background-color: #ebf1fa;
  padding: 5rem 0;
}
.recruit-article section.environment .has-board {
  padding: 5rem 0;
  border-bottom: solid 1px #d6e3f5;
}
.recruit-article section.environment .has-board.first {
  padding-top: 0 !important;
}
.recruit-article section.environment .has-board.last {
  padding-bottom: 0 !important;
  border-bottom: none;
}
.recruit-article section.environment .schedule {
  background-color: #fff;
  padding: 2rem 4rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule {
    padding: 1rem 2rem;
  }
}
.recruit-article section.environment .schedule h4 {
  background-color: transparent;
  font-size: 2.4rem;
  padding: 1.5rem 0rem 1.5rem 5rem;
  position: relative;
  margin-bottom: 2rem;
}
.recruit-article section.environment .schedule h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/common/icon-time.svg");
}
.recruit-article section.environment .schedule__row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule__row {
    gap: 0;
    flex-direction: column;
    padding-left: 2rem;
    position: relative;
  }
  .recruit-article section.environment .schedule__row::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #3375cf;
    left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule__row:last-child::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 0%;
    background: #3375cf;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule__time {
    margin-bottom: 1rem;
  }
}
.recruit-article section.environment .schedule__time span {
  background-color: #3375cf;
  color: #ffffff;
  width: 8rem;
  display: block;
  text-align: center;
  padding: 0.4rem 0px;
  border-radius: 20rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Poppins", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-top: -0.5rem;
}
.recruit-article section.environment .schedule__time {
  position: relative;
}
.recruit-article section.environment .schedule__time::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #3375cf;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule__time::before {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    background: #0098dd;
    border: solid 2px #ffffff;
    border-radius: 100%;
    left: -2.7rem;
    top: 0.2rem;
  }
}
.recruit-article section.environment .schedule__time.first::before {
  top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule__time.first::before {
    top: 0rem;
  }
}
.recruit-article section.environment .schedule__time.last::before {
  top: -85%;
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule__time.last::before {
    top: 5%;
  }
}
.recruit-article section.environment .schedule__data h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
.recruit-article section.environment .schedule__data p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.recruit-article section.environment .schedule__data p span {
  color: #3375cf;
}
.recruit-article section.environment .schedule__data {
  margin-bottom: 4rem;
  position: relative;
}
.recruit-article section.environment .schedule__data::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background: #0098dd;
  border: solid 2px #ffffff;
  border-radius: 100%;
  left: -2.85rem;
  top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-article section.environment .schedule__data::before {
    display: none;
  }
}
.recruit-article section.information {
  padding: 5rem 0;
}
.recruit-article section.information .info-box {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .recruit-article section.information .info-box {
    display: none;
  }
}
.recruit-article section.information .info-box-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit-article section.information .info-box-sp {
    display: block;
    margin: -2rem;
    width: 100vw;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.recruit-article section.intro p {
  margin-bottom: 1rem;
}

.products-article .article-wrapper .article-inner section .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .products-article .article-wrapper .article-inner section .section-inner {
    padding: 0rem 2rem;
  }
}
.products-article .article-wrapper .article-inner section .section-inner .product-box {
  margin-bottom: 2rem;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.products-article .article-wrapper .article-inner section .section-inner .product-box:hover {
  opacity: 0.7;
}
.products-article .article-wrapper .article-inner section .section-inner .product-box h4 {
  background-color: transparent;
  font-size: 1.8rem;
  padding: 1.5rem 0rem 1.5rem 4rem;
  position: relative;
  margin-bottom: 2rem;
}
.products-article .article-wrapper .article-inner section .section-inner .product-box h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2.8rem;
  height: 2.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/common/arrow-for-p.svg");
}
.products-article .search-wrap {
  position: absolute;
  right: 0;
  top: 1.5rem;
  max-width: 32rem;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .products-article .search-wrap {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.products-article .search-wrap::before {
  position: absolute;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../images/common/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  top: -0.2rem;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
}
.products-article .search-wrap .wp-block-search__input {
  position: relative;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 20rem;
  height: 4rem;
}
.products-article .search-wrap .wp-block-search__input::-moz-placeholder {
  padding-left: 1rem;
}
.products-article .search-wrap .wp-block-search__input::placeholder {
  padding-left: 1rem;
}
.products-article .search-wrap .wp-block-search__input + .wp-block-search__button {
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin-left: 1rem;
}
.products-article .search-wrap .wp-block-search__input {
  font-size: 1.6rem;
  padding-left: 4rem;
}

.access-article .section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .access-article .section-inner {
    padding: 0rem 2rem;
  }
}

.access-article .section-inner .top-access-map iframe, .access-content .section-inner .top-access-map iframe {
  max-width: 100%;
}
.access-article .section-inner .top-access-disc, .access-content .section-inner .top-access-disc {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: #d6e3f5 solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .access-article .section-inner .top-access-disc, .access-content .section-inner .top-access-disc {
    flex-direction: column;
  }
}
.access-article .section-inner .top-access-disc__title, .access-content .section-inner .top-access-disc__title {
  width: 7.3rem;
  color: #3375cf;
  font-weight: 700;
}
.access-article .section-inner .top-access-disc__body, .access-content .section-inner .top-access-disc__body {
  width: calc(100% - 7.3rem);
}
.access-article .section-inner ul.office-anchor-list, .access-content .section-inner ul.office-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
}
.access-article .section-inner ul.office-anchor-list li, .access-content .section-inner ul.office-anchor-list li {
  width: calc((100% - 4rem) / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .access-article .section-inner ul.office-anchor-list li, .access-content .section-inner ul.office-anchor-list li {
    width: calc((100% - 4rem) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .access-article .section-inner ul.office-anchor-list li, .access-content .section-inner ul.office-anchor-list li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 820px) {
  .access-article .section-inner ul.office-anchor-list li, .access-content .section-inner ul.office-anchor-list li {
    width: calc((100% - 4rem) / 2);
  }
}
.access-article .section-inner ul.office-anchor-list li::before, .access-content .section-inner ul.office-anchor-list li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 0.8rem solid #3375cf;
  border-bottom: 0;
  right: 1.6rem;
}
.access-article .section-inner ul.office-anchor-list li a, .access-content .section-inner ul.office-anchor-list li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 5rem;
  border: solid 2px #3375cf;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3375cf;
  padding: 1rem 1.6rem;
  position: relative;
  border-radius: 0.5rem;
}
@media screen and (max-width: 680px) {
  .access-article .section-inner ul.office-anchor-list li a, .access-content .section-inner ul.office-anchor-list li a {
    font-size: 1.4rem;
    height: 6.4rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}
.access-article .section-inner ul.office-anchor-list li a span, .access-content .section-inner ul.office-anchor-list li a span {
  font-size: 70%;
}
@media screen and (max-width: 680px) {
  .access-article .section-inner ul.office-anchor-list li a span, .access-content .section-inner ul.office-anchor-list li a span {
    display: block;
  }
}
.access-article .section-inner .office-card-row, .access-content .section-inner .office-card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .access-article .section-inner .office-card-row, .access-content .section-inner .office-card-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.access-article .section-inner .office-card-row .office-card .office-name, .access-content .section-inner .office-card-row .office-card .office-name {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 2rem;
}
.access-article .section-inner .office-card-row .office-card .office-name::before, .access-content .section-inner .office-card-row .office-card .office-name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: #d6e3f5;
  margin: auto;
  z-index: 1;
}
.access-article .section-inner .office-card-row .office-card .office-name::after, .access-content .section-inner .office-card-row .office-card .office-name::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3375cf;
  margin: auto;
  z-index: 2;
  display: block;
}
.access-article .section-inner .office-card-row .office-card .detail-row, .access-content .section-inner .office-card-row .office-card .detail-row {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 820px) {
  .access-article .section-inner .office-card-row .office-card .detail-row, .access-content .section-inner .office-card-row .office-card .detail-row {
    flex-direction: row;
    align-items: flex-start;
  }
}
.access-article .section-inner .office-card-row .office-card .detail-row .col, .access-content .section-inner .office-card-row .office-card .detail-row .col {
  padding: 0;
}
.access-article .section-inner .office-card-row .office-card .detail-row .col.col-10, .access-content .section-inner .office-card-row .office-card .detail-row .col.col-10 {
  flex: 1;
}
.access-article .section-inner .office-card-row .office-card .detail-row .col.col-2, .access-content .section-inner .office-card-row .office-card .detail-row .col.col-2 {
  flex: 0;
  width: 7rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.access-article .section-inner .office-card-row .office-card .office-detail, .access-content .section-inner .office-card-row .office-card .office-detail {
  display: grid;
  grid-template-columns: 80px 1fr;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .access-article .section-inner .office-card-row .office-card .office-detail, .access-content .section-inner .office-card-row .office-card .office-detail {
    display: flex;
    flex-direction: column;
  }
}
.access-article .section-inner .office-card-row .office-card .office-detail dt, .access-content .section-inner .office-card-row .office-card .office-detail dt {
  font-weight: 600;
  color: #3375cf;
}
.access-article .section-inner .office-card-row .office-card .office-detail dd, .access-content .section-inner .office-card-row .office-card .office-detail dd {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
.access-article .section-inner .office-card-row .office-card a.map-link, .access-content .section-inner .office-card-row .office-card a.map-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-size: 1.4rem;
  justify-content: center;
  flex-direction: column;
}
.access-article .section-inner .office-card-row .office-card a.map-link .map-pin, .access-content .section-inner .office-card-row .office-card a.map-link .map-pin {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background-color: #d6e3f5;
  background-image: url("../images/common/pin.svg");
  background-position: center;
  background-size: 35%;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .access-article .section-inner .office-card-row .office-card a.map-link .map-pin, .access-content .section-inner .office-card-row .office-card a.map-link .map-pin {
    width: 4.4rem;
    height: 4.4rem;
    background-size: 30%;
  }
}
.access-article .section-inner .office-card-row .office-card a.map-link span, .access-content .section-inner .office-card-row .office-card a.map-link span {
  display: inline-flex;
}
.access-article .section-inner .office-card-row .office-card a.map-link svg, .access-content .section-inner .office-card-row .office-card a.map-link svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.25rem;
  margin-left: 0.4rem;
}

.access-content {
  padding: 5rem 0;
  background-color: #ebf1fa;
}
.access-content .section-inner ul.office-anchor-list li {
  width: calc((100% - 4rem) / 3);
}

footer .footer-nav-list li {
  margin-bottom: 1rem;
}

.modal {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  padding: 4vw;
  transition: 0.5s;
  overflow-y: scroll;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 5rem 2rem;
  }
}
.modal .modal-inner {
  background-color: #ffffff;
  max-width: 800px;
  margin: auto;
  padding: 4.8rem 3.8rem;
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal .modal-inner {
    width: 100%;
    padding: 3.4rem 2rem;
  }
}
.modal .modal-inner h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2.8rem;
}
.modal .modal-inner h4 {
  font-size: 1.8rem;
  color: #3375cf;
  padding: 1rem 0;
}
.modal .modal-inner img {
  width: 100%;
  margin-bottom: 1rem;
}
.modal .modal-inner ul {
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}
.modal .modal-inner ul li {
  position: relative;
}
.modal .modal-inner ul li::before {
  content: "⚫︎";
  color: #3375cf;
  margin-right: 0.5rem;
}
.modal .modal-inner button.closeBtn {
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 5rem;
  height: 5rem;
  background-color: #000000;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal-inner button.closeBtn {
    position: fixed;
    right: 1rem;
    top: 1.8rem;
    width: 3rem;
    height: 3rem;
    background-color: #000000;
    border-radius: 100%;
  }
}
.modal .modal-inner button.closeBtn::before, .modal .modal-inner button.closeBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52%;
  height: 2px;
  background-color: #ffffff;
}
.modal .modal-inner button.closeBtn::before {
  transform: rotate(-45deg);
}
.modal .modal-inner button.closeBtn::after {
  transform: rotate(45deg);
}

html.blur,
body.blur {
  overflow: hidden;
}

body.blur section,
body.blur header,
body.blur .page-hero,
body.blur article,
body.blur .endcontact,
body.blur footer {
  filter: blur(0px);
  transition: 0.5s;
  animation: blur 0.5s ease 0s 1 normal forwards running;
}

.company-list {
  overflow: hidden;
  margin-bottom: 8rem;
}
.company-list ul {
  display: flex;
  gap: 1.4rem 2rem;
  flex-wrap: wrap;
}
.company-list ul li {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 980px) {
  .company-list ul li {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 680px) {
  .company-list ul li {
    width: calc((100% - 4rem) / 1);
  }
}

body .globalnavi-nav01 .has-child .globalnavi-nav01__anchor + .sub-title-wrapper {
  position: fixed;
  left: 0;
  top: 70px;
  height: auto;
  z-index: 1999;
  padding-top: 2.8rem;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.5s;
  padding-left: 3rem;
}
body .globalnavi-nav01 .has-child .globalnavi-nav01__anchor + .sub-title-wrapper .page-hero__title {
  font-size: 1.1vw;
  font-weight: 600;
  color: #3375cf;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 3vw;
}
body .globalnavi-nav01 .has-child .globalnavi-nav01__anchor + .sub-title-wrapper .page-hero__subtitle {
  font-size: 3.2vw;
  letter-spacing: -0.05rem;
  font-weight: 700;
  font-family: "Poppins", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #000000;
  display: block;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 880px) {
  body .globalnavi-nav01 .has-child .globalnavi-nav01__anchor + .sub-title-wrapper {
    display: none !important;
  }
}
body .globalnavi-nav01 .has-child .globalnavi-nav01__anchor:hover + .sub-title-wrapper {
  pointer-events: auto;
  opacity: 1;
}
body .globalnavi-nav01 .has-child .globalnavi-nav01__anchor + .sub-title-wrapper.clicked-child {
  pointer-events: none !important;
  opacity: 0 !important;
}
body .globalnavi-nav01:hover {
  color: #80cbee;
}
body .globalnavi-nav01:hover .has-child:hover .sub-title-wrapper {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 880px) {
  body .globalnavi-nav01 > .menu-item > .globalnavi-nav01__anchor {
    font-size: 1.8rem;
    padding: 1.6rem 0rem;
    font-weight: 600;
  }
}
body .globalnavi-nav01__item .sub-menu {
  position: fixed;
  min-width: 100vw;
  width: 100vw;
  left: 0;
  background-color: #ebf1fa;
  top: 80px;
  height: auto;
  z-index: 999;
  padding-left: 30vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  padding-top: 3rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 880px) {
  body .globalnavi-nav01__item .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    width: 100%;
    transition: all 0.3s ease;
    background: transparent;
    background-color: transparent;
    min-width: auto;
    padding: 0;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    gap: 0 2rem;
  }
  body .globalnavi-nav01__item .sub-menu.is-open {
    padding: 1rem 0;
    height: 100%;
    opacity: 1;
  }
}
body .globalnavi-nav01__item .sub-menu li {
  width: calc((100% - 8rem) / 3);
  position: relative;
}
@media screen and (max-width: 880px) {
  body .globalnavi-nav01__item .sub-menu li {
    width: calc((100% - 2rem) / 2);
  }
}
body .globalnavi-nav01__item .sub-menu li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../images/common/arrow-down-blue.svg");
  transform: rotate(-90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 880px) {
  body .globalnavi-nav01__item .sub-menu li:before {
    background-image: url("../images/common/arrow-down-lightblue.svg");
  }
}
body .globalnavi-nav01__item .sub-menu li a {
  padding: 2rem 0 2rem 2.8rem;
  border-top: solid 2px #d6e3f5;
  border-bottom: solid 2px #d6e3f5;
  margin-top: -2px;
  transition: 0.5s;
}
@media screen and (max-width: 880px) {
  body .globalnavi-nav01__item .sub-menu li a {
    border-top: solid 2px #80cbee;
    border-bottom: solid 2px #80cbee;
  }
  body .globalnavi-nav01__item .sub-menu li a:hover {
    color: #80cbee;
  }
}

.endcontact-btn__anchor,
.parts-buttom01__anchor,
.globalnavi-nav02__anchor {
  border: solid 2px #3375cf;
  transition: 0.5s;
  transition-duration: 0.5s;
}
.endcontact-btn__anchor:hover,
.parts-buttom01__anchor:hover,
.globalnavi-nav02__anchor:hover {
  color: #3375cf;
  background-color: #ffffff;
  opacity: 1;
}
.endcontact-btn__anchor:hover .svg .cls-1,
.parts-buttom01__anchor:hover .svg .cls-1,
.globalnavi-nav02__anchor:hover .svg .cls-1 {
  stroke: #ffffff;
}
.endcontact-btn__anchor:hover .mail-cls-1,
.parts-buttom01__anchor:hover .mail-cls-1,
.globalnavi-nav02__anchor:hover .mail-cls-1 {
  fill: #3375cf;
}
.endcontact-btn__anchor:hover .mail-cls-2,
.parts-buttom01__anchor:hover .mail-cls-2,
.globalnavi-nav02__anchor:hover .mail-cls-2 {
  stroke: #3375cf;
}

.not-found .section-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
}
.not-found .section-inner .error-404__lead {
  font-size: 1.8rem;
}
.not-found .section-inner .error-404__text {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.not-found .section-inner .error-404__actions a {
  margin: 0 auto;
}

.archive-main .status-box,
.search-main .status-box {
  padding: 5rem 0rem;
}
.archive-main .wp-block-search__inside-wrapper,
.search-main .wp-block-search__inside-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 0 !important;
}
.archive-main .wp-block-search__inside-wrapper svg.search-icon,
.search-main .wp-block-search__inside-wrapper svg.search-icon {
  fill: #ffffff;
  top: 3px;
  position: relative;
}

.globalnavi-nav01__anchor {
  transition: 0.5s;
}
.globalnavi-nav01__anchor:hover {
  color: #80cbee;
}

.loop-post-search-section {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  .loop-post-search-section {
    flex-basis: 100%;
    margin-bottom: 2rem !important;
  }
}

.loop-post-post-section {
  flex-basis: 75%;
}
@media screen and (max-width: 767px) {
  .loop-post-post-section {
    flex-basis: 100%;
  }
}

.maket-other {
  text-align: right;
  font-size: 1.4rem;
  color: #666666;
}

@media screen and (max-width: 540px) {
  body.page-id-2234 main .wp-block-columns button[type=submit], body.page-id-76 main .wp-block-columns button[type=submit] {
    max-width: 230px;
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
    width: 35vw;
  }
}
body form[data-screen=confirm] .smf-placeholder[data-name=consent] {
  opacity: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mail-cls-1 {
  fill: #fff;
}

.mail-cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translateX(0%);
}

.pc,
.tb,
.sm,
.sp {
  display: none;
}

.pc {
  display: initial;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb, .sm {
    display: initial;
  }
}
@media screen and (max-width: 580px) {
  .pc {
    display: none;
  }
  .sp.sm {
    display: initial;
  }
  .tb {
    display: none;
  }
}
@keyframes blur {
  to {
    filter: blur(5px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}