@charset "UTF-8";
:root {
  --main-color: #FFD644;
  --main-color-rgb: 255, 214, 68;
  --main-color-light: #FFF0C2;
  --main-color-light-rgb: 255, 240, 194;
  --main-color-exlight: #FFF8E3;
  --main-color-exlight-rgb: 255, 248, 227;
  --accent-color: #DB3C0B;
  --accent-color-rgb: 219, 60, 11;
  --mv-bg-color: var(--main-color-exlight);
  --mv-bubble-color: var(--main-color);
  --mv-marker-color: var(--main-color);
  --2nd-accent-primary: #E04300;
  --2nd-accent-01: #FFE81D;
  --2nd-accent-02: #FF8A00;
  --2nd-accent-03: #FFE81D;
  --2nd-accent-04: #FFF5D1;
  --2nd-accent-05: #FFB800;
  --2nd-accent-03-rgb: 255, 232, 29;
}

/*===========================================================================
html5 Reset CSS
-----------------------------------------------------------------------------
html5doctor v1.6.1
Last Updated: 2010-09-17
http://richclarkdesign.com
http://code.google.com/p/html5resetcss/downloads/list

※上記ソースをHAJ仕様に改良しました。
lastmodified 2014-03-06
=============================================================================*/
/* [[=====================================================================]] */
/* [[■html5reset-1.6.1.css]] */
/*===========================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* [[=====================================================================]] */
/* [[■HAJ edition]] */
/*===========================================================================*/
body, input, select, textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Lucida Grande", Meiryo, メイリオ, Roboto, "Droid Sans", sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

div, h1, h2, h3, h4, h5, h6, p, dt, dd, caption, th, td, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  text-align: left;
}

/* チェック・ラジオ */
input[type=checkbox],
input[type=radio] {
  margin-left: 0;
  vertical-align: top;
}

/* テキスト入力 */
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=telephone],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  margin: 0;
  vertical-align: middle;
}

/* ボタン・セレクト */
input[type=button],
input[type=file],
input[type=image],
input[type=reset],
input[type=submit],
select {
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

/* Firefox hack */
@-moz-document url-prefix() {
  select {
    margin-left: 1px;
  }
}
li {
  list-style: none;
}

em {
  font-style: normal;
}

/* [[=====================================================================]] */
/* [[body common]] */
/*===========================================================================*/
body {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background: #fff;
}

a {
  color: #0022C8;
  text-decoration: none;
}

a:visited {
  color: #0022C8;
}

a:hover {
  color: #0022C8;
  text-decoration: underline;
}

a:active {
  color: #000000;
}

img.jobIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 3px;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 11px;
  padding: 2px 0;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-size: 11px;
  padding: 2px 0;
  opacity: 1;
}

:-moz-placeholder {
  color: #999;
  font-size: 11px;
  padding: 2px 0;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 11px;
  padding: 2px 0;
  opacity: 1;
}

@media not all and (min-width: 769px) {
  .pc-only {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
.ff-caveat-400 {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-roboto-500 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fz_14 {
  font-size: 14px !important;
}

@media not all and (min-width: 769px) {
  .fz_14_sp {
    font-size: 14px !important;
  }
}
.fw_b {
  font-weight: bold !important;
}

.ta_c {
  text-align: center !important;
}

@media not all and (min-width: 769px) {
  .ta_c_sp {
    text-align: center !important;
  }
}
.ta_l {
  text-align: left !important;
}

@media not all and (min-width: 769px) {
  .ta_l_sp {
    text-align: left !important;
  }
}
.jc_c {
  justify-content: center !important;
}

@media not all and (min-width: 769px) {
  .jc_c_sp {
    justify-content: center !important;
  }
}
.jc_sb {
  justify-content: space-between !important;
}

@media not all and (min-width: 769px) {
  .jc_sb_sp {
    justify-content: space-between !important;
  }
}
.ai_c {
  align-items: center !important;
}

@media not all and (min-width: 769px) {
  .ai_c_sp {
    align-items: center !important;
  }
}
.mt_0 {
  margin-top: 0px !important;
}

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

.mt_1 {
  margin-top: 8px !important;
}

.mb_1 {
  margin-bottom: 8px !important;
}

.mt_2 {
  margin-top: 16px !important;
}

.mb_2 {
  margin-bottom: 16px !important;
}

.mt_3 {
  margin-top: 24px !important;
}

.mb_3 {
  margin-bottom: 24px !important;
}

.mt_4 {
  margin-top: 32px !important;
}

.mb_4 {
  margin-bottom: 32px !important;
}

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

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

.mt_6 {
  margin-top: 48px !important;
}

.mb_6 {
  margin-bottom: 48px !important;
}

.mt_7 {
  margin-top: 56px !important;
}

.mb_7 {
  margin-bottom: 56px !important;
}

.mt_8 {
  margin-top: 64px !important;
}

.mb_8 {
  margin-bottom: 64px !important;
}

.mt_9 {
  margin-top: 72px !important;
}

.mb_9 {
  margin-bottom: 72px !important;
}

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

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

.mt_11 {
  margin-top: 88px !important;
}

.mb_11 {
  margin-bottom: 88px !important;
}

.mt_12 {
  margin-top: 96px !important;
}

.mb_12 {
  margin-bottom: 96px !important;
}

.mt_13 {
  margin-top: 104px !important;
}

.mb_13 {
  margin-bottom: 104px !important;
}

.mt_14 {
  margin-top: 112px !important;
}

.mb_14 {
  margin-bottom: 112px !important;
}

.mt_15 {
  margin-top: 120px !important;
}

.mb_15 {
  margin-bottom: 120px !important;
}

.mt_16 {
  margin-top: 128px !important;
}

.mb_16 {
  margin-bottom: 128px !important;
}

.mt_17 {
  margin-top: 136px !important;
}

.mb_17 {
  margin-bottom: 136px !important;
}

.mt_18 {
  margin-top: 144px !important;
}

.mb_18 {
  margin-bottom: 144px !important;
}

.mt_19 {
  margin-top: 152px !important;
}

.mb_19 {
  margin-bottom: 152px !important;
}

.mt_20 {
  margin-top: 160px !important;
}

.mb_20 {
  margin-bottom: 160px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.ml_1 {
  margin-left: 8px !important;
}

.mr_1 {
  margin-right: 8px !important;
}

.ml_2 {
  margin-left: 16px !important;
}

.mr_2 {
  margin-right: 16px !important;
}

.ml_3 {
  margin-left: 24px !important;
}

.mr_3 {
  margin-right: 24px !important;
}

.ml_4 {
  margin-left: 32px !important;
}

.mr_4 {
  margin-right: 32px !important;
}

.ml_5 {
  margin-left: 40px !important;
}

.mr_5 {
  margin-right: 40px !important;
}

.ml_6 {
  margin-left: 48px !important;
}

.mr_6 {
  margin-right: 48px !important;
}

.ml_7 {
  margin-left: 56px !important;
}

.mr_7 {
  margin-right: 56px !important;
}

.ml_8 {
  margin-left: 64px !important;
}

.mr_8 {
  margin-right: 64px !important;
}

.ml_9 {
  margin-left: 72px !important;
}

.mr_9 {
  margin-right: 72px !important;
}

.ml_10 {
  margin-left: 80px !important;
}

.mr_10 {
  margin-right: 80px !important;
}

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

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

.pt_1 {
  padding-top: 8px !important;
}

.pb_1 {
  padding-bottom: 8px !important;
}

.pt_2 {
  padding-top: 16px !important;
}

.pb_2 {
  padding-bottom: 16px !important;
}

.pt_3 {
  padding-top: 24px !important;
}

.pb_3 {
  padding-bottom: 24px !important;
}

.pt_4 {
  padding-top: 32px !important;
}

.pb_4 {
  padding-bottom: 32px !important;
}

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

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

.pt_6 {
  padding-top: 48px !important;
}

.pb_6 {
  padding-bottom: 48px !important;
}

.pt_7 {
  padding-top: 56px !important;
}

.pb_7 {
  padding-bottom: 56px !important;
}

.pt_8 {
  padding-top: 64px !important;
}

.pb_8 {
  padding-bottom: 64px !important;
}

.pt_9 {
  padding-top: 72px !important;
}

.pb_9 {
  padding-bottom: 72px !important;
}

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

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

.pl_0 {
  padding-left: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pl_1 {
  padding-left: 8px !important;
}

.pr_1 {
  padding-right: 8px !important;
}

.pl_2 {
  padding-left: 16px !important;
}

.pr_2 {
  padding-right: 16px !important;
}

.pl_3 {
  padding-left: 24px !important;
}

.pr_3 {
  padding-right: 24px !important;
}

.pl_4 {
  padding-left: 32px !important;
}

.pr_4 {
  padding-right: 32px !important;
}

.pl_5 {
  padding-left: 40px !important;
}

.pr_5 {
  padding-right: 40px !important;
}

.rg_0 {
  row-gap: 0px !important;
}

.rg_0 {
  row-gap: 0px !important;
}

.rg_1 {
  row-gap: 8px !important;
}

.rg_1 {
  row-gap: 8px !important;
}

.rg_2 {
  row-gap: 16px !important;
}

.rg_2 {
  row-gap: 16px !important;
}

.rg_3 {
  row-gap: 24px !important;
}

.rg_3 {
  row-gap: 24px !important;
}

.rg_4 {
  row-gap: 32px !important;
}

.rg_4 {
  row-gap: 32px !important;
}

.rg_5 {
  row-gap: 40px !important;
}

.rg_5 {
  row-gap: 40px !important;
}

.rg_6 {
  row-gap: 48px !important;
}

.rg_6 {
  row-gap: 48px !important;
}

.rg_7 {
  row-gap: 56px !important;
}

.rg_7 {
  row-gap: 56px !important;
}

.rg_8 {
  row-gap: 64px !important;
}

.rg_8 {
  row-gap: 64px !important;
}

.rg_9 {
  row-gap: 72px !important;
}

.rg_9 {
  row-gap: 72px !important;
}

.rg_10 {
  row-gap: 80px !important;
}

.rg_10 {
  row-gap: 80px !important;
}

.rg_11 {
  row-gap: 88px !important;
}

.rg_11 {
  row-gap: 88px !important;
}

.rg_12 {
  row-gap: 96px !important;
}

.rg_12 {
  row-gap: 96px !important;
}

.rg_13 {
  row-gap: 104px !important;
}

.rg_13 {
  row-gap: 104px !important;
}

.rg_14 {
  row-gap: 112px !important;
}

.rg_14 {
  row-gap: 112px !important;
}

.rg_15 {
  row-gap: 120px !important;
}

.rg_15 {
  row-gap: 120px !important;
}

.rg_16 {
  row-gap: 128px !important;
}

.rg_16 {
  row-gap: 128px !important;
}

.rg_17 {
  row-gap: 136px !important;
}

.rg_17 {
  row-gap: 136px !important;
}

.rg_18 {
  row-gap: 144px !important;
}

.rg_18 {
  row-gap: 144px !important;
}

.rg_19 {
  row-gap: 152px !important;
}

.rg_19 {
  row-gap: 152px !important;
}

.rg_20 {
  row-gap: 160px !important;
}

.rg_20 {
  row-gap: 160px !important;
}

.cg_0 {
  column-gap: 0px !important;
}

.cg_0 {
  column-gap: 0px !important;
}

.cg_1 {
  column-gap: 8px !important;
}

.cg_1 {
  column-gap: 8px !important;
}

.cg_2 {
  column-gap: 16px !important;
}

.cg_2 {
  column-gap: 16px !important;
}

.cg_3 {
  column-gap: 24px !important;
}

.cg_3 {
  column-gap: 24px !important;
}

.cg_4 {
  column-gap: 32px !important;
}

.cg_4 {
  column-gap: 32px !important;
}

.cg_5 {
  column-gap: 40px !important;
}

.cg_5 {
  column-gap: 40px !important;
}

.cg_6 {
  column-gap: 48px !important;
}

.cg_6 {
  column-gap: 48px !important;
}

.cg_7 {
  column-gap: 56px !important;
}

.cg_7 {
  column-gap: 56px !important;
}

.cg_8 {
  column-gap: 64px !important;
}

.cg_8 {
  column-gap: 64px !important;
}

.cg_9 {
  column-gap: 72px !important;
}

.cg_9 {
  column-gap: 72px !important;
}

.cg_10 {
  column-gap: 80px !important;
}

.cg_10 {
  column-gap: 80px !important;
}

@media not all and (min-width: 769px) {
  .mt_0_sp {
    margin-top: 0px !important;
  }
  .mb_0_sp {
    margin-bottom: 0px !important;
  }
  .mt_1_sp {
    margin-top: 8px !important;
  }
  .mb_1_sp {
    margin-bottom: 8px !important;
  }
  .mt_2_sp {
    margin-top: 16px !important;
  }
  .mb_2_sp {
    margin-bottom: 16px !important;
  }
  .mt_3_sp {
    margin-top: 24px !important;
  }
  .mb_3_sp {
    margin-bottom: 24px !important;
  }
  .mt_4_sp {
    margin-top: 32px !important;
  }
  .mb_4_sp {
    margin-bottom: 32px !important;
  }
  .mt_5_sp {
    margin-top: 40px !important;
  }
  .mb_5_sp {
    margin-bottom: 40px !important;
  }
  .mt_6_sp {
    margin-top: 48px !important;
  }
  .mb_6_sp {
    margin-bottom: 48px !important;
  }
  .mt_7_sp {
    margin-top: 56px !important;
  }
  .mb_7_sp {
    margin-bottom: 56px !important;
  }
  .mt_8_sp {
    margin-top: 64px !important;
  }
  .mb_8_sp {
    margin-bottom: 64px !important;
  }
  .mt_9_sp {
    margin-top: 72px !important;
  }
  .mb_9_sp {
    margin-bottom: 72px !important;
  }
  .mt_10_sp {
    margin-top: 80px !important;
  }
  .mb_10_sp {
    margin-bottom: 80px !important;
  }
  .mt_11_sp {
    margin-top: 88px !important;
  }
  .mb_11_sp {
    margin-bottom: 88px !important;
  }
  .mt_12_sp {
    margin-top: 96px !important;
  }
  .mb_12_sp {
    margin-bottom: 96px !important;
  }
  .mt_13_sp {
    margin-top: 104px !important;
  }
  .mb_13_sp {
    margin-bottom: 104px !important;
  }
  .mt_14_sp {
    margin-top: 112px !important;
  }
  .mb_14_sp {
    margin-bottom: 112px !important;
  }
  .mt_15_sp {
    margin-top: 120px !important;
  }
  .mb_15_sp {
    margin-bottom: 120px !important;
  }
  .mt_16_sp {
    margin-top: 128px !important;
  }
  .mb_16_sp {
    margin-bottom: 128px !important;
  }
  .mt_17_sp {
    margin-top: 136px !important;
  }
  .mb_17_sp {
    margin-bottom: 136px !important;
  }
  .mt_18_sp {
    margin-top: 144px !important;
  }
  .mb_18_sp {
    margin-bottom: 144px !important;
  }
  .mt_19_sp {
    margin-top: 152px !important;
  }
  .mb_19_sp {
    margin-bottom: 152px !important;
  }
  .mt_20_sp {
    margin-top: 160px !important;
  }
  .mb_20_sp {
    margin-bottom: 160px !important;
  }
  .ml_0_sp {
    margin-left: 0px !important;
  }
  .mr_0_sp {
    margin-right: 0px !important;
  }
  .ml_1_sp {
    margin-left: 8px !important;
  }
  .mr_1_sp {
    margin-right: 8px !important;
  }
  .ml_2_sp {
    margin-left: 16px !important;
  }
  .mr_2_sp {
    margin-right: 16px !important;
  }
  .ml_3_sp {
    margin-left: 24px !important;
  }
  .mr_3_sp {
    margin-right: 24px !important;
  }
  .ml_4_sp {
    margin-left: 32px !important;
  }
  .mr_4_sp {
    margin-right: 32px !important;
  }
  .ml_5_sp {
    margin-left: 40px !important;
  }
  .mr_5_sp {
    margin-right: 40px !important;
  }
  .ml_6_sp {
    margin-left: 48px !important;
  }
  .mr_6_sp {
    margin-right: 48px !important;
  }
  .ml_7_sp {
    margin-left: 56px !important;
  }
  .mr_7_sp {
    margin-right: 56px !important;
  }
  .ml_8_sp {
    margin-left: 64px !important;
  }
  .mr_8_sp {
    margin-right: 64px !important;
  }
  .ml_9_sp {
    margin-left: 72px !important;
  }
  .mr_9_sp {
    margin-right: 72px !important;
  }
  .ml_10_sp {
    margin-left: 80px !important;
  }
  .mr_10_sp {
    margin-right: 80px !important;
  }
  .pt_0_sp {
    padding-top: 0px !important;
  }
  .pb_0_sp {
    padding-bottom: 0px !important;
  }
  .pt_1_sp {
    padding-top: 8px !important;
  }
  .pb_1_sp {
    padding-bottom: 8px !important;
  }
  .pt_2_sp {
    padding-top: 16px !important;
  }
  .pb_2_sp {
    padding-bottom: 16px !important;
  }
  .pt_3_sp {
    padding-top: 24px !important;
  }
  .pb_3_sp {
    padding-bottom: 24px !important;
  }
  .pt_4_sp {
    padding-top: 32px !important;
  }
  .pb_4_sp {
    padding-bottom: 32px !important;
  }
  .pt_5_sp {
    padding-top: 40px !important;
  }
  .pb_5_sp {
    padding-bottom: 40px !important;
  }
  .pt_6_sp {
    padding-top: 48px !important;
  }
  .pb_6_sp {
    padding-bottom: 48px !important;
  }
  .pt_7_sp {
    padding-top: 56px !important;
  }
  .pb_7_sp {
    padding-bottom: 56px !important;
  }
  .pt_8_sp {
    padding-top: 64px !important;
  }
  .pb_8_sp {
    padding-bottom: 64px !important;
  }
  .pt_9_sp {
    padding-top: 72px !important;
  }
  .pb_9_sp {
    padding-bottom: 72px !important;
  }
  .pt_10_sp {
    padding-top: 80px !important;
  }
  .pb_10_sp {
    padding-bottom: 80px !important;
  }
  .pl_0_sp {
    padding-left: 0px !important;
  }
  .pr_0_sp {
    padding-right: 0px !important;
  }
  .pl_1_sp {
    padding-left: 8px !important;
  }
  .pr_1_sp {
    padding-right: 8px !important;
  }
  .pl_2_sp {
    padding-left: 16px !important;
  }
  .pr_2_sp {
    padding-right: 16px !important;
  }
  .pl_3_sp {
    padding-left: 24px !important;
  }
  .pr_3_sp {
    padding-right: 24px !important;
  }
  .pl_4_sp {
    padding-left: 32px !important;
  }
  .pr_4_sp {
    padding-right: 32px !important;
  }
  .pl_5_sp {
    padding-left: 40px !important;
  }
  .pr_5_sp {
    padding-right: 40px !important;
  }
  .rg_0_sp {
    row-gap: 0px !important;
  }
  .rg_0_sp {
    row-gap: 0px !important;
  }
  .rg_1_sp {
    row-gap: 8px !important;
  }
  .rg_1_sp {
    row-gap: 8px !important;
  }
  .rg_2_sp {
    row-gap: 16px !important;
  }
  .rg_2_sp {
    row-gap: 16px !important;
  }
  .rg_3_sp {
    row-gap: 24px !important;
  }
  .rg_3_sp {
    row-gap: 24px !important;
  }
  .rg_4_sp {
    row-gap: 32px !important;
  }
  .rg_4_sp {
    row-gap: 32px !important;
  }
  .rg_5_sp {
    row-gap: 40px !important;
  }
  .rg_5_sp {
    row-gap: 40px !important;
  }
  .rg_6_sp {
    row-gap: 48px !important;
  }
  .rg_6_sp {
    row-gap: 48px !important;
  }
  .rg_7_sp {
    row-gap: 56px !important;
  }
  .rg_7_sp {
    row-gap: 56px !important;
  }
  .rg_8_sp {
    row-gap: 64px !important;
  }
  .rg_8_sp {
    row-gap: 64px !important;
  }
  .rg_9_sp {
    row-gap: 72px !important;
  }
  .rg_9_sp {
    row-gap: 72px !important;
  }
  .rg_10_sp {
    row-gap: 80px !important;
  }
  .rg_10_sp {
    row-gap: 80px !important;
  }
  .rg_11_sp {
    row-gap: 88px !important;
  }
  .rg_11_sp {
    row-gap: 88px !important;
  }
  .rg_12_sp {
    row-gap: 96px !important;
  }
  .rg_12_sp {
    row-gap: 96px !important;
  }
  .rg_13_sp {
    row-gap: 104px !important;
  }
  .rg_13_sp {
    row-gap: 104px !important;
  }
  .rg_14_sp {
    row-gap: 112px !important;
  }
  .rg_14_sp {
    row-gap: 112px !important;
  }
  .rg_15_sp {
    row-gap: 120px !important;
  }
  .rg_15_sp {
    row-gap: 120px !important;
  }
  .rg_16_sp {
    row-gap: 128px !important;
  }
  .rg_16_sp {
    row-gap: 128px !important;
  }
  .rg_17_sp {
    row-gap: 136px !important;
  }
  .rg_17_sp {
    row-gap: 136px !important;
  }
  .rg_18_sp {
    row-gap: 144px !important;
  }
  .rg_18_sp {
    row-gap: 144px !important;
  }
  .rg_19_sp {
    row-gap: 152px !important;
  }
  .rg_19_sp {
    row-gap: 152px !important;
  }
  .rg_20_sp {
    row-gap: 160px !important;
  }
  .rg_20_sp {
    row-gap: 160px !important;
  }
  .cg_0_sp {
    column-gap: 0px !important;
  }
  .cg_0_sp {
    column-gap: 0px !important;
  }
  .cg_1_sp {
    column-gap: 8px !important;
  }
  .cg_1_sp {
    column-gap: 8px !important;
  }
  .cg_2_sp {
    column-gap: 16px !important;
  }
  .cg_2_sp {
    column-gap: 16px !important;
  }
  .cg_3_sp {
    column-gap: 24px !important;
  }
  .cg_3_sp {
    column-gap: 24px !important;
  }
  .cg_4_sp {
    column-gap: 32px !important;
  }
  .cg_4_sp {
    column-gap: 32px !important;
  }
  .cg_5_sp {
    column-gap: 40px !important;
  }
  .cg_5_sp {
    column-gap: 40px !important;
  }
  .cg_6_sp {
    column-gap: 48px !important;
  }
  .cg_6_sp {
    column-gap: 48px !important;
  }
  .cg_7_sp {
    column-gap: 56px !important;
  }
  .cg_7_sp {
    column-gap: 56px !important;
  }
  .cg_8_sp {
    column-gap: 64px !important;
  }
  .cg_8_sp {
    column-gap: 64px !important;
  }
  .cg_9_sp {
    column-gap: 72px !important;
  }
  .cg_9_sp {
    column-gap: 72px !important;
  }
  .cg_10_sp {
    column-gap: 80px !important;
  }
  .cg_10_sp {
    column-gap: 80px !important;
  }
}
.wb_ka {
  word-break: keep-all !important;
}

@media not all and (min-width: 769px) {
  .wb_ka_sp {
    word-break: keep-all !important;
  }
}
.hover_fade {
  transition: opacity 0.2s ease-out;
}
.hover_fade:hover {
  opacity: 0.7;
}

.site-wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 1900px;
}

.site-header {
  background-color: #04127C;
  color: #fff;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 30px;
}

.site-header__logo {
  display: flex;
  align-items: center;
  column-gap: 32px;
}

.site-header__logo-image {
  flex-shrink: 0;
}

.site-header__logo-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.site-header__datetime {
  margin-left: 60px;
}
.site-header__datetime span {
  font-size: 18px;
  font-weight: bold;
}

.site-header__menu {
  display: flex;
  align-items: center;
  column-gap: 30px;
  height: 100%;
  margin-left: auto;
}

.site-body {
  display: grid;
  grid-template-columns: 710px auto;
  grid-template-rows: 530px 230px 95px 135px;
  grid-template-areas: "area-01 area-02" "area-01 area-03" "area-01 area-04" "area-01 area-05";
}

.site-body__area-01 {
  grid-area: area-01;
  padding: 30px 50px 25px;
}

.site-body__area-02 {
  grid-area: area-02;
  padding: 30px 50px 0 0;
}

.site-body__area-03 {
  grid-area: area-03;
  padding: 38px 50px 19px 0;
}

.site-body__area-04 {
  grid-area: area-04;
  padding: 0 50px 25px 0;
}

.site-body__area-05 {
  grid-area: area-05;
  padding: 0 50px 25px 0;
}

.site-footer {
  background-color: #EBECF5;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__copyright {
  font-size: 10px;
}

@media all and (min-width: 769px) {
  #activeNav {
    display: none;
  }
}
.pc-only {
  /* [[=====================================================================]] */
  /* [[#header]] */
  /*===========================================================================*/
  /*---------------*/
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ #siteTitle]] */
  /*===========================================================================*/
  /*[memo]
  h1 / div で使用 = css id 指定
  -----------------------------------------------------------------------------*/
  /* [[┃┠ span]] */
  /*___________________________________________________________________________*/
  /* [[┃┗ a]] */
  /*___________________________________________________________________________*/
  /*---------------*/
  /* [[┃　┗ imge]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ #globalNav]] */
  /*===========================================================================*/
  /*---------------*/
  /* [[┃┗ .nav]] */
  /*___________________________________________________________________________*/
  /* [[┃　┗ ul]] */
  /*---------------------------------------------------------------------------*/
  /*[memo]
  ie9 = border-radius + gradient 共存できないため要調整
  -----------------------------------------------------------------------------*/
  /* [[┃　　┗ li]] */
  /*--------------------------------------------------*/
  /* #globalNav-pc .nav ul li:first-child,
  #globalNav-pc .nav ul + ul li {
  	width: 131px;
  } */
  /* [[┃　　　┗ a]] */
  /*------------------------------*/
  /*---------------*/
  /*---------------*/
  /* #globalNav-pc .nav li:not(.home).act a:before {
  	content: "　";
  	display: block;
  	position: absolute;
  	bottom: -14px;
  	left: 50%;
  	width: 0;
  	height: 0;
  	margin-left: -7px;
  	border-style: solid;
  	border-width: 7px;
  	border-color: #006CD9 transparent transparent transparent;
  	font-size: 0;
  	line-height: 0;
  }

  #globalNav-pc .nav li:not(.home).act a:after {
  	display: none;
  } */
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ #utilityNav]] */
  /*===========================================================================*/
  /*---------------*/
  /* [[┃┗ .nav]] */
  /*___________________________________________________________________________*/
  /* [[┃　┗ ul]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃　　┗ li]] */
  /*--------------------------------------------------*/
  /*---------------*/
  /* [[┃　　　┗ a]] */
  /*------------------------------*/
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ .hajLogin]] */
  /*===========================================================================*/
  /*---------------*/
  /* [[┃┗ ul]] */
  /*___________________________________________________________________________*/
  /* [[┃　┗ li]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃　　┗ a]] */
  /*--------------------------------------------------*/
  /*---------------*/
  /* [[=====================================================================]] */
  /* [[▽clearfix]] */
  /*===========================================================================*/
}
.pc-only #header {
  border-top: solid 4px #49c;
  position: relative;
  z-index: 9999;
}
.pc-only #header:before {
  content: "　";
  display: block;
  position: absolute;
  top: 98px;
  left: 0px;
  width: 100%;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background: #ddd;
}
.pc-only #headerWrap {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.pc-only body.preupdate #header:before {
  top: 79px; /* #siteTitle height + #header border-top */
}
.pc-only #siteTitle {
  padding: 17px 0; /* + span height + a height = 75px */
}
.pc-only #siteTitle span {
  display: block;
  padding: 0 0 7px 0;
  color: #000;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}
.pc-only #siteTitle a {
  display: block;
  width: 142px;
  font-size: 0;
  line-height: 0;
}
.pc-only body.preupdate #siteTitle a {
  position: relative;
}
.pc-only body.preupdate #siteTitle a:after {
  content: "先行配信";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: -85px;
  width: 80px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  background: #f30;
  border-radius: 100px;
}
.pc-only #siteTitle a img {
  width: 100%;
  /* image width = 170px height = 24px*/
}
.pc-only #globalNav-pc {
  /* 未指定 */
}
.pc-only body.preupdate #globalNav-pc {
  display: none;
}
.pc-only #globalNav-pc .nav ul {
  /* float: left; */
  width: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #ccc;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
  background: -webkit-linear-gradient(top, #fff, #f3f3f3);
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#fff3f3f3);
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 3px #eee;
  box-shadow: 1px 2px 3px #eee;
  /*
  [memo / ie9]
  border-radius 5px 外に背景色（gradient）はみ出てるが
  視認できない程度の色（#f3f3f3）なので可としています。
  */
}
.pc-only #globalNav-pc .nav ul + ul {
  margin-left: 10px;
}
.pc-only #globalNav-pc .nav ul li {
  /* float: left;
  width: 132px; */
  width: 20%;
  border-left: solid 1px #ccc;
}
.pc-only #globalNav-pc .nav ul li:first-child {
  border-left: none;
}
.pc-only #globalNav-pc .nav li a {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  -webkit-box-shadow: inset -1px -1px 0px #fff;
  box-shadow: inset -1px -1px 0px #fff;
}
.pc-only #globalNav-pc .nav li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  /* a:hover 対応 */
}
.pc-only #globalNav-pc .nav li:nth-last-of-type(1) a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /* a:hover 対応 */
}
.pc-only #globalNav-pc .nav li a:hover {
  position: relative;
  color: #49c;
  text-decoration: none;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
  background: -webkit-linear-gradient(top, #f6f6f6, #fff);
  background: linear-gradient(to bottom, #f6f6f6, #fff);
  -webkit-box-shadow: none;
  box-shadow: none;
  /*
  [memo / ie9]
  border-radius + gradient 共存できないため
  ie9 = gradient なしとしています
  */
}
.pc-only #globalNav-pc .nav li a:hover:before {
  content: "　";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-style: solid;
  border-width: 7px;
  border-color: #ccc transparent transparent transparent;
  font-size: 0;
  line-height: 0;
}
.pc-only #globalNav-pc .nav li a:hover:after {
  content: "　";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
  font-size: 0;
  line-height: 0;
}
.pc-only #globalNav-pc .nav li.hrs a:hover:before,
.pc-only #globalNav-pc .nav li.hrs a:hover:after,
.pc-only #globalNav-pc .nav li.shinsotsu a:hover:before,
.pc-only #globalNav-pc .nav li.shinsotsu a:hover:after {
  display: none;
}
.pc-only #globalNav-pc .nav li:not(.home).act a {
  position: relative;
  color: #fff;
  background: #9cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#8be), to(#9cf));
  background: -webkit-linear-gradient(top, #8be, #9cf);
  background: #006CD9;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*
  [memo / ie9]
  border-radius + gradient 共存できないため
  ie9 = gradient なしとしています
  */
}
.pc-only #globalNav-pc .nav.type-new ul {
  border: none;
  background: #fff;
  box-shadow: none;
}
.pc-only #globalNav-pc .nav.type-new ul li {
  border-left: none;
  margin-right: 1px;
}
.pc-only #globalNav-pc .nav.type-new ul li:first-child {
  padding-left: 0;
}
.pc-only #globalNav-pc .nav.type-new li a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  background: #006CD9;
  color: #fff;
}
.pc-only #globalNav-pc .nav.type-new li.act a,
.pc-only #globalNav-pc .nav.type-new li a:hover {
  background-color: #C7E5FF;
  color: #0054AA;
}
.pc-only #globalNav-pc .nav.type-new li a:before,
.pc-only #globalNav-pc .nav.type-new li a:after {
  display: none !important;
}
.pc-only #globalNav-pc .nav.type-new li a:hover:before,
.pc-only #globalNav-pc .nav.type-new li a:hover:after {
  display: none;
}
.pc-only #utilityNav {
  position: absolute;
  width: 350px;
  top: 22px;
  right: 265px;
}
.pc-only body.preupdate #utilityNav {
  right: 0;
}
.pc-only #utilityNav .nav li {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #666;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 6px;
}
.pc-only body.preupdate #utilityNav .nav li.sitemap,
.pc-only body.preupdate #utilityNav .nav li.guide {
  display: none;
}
.pc-only #utilityNav .nav li a {
  display: inline-block;
  color: #666;
  padding: 0 0 0 17px;
  background: url(https://image.haj.co.jp/jobkita/primary/pc/base/hd_unav_icon.png) no-repeat left center;
}
.pc-only #utilityNav .nav li a:hover {
  color: #0022C8;
}
.pc-only #header .hajLogin {
  position: absolute;
  top: 24px;
  right: 0;
}
.pc-only #header .hajLoginWrap {
  /* 未指定 */
}
.pc-only body.preupdate #header .hajLogin {
  display: none;
}
.pc-only #header .hajLogin li {
  float: left;
  margin-left: 5px;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 1px 2px #ddd;
  box-shadow: 0px 1px 2px #ddd; */
}
.pc-only #header .hajLogin li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pc-only #header .hajLogin li a {
  display: block;
  width: 100px;
  border: solid 1px #FFC447;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  line-height: 27px;
  text-align: center;
  background: #FFC447;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC447), to(#FBB829));
  background: -webkit-linear-gradient(top, #FFC447, #FBB829);
  background: linear-gradient(to bottom, #FFC447, #FBB829);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
  /* -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4); */
  /* box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4); */
}
.pc-only #header .hajLogin li a:hover {
  background: #FFB546;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB546), to(#FF9900));
  background: -webkit-linear-gradient(top, #FFB546, #FF9900);
  background: linear-gradient(to bottom, #FFB546, #FF9900);
  text-decoration: none;
}
.pc-only #header .hajLogin li.entry a {
  padding-left: 4px;
}
.pc-only #header .hajLogin li.myclip a {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F6F6));
  background: -webkit-linear-gradient(top, #FFFFFF, #F6F6F6);
  background: linear-gradient(to bottom, #FFFFFF, #F6F6F6);
  border: solid 1px #DDDDDD;
  color: #0054AA;
}
.pc-only #header .hajLogin li.myclip a:hover {
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#DFDFDF));
  background: -webkit-linear-gradient(top, #F6F6F6, #DFDFDF);
  background: linear-gradient(to bottom, #F6F6F6, #DFDFDF);
  text-decoration: none;
}
.pc-only #header .hajLogin li.login a,
.pc-only #header .hajLogin li.logout a {
  border: solid 1px #006CD9;
  color: #fff;
  border-radius: 5px;
  background: #006CD9;
  background: -webkit-gradient(linear, left top, left bottom, from(#006CD9), to(#0062C6));
  background: -webkit-linear-gradient(top, #006CD9, #0062C6);
  background: linear-gradient(to bottom, #006CD9, #0062C6);
  /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
  /* -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4); */
  /* box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4); */
}
.pc-only #header .hajLogin li.login a:hover,
.pc-only #header .hajLogin li.logout a:hover {
  background: #004891;
  background: -webkit-gradient(linear, left top, left bottom, from(#005BB8), to(#004891));
  background: -webkit-linear-gradient(top, #005BB8, #004891);
  background: linear-gradient(to bottom, #005BB8, #004891);
  text-decoration: none;
}
.pc-only #contents .relatedLink .linkList li.item,
.pc-only #copyrightWrap,
.pc-only #contentsLinks,
.pc-only #contents .others .item,
.pc-only #contents .spec ul,
.pc-only #contents .jobData .jobSection .item dl,
.pc-only #contents .jobData .sellingPoint,
.pc-only #contents .toolbar,
.pc-only #contents .editor,
.pc-only #contents .selectItem,
.pc-only #main,
.pc-only #contentsWrap,
.pc-only #header .hajLogin ul,
.pc-only #globalNav-pc .nav ul,
.pc-only #globalNav-pc .nav,
.pc-only .clearfix {
  zoom: 1;
}
.pc-only #contents .relatedLink .linkList li.item:after,
.pc-only #copyrightWrap:after,
.pc-only #contentsLinks:after,
.pc-only #contents .others .item:after,
.pc-only #contents .spec ul:after,
.pc-only #contents .jobData .jobSection .item dl:after,
.pc-only #contents .jobData .sellingPoint:after,
.pc-only #contents .toolbar:after,
.pc-only #contents .editor:after,
.pc-only #contents .selectItem:after,
.pc-only #main:after,
.pc-only #contentsWrap:after,
.pc-only #header .hajLogin ul:after,
.pc-only #globalNav-pc .nav ul:after,
.pc-only #globalNav-pc .nav:after,
.pc-only .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.pc-only * html #contents .relatedLink .linkList li.item,
.pc-only * html #copyrightWrap,
.pc-only * html #contentsLinks,
.pc-only * html #contents .others .item,
.pc-only * html #contents .spec ul,
.pc-only * html #contents .jobData .jobSection .item dl,
.pc-only * html #contents .jobData .sellingPoint,
.pc-only * html #contents .toolbar,
.pc-only * html #contents .editor,
.pc-only * html #contents .selectItem,
.pc-only * html #main,
.pc-only * html #contentsWrap,
.pc-only * html #header .hajLogin ul,
.pc-only * html #globalNav-pc .nav ul,
.pc-only * html #globalNav-pc .nav,
.pc-only * html .clearfix {
  display: inline-table;
  /*\*/
  display: block; /**/
}

@media not all and (min-width: 769px) {
  /* [[  + 職種アイコン ]] */
  /*------------------------------*/
  img.jobIcon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
  }
  /* [[  + js ]] */
  /*------------------------------*/
  body.gnavOpen {
    /* 未指定 */
  }
  /*---------------*/
  #bodyContainer {
    width: 100%;
    /* 未指定 */
  }
  body.gnavOpen #bodyContainer {
    /* 未指定 */
  }
  /*---------------*/
  #bodyScreen {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    /* ▲ js 必須値 */
  }
  /*---------------*/
  #activeNav {
    display: none;
    position: fixed;
    top: 0;
    right: -240px;
    z-index: 2000;
    width: 240px;
    height: 100%;
    background: #223336;
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  body.gnavOpen #bodyScreen {
    background: rgba(0, 0, 0, 0.7);
  }
  body.lboxShow #bodyScreen {
    background: rgba(0, 0, 0, 0.9);
  }
  /*---------------*/
  #lightbox {
    position: absolute;
    z-index: 1000;
    /* ▲ js 必須値 */
  }
  #lightbox .item {
    padding: 5px;
    background: #fff;
    border-radius: 3px;
  }
  #lightbox .item .photo {
    /* 未指定 */
  }
  #lightbox .item .photo img {
    display: block;
  }
  #lightbox .item p {
    padding: 5px 0 0 0;
  }
  #lightbox .item p:first-child {
    padding: 0;
  }
  #lightbox .control li.next,
  #lightbox .control li.back {
    position: absolute;
    top: 0;
    width: 50%; /* js 算出 */
    height: 100%;
  }
  #lightbox .control li.next {
    right: 0;
  }
  #lightbox .control li.back {
    left: 0;
  }
  #lightbox .control li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
  }
  #lightbox .control li.next a {
    background-image: url(https://image.haj.co.jp/jobkita/primary/sp/base/lightbox_next.png);
    background-position: right center;
  }
  #lightbox .control li.back a {
    background-image: url(https://image.haj.co.jp/jobkita/primary/sp/base/lightbox_back.png);
    background-position: left center;
  }
  #lightbox .close {
    position: absolute; /* 値 = js 算出 */
    z-index: 1000;
    width: 20px;
    height: 20px;
    background-image: url(https://image.haj.co.jp/jobkita/primary/sp/base/lightbox_close.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
  }
  #lightbox .close a {
    display: block;
  }
  /* [[=====================================================================]] */
  /* [[#header]] */
  /*===========================================================================*/
  #header {
    position: relative;
    border-bottom: solid 3px #49c;
  }
  #headerWrap {
    /* 未指定 */
  }
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ #siteTitle]] */
  /*===========================================================================*/
  /*[memo]
  各ページによりマークアップが違います。
  トップ = h1
  2nd = div
  -----------------------------------------------------------------------------*/
  #siteTitle {
    padding: 10px 0 10px 10px;
    height: 35px; /* = #globalNav .item height */
    font-size: 0;
    line-height: 0;
  }
  /*---------------*/
  body.preupdate #siteTitle {
    height: auto;
    /* reset */
  }
  /* [[┃┠ span]] */
  /*___________________________________________________________________________*/
  #siteTitle span {
    display: block;
    margin-top: 1px;
    /* = middle = height 35px - (this 9px + logo 20px + 空き 3px) / 2 */
    color: #000;
    font-weight: bold;
    font-size: 9px;
    line-height: 1;
  }
  /*---------------*/
  body.preupdate #siteTitle span {
    display: none;
  }
  /* [[┃┗ a]] */
  /*___________________________________________________________________________*/
  #siteTitle a {
    display: inline-block;
    margin-top: 9px;
    /* = middle = height 35px - logo 16px / 2 */
  }
  #siteTitle span + a {
    margin-top: 5px;
  }
  /*---------------*/
  body.preupdate #siteTitle a {
    margin-top: 0;
    /* reset */
  }
  body.preupdate #siteTitle a:after {
    content: "先行配信";
    display: inline-block;
    vertical-align: top;
    /*
    position: absolute;
    bottom: 0px;
    right: -85px;
    */
    height: 20px;
    margin: 0 0 0 5px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    background: #f30;
    border-radius: 100px;
  }
  /* [[┃　┗ imge]] */
  /*---------------------------------------------------------------------------*/
  #siteTitle a img {
    height: 16px;
  }
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ #globalNav]] */
  /*===========================================================================*/
  /*[memo]
  #activeNav = メニュー出現 js 実行時、.navを#activeNav内に内包
  -----------------------------------------------------------------------------*/
  #globalNav {
    /* 未指定 */
  }
  #activeNav {
    /* 未指定 */
  }
  /*---------------*/
  body.preupdate #globalNav {
    display: none;
  }
  /* [[┃┠ .item]] */
  /*___________________________________________________________________________*/
  #globalNav .item {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 35px; /* = #siteTitle height */
    border-left: dotted 1px #ddd;
  }
  #globalNav .item.clip {
    right: 60px;
  }
  #globalNav .item.ui-gnav-switch {
    right: 0px;
  }
  /* [[┃┃┗ a]] */
  /*---------------------------------------------------------------------------*/
  #globalNav .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 0 0 0;
    color: #000;
    font-size: 8px;
    line-height: 1;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #globalNav .item.clip a {
    background-image: url(../primary/images/sp/common/gnav_clip.png);
  }
  #globalNav .item.ui-gnav-switch a {
    background-image: url(../primary/images/sp/common/gnav_switch_open.png);
  }
  body.gnavOpen #globalNav .item.ui-gnav-switch a {
    background-image: url(../primary/images/sp/common/gnav_switch_close.png);
  }
  /* [[┃┗ .nav]] */
  /*___________________________________________________________________________*/
  /*[memo]
  #activeNav = メニュー出現 js 実行時、.navを#activeNav内に内包
  -----------------------------------------------------------------------------*/
  #globalNav .nav,
  #activeNav .nav {
    background: #223336;
  }
  /*---------------*/
  #globalNav .nav {
    display: none;
    position: relative;
    -webkit-box-shadow: inset 0 1px 2px #112226;
    box-shadow: inset 0 1px 2px #112226;
  }
  #globalNav .nav:before {
    content: "　";
    display: block;
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent #112226 transparent;
    font-size: 0;
    line-height: 0;
  }
  /*---------------*/
  #activeNav .nav {
    position: relative; /* .ui-gnav-close */
    /*
    width: 240px;
    float: right;
    */
    padding-top: 50px; /* .ui-gnav-close */
    padding-bottom: 50px;
  }
  /* [[┃　┠ ul]] */
  /*---------------------------------------------------------------------------*/
  #globalNav .nav ul,
  #activeNav .nav ul {
    border-top: solid 1px #111;
  }
  #globalNav .nav ul:nth-last-of-type(1),
  #activeNav .nav ul:nth-last-of-type(1) {
    border-bottom: solid 1px #2c2c2c;
  }
  /* [[┃　┃┗ li]] */
  /*--------------------------------------------------*/
  #globalNav .nav li,
  #activeNav .nav li {
    border-top: solid 1px #2c2c2c;
  }
  #globalNav .nav li:first-child,
  #activeNav .nav li:first-child {
    border-top: none;
  }
  /*---------------*/
  #globalNav .nav li.act,
  #activeNav .nav li.act {
    border-top: none;
    background: rgba(0, 0, 0, 0.5);
  }
  /* [[┃　┃　┗ a]] */
  #globalNav .nav li a,
  #activeNav .nav li a {
    display: block;
    padding: 15px 10px 13px 40px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    min-height: 50px;
    background: url(https://image.haj.co.jp/jobkita/primary/sp/base/gnav_link_a.png) no-repeat 20px center;
    box-sizing: border-box;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
  }
  #activeNav .nav li a {
    padding: 18px 10px 13px 40px;
  }
  /*---------------*/
  #globalNav .nav ul:nth-last-of-type(1) li a,
  #activeNav .nav ul:nth-last-of-type(1) li a {
    color: #ddd;
    font-size: 11px;
    background: url(https://image.haj.co.jp/jobkita/primary/sp/base/gnav_link_b.png) no-repeat 20px center;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
  }
  /*---------------*/
  #globalNav .nav li.act a,
  #activeNav .nav li.act a {
    opacity: 0.3;
    background: url(https://image.haj.co.jp/jobkita/primary/sp/base/gnav_link_a_act.png) no-repeat 20px center;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
  }
  /* [[┃　┗ .ui-gnav-close]] */
  /*---------------------------------------------------------------------------*/
  #globalNav .nav .ui-gnav-close,
  #activeNav .nav .ui-gnav-close {
    padding: 10px 10px 10px 20px;
    text-align: right;
  }
  /*---------------*/
  #activeNav .nav .ui-gnav-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #activeNav .nav .ui-gnav-close:before {
    content: "menu";
    display: block;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
  }
  /* [[┃　　┗ a]] */
  /*--------------------------------------------------*/
  #globalNav .nav .ui-gnav-close a,
  #activeNav .nav .ui-gnav-close a {
    display: inline-block;
    padding: 0 22px 0 10px;
    border: solid 1px #1c1c1c;
    color: #fff;
    font-size: 10px;
    line-height: 28px;
    background: #364650;
    background: url(https://image.haj.co.jp/jobkita/primary/sp/base/gnav_close.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#465660), to(#263640));
    background: url(https://image.haj.co.jp/jobkita/primary/sp/base/gnav_close.png) no-repeat right center, -webkit-linear-gradient(top, #465660, #263640);
    background: url(https://image.haj.co.jp/jobkita/primary/sp/base/gnav_close.png) no-repeat right center, linear-gradient(to bottom, #465660, #263640);
    -webkit-background-size: auto 12px, 100% 100%;
    background-size: auto 12px, 100% 100%;
    border-radius: 5px;
  }
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ .hajLogin]] */
  /*===========================================================================*/
  #header .hajLogin {
    display: block;
    clear: both;
    margin-bottom: -3px; /* #header border */
    padding: 10px;
    border-top: solid 3px #49c;
    background: #006CD9;
  }
  /*---------------*/
  body#home #header .hajLogin {
    display: block;
  }
  /* [[┃┗ ul]] */
  /*___________________________________________________________________________*/
  #header .hajLogin ul {
    display: table;
    width: 100%;
  }
  /* [[┃　┗ li]] */
  /*---------------------------------------------------------------------------*/
  #header .hajLogin li {
    display: table-cell;
    vertical-align: middle;
  }
  #header .hajLogin li.login,
  #header .hajLogin li.logout {
    text-align: right;
  }
  /* [[┃　　┗ a]] */
  /*--------------------------------------------------*/
  #header .hajLogin li a {
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
  }
  #header .hajLogin li.entry a:after,
  #header .hajLogin li.mypage a:after {
    content: "はこちら！";
  }
  #header .hajLogin li.login a,
  #header .hajLogin li.logout a {
    padding: 7px 15px;
    border: solid 1px #8ad;
    color: #0054AA;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background: -webkit-linear-gradient(top, #fff, #f6f6f6);
    background: linear-gradient(to bottom, #fff, #f6f6f6);
    border-radius: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px #7ad;
    box-shadow: 0px 1px 2px #7ad;
  }
}
.pc-only {
  /* [[=====================================================================]] */
  /* [[#siteGuide]] */
  /*===========================================================================*/
  /*---------------*/
  /* [[┃┠ .section]] */
  /*___________________________________________________________________________*/
  /* [[┃┠ #siteSummary.section]] */
  /*___________________________________________________________________________*/
  /* [[┃┃┠ h3]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃┃┗ p]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃┗ #contentsLinks]] */
  /*___________________________________________________________________________*/
  /* [[┃　┗ dl.linksCategory]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃　　┠ dt]] */
  /*--------------------------------------------------*/
  /* [[┃　　┗ dd / ul / li]] */
  /*--------------------------------------------------*/
  /* [[┃　　　┗ a /]] */
  /*------------------------------*/
  /* [[=====================================================================]] */
  /* [[#footer]] */
  /*===========================================================================*/
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ #footerNav]] */
  /*===========================================================================*/
  /*---------------*/
  /* [[┃┗ dl]] */
  /*___________________________________________________________________________*/
  /* [[┃　┠ dt]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃　┃┗ a]] */
  /*--------------------------------------------------*/
  /* [[┃　┗ dd]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃　　┗ ul / li]] */
  /*--------------------------------------------------*/
  /* [[┃　　　┗ a]] */
  /*------------------------------*/
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ #copyright]] */
  /*===========================================================================*/
  /* [[┃┠ ul]] */
  /*___________________________________________________________________________*/
  /* [[┃┃┗ li]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃┃　┗ a]] */
  /*--------------------------------------------------*/
  /* [[┃┃　　┗ img]] */
  /*------------------------------*/
  /* [[┃┗ dl]] */
  /*___________________________________________________________________________*/
  /* [[┃　┠ dt]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃　┃┗ a]] */
  /*--------------------------------------------------*/
  /* [[┃　┗ dd]] */
  /*---------------------------------------------------------------------------*/
}
.pc-only #siteGuide {
  padding: 20px 0;
  border-top: solid 3px #006CD9;
  background: #f9f9f9;
}
.pc-only body.preupdate #siteGuide {
  display: none;
}
.pc-only #siteGuide .section {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pc-only #siteGuide .section:first-child {
  padding-top: 0;
}
.pc-only #siteSummary h3 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.pc-only #siteSummary p {
  padding: 5px 0 0 0;
  font-size: 12px;
}
.pc-only #contentsLinks .linksCategory {
  padding: 20px 0 0 0;
}
.pc-only #contentsLinks .linksCategory:first-child {
  padding-top: 0;
}
.pc-only #contentsLinks #optionLinks.linksCategory,
.pc-only #contentsLinks #employLinks.linksCategory {
  width: 50%;
  float: left;
}
.pc-only #contentsLinks .linksCategory dt,
.pc-only #otherLinks .linksCategory dt {
  padding: 0 0 0 5px;
  border-left: solid 4px #006CD9;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}
.pc-only #otherLinks .linksCategory dt {
  margin: 0 0 5px 0;
}
.pc-only #contentsLinks .linksCategory dd,
.pc-only #otherLinks .linksCategory dd {
  display: inline-block;
  margin: 2px 10px 0 0;
  padding: 0 10px 0 0;
  border-right: solid 1px #ddd;
  font-size: 11px;
}
.pc-only #contentsLinks .linksCategory dd ul,
.pc-only #contentsLinks .linksCategory dd li {
  display: inline-block;
}
.pc-only #contentsLinks .linksCategory dd li {
  padding: 0 10px 0 0;
}
.pc-only #contentsLinks .linksCategory dd li:nth-last-of-type(1) {
  margin-right: -10px; /* = dd margin 相殺*/
  padding-right: 0;
}
.pc-only #contentsLinks .linksCategory dd li:first-child:before {
  content: "（";
  display: inline-block;
  padding-right: 5px;
}
.pc-only #contentsLinks .linksCategory dd li:nth-last-of-type(1):after {
  content: "）";
  display: inline-block;
  padding-left: 5px;
}
.pc-only #contentsLinks .linksCategory dd a,
.pc-only #otherLinks .linksCategory dd a {
  color: #333;
}
.pc-only #contentsLinks .linksCategory dd a:hover,
.pc-only #otherLinks .linksCategory dd a:hover {
  color: #00f;
}
.pc-only #footerNav {
  padding: 20px 0;
  border-top: solid 5px #aaddf6;
  background: #8be;
}
.pc-only #footerNavWrap {
  width: 940px;
  margin: 0 auto;
}
.pc-only body.preupdate #footerNav {
  display: none;
}
.pc-only #footerNav dt {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.pc-only #footerNav dt a {
  display: inline-block; /* background-image */
  padding: 0 0 0 17px;
  color: #fff;
  background: url(https://image.haj.co.jp/jobkita/primary/pc/base/ftnav_icon_a.png) no-repeat left center;
}
.pc-only #footerNav dd {
  display: table;
  width: 100%;
  padding: 20px 0 0 0;
  color: #666;
  font-size: 11px;
}
.pc-only #footerNav ul {
  display: table-cell;
  width: 25%;
  padding: 0 10px;
  border-right: dotted 1px #a6d6f6;
}
.pc-only #footerNav ul:first-child {
  border-left: dotted 1px #a6d6f6;
}
.pc-only #footerNav li {
  padding: 5px 0 0 0;
}
.pc-only #footerNav li:first-child {
  padding-top: 0;
}
.pc-only #footerNav li a {
  padding: 0 0 0 10px;
  color: #fff;
  background: url(https://image.haj.co.jp/jobkita/primary/pc/base/ftnav_icon_b.png) no-repeat left center;
}
.pc-only #copyright {
  padding: 20px 0;
  border-top: solid 5px #49c;
}
.pc-only #copyrightWrap {
  width: 940px;
  margin: 0 auto;
}
.pc-only #copyright ul {
  display: table;
  float: right;
  padding: 5px 0 0 0; /* dl（Copyright）middle 合わせ */
}
.pc-only #copyright li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
  font-size: 0;
  line-height: 0;
}
.pc-only #copyright li a {
  display: inline-block;
}
.pc-only #copyright li img {
  height: 18px;
}
.pc-only #copyright li.sgw img {
  height: 16px;
}
.pc-only #copyright li.gakusei img {
  height: 20px;
  margin-top: -4px;
}
.pc-only #copyright dl {
  float: left;
}
.pc-only #copyright dt {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}
.pc-only #copyright dt a {
  color: #333;
}
.pc-only #copyright dd {
  padding: 5px 0 0 0;
  color: #666;
  font-size: 10px;
  line-height: 1;
}

.sp-only {
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ .pmark]] */
  /*===========================================================================*/
  /* [[┃┗ a]] */
  /*___________________________________________________________________________*/
  /* [[┃　┗ img]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃-------------------------------------------------------------------]] */
  /* [[┠ .pmark]] */
  /*===========================================================================*/
  /* [[=====================================================================]] */
  /* [[#siteGuide]] */
  /*===========================================================================*/
  /*---------------*/
  /* [[┃┠ .section]] */
  /*___________________________________________________________________________*/
  /* [[┃┠ #siteSummary.section]] */
  /*___________________________________________________________________________*/
  /* [[┃┃┠ dt]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃┃┗ p]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃┗ #contentsLinks]] */
  /*___________________________________________________________________________*/
  /* [[┃　┗ dl.linksCategory]] */
  /*---------------------------------------------------------------------------*/
  /* [[┃　　┠ dt]] */
  /*--------------------------------------------------*/
  /* [[┃　　┗ dd / ul / li]] */
  /*--------------------------------------------------*/
  /* [[┃　　　┗ a /]] */
  /*------------------------------*/
}
.sp-only .pmark {
  padding: 20px 0;
}
.sp-only #siteGuide + .pmark {
  background: #f6f6f6;
}
.sp-only .pmark a {
  display: block;
  width: 75px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}
.sp-only .pmark a img {
  width: 75px;
}
.sp-only .tekiseiMedia {
  padding-bottom: 20px;
  background: #f6f6f6;
}
.sp-only .tekiseiMedia a {
  display: block;
  width: 198px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}
.sp-only .tekiseiMedia a img {
  width: 100%;
}
.sp-only #siteGuide {
  padding: 10px;
  border-top: solid 1px #ddd;
  background: #f6f6f6;
}
.sp-only body.preupdate #siteGuide {
  display: none;
}
.sp-only #siteGuide .section {
  margin: 10px 0 0 0;
  padding: 10px;
  border: solid 1px #ddd;
  background: #fff;
  border-radius: 5px;
}
.sp-only #siteGuide .section:first-child {
  margin-top: 0;
}
.sp-only #siteSummary h3 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.sp-only #siteSummary p {
  padding: 5px 0 0 0;
  font-size: 12px;
}
.sp-only #contentsLinks .linksCategory {
  padding: 10px 0 0 0;
}
.sp-only #contentsLinks .linksCategory:first-child {
  padding-top: 0;
}
.sp-only #contentsLinks .linksCategory dt,
.sp-only #otherLinks .linksCategory dt {
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
  border-left: solid 4px #006CD9;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
}
.sp-only #contentsLinks .linksCategory dd,
.sp-only #otherLinks .linksCategory dd {
  display: inline;
  margin: 0 10px 0 0;
  font-size: 11px;
  line-height: 2;
}
.sp-only #contentsLinks .linksCategory dd ul,
.sp-only #contentsLinks .linksCategory dd li {
  display: inline;
}
.sp-only #contentsLinks .linksCategory dd li {
  padding: 0 10px 0 0;
}
.sp-only #contentsLinks .linksCategory dd li:nth-last-of-type(1) {
  margin-right: -10px; /* = dd margin 相殺*/
  padding-right: 0;
}
.sp-only #contentsLinks .linksCategory dd li:first-child:before {
  content: "（";
  display: inline-block;
  padding-right: 5px;
}
.sp-only #contentsLinks .linksCategory dd li:nth-last-of-type(1):after {
  content: "）";
  display: inline-block;
  padding-left: 5px;
}
.sp-only #contentsLinks .linksCategory dd a,
.sp-only #otherLinks .linksCategory dd a {
  color: #333;
}
.sp-only #contentsLinks .linksCategory dd a:hover,
.sp-only #otherLinks .linksCategory dd a:hover {
  color: #0022C8;
}

.contents {
  min-width: 360px;
  font-size: 16px;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Lucida Grande", Roboto, "Droid Sans", sans-serif;
}
.contents img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.grid {
  display: grid;
}
@media all and (min-width: 769px) {
  .grid._col_2_pc {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid._col_3_pc {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid._col_4_pc {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media not all and (min-width: 769px) {
  .grid._col_2_sp {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid__item > :only-child {
  box-sizing: border-box;
  height: 100%;
}

.stack {
  overflow: hidden;
  padding-block: 64px;
  padding-inline: 24px;
}
@media not all and (min-width: 769px) {
  .stack {
    padding-top: 32px;
  }
}
.stack._with_triangle-top {
  position: relative;
}
.stack._with_triangle-top::before {
  content: "";
  width: 96px;
  height: 44px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--triangle-color);
}

.stack__inner {
  max-width: 940px;
  margin-inline: auto;
}
@media not all and (min-width: 769px) {
  .stack__inner {
    max-width: 600px;
  }
}
.stack__inner._w_narrow {
  max-width: 620px;
}
@media not all and (min-width: 769px) {
  .stack__inner._w_narrow {
    max-width: 560px;
  }
}
.stack__inner._w_semi-wide {
  max-width: 1000px;
}
@media not all and (min-width: 769px) {
  .stack__inner._w_semi-wide {
    max-width: 620px;
  }
}
.stack__inner._w_wide {
  max-width: 1040px;
}
@media not all and (min-width: 769px) {
  .stack__inner._w_wide {
    max-width: 640px;
  }
}

.stack._bg-color_main {
  background-color: var(--main-color);
}
.stack._bg-color_main-light {
  background-color: var(--main-color-light);
}
.stack._bg-color_main-ex-light {
  background-color: rgba(var(--main-color-light-rgb), 0.25);
}
.stack._with_border-top {
  border-top: 10px solid var(--main-color);
}
.stack._with_triangle-top {
  --triangle-color: var(--main-color);
}
.stack._deco_diamond01, .stack._deco_diamond02, .stack._deco_diamond03, .stack._deco_diamond04, .stack._deco_diamond05 {
  background-repeat: no-repeat;
}
.stack._deco_diamond01 {
  background-image: url(../img/deco_diamond01.svg), url(../img/deco_diamond02.svg);
  background-position: right top, left bottom;
}
@media not all and (min-width: 769px) {
  .stack._deco_diamond01 {
    background-image: url(../img/deco_diamond01_sp.svg), url(../img/deco_diamond02_sp.svg);
    background-position: right top, left bottom;
  }
}
.stack._deco_diamond02 {
  background-image: url(../img/deco_diamond03.svg), url(../img/deco_diamond04.svg);
  background-position: left top 24px, right bottom;
}
@media not all and (min-width: 769px) {
  .stack._deco_diamond02 {
    background-image: url(../img/deco_diamond03_sp.svg), url(../img/deco_diamond04_sp.svg);
    background-position: left top 12px, right bottom;
  }
}
.stack._deco_diamond03 {
  background-image: url(../img/deco_diamond05.svg), url(../img/deco_diamond06.svg);
  background-position: right top -274px, left bottom 225px;
}
@media not all and (min-width: 769px) {
  .stack._deco_diamond03 {
    background-image: url(../img/deco_diamond05_sp.svg);
    background-position: right top -137px;
  }
}
.stack._deco_diamond04 {
  background-image: url(../img/deco_diamond07.svg), url(../img/deco_diamond08.svg);
  background-position: left top, right bottom;
}
@media not all and (min-width: 769px) {
  .stack._deco_diamond04 {
    background-image: url(../img/deco_diamond07_sp.svg), url(../img/deco_diamond08_sp.svg);
    background-position: left top, right bottom;
  }
}
.stack._deco_diamond05 {
  background-image: url(../img/deco_diamond09.svg), url(../img/deco_diamond10.svg);
  background-position: left top -272px, right bottom 67px;
}
@media not all and (min-width: 769px) {
  .stack._deco_diamond05 {
    background-image: url(../img/deco_diamond09_sp.svg), url(../img/deco_diamond10_sp.svg);
    background-position: left top -130px, right bottom 78px;
  }
}

.mv {
  background-color: var(--mv-bg-color);
  position: relative;
}
.mv::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/mv_pattern_2404.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--mv-bg-color);
}
@media not all and (min-width: 769px) {
  .mv::before {
    background-image: url(../img/mv_pattern_sp.png);
  }
}

.mv__inner {
  display: grid;
  grid-template-columns: 63% 1fr;
  position: relative;
  max-width: 988px;
  margin-inline: auto;
}
@media not all and (min-width: 940px) {
  .mv__inner {
    grid-template-columns: 50% 1fr;
  }
}
@media not all and (min-width: 769px) {
  .mv__inner {
    grid-template-columns: 100%;
  }
}

.mv__text-area {
  padding: 40px 0 22px 24px;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  .mv__text-area {
    position: static;
    padding: 20px 24px 0;
    z-index: 2;
  }
}

@media all and (min-width: 769px) {
  .mv__media-area {
    padding: 0 24px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42.3%;
    height: 100%;
    z-index: 0;
  }
}
@media not all and (min-width: 769px) {
  .mv__media-area {
    position: relative;
    padding: 0 24px 16px;
  }
}
.mv__media-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 53px;
  height: 100%;
  width: 376px;
  background-color: var(--main-color);
  transform: skewX(7deg);
}
.mv__media-area img {
  position: absolute;
  right: 24px;
  bottom: -18px;
  width: calc(100% - 4px);
  height: auto;
  box-sizing: border-box;
  z-index: 2;
}
@media not all and (min-width: 769px) {
  .mv__media-area img {
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
}
.mv._page_program .mv__media-area img {
  overflow: hidden;
  bottom: 0;
  padding: 0 24px;
}
@media not all and (min-width: 769px) {
  .mv._page_program .mv__media-area img {
    bottom: -6%;
  }
}
@media not all and (min-width: 769px) {
  .mv__media-area {
    aspect-ratio: 390/248;
    overflow: hidden;
  }
  .mv__media-area::after {
    top: auto;
    bottom: -45px;
    right: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    transform: skewY(-7deg);
  }
}

.mv__lead {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media not all and (min-width: 769px) {
  .mv__lead {
    font-size: 14px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-right: 120px;
  }
}

.mv__title-group {
  position: relative;
  width: fit-content;
  max-width: 368px;
}
.mv._page_program .mv__title-group {
  max-width: 320px;
  margin-right: 110px;
}

.mv__address {
  box-sizing: border-box;
  position: absolute;
  left: 66%;
  bottom: 60%;
  background-color: var(--mv-bubble-color);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  width: 138px;
  font-size: 14px;
  aspect-ratio: 1;
}
.mv__address::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 2px;
  width: 33px;
  height: 29px;
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--mv-bubble-color);
}
@media not all and (min-width: 769px) {
  .mv__address {
    bottom: 55%;
    font-size: 12px;
    padding: 4px;
    row-gap: 8px;
    width: 108px;
  }
  .mv__address::before {
    width: 18px;
    height: 16px;
  }
  .mv__address img {
    width: 14px;
  }
}
.mv._page_program .mv__address {
  left: calc(100% + 8px);
  bottom: -2%;
}

.mv__list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 11px;
  row-gap: 16px;
}
@media not all and (min-width: 769px) {
  .mv__list {
    margin-top: 16px;
  }
}

.mv__item {
  --mv-item-underline-height: 11px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0625;
  background-image: linear-gradient(to top, var(--mv-marker-color) var(--mv-item-underline-height), transparent calc(var(--mv-item-underline-height) + 1px));
  padding-inline: 4px;
}
.mv__item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../img/icon_check_orange.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media not all and (min-width: 769px) {
  .mv__item::before {
    width: 20px;
    height: 14px;
  }
}
@media not all and (min-width: 769px) {
  .mv__item {
    font-size: 18px;
    --mv-item-underline-height: 8px;
  }
}

.mv__item-num {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 769px) {
  .mv__item-num {
    font-size: 27px;
  }
}

.mv__price {
  padding-bottom: 4px;
  margin-bottom: 16px;
  width: fit-content;
  --mv-item-underline-height: 11px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(to top, var(--mv-marker-color) var(--mv-item-underline-height), transparent calc(var(--mv-item-underline-height) + 1px));
  padding-inline: 12px;
}
@media not all and (min-width: 769px) {
  .mv__price {
    font-size: 24px;
    --mv-item-underline-height: 8px;
    padding-bottom: 2px;
    margin-bottom: 16px;
    padding-inline: 10px;
  }
}
.mv__price::before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 17px;
  height: 26px;
  margin-right: 16px;
  background-image: url(../img/icon_yen_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media not all and (min-width: 769px) {
  .mv__price::before {
    vertical-align: -1px;
    width: 16px;
    height: 23px;
    margin-right: 12px;
  }
}

.mv__desc {
  margin-top: 24px;
  line-height: 1.875;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 769px) {
  .mv__desc {
    margin-top: 16px;
    line-height: 1.5;
  }
}
@media all and (min-width: 769px) {
  .mv._page_program .mv__desc {
    max-width: 81%;
    margin-top: 19px;
  }
}

@media not all and (min-width: 769px) {
  .mv__desc02 {
    font-size: 14px;
  }
}

.mv__schedule {
  margin-top: 16px;
}
@media not all and (min-width: 940px) {
  .mv__schedule {
    margin-right: -190px;
  }
}
@media not all and (min-width: 769px) {
  .mv__schedule {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 16px 24px;
    box-sizing: border-box;
  }
}

@media not all and (min-width: 769px) {
  .toc {
    background-color: var(--main-color-light);
  }
}

@media all and (min-width: 769px) {
  .toc__header {
    display: none;
  }
}
@media not all and (min-width: 769px) {
  .toc__header {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
}

.toc__button {
  color: #000;
  border: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
  margin: -16px -16px -16px 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .toc__body {
    max-height: 150vh;
    transition: 0.2s max-height ease-out;
  }
  .toc__body[aria-hidden=true] {
    overflow: hidden;
    max-height: 0;
  }
}

.toc__button-bars {
  width: 20px;
  height: 2px;
  position: relative;
}
.toc__button-bars::before {
  width: 100%;
  height: 100%;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform-origin: center center;
  content: "";
  transform: translateY(-5px);
}
.toc__button[aria-expanded=false] .toc__button-bars::before {
  animation: close-menu-button-bar-top 0.2s ease-out both;
}
.toc__button[aria-expanded=true] .toc__button-bars::before {
  animation: open-menu-button-bar-top 0.3s ease-out both;
}
@keyframes open-menu-button-bar-top {
  0% {
    transform: translateY(-5px);
  }
  80% {
    color: var(--base-color-black);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
    color: var(--base-color-white);
  }
}
@keyframes close-menu-button-bar-top {
  0% {
    transform: translateY(0) rotate(-45deg);
    color: var(--base-color-black);
  }
  100% {
    transform: translateY(-5px);
  }
}
.toc__button-bars::after {
  width: 100%;
  height: 100%;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform-origin: center center;
  content: "";
  transform: translateY(5px);
}
.toc__button[aria-expanded=false] .toc__button-bars::after {
  animation: close-menu-button-bar-bottom 0.2s ease-in-out both;
}
.toc__button[aria-expanded=true] .toc__button-bars::after {
  animation: open-menu-button-bar-bottom 0.3s ease-in-out both;
}
@keyframes open-menu-button-bar-bottom {
  0% {
    transform: translateY(5px);
  }
  80% {
    color: var(--base-color-black);
  }
  100% {
    transform: translateY(0) rotate(45deg);
    color: var(--base-color-white);
  }
}
@keyframes close-menu-button-bar-bottom {
  0% {
    transform: translateY(0) rotate(45deg);
    color: var(--base-color-black);
  }
  100% {
    transform: translateY(5px);
  }
}

.toc__button-bar {
  width: 100%;
  height: 100%;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  transform-origin: center center;
  transform: scaleX(1);
}
.toc__button[aria-expanded=false] .toc__button-bar {
  animation: close-menu-button-bar-middle 0.2s ease-in-out both;
}
.toc__button[aria-expanded=true] .toc__button-bar {
  animation: open-menu-button-bar-middle 0.3s ease-in-out both;
}
@keyframes open-menu-button-bar-middle {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes close-menu-button-bar-middle {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.toc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 40px;
  row-gap: 24px;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media not all and (min-width: 1066px) {
  .toc__list {
    column-gap: 32px;
  }
}
@media not all and (min-width: 769px) {
  .toc__list {
    column-gap: 24px;
    padding-block: 8px 24px;
  }
}

.toc__item {
  width: calc((100% - 80px) / 3);
  flex-shrink: 0;
}
@media not all and (min-width: 1066px) {
  .toc__item {
    width: calc((100% - 64px) / 3);
  }
}
@media not all and (min-width: 769px) {
  .toc__item {
    width: calc((100% - 24px) / 2);
  }
}

.toc__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  font-size: 14px;
  line-height: 1.125;
  font-weight: bold;
  padding-right: 24px;
  color: var(--accent-color) !important;
  min-height: 30px;
  height: 100%;
  border-right: 1px solid #C5C5C5;
  word-break: keep-all;
}
.toc__link::after {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-image: url(../img/icon_arrow_down_colored.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media not all and (min-width: 769px) {
  .toc__link {
    padding-right: 16px;
    column-gap: 4px;
  }
}

.primary-heading {
  position: relative;
  margin-bottom: 80px;
}
@media not all and (min-width: 769px) {
  .primary-heading {
    margin-bottom: 32px;
  }
}

.primary-heading__en-text {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: italic;
  font-size: 160px;
  line-height: 1;
  letter-spacing: 0.05em;
  word-break: keep-all;
  text-align: center;
  color: rgba(var(--main-color-rgb), 0.5);
}
.primary-heading__en-text._fc_white {
  color: rgba(255, 255, 255, 0.5);
}
@media not all and (min-width: 769px) {
  .primary-heading__en-text {
    font-size: 80px;
  }
}

.primary-heading__ja-text {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  word-break: keep-all;
  text-align: center;
  margin-top: -88px;
}
@media not all and (min-width: 769px) {
  .primary-heading__ja-text {
    font-size: 28px;
    margin-top: -52px;
  }
}

.secondary-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 8px;
}
.secondary-heading._with_border-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-bottom: 16px;
}
.secondary-heading._with_border-bottom::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--main-color-light);
}
.secondary-heading._border-pos_center {
  align-items: center;
}
@media not all and (min-width: 769px) {
  .secondary-heading._border-pos_center_sp {
    align-items: center;
  }
}
.secondary-heading._border-width_half::after {
  width: 64px;
}
.secondary-heading._border-color_main::after {
  background-color: var(--accent-color);
}

.link-button {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  min-height: 52px;
  padding: 0.5em 1em;
  border-radius: 4em;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: var(--accent-color) !important;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.25);
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}
.link-button::after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_arrow_next_colored.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
}
.link-button:hover {
  text-decoration: none;
}
.link-button[href]:hover {
  color: #fff !important;
  background-color: var(--accent-color);
}
.link-button[href]:hover::after {
  background-image: url(../img/icon_arrow_next_white.svg);
}
.link-button:not([href]) {
  color: #D9D9D9 !important;
}
.link-button:not([href])::after {
  background-image: url(../img/icon_arrow_next_gray.svg);
}
.link-button._type_fill {
  color: #fff !important;
  background-color: var(--accent-color);
}
.link-button._type_fill::after {
  background-image: url(../img/icon_arrow_next_white.svg);
}
.link-button._type_fill[href]:hover {
  color: var(--accent-color) !important;
  background-color: #fff;
  border-color: currentColor;
}
.link-button._type_fill[href]:hover::after {
  background-image: url(../img/icon_arrow_next_colored.svg);
}
.link-button._type_fill:not([href]) {
  color: #fff !important;
  background-color: #D9D9D9 !important;
  box-shadow: 0 0 16px rgba(217, 217, 217, 0.25);
}
.link-button._type_fill:not([href])::after {
  background-image: url(../img/icon_arrow_next_gray.svg);
}
.link-button._size_sm {
  font-size: 14px;
  min-height: 36px;
}
@media not all and (min-width: 769px) {
  .link-button._size_sm {
    min-height: 30px;
  }
}
.link-button._width_full {
  display: flex;
}
.link-button._shadow_none {
  box-shadow: none;
}
@media not all and (min-width: 769px) {
  .link-button {
    font-size: 14px;
    min-height: 48px;
  }
}

.buttons {
  display: grid;
  column-gap: 26px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
@media not all and (min-width: 769px) {
  .buttons {
    column-gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

.note {
  display: flex;
  font-size: 14px;
  line-height: 1.5;
}
.note::before {
  content: "※";
}
@media not all and (min-width: 769px) {
  .note {
    font-size: 12px;
  }
}

.status-icon {
  width: 26px;
  aspect-ratio: 1;
  background-color: #fff;
  border: 2px solid #C8C8C8;
  border-radius: 50%;
  position: relative;
}
.status-icon._size_sm {
  width: 18px;
}
.status-icon._size_sm._is_failed-fill::before, .status-icon._size_sm._is_failed-fill::after, .status-icon._size_sm._is_failed-outline::before, .status-icon._size_sm._is_failed-outline::after {
  width: 10px;
  left: calc(50% - 5px);
}
.status-icon._is_failed-fill::before, .status-icon._is_failed-fill::after, .status-icon._is_failed-outline::before, .status-icon._is_failed-outline::after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  background-color: currentColor;
}
.status-icon._is_failed-fill::before, .status-icon._is_failed-outline::before {
  transform: rotateZ(-45deg);
}
.status-icon._is_failed-fill::after, .status-icon._is_failed-outline::after {
  transform: rotateZ(45deg);
}
.status-icon._is_failed-fill {
  border-color: transparent;
  background-color: #BE375A;
  color: #fff;
}
.status-icon._is_failed-outline {
  border-width: 1px;
  border-color: #BE375A;
  color: #BE375A;
}
.status-icon._is_current {
  border-width: 5px;
  border-color: #1E32A5;
}
.status-icon._is_success {
  border-color: transparent;
  background-color: #1E32A5;
  color: #fff;
}
.status-icon._is_success::before, .status-icon._is_success::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: currentColor;
  transform: rotateZ(-45deg);
}

.qa-list__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 48px;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.1);
}
.qa-list__item:not(:first-child) {
  margin-top: 24px;
}
@media not all and (min-width: 769px) {
  .qa-list__item {
    padding: 16px;
  }
  .qa-list__item:not(:first-child) {
    margin-top: 16px;
  }
}

.qa-list__q-area,
.qa-list__a-area-inner {
  display: flex;
  column-gap: 24px;
}
@media not all and (min-width: 769px) {
  .qa-list__q-area,
  .qa-list__a-area-inner {
    column-gap: 8px;
  }
}

.qa-list__q-area {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  width: 100%;
  align-items: center;
  color: #000;
  cursor: pointer;
}
.qa-list__a-area {
  max-height: 150vh;
  transition: 0.2s max-height ease-out;
}
.qa-list__a-area[aria-hidden=true] {
  overflow: hidden;
  max-height: 0;
}

.qa-list__a-area-inner {
  position: relative;
  margin-top: 12px;
  padding-top: 24px;
  align-items: flex-start;
}
.qa-list__a-area-inner::after {
  content: "";
  position: absolute;
  border-top: 1px solid #BEBEBE;
  top: 0;
  left: 0;
  right: 0;
}
@media not all and (min-width: 769px) {
  .qa-list__a-area-inner {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.qa-list__q-icon,
.qa-list__a-icon {
  width: 44px;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
@media not all and (min-width: 769px) {
  .qa-list__q-icon,
  .qa-list__a-icon {
    width: 40px;
  }
}

.qa-list__q-icon {
  color: #fff;
  background-color: var(--accent-color);
}

.qa-list__a-icon {
  color: var(--accent-color);
  background-color: #fff;
  border-color: var(--accent-color);
}

.qa-list__q-text,
.qa-list__a-text {
  flex-grow: 1;
}

.qa-list__q-text {
  font-size: 24px;
  font-weight: bold;
}
@media not all and (min-width: 769px) {
  .qa-list__q-text {
    font-size: 18px;
  }
}

.qa-list__toggle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.qa-list__toggle-icon::before, .qa-list__toggle-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 100%;
  height: 1px;
  background-color: var(--accent-color);
  transition: 0.2s transform ease-out;
}
[data-accordion-group][aria-expanded=false] .qa-list__toggle-icon::after {
  transform: rotate(90deg);
}
.about-block__media-area {
  padding-inline: 48px;
}
@media not all and (min-width: 769px) {
  .about-block__media-area {
    padding-inline: 16px;
  }
}
.about-block__media-area._w_narrow {
  max-width: 664px;
  margin-inline: auto;
}
.about-block__media-area .swiper {
  overflow: visible;
}
.about-block__media-area .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.about-block__media-area .swiper-slide img {
  width: 100%;
}

.about-block__text-area {
  margin-top: -64px;
  padding: 104px 48px 32px;
  background-color: #fff;
  border-radius: 10px;
}
@media not all and (min-width: 769px) {
  .about-block__text-area {
    padding: 104px 16px 24px;
  }
}

.address-block {
  word-break: keep-all;
}

.address-block__name {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
}

.address-block__tel {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.address-block__help {
  text-align: center;
  font-size: 14px;
}

.address-block__address {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
}

.map-block {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 940/322;
  position: relative;
}
.map-block iframe {
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 769px) {
  .map-block {
    aspect-ratio: 346/270;
  }
}
.map-block._shape_square {
  aspect-ratio: 472/322;
}
@media not all and (min-width: 769px) {
  .map-block._shape_square {
    aspect-ratio: 346/270;
  }
}

@media not all and (min-width: 769px) {
  .video_block {
    position: relative;
    aspect-ratio: 618/348;
  }
  .video_block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.video_block .video_block__coming_soon {
  width: 618px;
  height: 348px;
  background-color: #D9D9D9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not all and (min-width: 769px) {
  .video_block .video_block__coming_soon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.video_block .video_block__coming_soon .label {
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

.notice-area {
  border: 4px var(--main-color) solid;
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
  border-radius: 6px;
}
.notice-area h2 {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-bottom: 16px;
}
.notice-area h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--accent-color);
}
.notice-area ul, .notice-area ol {
  margin-left: 1em;
}
.notice-area ul li, .notice-area ol li {
  line-height: 1.6;
}
.notice-area ul li {
  list-style-type: disc;
}

.schedule-card {
  box-sizing: border-box;
  background-color: var(--main-color);
  border-radius: 10px;
  padding: 16px;
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.25);
}
.schedule-card._state_coming-soon {
  background-color: #D9D9D9;
  color: rgba(0, 0, 0, 0.5);
}
.schedule-card._type_bar {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.25em;
  min-height: 60px;
  padding: 12px 16px 12px 64px;
}
.schedule-card._type_bar._state_coming-soon {
  padding-left: 74px;
}
@media not all and (min-width: 769px) {
  .schedule-card {
    padding: 42px 10px 12px;
    min-height: 162px;
    box-shadow: 0 0 8px rgba(var(--accent-color-rgb), 0.25);
  }
}
.schedule-card._color_accent {
  background-color: var(--accent-color);
}

.schedule-card__tag {
  position: absolute;
  top: 8px;
  left: -4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  background-color: #fff;
  color: var(--accent-color);
  padding: 4px 8px;
}
.schedule-card__tag::before {
  content: "";
  width: 4px;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: var(--accent-color);
}
.schedule-card._state_coming-soon .schedule-card__tag {
  background-color: #808080;
  color: #fff;
}
.schedule-card._state_coming-soon .schedule-card__tag::before {
  background-color: #646464;
}
.schedule-card._type_bar .schedule-card__tag {
  top: calc(50% - 14px);
}
.schedule-card._type_bar._state_coming-soon .schedule-card__tag {
  top: calc(50% - 22px);
}
.schedule-card._color_accent .schedule-card__tag::before {
  background-color: #808080;
}
.schedule-card__date {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.schedule-card._type_bar .schedule-card__date {
  font-size: 18px;
}
@media not all and (min-width: 769px) {
  .schedule-card__date {
    font-size: 22px;
  }
}
.schedule-card._color_accent .schedule-card__date {
  color: #fff;
}

.schedule-card__time {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
}
.schedule-card._type_bar .schedule-card__time {
  font-size: 18px;
  margin-top: 0;
}
@media not all and (min-width: 769px) {
  .schedule-card__time {
    font-size: 14px;
    margin-top: 6px;
  }
  .schedule-card._type_bar .schedule-card__time {
    font-size: 14px;
  }
}
.schedule-card._color_accent .schedule-card__time {
  color: #fff;
}

.schedule-card__button-area {
  margin-top: 24px;
}
@media not all and (min-width: 769px) {
  .schedule-card__button-area {
    margin-top: 16px;
  }
}
.schedule-card._type_bar .schedule-card__button-area {
  margin-top: 0;
  margin-left: auto;
  flex-basis: 185px;
}
@media not all and (min-width: 769px) {
  .schedule-card._type_bar .schedule-card__button-area {
    margin-top: 0;
    margin-left: auto;
    flex-basis: auto;
  }
}

@media not all and (min-width: 769px) {
  .schedule-card._type_bar .schedule-card__button {
    text-indent: -100vw;
    overflow: hidden;
    column-gap: 0;
  }
}

.startline-card-type-a {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.1);
}

.startline-card-type-a__media-area img {
  width: 100%;
}

.startline-card-type-a__text-area {
  padding: 28px 24px 24px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .startline-card-type-a__text-area {
    padding: 28px 16px 16px;
  }
}

.startline-card-type-a__num {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--accent-color);
  font-size: 48px;
  line-height: 1;
  position: absolute;
  left: 24px;
  top: -0.5em;
}
@media not all and (min-width: 769px) {
  .startline-card-type-a__num {
    left: 16px;
  }
}

.startline-card-type-b {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 176px;
}
@media not all and (min-width: 769px) {
  .startline-card-type-b {
    grid-template-columns: 100%;
  }
}

.startline-card-type-b__media-area {
  position: relative;
}
.startline-card-type-b__media-area img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media not all and (min-width: 769px) {
  .startline-card-type-b__media-area img {
    position: static;
    height: auto;
  }
}

.startline-card-type-b__text-area {
  padding: 24px;
  background-color: var(--main-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media not all and (min-width: 769px) {
  .startline-card-type-b__text-area {
    padding-bottom: 16px;
    text-align: center;
    align-items: center;
  }
}

.point-card {
  position: relative;
}
.point-card__tag {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--accent-color);
  font-size: 48px;
  position: absolute;
  top: -24px;
  left: -12px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .point-card__tag {
    position: static;
  }
}

.point-card__inner {
  max-height: 150vh;
  transition: 0.2s max-height ease-out;
}
.point-card__inner[data-accordion-target][aria-hidden=true] {
  overflow: hidden;
  max-height: 0;
}

.point-card__media-area {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.point-card__media-area img {
  width: 100%;
}
@media not all and (min-width: 769px) {
  .point-card__media-area {
    margin-bottom: 16px;
  }
}

.point-card__sp-heading button {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
  width: 100%;
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  color: #000;
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .point-card__sp-heading {
    display: none;
  }
}

.point-card__toggle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.point-card__toggle-icon::before, .point-card__toggle-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 100%;
  height: 1px;
  background-color: var(--accent-color);
  transition: 0.2s transform ease-out;
}
[data-accordion-group][aria-expanded=false] .point-card__toggle-icon::after {
  transform: rotate(90deg);
}
@media not all and (min-width: 769px) {
  .point-card__pc-heading {
    display: none;
  }
}

.data-card {
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.25);
}
@media not all and (min-width: 769px) {
  .data-card {
    padding-bottom: 24px;
  }
}

.data-card__media-area {
  margin-bottom: 8px;
  text-align: center;
}

.voice-card {
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.1);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.voice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
}
.voice-card::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) skewY(41deg);
  background-color: #fff;
  width: 36px;
  height: 32px;
  box-shadow: 0 0 16px rgba(var(--accent-color-rgb), 0.1);
}
@media all and (min-width: 769px) {
  .voice-card:nth-child(3n+2) {
    transform: translateY(24px);
  }
}
@media not all and (min-width: 769px) {
  .voice-card {
    padding: 16px;
  }
  .voice-card::after {
    width: 18px;
    height: 16px;
    transform: translate(-65%, -50%) skewY(41deg);
  }
  .voice-card:nth-child(even) {
    transform: translateY(24px);
  }
}

.voice-card__comment {
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 769px) {
  .voice-card__comment {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.voice-card__user {
  margin-top: auto;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.voice-card__avatar {
  position: absolute;
  top: calc(100% - 24px);
  right: 24px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  width: 80px;
  aspect-ratio: 1;
}
@media not all and (min-width: 769px) {
  .voice-card__avatar {
    width: 50px;
    top: calc(100% - 16px);
    right: 16px;
  }
}

.voice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 104px;
}
@media not all and (min-width: 769px) {
  .voice-cards {
    column-gap: 12px;
    row-gap: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.siteName {
  padding: 10px 20px;
}
@media not all and (min-width: 480px) {
  .siteName {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.siteNameItem {
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.siteNameItem-emphasis {
  vertical-align: middle;
  padding-right: 5px;
  font-size: 0;
  line-height: 0;
}
#siteName.n-style .siteNameItem-emphasis, #siteName.haj .siteNameItem-emphasis {
  color: #333;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}

.siteNameImg {
  vertical-align: middle;
  height: 20px;
}

.wp-firstView {
  background: var(--mv-bg-color);
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .wp-firstView {
    margin-bottom: 30px;
  }
}
@media not all and (min-width: 769px) {
  .wp-firstView {
    padding-top: 0;
  }
}
.wp-firstView-inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 480px) {
  .wp-firstView-inner::after {
    position: absolute;
    content: "";
    background: var(--main-color);
    right: 0;
    top: -20px;
    width: 50vw;
    height: calc(100% + 20px);
    transform: translateX(50%);
  }
}
.wp-firstView-inner .main-image {
  position: relative;
  z-index: 2;
  text-align: center;
}
.wp-firstView-logo {
  grid-area: logo;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .page-program .wp-firstView-logo {
    width: 402px;
  }
}
@media all and (min-width: 480px) {
  .wp-firstView-logo {
    width: 332px;
  }
}
.wp-firstView-list {
  grid-area: point;
  display: inline-flex;
}
@media all and (min-width: 480px) {
  .wp-firstView-list {
    max-width: 554px;
  }
}
@media not all and (min-width: 480px) {
  .wp-firstView-list {
    max-width: 450px;
    flex-direction: column;
    max-width: 150px;
  }
}
.wp-firstView-list > li {
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  padding: 6px 20px 6px 28px;
  position: relative;
  border-radius: 18px;
}
@media all and (min-width: 480px) {
  .wp-firstView-list > li {
    max-height: 24px;
  }
  .wp-firstView-list > li + li {
    margin-left: 15px;
  }
}
@media not all and (min-width: 480px) {
  .wp-firstView-list > li {
    max-width: 150px;
  }
  .wp-firstView-list > li + li {
    margin-top: 5px;
  }
}
.wp-firstView-list > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 20px;
  background: url(/event/fair/img/icon_check_orange2.svg) no-repeat center center/contain;
  top: calc(50% - 11px);
  left: -6px;
  border-radius: 0;
}
.wp-firstView-desc {
  grid-area: desc;
  line-height: 1.8;
}
@media all and (min-width: 480px) {
  .wp-firstView-desc {
    margin-top: 6px;
    font-size: 16px;
    padding-left: 10%;
  }
}
@media not all and (min-width: 480px) {
  .wp-firstView-desc {
    margin-top: 20px;
    font-size: 12px;
  }
}
.wp-firstView-image {
  grid-area: img;
}
@media all and (min-width: 480px) {
  .wp-firstView-image {
    display: flex;
    align-items: flex-end;
    margin-top: -96px;
    margin-bottom: -30px;
    margin-left: -70px;
    width: 123%;
  }
  .page-program .wp-firstView-image {
    margin-left: 34px;
    width: 90%;
    min-width: 270px;
  }
}
@media not all and (min-width: 769px) {
  .page-program .wp-firstView-image {
    width: 60%;
    margin-top: -16px;
  }
}
@media not all and (min-width: 480px) {
  .wp-firstView-image {
    position: absolute;
    width: auto;
    margin-top: 0;
    right: 17px;
    top: 0;
    text-align: center;
  }
  .page-program .wp-firstView-image {
    width: 30%;
    margin-top: 9px;
  }
}
@media all and (min-width: 480px) {
  .wp-firstView-image img {
    width: 100%;
  }
}
.wp-firstView-subImage {
  grid-area: photo;
  margin-top: 25px;
}
@media all and (min-width: 480px) {
  .wp-firstView-subImage {
    max-width: 554px;
  }
}
@media not all and (min-width: 990px) {
  .wp-firstView-subImage {
    width: 80%;
  }
}
@media not all and (min-width: 480px) {
  .wp-firstView-subImage {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.edit-post-visual-editor.wp-editor,
.editor-styles-wrapper.wp-editor {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
.edit-post-visual-editor > *:first-child,
.editor-styles-wrapper > *:first-child {
  margin-top: 0 !important;
}
.edit-post-visual-editor > *:last-child,
.editor-styles-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.edit-post-visual-editor p,
.editor-styles-wrapper p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.edit-post-visual-editor p.has-small-font-size,
.editor-styles-wrapper p.has-small-font-size {
  font-size: 12px;
  line-height: 1.6;
}
.edit-post-visual-editor p.has-large-font-size,
.editor-styles-wrapper p.has-large-font-size {
  font-size: 18px;
}
.edit-post-visual-editor p a,
.editor-styles-wrapper p a {
  text-decoration: underline;
}
.edit-post-visual-editor p a:hover,
.editor-styles-wrapper p a:hover {
  text-decoration: none;
}
.edit-post-visual-editor h2,
.editor-styles-wrapper h2 {
  background: var(--2nd-accent-03);
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor h2,
  .editor-styles-wrapper h2 {
    font-size: 16px;
    padding: 14px 20px 12px;
    border-radius: 6px 6px 0 0;
    margin: 60px 0 24px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor h2,
  .editor-styles-wrapper h2 {
    font-size: 18px;
    padding: 18px 20px 16px;
    margin: 60px -20px 24px;
    text-align: center;
  }
}
.edit-post-visual-editor h3,
.editor-styles-wrapper h3 {
  font-size: 18px;
  line-height: 1.8;
  color: var(--2nd-accent-primary);
  margin-bottom: 15px;
}
.edit-post-visual-editor h4,
.editor-styles-wrapper h4 {
  background: var(--2nd-accent-02);
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 24px;
}
.edit-post-visual-editor h4 + .wp-event-schedule,
.editor-styles-wrapper h4 + .wp-event-schedule {
  margin-top: -10px;
}
.edit-post-visual-editor h5,
.editor-styles-wrapper h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}
.edit-post-visual-editor ul,
.editor-styles-wrapper ul {
  margin-bottom: 24px;
  font-size: 14px;
}
.edit-post-visual-editor ul > li,
.editor-styles-wrapper ul > li {
  position: relative;
  padding-left: 24px;
}
.edit-post-visual-editor ul > li::before,
.editor-styles-wrapper ul > li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
}
.edit-post-visual-editor hr,
.editor-styles-wrapper hr {
  margin: 24px 0;
  border: none;
  border-bottom: #CCC 1px solid;
}
.edit-post-visual-editor .is-layout-flex,
.editor-styles-wrapper .is-layout-flex {
  display: flex;
}
.edit-post-visual-editor .is-style-orangeBox .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-orangeBox .wp-block-group__inner-container {
  background: var(--2nd-accent-04);
  padding: 22px 20px;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-orangeBox .wp-block-group__inner-container,
  .editor-styles-wrapper .is-style-orangeBox .wp-block-group__inner-container {
    margin-bottom: 24px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-orangeBox .wp-block-group__inner-container,
  .editor-styles-wrapper .is-style-orangeBox .wp-block-group__inner-container {
    margin: 0 -20px 24px;
  }
}
.edit-post-visual-editor .is-style-orangeBox .wp-block-group__inner-container > *:first-child,
.editor-styles-wrapper .is-style-orangeBox .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.edit-post-visual-editor .is-style-orangeBox .wp-block-group__inner-container > *:last-child,
.editor-styles-wrapper .is-style-orangeBox .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}
.edit-post-visual-editor .is-style-orangeBox .wp-block-group__inner-container h2,
.editor-styles-wrapper .is-style-orangeBox .wp-block-group__inner-container h2 {
  background: none;
  font-size: 18px;
  line-height: 1.8;
  padding: 0;
  margin: 0 0 20px;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-orangeBox .wp-block-group__inner-container h2,
  .editor-styles-wrapper .is-style-orangeBox .wp-block-group__inner-container h2 {
    text-align: left;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox,
  .editor-styles-wrapper .is-style-benefitsBox {
    margin-top: 40px;
  }
}
.edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container {
  border: 2px solid #DDD9C2;
  border-radius: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container,
  .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container {
    margin-top: 80px;
    padding: 60px 20px 25px;
    max-width: 677px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-areas: "heading photo" "text photo";
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto 1fr;
  }
  .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container:not(:has(figure)),
  .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container:not(:has(figure)) {
    display: block;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container,
  .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container {
    padding: 35px 20px 25px;
    max-width: 401px;
  }
}
.edit-post-visual-editor__content-area .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container,
.edit-post-visual-editor__content-area .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container {
  display: block !important;
}
.edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container::before,
.editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/event/fair/img/icon_star.png) no-repeat center center/cover;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container::before,
  .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container::before {
    width: 109px;
    height: 109px;
    top: -55px;
    left: -30px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container::before,
  .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container::before {
    width: 74px;
    height: 74px;
    top: -40px;
    right: -10px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container > *:first-child,
  .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container > *:first-child {
    margin-top: 0 !important;
  }
}
.edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container > *:last-child,
.editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}
.edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container h2,
.editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container h2 {
  grid-area: heading;
  background: transparent;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #767248;
  margin: 0 0 15px;
}
.edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container > p,
.edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container > .wp-block-group,
.editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container > p,
.editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container > .wp-block-group {
  grid-area: text;
}
.edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container figure,
.editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container figure {
  grid-area: photo;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox > .wp-block-group__inner-container figure,
  .editor-styles-wrapper .is-style-benefitsBox > .wp-block-group__inner-container figure {
    margin-left: 20px;
  }
}
.edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container {
  display: block;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group,
  .editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group {
    padding-right: 0 !important;
  }
}
.edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group:not(:last-child),
.editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group:not(:last-child) {
  margin-bottom: 30px;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group:not(:last-child),
  .editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: #CCC 1px solid;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container,
  .editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    display: grid;
    grid-template-areas: "heading photo" "text photo";
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto 1fr;
  }
  .edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container:not(:has(figure)),
  .editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container:not(:has(figure)) {
    display: block;
  }
}
.edit-post-visual-editor__content-area .edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container,
.edit-post-visual-editor__content-area .editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  display: block !important;
}
.edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container h2,
.editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container h2 {
  grid-area: heading;
  background: transparent;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #767248;
  margin: 0 0 15px;
}
.edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > p,
.edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > .wp-block-group,
.editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > p,
.editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  grid-area: text;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container .wp-block-image,
  .editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container .wp-block-image {
    margin-bottom: 0 !important;
  }
}
.edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container figure,
.editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container figure {
  grid-area: photo;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container figure,
  .editor-styles-wrapper .is-style-benefitsBox.is-style-multi > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container figure {
    margin-left: 20px;
  }
}
.edit-post-visual-editor .is-style-endBox,
.editor-styles-wrapper .is-style-endBox {
  margin-top: 24px;
}
.edit-post-visual-editor .is-style-endBox .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-endBox .wp-block-group__inner-container {
  border: 2px solid var(--2nd-accent-02);
  padding: 15px;
}
.edit-post-visual-editor .is-style-endBox h3,
.editor-styles-wrapper .is-style-endBox h3 {
  margin-bottom: 0 !important;
}
.edit-post-visual-editor iframe,
.editor-styles-wrapper iframe {
  width: 100%;
  height: 390px;
  margin-bottom: 24px;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor iframe,
  .editor-styles-wrapper iframe {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}
.edit-post-visual-editor .is-style-colorBox,
.editor-styles-wrapper .is-style-colorBox {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-colorBox,
  .editor-styles-wrapper .is-style-colorBox {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.edit-post-visual-editor .is-style-colorBox .wp-block-group__inner-container,
.editor-styles-wrapper .is-style-colorBox .wp-block-group__inner-container {
  background: rgba(var(--2nd-accent-03-rgb), 0.5) !important;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-colorBox .wp-block-group__inner-container,
  .editor-styles-wrapper .is-style-colorBox .wp-block-group__inner-container {
    padding: 20px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-colorBox .wp-block-group__inner-container,
  .editor-styles-wrapper .is-style-colorBox .wp-block-group__inner-container {
    padding: 20px;
  }
}
.edit-post-visual-editor .is-style-colorBox .wp-block-group__inner-container > *:first-child,
.editor-styles-wrapper .is-style-colorBox .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.edit-post-visual-editor .is-style-colorBox .wp-block-group__inner-container > *:last-child,
.editor-styles-wrapper .is-style-colorBox .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0 !important;
}
.edit-post-visual-editor .is-style-colorBox .wp-block-group__inner-container h2.wp-block-heading,
.editor-styles-wrapper .is-style-colorBox .wp-block-group__inner-container h2.wp-block-heading {
  padding: 0 !important;
  background-color: none !important;
}
.edit-post-visual-editor .wp-block-button__link,
.editor-styles-wrapper .wp-block-button__link {
  display: inline-flex !important;
  background: var(--2nd-accent-02) !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: bold !important;
  padding: 11px 40px !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  align-items: center !important;
}
.edit-post-visual-editor .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button__link:hover {
  opacity: 0.7 !important;
}
.edit-post-visual-editor .is-style-mail-link,
.editor-styles-wrapper .is-style-mail-link {
  text-align: center;
}
.edit-post-visual-editor .is-style-mail-link .wp-block-button__link::before,
.editor-styles-wrapper .is-style-mail-link .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 19px;
  background: url(/event/fair/img/icon_mail.svg) no-repeat center center;
  margin-right: 8px;
}
.edit-post-visual-editor .is-style-sub-heading,
.editor-styles-wrapper .is-style-sub-heading {
  font-size: 14px;
  font-weight: bold;
  color: var(--2nd-accent-primary);
  margin-bottom: 0;
}
.edit-post-visual-editor .is-style-check-list > li,
.editor-styles-wrapper .is-style-check-list > li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.8;
}
.edit-post-visual-editor .is-style-check-list > li + li,
.editor-styles-wrapper .is-style-check-list > li + li {
  margin-top: 26px;
}
.edit-post-visual-editor .is-style-check-list > li::before,
.editor-styles-wrapper .is-style-check-list > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  background: url(/event/fair/img/icon_check_orange2.svg) no-repeat center center;
  top: 7px;
  left: 0;
  border-radius: 0;
}
.edit-post-visual-editor .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  margin-bottom: 24px;
}
.edit-post-visual-editor .wp-block-image img,
.editor-styles-wrapper .wp-block-image img {
  display: block;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-block-image .alignright,
  .editor-styles-wrapper .wp-block-image .alignright {
    display: flex;
    justify-content: flex-end;
  }
  .edit-post-visual-editor .wp-block-image .alignright img,
  .editor-styles-wrapper .wp-block-image .alignright img {
    margin: 0;
  }
}
.edit-post-visual-editor .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-block-columns,
  .editor-styles-wrapper .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.edit-post-visual-editor .wp-block-columns .wp-block,
.editor-styles-wrapper .wp-block-columns .wp-block {
  margin-left: 0;
  margin-right: 0;
}
.edit-post-visual-editor .wp-block-columns .wp-block-image,
.editor-styles-wrapper .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
.edit-post-visual-editor .wp-block-columns .wp-block-image figure,
.editor-styles-wrapper .wp-block-columns .wp-block-image figure {
  margin: 0 !important;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-block-columns .wp-block-image figure,
  .editor-styles-wrapper .wp-block-columns .wp-block-image figure {
    width: 100%;
    float: none !important;
  }
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-schedules,
  .editor-styles-wrapper .wp-event-schedules {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
}
.edit-post-visual-editor .wp-event-schedule,
.editor-styles-wrapper .wp-event-schedule {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background: var(--2nd-accent-04);
  max-width: 410px;
  border-radius: 6px;
  padding: 14px 15px 14px 20px;
}
.edit-post-visual-editor .wp-event-schedule.is-coming,
.editor-styles-wrapper .wp-event-schedule.is-coming {
  background: #EDEDED;
  color: #666666;
}
.edit-post-visual-editor .wp-event-schedule.is-coming .wp-event-schedule-status,
.editor-styles-wrapper .wp-event-schedule.is-coming .wp-event-schedule-status {
  font-size: 12px;
  font-weight: bold;
}
.edit-post-visual-editor .wp-event-schedule-date,
.editor-styles-wrapper .wp-event-schedule-date {
  font-size: 20px;
  font-weight: bold;
  min-width: 106px;
  text-align: right;
  margin-right: 20px;
}
.edit-post-visual-editor .wp-event-schedule-time,
.editor-styles-wrapper .wp-event-schedule-time {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
.edit-post-visual-editor .wp-event-schedule-status,
.editor-styles-wrapper .wp-event-schedule-status {
  margin-right: 0;
  margin-left: auto;
}
.edit-post-visual-editor .wp-event-schedule:not(.is-coming) .wp-event-schedule-status,
.editor-styles-wrapper .wp-event-schedule:not(.is-coming) .wp-event-schedule-status {
  background: var(--2nd-accent-02);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 14px;
  padding: 4px 11px;
  flex-shrink: 0;
}
.edit-post-visual-editor .wp-time-table dl > div,
.editor-styles-wrapper .wp-time-table dl > div {
  display: flex;
}
.edit-post-visual-editor .wp-time-table dl > div + div,
.editor-styles-wrapper .wp-time-table dl > div + div {
  margin-top: 10px;
}
.edit-post-visual-editor .wp-time-table dl > div > dt,
.editor-styles-wrapper .wp-time-table dl > div > dt {
  flex-shrink: 0;
  width: 61px;
  padding-right: 35px;
  text-align: right;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
}
.edit-post-visual-editor .wp-time-table dl > div > dt::after,
.editor-styles-wrapper .wp-time-table dl > div > dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 11px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: var(--2nd-accent-02);
  top: 7px;
  right: 10px;
}
.edit-post-visual-editor .wp-time-table dl > div > dd,
.editor-styles-wrapper .wp-time-table dl > div > dd {
  flex-grow: 1;
  background: #fff;
  border-radius: 6px;
  padding: 13px 15px;
  font-size: 14px;
  line-height: 1.8;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu,
  .editor-styles-wrapper .wp-event-menu {
    padding: 20px 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: var(--2nd-accent-05);
  }
}
.edit-post-visual-editor .wp-event-menu-title,
.editor-styles-wrapper .wp-event-menu-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: var(--2nd-accent-02);
  margin-bottom: 12px;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu-title,
  .editor-styles-wrapper .wp-event-menu-title {
    font-size: 14px;
    color: #fff;
  }
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu-list,
  .editor-styles-wrapper .wp-event-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0;
    grid-column-gap: 34px;
    margin-bottom: 0;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu-list,
  .editor-styles-wrapper .wp-event-menu-list {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
.edit-post-visual-editor .wp-event-menu-list > li,
.editor-styles-wrapper .wp-event-menu-list > li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu-list > li,
  .editor-styles-wrapper .wp-event-menu-list > li {
    background-color: #fff;
    border-bottom: #CCC 1px solid;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu-list > li,
  .editor-styles-wrapper .wp-event-menu-list > li {
    border-bottom: var(--2nd-accent-05) 1px solid;
  }
}
.edit-post-visual-editor .wp-event-menu-list > li::before,
.editor-styles-wrapper .wp-event-menu-list > li::before {
  display: none;
}
.edit-post-visual-editor .wp-event-menu-list > li a,
.editor-styles-wrapper .wp-event-menu-list > li a {
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 0;
  color: #000;
  position: relative;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu-list > li a,
  .editor-styles-wrapper .wp-event-menu-list > li a {
    padding: 18px 20px;
  }
}
.edit-post-visual-editor .wp-event-menu-list > li a::after,
.editor-styles-wrapper .wp-event-menu-list > li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: #666 2px solid;
  border-bottom: #666 2px solid;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  transform: rotate(45deg);
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu-list > li a::after,
  .editor-styles-wrapper .wp-event-menu-list > li a::after {
    right: 20px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-event-menu + h2,
  .editor-styles-wrapper .wp-event-menu + h2 {
    margin-top: 0;
  }
}
.edit-post-visual-editor .wp-1row-list,
.editor-styles-wrapper .wp-1row-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-1row-list,
  .editor-styles-wrapper .wp-1row-list {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-1row-list h3,
  .editor-styles-wrapper .wp-1row-list h3 {
    margin-right: 45px;
    margin-bottom: 0;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-1row-list h3,
  .editor-styles-wrapper .wp-1row-list h3 {
    margin-bottom: 20px;
  }
}
.edit-post-visual-editor .wp-1row-list p,
.editor-styles-wrapper .wp-1row-list p {
  margin-top: 2px;
  margin-bottom: 0;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-dataList,
  .editor-styles-wrapper .is-style-dataList {
    display: flex !important;
  }
}
.edit-post-visual-editor .is-style-dataList .wp-block-column:first-child,
.editor-styles-wrapper .is-style-dataList .wp-block-column:first-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  color: var(--2nd-accent-primary);
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-dataList .wp-block-column:first-child,
  .editor-styles-wrapper .is-style-dataList .wp-block-column:first-child {
    flex-basis: 10em !important;
    min-width: 10em;
    padding-right: 1em;
  }
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-dataList .wp-block-column:last-child,
  .editor-styles-wrapper .is-style-dataList .wp-block-column:last-child {
    flex-basis: auto !important;
  }
}
.edit-post-visual-editor .is-style-dataList .wp-block-column:last-child > *:last-child,
.editor-styles-wrapper .is-style-dataList .wp-block-column:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.edit-post-visual-editor .is-style-dataList h3,
.editor-styles-wrapper .is-style-dataList h3 {
  margin-bottom: 0;
}
.edit-post-visual-editor .is-style-dataList + .is-style-dataList,
.editor-styles-wrapper .is-style-dataList + .is-style-dataList {
  border-top: #CCC 1px solid;
  padding-top: 20px;
}
.edit-post-visual-editor .wp-reserve-button,
.editor-styles-wrapper .wp-reserve-button {
  position: fixed;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-reserve-button,
  .editor-styles-wrapper .wp-reserve-button {
    right: 20px;
    bottom: 20px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-reserve-button,
  .editor-styles-wrapper .wp-reserve-button {
    right: 10px;
    bottom: 10px;
  }
}
.edit-post-visual-editor .wp-reserve-button a,
.editor-styles-wrapper .wp-reserve-button a {
  background-color: var(--2nd-accent-02);
  border: #fff 3px solid;
  border-radius: 50%;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-reserve-button a,
  .editor-styles-wrapper .wp-reserve-button a {
    width: 120px;
    height: 120px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-reserve-button a,
  .editor-styles-wrapper .wp-reserve-button a {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}
.edit-post-visual-editor .wp-reserve-button a::before,
.editor-styles-wrapper .wp-reserve-button a::before {
  content: "";
  width: 51px;
  height: 54px;
  background: url(/event/fair/img/icon_re_button.svg) no-repeat center center/cover;
  margin-bottom: 2px;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .wp-reserve-button a::before,
  .editor-styles-wrapper .wp-reserve-button a::before {
    width: 51px;
    height: 54px;
  }
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-reserve-button a::before,
  .editor-styles-wrapper .wp-reserve-button a::before {
    width: 38px;
    height: 40px;
  }
}
.edit-post-visual-editor .wp-reserve-button a:hover,
.editor-styles-wrapper .wp-reserve-button a:hover {
  opacity: 0.7;
}
.edit-post-visual-editor .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed__wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.edit-post-visual-editor .wp-block-embed__wrapper iframe,
.editor-styles-wrapper .wp-block-embed__wrapper iframe {
  height: auto;
  aspect-ratio: 16/9;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .wp-block-embed__wrapper iframe,
  .editor-styles-wrapper .wp-block-embed__wrapper iframe {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.edit-post-visual-editor .company-list,
.editor-styles-wrapper .company-list {
  display: flex;
  border-bottom: #CCCCCC 1px solid;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .company-list,
  .editor-styles-wrapper .company-list {
    display: block !important;
  }
}
.edit-post-visual-editor .company-list-wrapper,
.editor-styles-wrapper .company-list-wrapper {
  margin-bottom: 48px;
}
.edit-post-visual-editor .company-list-head, .edit-post-visual-editor .company-list-body,
.editor-styles-wrapper .company-list-head,
.editor-styles-wrapper .company-list-body {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 50%;
  padding: 16px 24px;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .company-list-head, .edit-post-visual-editor .company-list-body,
  .editor-styles-wrapper .company-list-head,
  .editor-styles-wrapper .company-list-body {
    width: 100%;
  }
}
.edit-post-visual-editor .company-list-head,
.editor-styles-wrapper .company-list-head {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .company-list-head,
  .editor-styles-wrapper .company-list-head {
    padding: 16px 0;
  }
}
.edit-post-visual-editor .company-list-head a,
.editor-styles-wrapper .company-list-head a {
  text-decoration: underline;
}
.edit-post-visual-editor .company-list-head a:hover,
.editor-styles-wrapper .company-list-head a:hover {
  text-decoration: none;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .company-list-body,
  .editor-styles-wrapper .company-list-body {
    padding: 0 0 16px;
  }
  .edit-post-visual-editor .company-list-body::before,
  .editor-styles-wrapper .company-list-body::before {
    content: "募集職種名";
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Lucida Grande", Roboto, "Droid Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
}
.edit-post-visual-editor .company-list-body p,
.editor-styles-wrapper .company-list-body p {
  margin-bottom: 0;
}
.edit-post-visual-editor .company-list-body p:not(:last-child),
.editor-styles-wrapper .company-list-body p:not(:last-child) {
  margin-bottom: 4px;
}
.edit-post-visual-editor .company-list-body .icon,
.editor-styles-wrapper .company-list-body .icon {
  display: inline-block;
  background-color: var(--2nd-accent-01);
  margin-right: 4px;
  padding: 0 4px;
}
.edit-post-visual-editor .wp-block-lazyblock-company-list + p,
.editor-styles-wrapper .wp-block-lazyblock-company-list + p {
  margin-top: 24px;
}
.edit-post-visual-editor .is-style-company-list-toggle-button .wp-block-button,
.editor-styles-wrapper .is-style-company-list-toggle-button .wp-block-button {
  display: block !important;
  width: 100% !important;
}
.edit-post-visual-editor .is-style-company-list-toggle-button .wp-element-button,
.editor-styles-wrapper .is-style-company-list-toggle-button .wp-element-button {
  box-sizing: border-box;
  display: block !important;
  width: 100% !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  border: none;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  appearance: none;
  font-size: 18px !important;
  font-weight: bold;
  padding: 18px 66px 18px 20px !important;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease !important;
}
@media all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-company-list-toggle-button .wp-element-button,
  .editor-styles-wrapper .is-style-company-list-toggle-button .wp-element-button {
    transition: opacity 0.3s ease;
  }
  .edit-post-visual-editor .is-style-company-list-toggle-button .wp-element-button:hover,
  .editor-styles-wrapper .is-style-company-list-toggle-button .wp-element-button:hover {
    opacity: 0.7;
  }
}
.edit-post-visual-editor .is-style-company-list-toggle-button .wp-element-button::after,
.editor-styles-wrapper .is-style-company-list-toggle-button .wp-element-button::after {
  position: absolute;
  content: "";
  right: 28px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-left: #666 2px solid;
  border-bottom: #666 2px solid;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.edit-post-visual-editor .is-style-company-list-toggle-button .wp-element-button.is-active,
.editor-styles-wrapper .is-style-company-list-toggle-button .wp-element-button.is-active {
  background-color: var(--2nd-accent-01) !important;
}
.edit-post-visual-editor .is-style-company-list-toggle-button .wp-element-button.is-active::after,
.editor-styles-wrapper .is-style-company-list-toggle-button .wp-element-button.is-active::after {
  top: 26px;
  transform: rotate(135deg);
}
.edit-post-visual-editor .is-style-company-list-toggle-body,
.editor-styles-wrapper .is-style-company-list-toggle-body {
  display: none;
  padding: 24px 0 0;
}
.edit-post-visual-editor .is-style-company-list-toggle-body.is-active,
.editor-styles-wrapper .is-style-company-list-toggle-body.is-active {
  display: block;
}
.edit-post-visual-editor .is-style-company-list-header,
.editor-styles-wrapper .is-style-company-list-header {
  display: flex !important;
  gap: 0 !important;
  font-weight: bold;
  background-color: var(--2nd-accent-02);
  border-radius: 6px 6px 0 0;
  margin-bottom: 0 !important;
}
@media not all and (min-width: 769px) {
  .edit-post-visual-editor .is-style-company-list-header,
  .editor-styles-wrapper .is-style-company-list-header {
    display: none !important;
  }
  .edit-post-visual-editor .is-style-company-list-header + .wp-block-lazyblock-company-list,
  .editor-styles-wrapper .is-style-company-list-header + .wp-block-lazyblock-company-list {
    border-top: #ccc 1px solid;
  }
}
.edit-post-visual-editor .is-style-company-list-header .wp-block-column,
.editor-styles-wrapper .is-style-company-list-header .wp-block-column {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 50%;
  padding: 16px 24px;
  color: #fff;
}
.edit-post-visual-editor .is-style-company-list-header .wp-block-column p,
.editor-styles-wrapper .is-style-company-list-header .wp-block-column p {
  margin-bottom: 0;
  font-size: 16px;
}

.wp-block.lazyblock {
  margin-block: 30px !important;
}

.page-program .is-style-check-list > li::before {
  background-image: url(/event/program/img/icon_check_green.svg) !important;
}

.edit-post-visual-editor {
  background: #fff !important;
}

#wpwrap .edit-post-visual-editor iframe {
  height: auto !important;
}

.block-editor-block-list__layout .is-style-company-list-toggle-body {
  display: block !important;
}

.has-orange-color {
  color: #E04300 !important;
}

.has-green-color {
  color: #00880E !important;
}

.has-blue-color {
  color: #006CD9 !important;
}

.has-sky-color {
  color: #00738D !important;
}

.has-red-color {
  color: #C30000 !important;
}

.has-pink-color {
  color: #DC0042 !important;
}

.has-brown-color {
  color: #70340A !important;
}

/*# sourceMappingURL=style.css.map */
