@charset "UTF-8";
:root {
  --symbol: #30935F;
  --dark_green: #154D2F;
  --light-green: #C9E821;
  --pale_green: #F1FFA2;
  --body-bg: #ECF0EE;
  --bg-gray: #F7F7F7;
  --bg-nav: #EEEEEE;
  --bg-light-green: #EFF5F2;
  --border-gray: #707070;
  --font-black: #333333;
  --btn_gray: #E8E8E8;
  --bullet_green: #D0D0D0;
  --link-green: #0C6938;
  --bar-gray: #F4F4F4;
  --bg-footer: #F3F5E4;
}

html {
  font-size: 62.5%;
  height: 100%;
  margin-top: 0 !important;
}

html, body {
  color: var(--font-black);
  height: 100%;
  width: 100%;
}

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: none;
  line-height: 1;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: top;
  width: auto;
}

body,
body *,
body *::before,
body *::after {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.l-wrapper {
  background: var(--body-bg);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.l-wrapper > * {
  max-width: 100%;
  overflow: hidden;
}

.l-main {
  flex: 1;
}

.l-header {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
}

.l-footer {
  background: var(--bg-footer);
}

.l-section {
  background: white;
  border-radius: 8px;
}

.l-header {
  z-index: 100;
}

.p-slider__stage {
  z-index: 10;
}

.p-slider.-home .c-lead {
  z-index: 12;
}

.p-modal {
  z-index: 200;
}

.p-main_bnr {
  z-index: 150;
}

.c-btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

h1.wp-block-heading {
  display: flex;
  flex-direction: column;
}
h1.wp-block-heading strong {
  font-weight: bold;
}
h1.wp-block-heading em {
  color: var(--symbol);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.l-section h2.wp-block-heading {
  color: var(--dark_green);
  font-weight: bold;
  position: relative;
}
.l-section h2.wp-block-heading::before {
  background: var(--symbol);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 32px;
}

h3.wp-block-heading {
  background: var(--bg-light-green);
  font-weight: bold;
}

h4.wp-block-heading {
  font-weight: bold;
  line-height: 1.42;
  position: relative;
}
h4.wp-block-heading::before {
  background: var(--symbol);
  border-radius: 5px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0.45em;
  width: 4px;
}

h5.wp-block-heading {
  color: var(--dark_green);
  font-weight: bold;
}

h6.wp-block-heading {
  font-weight: bold;
  line-height: 1.42;
}
.l-article p {
  line-height: 1.8;
}
.l-article p.has-text-align-right {
  text-align: right;
}
.l-article p.has-text-align-center {
  text-align: center;
}

p strong, p b, li strong, li b, dt strong, dt b, dd strong, dd b, td strong, td b, th strong, th b {
  font-weight: bold;
}

.l-article dl.c-list.-faq .c-scope {
  border-bottom: 1px solid var(--border-gray);
  border-top: 1px solid var(--border-gray);
}
.l-article dl.c-list.-faq .c-scope + * {
  border-top: none;
}
.l-article dl.c-list.-faq dt {
  font-weight: 500;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
.l-article dl.c-list.-faq dt::before {
  color: var(--symbol);
  content: "Q";
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  left: 0;
  position: absolute;
}
.l-article dl.c-list.-faq dt::after {
  border-bottom: 2px solid var(--font-black);
  border-right: 2px solid var(--font-black);
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-4px) rotate(45deg);
  transition: 0.2s;
  width: 12px;
}
.l-article dl.c-list.-faq dt.is-opened::after {
  transform: translateY(0px) rotate(225deg);
}
.l-article dl.c-list.-faq dd,
.l-article dl.c-list.-faq dd {
  background: var(--bg-light-green);
  position: relative;
}
.l-article dl.c-list.-faq dd p,
.l-article dl.c-list.-faq dd p {
  font-size: 1.6rem;
}
.l-article dl.c-list.-faq dd::before,
.l-article dl.c-list.-faq dd::before {
  color: var(--symbol);
  content: "A";
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  left: 8px;
  position: absolute;
  top: 12px;
}
.l-article dl.c-list.-cmn .c-scope {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  position: relative;
}
.l-article dl.c-list.-cmn .c-scope dt {
  font-weight: bold;
}
.l-article dl.c-list.-cmn .c-scope dd {
  padding-left: 1em;
}

p a[href], li a[href], dt a[href], dd a[href], td a[href], th a[href] {
  color: var(--symbol);
  text-decoration: underline;
}

.c-anchor {
  display: block;
  position: relative;
  transform: translateY(-120px);
}

.p-block_skip {
  translate: -100% -100%;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
}

.p-global_header {
  display: flex;
}
.p-global_header__symbol, .p-global_header__symbol a {
  align-items: center;
  display: flex;
}
.p-global_header__symbol .c-logo img, .p-global_header__symbol a .c-logo img {
  height: auto;
}
.p-global_header__symbol .c-name, .p-global_header__symbol a .c-name {
  font-weight: bold;
}

.p-header_utility {
  display: flex;
}
.p-header_utility__item .c-btn.-members {
  background: var(--light-green);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-header_utility__item .c-btn.-members .c-label {
  align-items: center;
  background: white;
  border-radius: 100px;
  display: flex;
  font-weight: 500;
  height: 34px;
  justify-content: center;
}
.p-header_utility__item .c-btn.-contact {
  background: var(--symbol);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: white;
  font-weight: 600;
  height: 60px;
  white-space: nowrap;
}
.p-global_nav__header {
  height: 72px;
}
.p-global_nav__header .c-close {
  height: 50px;
  position: absolute;
  right: 8px;
  top: 11px;
  width: 50px;
}
.p-global_nav__header .c-close::before, .p-global_nav__header .c-close::after {
  background: var(--symbol);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 32px;
}
.p-global_nav__header .c-close::after {
  transform: rotate(-45deg);
}
.p-global_nav__body .c-list {
  display: flex;
}
.p-global_nav__body .c-list li a {
  gap: 8px;
  align-items: center;
  color: var(--font-black);
  display: flex;
  position: relative;
  text-decoration: none;
}
.p-global_nav__body .c-list li a::before {
  background: #C9C9C9;
  border-radius: 8px;
  content: "";
  height: 8px;
  width: 8px;
}
.p-global_nav__body .c-list li a::after {
  background: var(--symbol);
  bottom: 0;
  content: "";
  height: 2px;
  left: 12px;
  margin: auto;
  position: absolute;
  right: 0;
  transition: 0.2s;
  width: 0;
}
.p-global_nav__close {
  gap: 8px;
  align-items: center;
  border: none;
  bottom: 0;
  display: flex;
  height: 62px;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
}
.p-global_nav__close .c-icn {
  height: 20px;
  position: relative;
  width: 20px;
}
.p-global_nav__close .c-icn::before, .p-global_nav__close .c-icn::after {
  background: var(--symbol);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 18px;
}
.p-global_nav__close .c-icn::after {
  transform: rotate(-45deg);
}
.p-global_nav__close .c-label {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-global_nav #GLOBAL_SUB_NAV_STATUS {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}
body.is-debug .p-global_nav #GLOBAL_SUB_NAV_STATUS {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  transform: translate(100%, 100%);
  z-index: 10000;
}
.p-global_nav #GLOBAL_SUB_NAV_STATUS:checked ~ .p-global_nav__body {
  transform: translateY(0);
}
.p-global_nav .p-header_bnr {
  margin-top: 8px;
}
.p-global_nav .p-header_bnr__item + * {
  margin-top: 8px;
}
.p-global_nav .p-header_bnr .c-bnr {
  gap: 4px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
}
.p-global_nav .p-header_bnr .c-bnr .c-title {
  font-size: clamp(11.9466666662px, 14 / 390 * 100vw, 14px);
}
.p-global_nav .p-header_bnr .c-bnr .c-phone {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
.p-global_nav .p-header_bnr .c-bnr .c-phone .c-num {
  color: var(--symbol);
  font-size: clamp(20.4799999992px, 24 / 390 * 100vw, 24px);
  font-weight: bold;
}
.p-global_nav .p-header_bnr .c-bnr .c-phone .c-annotation {
  font-size: clamp(10.2399999996px, 12 / 390 * 100vw, 12px);
}
.p-global_nav .p-header_bnr .c-bnr.-open {
  background: white;
}
.p-global_nav .p-header_bnr .c-bnr.-closed {
  background: var(--pale_green);
}

.p-hamburger {
  bottom: 0;
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 0;
  width: 50px;
}
.p-hamburger::before, .p-hamburger::after {
  background: var(--symbol);
  bottom: 0;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-5px);
  width: 32px;
}
.p-hamburger::after {
  transform: translateY(5px);
  width: 16px;
}
.p-hamburger .c-label {
  display: flex;
  transform: translateX(-101%);
}

.p-hansel {
  background: white;
}
.p-hansel .c-list {
  display: flex;
}
.p-hansel .c-list li {
  align-items: center;
  display: flex;
}
.p-hansel .c-list li a, .p-hansel .c-list li mark {
  align-items: flex-end;
  display: flex;
  text-decoration: none;
}
.p-hansel .c-list li .c-img {
  margin-right: 4px;
}
.p-hansel .c-list li:last-child {
  color: var(--dark_green);
}
.p-hansel .c-list li + li::before {
  content: "/";
}

.p-global_footer {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-global_footer__top {
  display: flex;
}
.p-global_footer__symbol a {
  align-items: center;
  display: flex;
}
.p-global_footer__symbol .c-name {
  font-weight: bold;
}
.p-global_footer__middle {
  display: flex;
}
.p-global_footer__body {
  display: flex;
}
.p-global_footer__bottom {
  background: white;
}
.p-global_footer__bottom .c-container {
  display: flex;
}

.p-footer_info {
  background: #FDFFF0;
  border-radius: 16px;
}
.p-footer_info ul.c-list {
  margin-bottom: 16px;
}
.p-footer_info ul.c-list li + li {
  margin-top: 16px;
}
.p-footer_info.-tel {
  background: unset;
  padding: 0;
}
.p-footer_info.-small .c-btn {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_tel.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
}
.p-footer_info.-small .c-btn.-tel small {
  padding-left: 0;
}
.p-footer_info .c-heading {
  font-weight: 500;
}
.p-footer_info p {
  line-height: 1.6;
}
.p-footer_info .c-btn.-accordion {
  -moz-user-select: none;
  -webkit-user-select: none; /* Safari用 */
  -ms-user-select: none; /* 旧Edge用 */
  background: unset;
  border: 1px solid var(--symbol);
  border-radius: 100px;
  color: var(--symbol);
  font-size: 1.6rem;
  padding: 6px 12px;
  user-select: none;
}
.p-footer_info .c-btn.-tel {
  gap: 8px;
  align-items: flex-start;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  padding: 12px 16px 12px 16px; /*72px*/
  text-decoration: none !important;
  transition: 0.2s;
  width: 100%;
}
.p-footer_info .c-btn.-tel small {
  color: var(--font-black);
  font-size: 1.6rem;
  padding-left: 40px;
}
.p-footer_info .c-btn.-tel small.c-annotation {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
}
.p-footer_info .c-btn.-tel small.c-annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}
.p-footer_info .c-btn.-tel b {
  color: var(--symbol);
  font-size: 3.2rem;
  font-weight: bold;
}
.p-footer_info .c-btn.-tel b.c-headline {
  align-items: center;
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_file.svg);
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: auto 32px;
  display: flex;
  font-size: 2.4rem;
  min-height: 32px;
  padding-left: 40px;
}
.p-footer_info .c-btn.-tel .c-lead {
  color: var(--font-black);
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-footer_info .c-btn.-tel .c-annotation {
  line-height: 1.4;
}
.p-footer_info .c-btn.-tel.-road {
  background-color: #F1FFA2;
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_tel.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: unset;
  padding: 12px 16px 12px 72px;
}
.p-footer_info .c-btn.-tel.-road small {
  padding-left: unset;
}
.p-footer_info .c-btn.-tel.-road .c-annotation {
  padding-left: 1.2em;
}
.p-footer_info .p-accordion {
  margin-top: 16px;
}
.p-footer_info .p-accordion__item .c-list.-tel {
  gap: 8px;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 16px;
}
.p-footer_info .p-accordion__item .c-list.-tel .c-scope dt {
  font-weight: bold;
}
.p-footer_info .p-accordion__item .c-list.-tel .c-scope dd {
  display: flex;
}
.p-footer_info .p-accordion__item .c-list.-tel .c-scope dd b {
  font-weight: normal;
}
.p-footer_info .p-accordion__item .c-list.-tel .c-scope dd a {
  gap: 4px;
  align-items: center;
  display: flex;
  margin-left: auto;
}
.p-footer_info .p-accordion__item .c-list.-tel .c-scope dd a::before {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  width: 16px;
}
.p-footer_info .c-btn_wrapper {
  margin: 16px 0;
}
.p-footer_info .c-btn_wrapper .c-btn.-tel {
  gap: 4px;
  align-items: center;
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
}
.p-footer_info .c-btn_wrapper .c-btn.-tel b {
  color: var(--font-black);
}
.p-footer_related_bnr .c-list {
  align-items: center;
  display: flex;
}
.p-footer_related_bnr li a {
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  overflow: hidden;
}
.p-footer_bg {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/cmn/bg_footer.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.p-footer_nav .c-list {
  align-items: center;
  display: flex;
}
.p-footer_nav li a {
  color: var(--font-black);
  text-decoration: none;
}

.p-btt {
  position: fixed;
}
.p-btt a {
  border-radius: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  display: block;
  height: 60px;
  width: 60px;
}
.p-btt img {
  height: auto;
  width: 100%;
}

.p-main_bnr {
  gap: 20px;
  bottom: 92px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
  padding: 8px 0 8px 8px;
  position: fixed;
  right: 0;
}
.p-main_bnr__item {
  width: 270px;
}
.p-main_bnr__item .c-bnr {
  gap: 12px;
  background: white;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 16px;
  transition: 0.2s;
}
.p-main_bnr__item .c-bnr:hover {
  opacity: 0.9;
}
.p-main_bnr__item .c-bnr .c-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.27777778;
}
.p-main_bnr__item .c-bnr .c-headline {
  gap: 8px;
  align-items: center;
  color: var(--symbol);
  display: flex;
  font-size: 2rem;
  font-weight: bold;
}
.p-main_bnr__item .c-bnr .c-headline::before {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_file.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
}
.p-main_bnr__item .c-bnr .c-phone {
  gap: 8px;
  align-items: center;
  color: var(--symbol);
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
}
.p-main_bnr__item .c-bnr .c-phone::before {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
}
.p-main_bnr__item .c-bnr .c-lead {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-main_bnr__item .c-bnr.-closed {
  background: var(--pale_green);
  transition: 0.2s;
}
.p-main_bnr__item .c-bnr.-closed:hover {
  opacity: 0.7;
}
.p-main_bnr .c-container {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.p-main_bnr .c-annotation {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.p-main_bnr .c-annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}

.p-kv.-home {
  position: relative;
}
.p-kv.-home .c-img {
  overflow: hidden;
  width: 100%;
}
.p-kv.-home .c-img picture, .p-kv.-home .c-img img {
  display: block;
  height: 100%;
  width: 100%;
}
.p-kv.-home .c-lead {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.p-kv.-home .c-lead b {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.8;
}
.p-kv.-home .c-lead small {
  color: white;
  font-weight: bold;
  margin-top: 20px;
}

.p-home_news {
  background: white;
}
.p-home_news__header {
  position: relative;
  text-align: center;
}
.p-home_news__header .c-btn {
  background: var(--btn_gray);
  border-radius: 100px;
  bottom: 0;
  font-size: 1.6rem;
  height: 32px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.p-home_news__heading {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
.p-home_safety {
  background-image: url("/admin/wp-content/themes/hyogo-kyousai/assets/img/home/bg_map.png");
  background-position: center;
  background-size: cover;
}
.p-home_safety h2.c-heading {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.p-home_safety h2.c-heading b {
  color: var(--symbol);
}
.p-home_safety__column {
  display: flex;
}
.p-home_safety__column .c-col {
  height: 100%;
}
.p-home_safety__column .c-col a {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-home_safety__column .c-col .c-img {
  aspect-ratio: 373/160;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.p-home_safety__column .c-col .c-img img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s;
  width: 100%;
}
.p-home_safety__column .c-col .c-headline {
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.p-home_safety__lecture {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  display: flex;
}
.p-home_safety__lecture .c-desc .c-heading {
  font-weight: bold;
  line-height: 1.6;
}
.p-home_safety__lecture .c-desc p {
  text-align: left;
}
.p-home_safety__lecture .c-desc .c-btn_wrapper .c-btn {
  gap: 8px;
  background: var(--symbol);
  border-radius: 100px;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  padding: 0 24px;
}
.p-home_safety__lecture .c-desc .c-btn_wrapper .c-btn::before {
  background: white;
  border-radius: 100%;
  content: "";
  height: 8px;
  width: 8px;
}
.p-home_accident {
  background: var(--symbol);
}
.p-home_accident .c-container h2.c-heading {
  color: white;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-home_accident .c-container p {
  color: white;
}
.p-home_accident .c-container p.c-lead {
  color: var(--pale_green);
  font-weight: 500;
}
.p-home_accident__column_1 {
  display: flex;
}
.p-home_accident__column_1 .c-col a {
  align-items: center;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  display: flex;
}
.p-home_accident__column_1 .c-col a .c-headline {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-home_accident__column_2 {
  display: flex;
}
.p-home_accident__column_2 .c-col {
  width: 100%;
}
.p-home_accident__column_2 .c-col a {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 100%;
}
.p-home_accident__column_2 .c-col a.has-load_service {
  background: var(--pale_green);
}
.p-home_accident__column_2 .c-col a .c-headline {
  line-height: 1.44444444;
}
.p-home_accident__column_2 .c-col a .c-desc {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.p-home_accident__column_2 .c-col a .c-tel {
  color: var(--symbol);
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.p-home_accident__column_2 .c-col a .c-tel small {
  color: var(--font-black);
}
.p-home_accident__column_2 .c-col a .c-lead {
  font-weight: 500;
}
.p-home_accident__column_2 .c-col a .c-annotation {
  font-size: 1.4rem;
  line-height: 1.2;
  padding-left: 1.2em;
  position: relative;
}
.p-home_accident__column_2 .c-col a .c-annotation::before {
  content: "※";
  left: 0;
  position: absolute;
}

.p-float_nav {
  background: red;
}
.p-float_nav label {
  gap: 16px;
  align-items: center;
  background: var(--light-green);
  border-radius: 8px;
  bottom: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 50px;
  justify-content: center;
  left: 16px;
  position: fixed;
  width: 140px;
}
.p-float_nav .c-label {
  gap: 8px;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
.p-float_nav .c-label::after {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  content: "";
  height: 8px;
  width: 100%;
}
.p-float_nav .c-desc {
  font-size: clamp(10.2399999996px, 12 / 390 * 100vw, 12px);
  font-weight: 500;
  line-height: 1.41666667;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
}
.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image.size-full img {
  width: 100%;
}

.wp-block-columns {
  display: flex;
}
.l-section .wp-block-columns {
  margin-left: unset;
  margin-right: unset;
}
.wp-block-columns .wp-block-column {
  width: 100%;
}

.wp-block-media-text {
  display: flex;
}
.wp-block-media-text .wp-block-media-text__media img {
  max-width: 100%;
}

.wp-block-list {
  line-height: 1.8;
}
.wp-block-list li {
  position: relative;
}

ul.wp-block-list li {
  padding-left: 16px;
}
ul.wp-block-list li::before {
  background: var(--bullet_green);
  border-radius: 8px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 8px;
}
ul.wp-block-list.-annotation li::before {
  background: unset;
  content: "※";
  height: unset;
  top: unset;
  width: unset;
}
ul.wp-block-list + .wp-block-list,
ul.wp-block-list + .c-list.-cmn {
  margin-top: 24px;
}

ol.wp-block-list li {
  counter-increment: ol;
}
ol.wp-block-list li::before {
  content: counter(ol) ".";
  left: 0;
  position: absolute;
}
ol.wp-block-list.-circled li::before {
  align-items: center;
  border: 1px solid var(--font-black);
  border-radius: 16px;
  content: counter(ol);
  display: flex;
  font-size: 1.2rem;
  height: 16px;
  justify-content: center;
  padding-bottom: 1px;
  top: 0.7em;
  width: 16px;
}

.wp-block-buttons {
  display: flex;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-button {
  height: 40px;
}
.wp-block-button__link {
  gap: 6px;
  align-items: center;
  background: var(--symbol);
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: white;
  display: flex;
  font-size: 1.6rem;
  height: 100%;
  justify-content: center;
  padding: 0 24px;
}
.wp-block-button__link::before {
  background: white;
  border-radius: 8px;
  content: "";
  height: 8px;
  width: 8px;
}

.wp-block-table {
  max-width: 100%;
  width: 100%;
}
.wp-block-table table {
  border-collapse: collapse;
  flex-shrink: 0;
}
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
.wp-block-table table th, .wp-block-table table td {
  border-bottom: 1px solid var(--border-gray);
  border-top: 1px solid var(--border-gray);
  flex-shrink: 0;
  line-height: 1.6;
  padding: 18px 16px;
}
.wp-block-table table th.has-text-align-center, .wp-block-table table td.has-text-align-center {
  text-align: center;
}
.wp-block-table table th.has-text-align-right, .wp-block-table table td.has-text-align-right {
  text-align: right;
}
.wp-block-table table th {
  background: var(--body-bg);
}
.wp-block-table table th + th, .wp-block-table table th + td {
  border-left: 1px solid var(--border-gray);
}
.wp-block-table table td {
  font-size: 1.6rem;
}
.wp-block-table table td + th, .wp-block-table table td + td {
  border-left: 1px solid var(--border-gray);
}
.wp-block-table table a {
  color: var(--link-green);
  text-decoration: underline;
}
.wp-block-table.-collapse {
  overflow: unset;
}
.wp-block-table.-collapse tr {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wp-block-table.-collapse th, .wp-block-table.-collapse td {
  border: none;
  text-align: left;
}

.p-card.-title {
  gap: 16px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
}
.p-card.-title .c-headline {
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.p-card.-title .c-headline::before {
  background: var(--symbol);
  border-radius: 10px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 10px;
}
.p-card.-title .c-sub_text {
  line-height: 1.6;
}
.p-card.-vertical {
  display: flex;
  flex-direction: column;
}
.p-card.-vertical .c-img {
  aspect-ratio: 5/3;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.p-card.-vertical .c-img img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s;
  width: 100%;
}
.p-card.-vertical.-unlimited .c-img {
  aspect-ratio: unset;
}
.p-card.-vertical .c-headline {
  font-weight: 500;
}
.p-card.-vertical .c-sub_text {
  line-height: 1.8;
}
.p-category_list .c-list {
  display: flex;
  flex-wrap: wrap;
}
.p-category_list .c-list li a {
  background: white;
  border-radius: 100px;
  display: flex;
  line-height: 1.6;
  text-decoration: none;
}
.p-category_list .c-list li a.is-current {
  background: var(--symbol);
  color: white;
}

.p-area_list {
  width: 100%;
}
.p-area_list .c-list {
  display: flex;
  flex-wrap: wrap;
}
.p-area_list li {
  display: flex;
}
.p-area_list li::after {
  content: "|";
}
.p-area_list li a {
  color: var(--font-black);
  text-decoration: none;
}
.p-area_list + .p-area_list {
  margin-top: 16px;
}

.p-news_list {
  width: 100%;
}
.p-news_list .c-list {
  display: flex;
  flex-direction: column;
}
.p-news_list .c-scope {
  border-bottom: 1px dotted var(--border-gray);
  display: flex;
  line-height: 1.6;
}
.p-news_list dd {
  flex: 1;
}
.p-news_list dd a {
  background-image: url(../img/icn/icn_chevron_green_right.png);
  background-position: right -3px center;
  background-repeat: no-repeat;
  color: var(--font-black);
  display: block;
  text-decoration: none;
}

.p-movie_bar {
  align-items: center;
  background: var(--bar-gray);
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
}
.p-movie_bar .c-title {
  line-height: 1.4;
}
.p-movie_bar .c-date {
  font-size: 1.2rem;
}
.p-movie_bar .c-btn {
  align-items: center;
  background: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  margin-left: auto;
}
.p-movie_bar .c-btn::after {
  color: var(--symbol);
  content: "▶︎";
}

.p-modal {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.p-modal.-movie .p-modal__body {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-modal.-movie .c-close {
  content: "";
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
}
.p-modal.-movie .c-close::before, .p-modal.-movie .c-close::after {
  background: white;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 50px;
}
.p-modal.-movie .c-close::after {
  transform: rotate(-45deg);
}

.p-download_bar {
  max-width: 100%;
}
.p-download_bar a {
  align-items: center;
  background: var(--bar-gray);
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  max-width: 100%;
}
.p-download_bar a .c-capacity {
  flex-shrink: 0;
}
.p-download_bar a .c-capacity::before {
  content: "（";
}
.p-download_bar a .c-capacity::after {
  content: "）";
}
.p-download_bar a::before {
  background-position: center;
  background-size: contain;
  content: "";
  flex-shrink: 0;
}
.p-download_bar a[href$=".xls"]::before, .p-download_bar a[href$=".xlsx"]::before {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_doc_xls.svg);
}
.p-download_bar a[href$=".doc"]::before, .p-download_bar a[href$=".docx"]::before {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_doc_doc.svg);
}
.p-download_bar a[href$=".pdf"]::before {
  background-image: url(/admin/wp-content/themes/hyogo-kyousai/assets/img/icn/icn_doc_pdf.svg);
}

.p-accordion__item {
  display: none;
}

.p-slider.-home {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -68px;
  position: relative;
}
.p-slider.-home .p-slider__stage {
  height: 600px;
  overflow: hidden;
}
.p-slider.-home .p-slider__stage li {
  inset: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
}
.p-slider.-home .p-slider__stage li picture {
  align-items: center;
  display: flex; /* 中央寄せ */
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-slider.-home .p-slider__stage li img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover; /* 枠に収まるように表示（トリミングなし） */
  object-position: center; /* 中央配置 */
  width: 100%;
}
.p-slider.-home .c-lead {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.p-slider.-home .c-lead b {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.8;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.p-slider.-home .c-lead small {
  color: white;
  font-weight: bold;
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .l-wrapper {
    min-width: 1200px;
    width: 100%;
  }
  .l-article {
    padding-bottom: 80px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 68px;
  }
  .l-header {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .l-footer {
    padding: 16px 0 0;
  }
  .l-section {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 52px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
    width: 1200px;
  }
  .l-section + .l-section {
    margin-top: 32px;
  }
  .l-section + * {
    margin-top: 48px;
  }
  h1.wp-block-heading {
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  h1.wp-block-heading + * {
    margin-top: 44px;
  }
  h1.wp-block-heading strong {
    font-size: 4.8rem;
    line-height: 1.6;
  }
  h1.wp-block-heading em {
    font-size: 1.5rem;
  }
  .l-section h2.wp-block-heading {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin-left: -48px;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 48px;
  }
  .l-section h2.wp-block-heading + * {
    margin-top: 32px;
  }
  h3.wp-block-heading {
    border-radius: 8px;
    font-size: 2.8rem;
    line-height: 1.42;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 10px 24px;
    width: 100%;
  }
  h3.wp-block-heading + * {
    margin-top: 32px;
  }
  h4.wp-block-heading {
    font-size: 2.2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 16px;
    width: 100%;
  }
  h4.wp-block-heading + * {
    margin-top: 24px;
  }
  h5.wp-block-heading {
    font-size: 1.8rem;
    line-height: 1.42;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
  }
  h5.wp-block-heading + * {
    margin-top: 24px;
  }
  h6.wp-block-heading {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
  }
  h6.wp-block-heading {
    font-size: 1.4rem;
  }
  h6.wp-block-heading + * {
    margin-top: 16px;
  }
  .l-article > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .l-article p {
    font-size: 1.8rem;
  }
  .l-article p + * {
    margin-top: 48px;
  }
  .l-article p + p,
  .l-article p + .wp-block-media-text {
    margin-top: 48px;
  }
  .l-article p + p.has-text-align-right,
  .l-article p + .wp-block-media-text.has-text-align-right {
    margin-top: 24px;
  }
  .l-article p + .wp-block-buttons {
    margin-top: 16px;
  }
  .l-article dl.c-list.-faq .c-scope {
    padding: 16px 8px;
  }
  .l-article dl.c-list.-faq dt {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-article dl.c-list.-faq dt::before {
    top: -0.5rem;
  }
  .l-article dl.c-list.-faq dd,
  .l-article dl.c-list.-faq dd {
    border-radius: 8px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-left: -8px;
    margin-top: 12px;
    padding: 12px 8px 12px 40px;
  }
  .l-article dl.c-list.-cmn .c-scope {
    font-size: 1.6rem;
  }
  .l-article dl.c-list.-cmn .c-scope dt {
    left: 0;
  }
  .l-article dl.c-list.-cmn .c-scope + .c-scope {
    margin-top: 12px;
  }
  .l-article dl.c-list.-cmn + .wp-block-list,
  .l-article dl.c-list.-cmn + .c-list.-cmn {
    margin-top: 24px;
  }
  .l-article dl.c-list.-cmn + * {
    margin-top: 58px;
  }
  p a[href]:hover, li a[href]:hover, dt a[href]:hover, dd a[href]:hover, td a[href]:hover, th a[href]:hover {
    text-decoration: none;
  }
  .p-global_header {
    align-items: flex-start;
    padding-left: 24px;
  }
  .p-global_header__symbol {
    transform: translateY(32px);
    transition: 0.2s;
  }
  .p-global_header__symbol, .p-global_header__symbol a {
    gap: 12px;
  }
  .p-global_header__symbol .c-logo img, .p-global_header__symbol a .c-logo img {
    width: 50px;
  }
  .p-global_header__symbol .c-name, .p-global_header__symbol a .c-name {
    font-size: 2.8rem;
  }
  .p-header_utility {
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 16px;
  }
  .p-header_utility__item {
    transition: 0.2s;
  }
  .p-header_utility__item:hover {
    opacity: 0.7;
  }
  .p-header_utility__item .c-btn.-members {
    gap: 12px;
    border-radius: 0 0 16px 16px;
    height: 60px;
    padding: 0 16px;
  }
  .p-header_utility__item .c-btn.-members .c-label {
    font-size: 1.6rem;
    padding: 4px 16px;
  }
  .p-header_utility__item .c-btn.-members .c-desc {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .p-header_utility__item .c-btn.-contact {
    gap: 8px;
    border-radius: 0 0 16px 16px;
    font-size: 2rem;
    justify-content: center;
    padding: 0 16px;
  }
  .p-global_nav {
    padding: 16px 28px 8px;
  }
  .p-global_nav__header {
    display: none;
  }
  .p-global_nav__body .c-list {
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
  }
  .p-global_nav__body .c-list li a {
    font-size: 1.6rem;
    height: 36px;
  }
  .p-global_nav__body .c-list li a:hover::after {
    width: calc(100% - 12px);
  }
  .p-global_nav__body .c-list li a.is-current {
    color: var(--symbol);
  }
  .p-global_nav__body .c-list li a.is-current::before {
    background: var(--symbol);
  }
  .p-global_nav__close {
    display: none;
  }
  .p-global_nav #GLOBAL_SUB_NAV_STATUS {
    display: none;
  }
  .p-global_nav .p-header_utility,
  .p-global_nav .p-header_bnr {
    display: none;
  }
  .p-hamburger {
    display: none;
  }
  .p-hansel {
    padding: 16px;
  }
  .p-hansel .c-list {
    align-items: flex-end;
  }
  .p-hansel .c-list li a, .p-hansel .c-list li mark {
    font-size: 1.4rem;
  }
  .p-hansel .c-list li a:hover {
    text-decoration: underline;
  }
  .p-hansel .c-list li + li::before {
    margin: 0 16px;
  }
  .p-global_footer__top {
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .p-global_footer__symbol a {
    gap: 12px;
  }
  .p-global_footer__symbol img {
    width: 50px;
  }
  .p-global_footer__symbol .c-name {
    font-size: 2.8rem;
  }
  .p-global_footer__middle {
    gap: 24px;
    margin-top: 32px;
    width: 1200px;
  }
  .p-global_footer__body {
    gap: 56px;
    align-items: center;
    margin: auto;
    width: 1200px;
  }
  .p-global_footer__bottom {
    display: flex;
    justify-content: center;
    padding: 12px 0 16px;
    width: 100%;
  }
  .p-global_footer__bottom .c-container {
    align-items: center;
    justify-content: center;
    width: 1100px;
  }
  .p-footer_info {
    padding: 24px;
    width: 100%;
  }
  .p-footer_info .c-heading {
    font-size: 2rem;
    line-height: 1.28;
    margin-bottom: 16px;
  }
  .p-footer_info p {
    font-size: 1.6rem;
  }
  .p-footer_info .c-btn.-accordion {
    cursor: pointer;
    transition: 0.2s;
  }
  .p-footer_info .c-btn.-accordion:hover {
    opacity: 0.7;
  }
  .p-footer_info .c-btn.-tel:hover {
    opacity: 0.7;
  }
  .p-footer_info .p-accordion__item .c-list.-tel .c-scope dd {
    width: 240px;
  }
  .p-footer_info .c-btn_wrapper .c-btn.-tel {
    background-size: 24px;
    padding: 12px 12px 12px 46px;
    width: auto;
  }
  .p-footer_info .c-btn_wrapper .c-btn.-tel b {
    font-size: 2.4rem;
  }
  .p-footer_related_bnr {
    margin-top: 42px;
  }
  .p-footer_related_bnr .c-list {
    gap: 16px;
    justify-content: center;
  }
  .p-footer_bg {
    height: 80px;
    margin-top: 40px;
    width: 100%;
  }
  .p-footer_nav li {
    font-size: 1.4rem;
  }
  .p-footer_nav li + li::before {
    content: "|";
    margin: 0 1em;
  }
  .p-footer_copyright {
    font-size: 1.4rem;
    margin-left: auto;
  }
  .p-btt {
    bottom: 20px;
    right: 20px;
  }
  .p-btt a {
    transition: 0.2s;
  }
  .p-btt a:hover {
    opacity: 0.7;
  }
  .p-kv.-home .c-img {
    aspect-ratio: 192/89;
    height: 500px;
  }
  .p-kv.-home .c-img img {
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center;
  }
  .p-kv.-home .c-lead {
    align-items: center;
  }
  .p-kv.-home .c-lead b {
    font-size: 8rem;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .p-kv.-home .c-lead small {
    background: rgba(0, 94, 42, 0.6);
    font-size: 4rem;
    line-height: 1;
    padding: 4px 8px 8px;
  }
  .p-home_news {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: -12px;
    margin-right: -12px;
    padding: 80px 0 72px;
  }
  .p-home_news__header {
    width: 880px;
  }
  .p-home_news__heading {
    font-size: 3.2rem;
  }
  .p-home_news .p-news_list {
    margin-left: auto;
    margin-right: auto;
    width: 892px;
  }
  .p-home_safety {
    margin-left: -12px;
    margin-right: -12px;
    padding: 80px 0 88px;
  }
  .p-home_safety .c-container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .p-home_safety h2.c-heading {
    font-size: 4rem;
    margin-bottom: 24px;
  }
  .p-home_safety h2.c-heading b {
    font-size: 4.8rem;
  }
  .p-home_safety p {
    text-align: center;
  }
  .p-home_safety__column {
    gap: 40px;
    margin-bottom: 24px;
  }
  .p-home_safety__column .c-col a .c-img img {
    transition: 0.2s;
  }
  .p-home_safety__column .c-col a:hover .c-img img {
    transform: scale(110%);
  }
  .p-home_safety__column .c-col .c-img {
    margin-bottom: 16px;
  }
  .p-home_safety__column .c-col .c-headline {
    font-size: 1.8rem;
  }
  .p-home_safety__lecture {
    gap: 44px;
    border-radius: 16px;
    padding: 36px 40px;
  }
  .p-home_safety__lecture .c-desc .c-heading {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  .p-home_safety__lecture .c-desc p {
    font-size: 1.6rem;
  }
  .p-home_safety__lecture .c-desc .c-btn_wrapper .c-btn {
    transition: 0.2s;
  }
  .p-home_safety__lecture .c-desc .c-btn_wrapper .c-btn:hover {
    opacity: 0.7;
  }
  .p-home_accident {
    margin-bottom: -80px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .p-home_accident .c-container {
    margin: auto;
    padding-bottom: 92px;
    padding-top: 80px;
    width: 1200px;
  }
  .p-home_accident .c-container h2.c-heading {
    font-size: 4.8rem;
  }
  .p-home_accident .c-container p {
    text-align: center;
  }
  .p-home_accident .c-container p.c-lead {
    font-size: 2.6rem;
  }
  .p-home_accident__column_1 {
    gap: 32px;
    margin-bottom: 52px;
  }
  .p-home_accident__column_1 .c-col {
    width: 100%;
  }
  .p-home_accident__column_1 .c-col a {
    gap: 8px;
    border-radius: 8px;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    padding: 24px 16px 16px;
    transition: 0.2s;
  }
  .p-home_accident__column_1 .c-col a:hover {
    opacity: 0.7;
  }
  .p-home_accident__column_1 .c-col a .c-headline {
    font-size: 1.8rem;
  }
  .p-home_accident__column_2 {
    gap: 24px;
  }
  .p-home_accident__column_2 .c-col a {
    gap: 20px;
    align-items: center;
    border-radius: 10px;
    padding: 12px 20px;
    transition: 0.2s;
  }
  .p-home_accident__column_2 .c-col a:hover {
    opacity: 0.7;
  }
  .p-home_accident__column_2 .c-col a .c-headline {
    flex-shrink: 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .p-home_accident__column_2 .c-col a .c-tel {
    gap: 4px;
    font-size: 3.2rem;
  }
  .p-home_accident__column_2 .c-col a .c-tel small {
    font-size: 1.8rem;
  }
  .p-home_accident__column_2 .c-col a .c-tel.-small {
    font-size: 2.8rem;
  }
  .p-home_accident__column_2 .c-col a .c-lead {
    font-size: 1.6rem;
    margin-bottom: 4px;
    margin-top: 8px;
  }
  .p-float_nav {
    display: none !important;
  }
  .wp-block-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
  }
  .wp-block-image + * {
    margin-top: 32px;
  }
  .wp-block-image + .wp-block-heading {
    margin-top: 56px;
  }
  .wp-block-image + .p-area_list {
    margin-top: 64px;
  }
  .wp-block-image.-kv img {
    border-radius: 10px;
  }
  .wp-block-image.-kv + * {
    margin-top: 64px;
  }
  .wp-block-columns {
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .wp-block-columns + * {
    margin-top: 48px;
  }
  .wp-block-media-text {
    gap: 40px;
  }
  .wp-block-media-text .wp-block-media-text__media {
    flex-shrink: 0;
    width: 336px;
  }
  .wp-block-media-text + .wp-block-media-text {
    margin-top: 48px;
  }
  .wp-block-list {
    font-size: 1.6rem;
  }
  .wp-block-list li + li {
    margin-top: 8px;
  }
  .wp-block-list + * {
    margin-top: 28px;
  }
  ul.wp-block-list.-annotation {
    font-size: 1.4rem;
  }
  ul.wp-block-list.-annotation li {
    padding-left: 24px;
  }
  ul.wp-block-list + * {
    margin-top: 58px;
  }
  ol.wp-block-list li {
    padding-left: 28px;
  }
  ol.wp-block-list + .wp-block-list,
  ol.wp-block-list + .c-list.-cmn {
    margin-top: 24px;
  }
  ol.wp-block-list + * {
    margin-top: 58px;
  }
  .wp-block-buttons {
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .wp-block-buttons + * {
    margin-top: 40px;
  }
  .wp-block-buttons + .p-movie_bar,
  .wp-block-buttons + .wp-block-heading {
    margin-top: 68px;
  }
  .wp-block-table table {
    width: 100%;
  }
  .wp-block-table table th {
    font-size: 1.8rem;
  }
  .wp-block-table table a:hover {
    text-decoration: none;
  }
  .wp-block-table + * {
    margin-top: 32px;
  }
  .p-card.-title .c-headline {
    font-size: 2.2rem;
    line-height: 1.30909091;
  }
  .p-card.-title .c-sub_text {
    font-size: 1.6rem;
  }
  .p-card.-vertical .c-img + * {
    margin-top: 24px;
  }
  .p-card.-vertical .c-headline {
    font-size: 2.2rem;
    line-height: 1.30909091;
  }
  .p-card.-vertical .c-headline + * {
    margin-top: 16px;
  }
  .p-card.-vertical .c-sub_text {
    font-size: 1.6rem;
  }
  .p-card.-vertical .c-sub_text {
    font-size: 1.4rem;
  }
  a.p-card.-vertical:hover .c-img img {
    transform: scale(110%);
  }
  .p-category_list {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .p-category_list .c-list {
    gap: 8px;
  }
  .p-category_list .c-list li a {
    font-size: 1.6rem;
    padding: 16px;
  }
  .p-category_list .c-list li a {
    transition: 0.2s;
  }
  .p-category_list .c-list li a:hover {
    opacity: 0.7;
  }
  .p-category_list + * {
    margin-top: 24px;
  }
  .p-area_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .p-area_list .c-list {
    gap: 20px;
  }
  .p-area_list li {
    gap: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-area_list li a:hover {
    text-decoration: underline;
  }
  .p-area_list + * {
    margin-top: 92px;
  }
  .p-news_list .c-scope {
    font-size: 1.6rem;
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .p-news_list dt {
    flex-shrink: 0;
    width: 108px;
  }
  .p-news_list dd a:hover {
    text-decoration: underline;
  }
  .p-movie_bar {
    gap: 12px;
    height: 62px;
    padding: 0 28px;
  }
  .p-movie_bar .c-title {
    font-size: 1.8rem;
  }
  .p-movie_bar .c-date {
    font-size: 1.6rem;
  }
  .p-movie_bar .c-btn {
    gap: 4px;
    cursor: pointer;
    font-size: 1.6rem;
    height: 30px;
    padding: 0 12px;
    transition: 0.2s;
  }
  .p-movie_bar .c-btn:hover {
    background: var(--symbol);
    color: white;
  }
  .p-movie_bar .c-btn:hover::after {
    color: white;
  }
  .p-movie_bar + * {
    margin-top: 30px;
  }
  .p-movie_bar + .wp-block-heading {
    margin-top: 48px;
  }
  .p-movie_bar + .p-movie_bar {
    margin-top: 20px;
  }
  .p-modal.-movie iframe {
    max-width: 1200px;
    width: 80%;
  }
  .p-modal.-movie .c-close {
    cursor: pointer;
    transition: 0.2s;
  }
  .p-modal.-movie .c-close:hover {
    background: rgba(255, 255, 255, 0.3);
    opacity: 0.7;
  }
  .p-download_bar a {
    gap: 4px;
    height: 54px;
    padding: 0 24px;
  }
  .p-download_bar a .c-title {
    flex-shrink: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    width: calc(100% - 60px - 28px - 8px);
  }
  .p-download_bar a .c-capacity {
    font-size: 1.6rem;
    width: 100px;
  }
  .p-download_bar a::before {
    height: 34px;
    width: 28px;
  }
  .p-download_bar + * {
    margin-top: 32px;
  }
  .p-download_bar + .p-download_bar {
    margin-top: 20px;
  }
  .p-slider.-home .c-lead {
    align-items: center;
  }
  .p-slider.-home .c-lead b {
    font-size: 8rem;
    line-height: 1.2;
  }
  .p-slider.-home .c-lead small {
    background: rgba(0, 94, 42, 0.6);
    font-size: 4rem;
    line-height: 1;
    padding: 4px 8px 8px;
  }
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 100dvw;
  }
  .l-article {
    padding-bottom: 32px;
    padding-top: 20px;
  }
  .l-header {
    height: 72px;
    padding: 12px;
  }
  .l-footer {
    padding: 16px 16px 0;
  }
  .l-section {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
  }
  .l-section + .l-section {
    margin-top: 12px;
  }
  .l-section + * {
    margin-top: 24px;
  }
  .p-global_nav__body {
    transform: translateY(0);
    z-index: 1000;
  }
  h1.wp-block-heading {
    gap: 8px;
    margin: 0 16px;
  }
  h1.wp-block-heading + * {
    margin-top: 24px;
  }
  h1.wp-block-heading strong {
    font-size: 2.4rem;
  }
  h1.wp-block-heading em {
    font-size: 1.2rem;
  }
  .l-section h2.wp-block-heading {
    font-size: 2.2rem;
    line-height: 1.4375;
    margin-left: -16px;
    margin-right: auto;
    padding-left: 24px;
  }
  .l-section h2.wp-block-heading em {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .l-section h2.wp-block-heading::before {
    width: 16px;
  }
  .l-section h2.wp-block-heading + * {
    margin-top: 16px;
  }
  h3.wp-block-heading {
    border-radius: 4px;
    font-size: 2rem;
    line-height: 1.42;
    padding: 8px;
  }
  h3.wp-block-heading + * {
    margin-top: 12px;
  }
  h4.wp-block-heading {
    font-size: 1.8rem;
    margin-left: 16px;
    padding-left: 8px;
  }
  .l-section h4.wp-block-heading {
    margin-left: 0;
  }
  h4.wp-block-heading::before {
    height: 16px;
    top: 0.35em;
  }
  h4.wp-block-heading + * {
    margin-top: 16px;
  }
  h5.wp-block-heading {
    font-size: 1.6rem;
    line-height: 1.42;
    margin-left: auto;
    margin-right: auto;
  }
  h5.wp-block-heading + * {
    margin-top: 16px;
  }
  h6.wp-block-heading + * {
    margin-top: 16px;
  }
  .l-article p {
    font-size: 1.4rem;
  }
  .l-article p + * {
    margin-top: 32px;
  }
  .l-article p + p,
  .l-article p + .wp-block-media-text {
    margin-top: 40px;
  }
  .l-article p + p.has-text-align-right,
  .l-article p + .wp-block-media-text.has-text-align-right {
    margin-top: 16px;
  }
  .l-article dl.c-list.-faq .c-scope {
    padding: 8px 0;
  }
  .l-article dl.c-list.-faq dt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .l-article dl.c-list.-faq dt::before {
    top: -0.8rem;
  }
  .l-article dl.c-list.-faq dd,
  .l-article dl.c-list.-faq dd {
    border-radius: 8px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 12px;
    padding: 12px 16px 12px 40px;
  }
  .l-article dl.c-list.-faq dd::before,
  .l-article dl.c-list.-faq dd::before {
    top: 8px;
  }
  .l-article dl.c-list.-cmn .c-scope {
    font-size: 1.4rem;
  }
  .l-article dl.c-list.-cmn .c-scope + .c-scope {
    margin-top: 8px;
  }
  .l-article dl.c-list.-cmn + .wp-block-list,
  .l-article dl.c-list.-cmn + .c-list.-cmn {
    margin-top: 16px;
  }
  .l-article dl.c-list.-cmn + * {
    margin-top: 24px;
  }
  .c-anchor {
    transform: translateY(-72px);
  }
  .p-global_header__symbol, .p-global_header__symbol a {
    gap: 12px;
  }
  .p-global_header__symbol .c-logo img, .p-global_header__symbol a .c-logo img {
    width: 50px;
  }
  .p-global_header__symbol .c-name, .p-global_header__symbol a .c-name {
    font-size: 5vw;
  }
  .p-header_utility {
    gap: 8px;
    flex-direction: column;
    margin-top: 16px;
  }
  .p-header_utility__item .c-btn.-members {
    gap: 8px;
    border-radius: 8px;
    height: 70px;
    width: 100%;
  }
  .p-header_utility__item .c-btn.-members .c-label {
    font-size: clamp(13.6533333328px, 16 / 390 * 100vw, 16px);
    padding: 4px 12px;
  }
  .p-header_utility__item .c-btn.-members .c-desc {
    font-size: 1.2rem;
    font-size: clamp(10.2399999996px, 12 / 390 * 100vw, 12px);
    line-height: 1.4;
  }
  .p-header_utility__item .c-btn.-contact {
    border-radius: 8px;
    font-size: clamp(20.4799999992px, 24 / 390 * 100vw, 24px);
    width: 100%;
  }
  .p-global_nav__body {
    background: var(--bg-nav);
    bottom: 0;
    height: 100dvh;
    left: 0;
    max-height: 100dvh;
    overflow: auto;
    padding: 16px 16px 62px;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: 0.2s;
  }
  .p-global_nav__body .c-list {
    gap: 8px;
    flex-wrap: wrap;
  }
  .p-global_nav__body .c-list li {
    width: calc((100% - 8px) / 2);
  }
  .p-global_nav__body .c-list li a {
    background: white;
    border-radius: 8px;
    font-size: clamp(13.6533333328px, 16 / 390 * 100vw, 16px);
    min-height: 40px;
    padding: 4px 8px;
  }
  .p-global_nav .p-header_bnr .c-bnr .c-phone .c-annotation {
    line-height: 1.4;
  }
  .p-hansel {
    padding: 12px 16px;
  }
  .p-hansel .c-list {
    align-items: center;
  }
  .p-hansel .c-list li a, .p-hansel .c-list li mark {
    font-size: 1.2rem;
  }
  .p-hansel .c-list li + li::before {
    margin: 0 6px;
  }
  .p-global_footer__top {
    gap: 16px;
    align-items: center;
    flex-direction: column;
  }
  .p-global_footer__symbol a {
    gap: 8px;
  }
  .p-global_footer__symbol img {
    width: 40px;
  }
  .p-global_footer__symbol .c-name {
    font-size: clamp(20.4799999992px, 24 / 390 * 100vw, 24px);
  }
  .p-global_footer__middle {
    gap: 12px;
    flex-direction: column;
  }
  .p-global_footer__body {
    gap: 16px;
    flex-direction: column;
  }
  .p-global_footer__bottom {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px;
    padding-top: 16px;
    width: calc(100% + 32px);
  }
  .p-global_footer__bottom .c-container {
    gap: 16px;
    align-items: center;
    flex-direction: column;
  }
  .p-footer_info {
    padding: 16px 24px;
  }
  .p-footer_info .c-heading {
    font-size: 1.8rem;
    line-height: 1.42222222;
    margin-bottom: 12px;
  }
  .p-footer_info p {
    font-size: 1.2rem;
  }
  .p-footer_info .c-btn.-tel small {
    font-size: 1.4rem;
  }
  .p-footer_info .c-btn.-tel .c-annotation {
    padding-left: 1.2em !important;
  }
  .p-footer_info .c-btn_wrapper .c-btn.-tel {
    background-size: 24px;
    padding: 12px 12px 12px 46px;
    width: auto;
  }
  .p-footer_info .c-btn_wrapper .c-btn.-tel b {
    font-size: 2.4rem;
  }
  .p-footer_related_bnr {
    margin-top: 24px;
  }
  .p-footer_related_bnr .c-list {
    gap: 6px;
    flex-wrap: wrap;
  }
  .p-footer_related_bnr li {
    width: calc((100% - 6px) / 2);
  }
  .p-footer_related_bnr li img {
    width: 100%;
  }
  .p-footer_bg {
    height: 60px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 40px;
    width: calc(100% + 32px);
  }
  .p-footer_nav .c-list {
    gap: 12px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-footer_nav li {
    font-size: clamp(9.3866666663px, 11 / 390 * 100vw, 11px);
  }
  .p-footer_copyright {
    font-size: clamp(8.533333333px, 10 / 390 * 100vw, 10px);
  }
  .p-btt {
    bottom: 12px;
    right: 12px;
  }
  .p-main_bnr__item {
    display: none !important;
  }
  .p-kv.-home .c-img {
    aspect-ratio: 78/80;
  }
  .p-kv.-home .c-img img {
    height: auto;
    width: 100%;
  }
  .p-kv.-home .c-lead {
    align-items: flex-end;
    padding: 0 16px;
  }
  .p-kv.-home .c-lead b {
    font-size: clamp(32.4266666654px, 38 / 390 * 100vw, 38px);
    line-height: 1.4;
    text-align: right;
  }
  .p-kv.-home .c-lead small {
    font-size: clamp(17.066666666px, 20 / 390 * 100vw, 20px);
    line-height: 1.8;
    text-align: right;
  }
  .p-kv.-home .c-lead small span {
    background: rgba(0, 94, 42, 0.6);
    padding: 0 8px;
  }
  .p-home_news {
    padding: 24px 16px 32px;
  }
  .p-home_news__header .c-btn {
    font-size: clamp(11.9466666662px, 14 / 390 * 100vw, 14px);
    height: 26px;
    width: 60px;
  }
  .p-home_news__heading {
    font-size: clamp(23.8933333324px, 28 / 390 * 100vw, 28px);
  }
  .p-home_safety {
    padding: 20px 16px 36px;
  }
  .p-home_safety h2.c-heading {
    font-size: clamp(17.066666666px, 20 / 390 * 100vw, 20px);
    margin-bottom: 16px;
  }
  .p-home_safety h2.c-heading b {
    font-size: clamp(20.4799999992px, 24 / 390 * 100vw, 24px);
  }
  .p-home_safety__column {
    gap: 24px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .p-home_safety__column .c-col .c-img {
    margin-bottom: 8px;
    max-width: 480px;
    width: 100%;
  }
  .p-home_safety__column .c-col .c-headline {
    font-size: clamp(15.3599999994px, 18 / 390 * 100vw, 18px);
  }
  .p-home_safety__lecture {
    gap: 12px;
    border-radius: 10px;
    flex-direction: column;
    padding: 16px 16px 32px;
  }
  .p-home_safety__lecture .c-img picture, .p-home_safety__lecture .c-img img {
    width: 100%;
  }
  .p-home_safety__lecture .c-desc .c-heading {
    font-size: clamp(13.6533333328px, 16 / 390 * 100vw, 16px);
    margin-bottom: 8px;
  }
  .p-home_safety__lecture .c-desc p {
    font-size: 1.2rem;
  }
  .p-home_safety__lecture .c-desc .c-btn_wrapper {
    text-align: center;
  }
  .p-home_accident .c-container {
    margin-bottom: -32px;
    padding: 26px 16px 36px;
  }
  .p-home_accident .c-container h2.c-heading {
    font-size: clamp(20.4799999992px, 24 / 390 * 100vw, 24px);
    margin-bottom: 8px;
  }
  .p-home_accident .c-container p.c-lead {
    font-size: clamp(15.3599999994px, 18 / 390 * 100vw, 18px);
    text-align: center;
  }
  .p-home_accident__column_1 {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 36px;
  }
  .p-home_accident__column_1 .c-col a {
    gap: 24px;
    border-radius: 10px;
    justify-content: center;
    min-height: 120px;
  }
  .p-home_accident__column_1 .c-col a .c-img img {
    height: 68px;
    width: auto;
  }
  .p-home_accident__column_1 .c-col a .c-headline {
    font-size: clamp(15.3599999994px, 18 / 390 * 100vw, 18px);
  }
  .p-home_accident__column_2 {
    gap: 12px;
    flex-direction: column;
  }
  .p-home_accident__column_2 .c-col a {
    gap: 8px;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    padding: 12px 18px;
  }
  .p-home_accident__column_2 .c-col a .c-headline {
    font-size: clamp(15.3599999994px, 18 / 390 * 100vw, 18px);
    font-weight: 500;
    text-align: center;
  }
  .p-home_accident__column_2 .c-col a .c-tel {
    gap: 4px;
    font-size: clamp(30.7199999988px, 36 / 390 * 100vw, 36px);
    text-align: center;
  }
  .p-home_accident__column_2 .c-col a .c-tel small {
    font-size: clamp(15.3599999994px, 18 / 390 * 100vw, 18px);
  }
  .p-home_accident__column_2 .c-col a .c-tel.-small {
    font-size: clamp(23.8933333324px, 28 / 390 * 100vw, 28px);
  }
  .p-home_accident__column_2 .c-col a .c-lead {
    font-size: clamp(13.6533333328px, 16 / 390 * 100vw, 16px);
    line-height: 1.4;
    margin-bottom: 4px;
    margin-top: 8px;
  }
  .p-home_accident__column_2 .c-col a .c-annotation {
    line-height: 1.6;
  }
  .wp-block-image {
    margin-left: 16px;
    margin-right: 16px;
  }
  .wp-block-image img {
    height: auto;
    width: 100%;
  }
  .wp-block-image + * {
    margin-top: 16px;
  }
  .wp-block-image + .wp-block-heading {
    margin-top: 32px;
  }
  .wp-block-image + .p-area_list {
    margin-top: 32px;
  }
  .wp-block-image.-kv + * {
    margin-top: 24px;
  }
  .wp-block-columns {
    gap: 16px;
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
  }
  .wp-block-columns + * {
    margin-top: 32px;
  }
  .wp-block-media-text {
    gap: 16px;
    flex-direction: column;
  }
  .wp-block-media-text + .wp-block-media-text {
    margin-top: 40px;
  }
  .wp-block-list {
    font-size: 1.4rem;
  }
  .wp-block-list + * {
    margin-top: 10px;
  }
  ul.wp-block-list.-annotation {
    font-size: 1.2rem;
  }
  ol.wp-block-list li {
    padding-left: 20px;
  }
  ol.wp-block-list.-circled li::before {
    font-size: 1rem;
    height: 14px;
    top: 0.6em;
    width: 14px;
  }
  ol.wp-block-list + .wp-block-list,
  ol.wp-block-list + .c-list.-cmn {
    margin-top: 16px;
  }
  ol.wp-block-list + * {
    margin-top: 24px;
  }
  .wp-block-buttons + * {
    margin-top: 32px;
  }
  .wp-block-table {
    display: flex;
    overflow: auto;
  }
  .wp-block-table table th {
    font-size: 1.6rem;
  }
  .wp-block-table.-collapse {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .wp-block-table + * {
    margin-top: 32px;
  }
  .p-card.-title {
    padding-bottom: 20px;
  }
  .p-card.-title .c-headline {
    font-size: 2rem;
    line-height: 1.44;
  }
  .p-card.-title .c-sub_text {
    font-size: 1.4rem;
  }
  .p-card.-vertical .c-img + * {
    margin-top: 16px;
  }
  .p-card.-vertical .c-headline {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-card.-vertical .c-headline + * {
    margin-top: 8px;
  }
  .p-category_list {
    margin-left: 16px;
    margin-right: 16px;
  }
  .l-section .p-category_list {
    margin-left: 0;
    margin-right: 0;
  }
  .p-category_list .c-list {
    gap: 8px 4px;
  }
  .p-category_list .c-list li a {
    font-size: 1.4rem;
    padding: 8px;
  }
  .p-category_list + * {
    margin-top: 12px;
  }
  .p-area_list {
    margin-left: 16px;
    margin-right: 16px;
  }
  .p-area_list .c-list {
    gap: 12px;
  }
  .p-area_list li {
    gap: 12px;
    font-size: 1.4rem;
  }
  .p-area_list + * {
    margin-top: 40px;
  }
  .p-news_list .c-scope {
    flex-direction: column;
    font-size: 1.2rem;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .p-news_list dt {
    margin-bottom: 8px;
  }
  .p-news_list dd a {
    padding-right: 16px;
  }
  .p-movie_bar {
    gap: 0 8px;
    flex-wrap: wrap;
    padding: 8px 16px;
  }
  .p-movie_bar .c-title {
    font-size: 1.4rem;
    margin-bottom: 4px;
    width: 100%;
  }
  .p-movie_bar .c-btn {
    font-size: 1.2rem;
    height: 20px;
    padding: 0 8px;
  }
  .p-movie_bar + * {
    margin-top: 24px;
  }
  .p-movie_bar + .wp-block-heading {
    margin-top: 32px;
  }
  .p-movie_bar + .p-movie_bar {
    margin-top: 10px;
  }
  .p-download_bar a {
    gap: 4px;
    padding: 8px 24px;
  }
  .p-download_bar a .c-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .p-download_bar a .c-capacity {
    flex-shrink: 0;
    font-size: 1.2rem;
  }
  .p-download_bar a::before {
    height: 30px;
    width: 24px;
  }
  .p-download_bar + * {
    margin-top: 32px;
  }
  .p-download_bar + .p-download_bar {
    margin-top: 16px;
  }
  .p-slider.-home .p-slider__stage {
    height: 500px;
  }
  .p-slider.-home .c-lead {
    align-items: flex-end;
    padding: 0 16px;
  }
  .p-slider.-home .c-lead b {
    font-size: clamp(32.4266666654px, 38 / 390 * 100vw, 38px);
    line-height: 1.4;
    text-align: right;
  }
  .p-slider.-home .c-lead small {
    font-size: clamp(17.066666666px, 20 / 390 * 100vw, 20px);
    line-height: 1.8;
    text-align: right;
  }
  .p-slider.-home .c-lead small span {
    background: rgba(0, 94, 42, 0.6);
    padding: 0 8px;
  }
  ._pc {
    display: none !important;
  }
}
@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .p-global_header__symbol {
    transform: translateY(8px);
  }
}
/*# sourceMappingURL=maps/style.css.map */
